Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/r-scripts
https://github.com/rynkowsg/r-scripts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rynkowsg/r-scripts
- Owner: rynkowsg
- Created: 2015-04-25T11:50:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T11:59:41.000Z (over 9 years ago)
- Last Synced: 2023-08-06T00:42:00.861Z (over 1 year ago)
- Language: R
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
- R
- littler
## Installation
#### Arch Linuxyaourt -S r littler
### Configuration
#### Set location of users librarysudo groupadd rusers
sudo usermod -a -G rusers ${USER}sudo mkdir -p /usr/local/lib/R/library
sudo chown ${USER}:rusers /usr/local/lib/R/libraryecho "R_LIBS_USER = \"/usr/local/lib/R/library\"" \
| tee -a ${HOME}/.Renviron
### Usage./installr.r
Example:
./installr.r gdata
./installr.r openxlsx xlsx
### Problems with rJava on Arch
(problem isn't related to script or littler)To install rJava you should:
unset JAVA_HOME # unset JAVA_HOME variable
sudo R CMD javareconf # update R's Java configuration
./install.r rJava # and at the end install rJava