Skip to content

markvanderloo/settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN status Downloads status

settings

An Option Settings Manager for R.

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 first).

drat::addRepo("markvanderloo")
install.packages("settings", type="source")