Skip to content

bionumerix/HMSC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMSC

Installation notes

Currently the recommended way to install the HMSC package is to use install_github function from the devtools package, available from CRAN. Additionally, since HMSC is dependent on the BayesLogitpackage to support observation models for count data, and BayesLogit was temporary removed from CRAN, it is necessary to install it before installing HMSC.

The following lines should sucessfully install Hmsc to your R in most cases:

library(devtools)
install_url('https://cran.r-project.org/src/contrib/Archive/BayesLogit/BayesLogit_0.6.tar.gz')
install_github("hmsc-r/HMSC", build_opts = c("--no-resave-data", "--no-manual")))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 95.9%
  • Rebol 4.1%