Skip to content

bodirsky/lucode

Repository files navigation

lucode coding tools

Purpose and Functionality

A collection of tools which allow to manipulate and analyze code.

Installation

For installation of the most recent package version an additional repository can be added in R:

options(repos = c(CRAN = "@CRAN@", rd3mod_repo = "http://www.pik-potsdam.de/rd3mod/R/"))

The additional repository can be made availably permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

install.packages("lucode")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

update.packages()

Questions / Problems

In case of questions / problems please contact Jan Dietrich [email protected].

Citation

DOI

About

R package | Landuse Coding Tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages