README.md

Welcome to natto!

natto is an extreme vegan package that contains experimental, specialized or unfinished code that does not fit to the more general vegan package. Some of these functions may be merged to vegan later, but the package is not a code kindergarten with guaranteed tenure track to vegan.

Currently natto contains

Installation

There are no binary packages available at the moment, but if you install Hadley Wickham's devtools package from CRAN, you can install natto directly from github:

install.packages("devtools") # if you have not yet installed devtools
library(devtools)
install_github("jarioksa/natto")

Binary package can be installed via R-Universe:

install.packages("natto", repos = c("https://jarioksa.r-universe.dev",
"https://cloud.r-project.org"))


jarioksa/natto documentation built on Aug. 30, 2024, 10:18 a.m.