Skip to content

JensXII/MCVCovLoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCVCovLoc

Install R-package

The package demand R 3.6.0 or later.

The project R package MCVCovLoc can be installed from GitHub:

To do this the package devtools are needed and can be installed from cran:

install.packages("devtools")

To install the MCVCovLoc package:

devtools::install_github("JensXII/MCVCovLoc", build_vignettes = TRUE)

For older version of R or devtools, this does not work e.g. the vignettes users_guide and install_guide are not build. Then try:

devtools::install_github("JensXII/MCVCovLoc", build_opts = c("--no-resave-data", "--no-manual"))

If this doesn't work either, you can download the source-code and install this:

  • you may not be able to do this with Windows Explorer, but have to use Crome or another web-browser.
  1. https://github.com/JensXII/MCVCovLoc

  2. press 'Clone and download'

  3. press 'Download ZIP'

  4. unzip and save the downloaded to a dedicated folder

  5. in the folder double-click the MCVCovLoc R-project file

  6. run:

devtools::install(build_vignettes = TRUE)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages