Skip to content

environmentalinformatics-marburg/Rsenal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rsenal

magic R functions for things various


In order to install the package, SDMTools needs to be available. It can be installed from the CRAN archive like this:

remotes::install_version(
  "SDMTools"
  , version = "1.1-221.2"
)

In addition, issues with gdalUtils might occur ("ERROR: dependency ‘gdalUtils’ is not available for package ‘Rsenal’"). These can be resolved with:

remotes::install_version(
    "gdalUtils"
    , version = "2.0.1.7"
)

Then, install Rsenal as follows:

remotes::install_github(
  "environmentalinformatics-marburg/Rsenal.git"
  # , Ncpus = parallel::detectCores() - 1L
)

About

magic R functions for things various

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published