Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install HiveR

To install from Github using R:

install.packages("devtools")
library("devtools")
install_github(repo = "bryanhanson/HiveR@master")
library("HiveR")

If you use @some_other_branch you can get other branches that might be available. They may or may not pass CRAN checks and thus may not install automatically using the method above. Check the NEWS file to see what's up.

From CRAN using R:

chooseCRANmirror() # choose a CRAN mirror
install.packages("HiveR")
library("HiveR")

To see the Vignette:

browseVignette("HiveR")

License Information

HiveR is distributed under the GPL-3 license, as stated in the DESCRIPTION file. For more info, see the GPL site.

Questions? [email protected]

About

An R package for creating and plotting 2D and 3D hive plots.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages