Skip to content

oncogenetics/oncofunco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oncofunco Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Custom functions

Installation

Install the latest development version from github:

  • To a default libpath
# install.packages("devtools")
devtools::install_github("oncogenetics/oncofunco")
  • Specify libpath
with_libpaths("/path/to/myRpackages/", install_github("oncogenetics/oncofunco"))