Skip to content

umccr/woofr

Repository files navigation

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

About

🐺 Helper code for woof

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published