Почему я не могу успешно установить eeptools в R - PullRequest
0 голосов
/ 08 мая 2020

Я недавно обновился до R-3.6.2, и у меня возникли проблемы с установкой пакета eeptools в RStudio.

install.packages("eeptools") дает:

installing the source package ‘eeptools’

trying URL 'https://cran.rstudio.com/src/contrib/eeptools_1.2.4.tar.gz'
Content type 'application/x-gzip' length 1225646 bytes (1.2 MB)
downloaded 1.2 MB

* installing *source* package 'eeptools' ...
** package 'eeptools' successfully unpacked and MD5 sums checked
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'eeptools'
    finding HTML links ... done
age_calc                                html  
autoplot.lm                             html  
cleanTex                                html  
crosstabplot                            html  
finding level-2 HTML links ... done

crosstabs                               html  
cutoff                                  html  
decomma                                 html  
defac                                   html  
eeptools                                html  
gelmansim                               html  
ggmapmerge                              html  
isid                                    html  
lag_data                                html  
leading_zero                            html  
makenum                                 html  
mapmerge                                html  
max_mis                                 html  
midsch                                  html  
moves_calc                              html  
nth_max                                 html  
profpoly                                html  
profpoly.data                           html  
remove_char                             html  
retained_calc                           html  
statamode                               html  
stuatt                                  html  
stulevel                                html  
theme_dpi                               html  
theme_dpi_map                           html  
theme_dpi_map2                          html  
theme_dpi_mapPNG                        html  
thresh                                  html  
** building package indices
** installing vignettes
Warning in file(con, "w") :
  cannot open file 'win-library/3.5/eeptools/doc/index.html': No such file or directory
Error in file(con, "w") : cannot open the connection
ERROR: installing vignettes failed
* removing '/R/win-library/3.5/eeptools'
In R CMD INSTALL
Warning in install.packages :
  installation of package ‘eeptools’ had non-zero exit status

У меня был этот пакет установлен до обновления R без проблем.

...