I cannot install the BH R package , which I only need to install dplyr afterwards.
The download works, but something is wrong with the processing after that, since there is no reaction or progress at all. Installing lubridate (and uninstalling lubridate), by contrast, worked without problems.
My conclusion:
> install.packages("BH") Installing package into '.../R/win-library/3.2' (as 'lib' is unspecified) versuche URL 'http://cran.univ-paris1.fr/bin/windows/contrib /3.2/BH_1.58.0-1.zip' Content type 'application/zip' length 13846684 bytes (13.2 MB) downloaded 13.2 MB
and then nothing happens.
What ideas can trigger this behavior? Are there any prerequisites for installing BH?
> sessionInfo() R version 3.2.1 (2015-06-18) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1 locale: [1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 [3] LC_MONETARY=German_Germany.1252 LC_NUMERIC=C [5] LC_TIME=German_Germany.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base
source share