woofr
is an R package containing R helper functions for
woof.
You can do the following:
- A
- B
- C
You can install the development version of woofr
from
GitHub with:
# install.packages("devtools") # if not pre-installed
devtools::install_github("pdiakumis/woofr") # master version
devtools::install_github("pdiakumis/[email protected]") # release v1.2.3
devtools::install_github("pdiakumis/woofr@abcd") # commit abcd
There is a conda package version at https://anaconda.org/pdiakumis/r-woofr which is updated regularly.
You need to create a conda environment, and then install with:
conda install -c pdiakumis r-woofr
require(woofr)