Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Installation

kmorrisongr edited this page Feb 17, 2020 · 1 revision

From R in the terminal, or the console in RStudio:

Install devtools and then fcan from github:

  • install.packages("devtools")
  • library(devtools)
  • install_github("kmorrisongr/fcan")

Then load fcan in your current R session, or in an R file:

  • library(fcan)

Then you're off to the races!

Clone this wiki locally