Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rMaps Problems loading in R #113

Open
ccima opened this issue Oct 8, 2016 · 3 comments
Open

rMaps Problems loading in R #113

ccima opened this issue Oct 8, 2016 · 3 comments

Comments

@ccima
Copy link

ccima commented Oct 8, 2016

I have problems loading "rMaps" package in R. I read that I have to install this package in github but I've never used it. Anybody could help me?
Thanks,
Carmen

@aschmu
Copy link

aschmu commented Jan 9, 2017

Hi ccima, try this (see package readme) :
library(devtools)
install_github('ramnathv/rCharts@dev')
install_github('ramnathv/rMaps')

you may need to install devtools via install.packages("devtools").

@marineecology
Copy link

Dear Sir,
Why do i receive installation failed:

require(devtools)
install_github('ramnathv/rCharts@dev')
Downloading GitHub repo ramnathv/rCharts@dev
from URL https://api.github.com/repos/ramnathv/rCharts/zipball/dev
Installing rCharts
"C:/PROGRA1/R/R-341.0/bin/i386/R" --no-site-file --no-environ --no-save
--no-restore --quiet CMD INSTALL
"C:/Users/Administrator/AppData/Local/Temp/Rtmp2ttr7A/devtools1604369e683a/ramnathv-rCharts-8d3fe35"
--library="C:/Program Files/R/R-3.4.0/library" --install-tests

  • installing source package 'rCharts' ...
    ** R
    ** inst
    ** preparing package for lazy loading
    Error in loadNamespace(name) : there is no package called 'base64enc'
    Error : unable to load R code in package 'rCharts'
    ERROR: lazy loading failed for package 'rCharts'
  • removing 'C:/Program Files/R/R-3.4.0/library/rCharts'
  • restoring previous 'C:/Program Files/R/R-3.4.0/library/rCharts'
    Installation failed: Command failed (1)

@csyjin6
Copy link

csyjin6 commented Mar 17, 2020

any solution for this? i got the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants