Cannot install devtools package after upgrading R -


i have upgraded r 3.2.1, , can no longer install devtools package.

i following output:

install.packages('devtools')  trying url 'http://cran.ma.imperial.ac.uk/bin/macosx/mavericks/contrib/3.2/devtools_1.8.0.tgz'     content type 'application/x-gzip' length 324861 bytes (317 kb)     ==================================================     downloaded 317 kb       downloaded binary packages in         /var/folders/zd/112dtz1x3575n4z10cm7nflw0000gn/t//rtmpzsbsdp/downloaded_packages 

load library:

library('devtools') 

error in loadnamespace(j <- i[[1l]], c(lib.loc, .libpaths()), versioncheck = vi[[j]]) : there no package called ‘curl’ error: package or namespace load failed ‘devtools’

i have read following post - problems when installing devtools packages - seems have solution linux(?), have curl installed on system, , can't see how me.

the error message says:

there no package called ‘curl’

run:

install.packages(c('devtools','curl')) 

then try library('devtools')

if other error persists, update post.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -