README.md

Conda install Conda github action status

woofr

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

You can do the following:

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/woofr@v1.2.3") # 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)


pdiakumis/woofr documentation built on Jan. 4, 2024, 11:22 a.m.