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

Mention base64enc dependency in install instructions #93

Open
geneorama opened this issue Mar 7, 2015 · 1 comment
Open

Mention base64enc dependency in install instructions #93

geneorama opened this issue Mar 7, 2015 · 1 comment

Comments

@geneorama
Copy link

The command install_github('ramnathv/rCharts@dev') fails unless you have the CRAN package base64enc installed.

> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-unknown-linux-gnu (64-bit)

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8       
 [4] LC_COLLATE=en_US.UTF-8     LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                  LC_ADDRESS=C              
[10] LC_TELEPHONE=C             LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

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

other attached packages:
[1] base64enc_0.1-2  geneorama_1.4    RUnit_0.4.28     data.table_1.9.4

loaded via a namespace (and not attached):
 [1] bitops_1.0-6   chron_2.3-45   devtools_1.7.0 httr_0.6.1     plyr_1.8.1    
 [6] Rcpp_0.11.4    RCurl_1.95-4.5 reshape2_1.4.1 stringr_0.6.2  tools_3.1.2  
@geneorama
Copy link
Author

Also, rjson needs to be installed to run the first example.

I think there may be a problem with how the packages dependencies are defined, because normally the dependencies would be installed with the package.

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

1 participant