https://github.com/leeper/choco-r-devel
Chocolatey package for r-devel
https://github.com/leeper/choco-r-devel
Last synced: about 1 month ago
JSON representation
Chocolatey package for r-devel
- Host: GitHub
- URL: https://github.com/leeper/choco-r-devel
- Owner: leeper
- Created: 2016-01-23T22:46:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T01:45:59.000Z (over 6 years ago)
- Last Synced: 2024-11-19T23:52:34.786Z (3 months ago)
- Language: PowerShell
- Size: 76.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - leeper/choco-r-devel - Chocolatey package for r-devel (PowerShell)
README
# R-devel Chocolatey Package #
This is a [Chocolatey](https://www.chocolatey.org) package to install the latest [R-devel daily snapshot build](https://cran.r-project.org/bin/windows/base/rdevel.html).
There is already [a package for the latest release](https://chocolatey.org/packages/R.Project), but that is inconvenient for testing packages against the daily build, as required by [CRAN Repository Policies](cran.r-project.org/web/packages/policies.html).
To build the package:
```
git pull https://github.com/leeper/choco-r-devel master
make build
```To install the package, once built:
```
make install
```