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

Feature suggestion: Optionally copy Rprofile.site #13

Closed
rsuhada opened this issue Mar 20, 2014 · 3 comments
Closed

Feature suggestion: Optionally copy Rprofile.site #13

rsuhada opened this issue Mar 20, 2014 · 3 comments

Comments

@rsuhada
Copy link

rsuhada commented Mar 20, 2014

Thanks for the nice package, it just saved me a lot of hassle.

A small suggestion - a further step could be added after the libs are copied to copy also the etc/Rprofile.site

Thank you!

@talgalili
Copy link
Owner

Thank you for the kind words rsuhada.
You suggest a good idea, I will look into it for future releases.

With regards,
Tal

@leeper
Copy link

leeper commented Jul 27, 2014

Yes, this seems to be the only thing missing from my install workflow, so seeing this would be great. Thanks for the package!

@talgalili
Copy link
Owner

Dear rsuhada and leeper,
I have now pushed, to github, version 0.15.9 of installr.
As you will see here:
https://github.com/talgalili/installr/blob/master/NEWS.md
This version now has the option to copy Rprofile.site from the old version of R to the newer one.

The patch is to the function updateR, which can be viewed here:
c22de7e

It might take some time until I'll push this to CRAN. Until then, you can install it using:

if (!require('devtools')) install.packages('devtools'); require('devtools')
# make sure you have Rtools installed first! if not, then run:
#install.packages('installr')
#install_Rtools()
devtools::install_github('talgalili/installr')

With regards,
Tal

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

3 participants