Functions and datasets accompanying the workshop I teach.
In general, use:
devtools::install_github("mbojan/isnar")
Windows users might pick up the latest Windows binary build from AppVeyor:
-
Go to https://ci.appveyor.com/project/mbojan/isnar/build/artifacts
-
Download the ZIP archive (
isnar_X.Y-Z.zip
whereXYZ
designate package version). -
In R/RStudio call:
install.packages(file.choose(), repos=NULL)
File explorer will pop up.
-
Navigate and open the downloaded ZIP file.
-
DONE.