Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 572 Bytes

File metadata and controls

18 lines (13 loc) · 572 Bytes

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"))