R package for York regression with extended options (e.g. fixed intercept)
require(devtools)
devtools::install_github("rkwalters/yorktools", ref="main")
Currently requires a PAT (personal access token) to install from private repo. Instructions for creating a PAT can be found here. You can then either supply it to install_github
with the argument auth_token
or make it available with environment variable GITHUB_PAT
, e.g. by adding it to your ~/.Rprofile
:
Sys.setenv(GITHUB_PAT="YOUR_PAT_HERE")
See ?york
- Clean up git history before release
- Documentation