Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.08 KB

Conda install Conda github action status

woofr

woofr is an R package containing R helper functions for woof.

You can do the following:

  • A
  • B
  • C

Installation

devtools

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

conda

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

Usage

require(woofr)