README.md

R package for time-course analysis

To install this package on your local machine:

  1. First, you need to install the devtools package. You can do this from CRAN. Start R and then type:
install.packages("devtools")
  1. Load the devtools package:
library(devtools)
  1. In most cases, you just use install_github("author/package"). For example, with this tca package, which exists at github.com/dmattek/tca-package, you’d type:
install_github("dmattek/tca-package")


dmattek/tca-package documentation built on Dec. 10, 2019, 4:10 p.m.