README.md

Soil carbon pasture emulator creator

R package soilcemulator, version 2.4.0.9001

CRAN status R build status codecov

Purpose and Functionality

Provides functions for the creation of a Machine learning emulator based on magpie preprocessing files.

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("soilcemulator")

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 Alves Marcos pedrosa@pik-potsdam.de.

Citation

To cite package soilcemulator in publications use:

Marcos A (2021). soilcemulator: Soil carbon pasture emulator creator. https://github.com/mppalves/mrscpmule,.

A BibTeX entry for LaTeX users is

latex @Manual{, title = {soilcemulator: Soil carbon pasture emulator creator}, author = {Alves Marcos}, year = {2021}, note = {https://github.com/mppalves/mrscpmule,}, }



mppalves/mrscpmule documentation built on Sept. 2, 2021, 9:50 p.m.