install.packages - Installing R package spacetime -


hoping can assist. updated r 3.2.0 yesterday , cannot fix problems installing package "spacetime". have tried uninstalling , re-installing in case fix it. think problem has package "sp" not understand error message , searches have been unsuccessful.

 install.packages("spacetime")     installing package ‘c:/####/r/win-library/3.2’     (as ‘lib’ unspecified)     installing dependency ‘sp’     there binary versions available source versions later:           binary source needs_compilation sp        1.0-17  1.1-0              true spacetime  1.1-3  1.1-4             false    binaries installed trying url 'http://cran.ms.unimelb.edu.au/bin/windows/contrib   /3.2/sp_1.0-17.zip' content type 'application/zip' length 1498250 bytes (1.4 mb)  downloaded 1.4 mb  package ‘sp’ unpacked , md5 sums checked  downloaded binary packages in         c:\###\downloaded_packages installing source package ‘spacetime’  trying url 'http://cran.ms.unimelb.edu.au/src/contrib /spacetime_1.1-4.tar.gz' content type 'application/x-gzip' length 3013768 bytes (2.9 mb) downloaded 2.9 mb  * installing *source* package 'spacetime' ... ** package 'spacetime' unpacked , md5 sums checked ** r ** data ** demo ** inst ** preparing package lazy loading error in loadnamespace(i, c(lib.loc, .libpaths()), versioncheck = vi[[i]])     :    namespace 'sp' 1.0-17 being loaded,     = 1.1.0 required error: lazy loading failed package 'spacetime' * removing 'c:####/r/win-library/3.2/spacetime'  downloaded source packages in         ‘c:\###\downloaded_packages’ warning messages: 1: running command '"c:/progra~1/r/r-32~1.0/bin/x64/r" cmd install -l     "c:\####\r\win-library\3.2" c:####/downloaded_packages     /spacetime_1.1-4.tar.gz' had status 1  2: in install.packages("spacetime") :   installation of package ‘spacetime’ had non-zero exit status 

i suspect wrong version of "sp" being installed, thought needed latest version, not sure i'm reading correctly.

check if correct binaries on cran/a different mirror. if are, them there. else can install source (you'll need rtools) or wait until binaries updated.

sometimes mirrors can lag bit behind.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -