renaming setup to setupMuso, and creating the package
This commit is contained in:
parent
13227008bc
commit
de3e10a2e2
@ -1,6 +1,6 @@
|
|||||||
Package: RBBGCMuso
|
Package: RBBGCMuso
|
||||||
Title: What the Package Does (one line, title case)
|
Title: What the Package Does (one line, title case)
|
||||||
Version: 0.1.7
|
Version: 0.1.8
|
||||||
Authors@R: person("Roland", "Hollos", , "hollorol@gmail.com", role = c("aut", "cre"))
|
Authors@R: person("Roland", "Hollos", , "hollorol@gmail.com", role = c("aut", "cre"))
|
||||||
Description: What the package does (one paragraph)
|
Description: What the package does (one paragraph)
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
|
|||||||
@ -1 +1,6 @@
|
|||||||
list.files()
|
list.files()
|
||||||
|
sumDaysOfPeriod(1990,5)
|
||||||
|
ls()
|
||||||
|
rm(list=ls)
|
||||||
|
rm(list=ls())
|
||||||
|
ls()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#' @author Roland Hollós
|
#' @author Roland Hollós
|
||||||
#' @param calibrationpar vector with line numbers
|
#' @param calibrationpar vector with line numbers
|
||||||
#' @return No return, outputs are written to file
|
#' @return No return, outputs are written to file
|
||||||
setup <- function(executable=NULL,
|
setupMuso <- function(executable=NULL,
|
||||||
parallel = F,
|
parallel = F,
|
||||||
calibrationpar =c(1),
|
calibrationpar =c(1),
|
||||||
outputloc=NULL,
|
outputloc=NULL,
|
||||||
1
RBBGCMuso/R/soilCalib.R
Normal file
1
RBBGCMuso/R/soilCalib.R
Normal file
@ -0,0 +1 @@
|
|||||||
|
#soilMatrix <- function(numberOfLayers=)
|
||||||
BIN
RBBGCMuso_0.1.8.tar.gz
Normal file
BIN
RBBGCMuso_0.1.8.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user