Survival package update problem
1
0
Entering edit mode
tahunami • 0
@tahunami-11093
Last seen 7.7 years ago

Hi all,

I am a total newbie in R and I have a problem when installing Bioconductor to R 3.3.1 for Win x64. After running biocLite() I get a massage:

BioC_mirror: https://bioconductor.org
Using Bioconductor 3.3 (BiocInstaller 1.22.3), R 3.3.1 (2016-06-21).
Old packages: 'survival'
Update all/some/none? [a/s/n]:

 

If I choose to update it R asks me if I want to use personal library, since my library is not writable. If choose 'yes' the update will continue, but after another run of biocLite() I get the same massage.

 

> sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=Polish_Poland.1250  LC_CTYPE=Polish_Poland.1250   
[3] LC_MONETARY=Polish_Poland.1250 LC_NUMERIC=C                  
[5] LC_TIME=Polish_Poland.1250    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] BiocInstaller_1.22.3

loaded via a namespace (and not attached):
[1] tools_3.3.1

 

installation 3.3.1 • 661 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 8 days ago
United States

The survival package was installed by an administrative account (or at least an account different from the one you are running under). You can (a) update it by running R (just for the update) as the administrator / other user (b) ignore the warning (c) provide the argument lib.loc=.libPaths()[1] (or similar, so that only writable directories are searched) to biocLite (d) as administrator, remove.packages("survival") so that it is only  located  in the user path.

ADD COMMENT

Login before adding your answer.

Traffic: 943 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6