https://github.com/markvanderloo/settings
An Option Manager for R
https://github.com/markvanderloo/settings
Last synced: 4 months ago
JSON representation
An Option Manager for R
- Host: GitHub
- URL: https://github.com/markvanderloo/settings
- Owner: markvanderloo
- Created: 2014-10-22T10:59:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T09:18:06.000Z (about 2 years ago)
- Last Synced: 2025-12-09T19:35:08.085Z (6 months ago)
- Language: R
- Size: 60.5 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://cran.r-project.org/web/packages/settings/NEWS)
[](https://CRAN.R-project.org/package=settings)
[](http://cran.r-project.org/package=settings/)
[](https://CRAN.R-project.org/package=settings)
settings
=======
An Option Settings Manager for R.
* See the [package vignette](http://cran.r-project.org/web/packages/settings/vignettes/settings.html) for examples
Installation
---------------
From R:
```
install.packages('settings')
```
The latest beta is available from my `drat` repo (if your computer is
infected with Windows, you need to install
[rtools](https://cran.r-project.org/bin/windows/Rtools/) first).
```
drat::addRepo("markvanderloo")
install.packages("settings", type="source")
```