https://github.com/ashander/pip-r-demo
using pip to install an R-based command line util
https://github.com/ashander/pip-r-demo
Last synced: 10 months ago
JSON representation
using pip to install an R-based command line util
- Host: GitHub
- URL: https://github.com/ashander/pip-r-demo
- Owner: ashander
- License: lgpl-3.0
- Created: 2018-01-03T05:41:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T05:54:20.000Z (over 8 years ago)
- Last Synced: 2025-01-29T08:47:38.392Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
simple demo of a minimial (non-)python package to install an R-based command line utility (in ``bin/``). in this case the util sets up an r package (using ``devtools``) but it could be anything...
make-rstudio-project
====================
Make an Rstudio project with R (requires ``R`` with ``devtools``).
::
$ git clone
$ cd
$ pip install -e make_rstudio_project
then
::
$ mkrproj --args mynewproj