Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 756 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 756 Bytes

YorkTools

R package for York regression with extended options (e.g. fixed intercept)

Installation:

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")

Usage

See ?york

To do:

  • Clean up git history before release
  • Documentation