Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisotropi4/nutcracker
R and python3 environments for R version 4.3.1 and the latest python
https://github.com/anisotropi4/nutcracker
environment python3 r
Last synced: 3 days ago
JSON representation
R and python3 environments for R version 4.3.1 and the latest python
- Host: GitHub
- URL: https://github.com/anisotropi4/nutcracker
- Owner: anisotropi4
- License: apache-2.0
- Created: 2023-10-08T09:07:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T18:42:35.000Z (about 1 year ago)
- Last Synced: 2024-11-05T05:26:10.651Z (about 2 months ago)
- Topics: environment, python3, r
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nutcracker
R and python3 environments for R version 4.3.1 and the latest pythonFor reasons, and in no small part to my trying to set up a working environment with libraries, here is a go at a build system for R and dependencies
## R Installation
To build from source and install in the current `nutcracker` directory and create symlinks to `R` and `Rscript` in `${HOME}/bin` run:
$ ./set-R.sh
This also uses `Rscript` to install libraries listed in the `libraries.R` file## python Installation
Set up a python virtual with the modules listed in the `requirements.txt` file run:
$ ./set-python.sh
To access the virtual environment then run$ source ven/bin/activate
## Additional R dependencies
If you want OS `LAPACK` library support install:
$ sudo apt install liblapack64-dev