Skip to content

Example R package created in the R package development tutorial.

License

Notifications You must be signed in to change notification settings

stephenslab/fasterscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fasterscale

R package for efficiently centering and scaling a matrix.

Quick Start

To install the latest version of the fasterscale package from GitHub, use devtools:

install.packages("devtools")
devtools::install_github("pcarbo/fasterscale",build_vignettes = TRUE)

This command should automatically install all required packages if they are not installed already.

If you have cloned the repository locally, you can install the package with the install_local function from devtools. Assuming your working directory contains the fasterscale repository, run this code to install the package:

devtools::install_local("fasterscale",build_vignettes = TRUE)

About

Example R package created in the R package development tutorial.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published