Skip to content

0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q/lucode2

 
 

Repository files navigation

Code Manipulation and Analysis Tools

R package lucode2, version 0.1.2

Travis build status 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("lucode2")

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 [email protected].

Citation

To cite package lucode2 in publications use:

Dietrich J, Klein D, Giannousakis A, Bonsch M, Bodirsky B, Baumstark L (2020). lucode2: Code Manipulation and Analysis Tools. R package version 0.1.2.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {lucode2: Code Manipulation and Analysis Tools},
 author = {Jan Philipp Dietrich and David Klein and Anastasis Giannousakis and Markus Bonsch and Benjamin Leon Bodirsky and Lavinia Baumstark},
 year = {2020},
 note = {R package version 0.1.2},
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%