Skip to content

talgalili/HBP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HBP

Introduction

R functions for projects within HBP.

Installation

To install the GitHub version:

require2 <- function (package, ...) {
	if (!require(package)) install.packages(package); library(package)
}

##### run this if you are using Windows and don't have Rtools installed
## require2('installr')
## install.Rtools() 

# Load devtools:
require2("devtools")
devtools::install_github('talgalili/HBP')

And then you may load the package using:

library(HBP)

Usage

Look at the example in:

?ID3

Contact

You are welcome to:

About

R functions for projects within HBP, SubProject 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages