Skip to content

jmss70/dispocen

Repository files navigation

dispocen

This is the main respository of the Dispocen r-package, a library of functions focused on the lexicographic availability analysis by interest centers.

Dispocen is distributed under GPL version 3 (or we tried to do it).

Software requeriments:

It's recommended to upgrade all the packages previously to install any new package. So, execute:

update.packages(ask=FALSE)

In order to install it, execute in a R prompt:

install.packages("devtools")
library(devtools)
install_github("jmss70/dispocen")

Remark

In R 4.0.4 we have found neccessary, in order to load devtools, install previously cachem. So, the order to install is:

install.packages("devtools")
install.packages("cachem")
library(devtools)
install_github("jmss70/dispocen")

In R 4.0.5 we have found neccesary, in order to load devtools, install previously testthat. So, the order to install is:

install.packages("testthat")
install.packages("cachem")
install.packages("devtools")
library(devtools)
install_github("jmss70/dispocen")

Introductory video

https://www.youtube.com/watch?v=IU5VfUvG4Ag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages