Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 740 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 740 Bytes

How to install HiveR

From CRAN using R:

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

To install from Github using R:

install.packages("remotes")
library("remotes")
install_github(repo = "bryanhanson/HiveR@main")
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.

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]