Name Mode Size
R 040000
data 040000
inst 040000
man 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.Rinstignore 100644 0 kb
.gitignore 100644 0 kb
.travis.yml 100644 0 kb
DESCRIPTION 100644 2 kb
Makefile 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
README.md
[![Spiky](vignettes/spiky-small.png)](https://github.com/trichelab/spiky) # spiky [![Build Status](https://travis-ci.org/trichelab/spiky.png?branch=master)](https://travis-ci.org/trichelab/spiky) [![codecov](https://codecov.io/gh/trichelab/spiky/branch/master/graph/badge.svg)](https://codecov.io/gh/trichelab/spiky) # Spike-ins for everyone Please note that `spiky` currently requires a recent version of R (4.0 or newer). This restriction may be removed if our dependencies can tolerate it. ## Installing To install this package, start R (version "3.6" or later) and enter: #if (!requireNamespace("BiocManager", quietly = TRUE)) # install.packages("BiocManager") # #BiocManager::install("spiky") ## For developers The repository includes a Makefile to facilitate some common tasks. ### Running tests `$ make test`. Requires the [testthat](https://github.com/hadley/testthat) package. You can also specify a specific test file or files to run by adding a "file=" argument, like `$ make test file=logging`. `test_package` will do a regular-expression pattern match within the file names. See its documentation in the `testthat` package. ### Updating documentation `$ make doc`. Requires the [roxygen2](https://github.com/klutometis/roxygen) package.