README.md

This package is deprecated!

This package has been split into two new packages gms (https://github.com/pik-piam/gms) containing its GAMS related functions and lucode2 (https://github.com/pik-piam/gms) containing all the rest. Please use these two packages instead as lucode is not further developed anymore.

Code Manipulation and Analysis Tools

R package lucode, version 3.20.6

Travis build status DOI codecov

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 has to be added in R:

options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))

The additional repository can be made available 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 Philipp Dietrich dietrich@pik-potsdam.de.

Citation

To cite package lucode in publications use:

Dietrich J, Klein D, Giannousakis A, Baumstark L, Bonsch M, Bodirsky B, Beier F, Koch J (2020). lucode: Code Manipulation and Analysis Tools. doi: 10.5281/zenodo.1158596 (URL: https://doi.org/10.5281/zenodo.1158596), R package version 3.20.6, .

A BibTeX entry for LaTeX users is

latex @Manual{, title = {lucode: Code Manipulation and Analysis Tools}, author = {Jan Philipp Dietrich and David Klein and Anastasis Giannousakis and Lavinia Baumstark and Markus Bonsch and Benjamin Leon Bodirsky and Felicitas Beier and Johannes Koch}, year = {2020}, note = {R package version 3.20.6}, doi = {10.5281/zenodo.1158596}, url = {https://github.com/pik-piam/lucode}, }



pik-piam/lucode documentation built on June 10, 2020, 6:55 p.m.