renaming setup to setupMuso, and creating the package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package: RBBGCMuso
|
||||
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"))
|
||||
Description: What the package does (one paragraph)
|
||||
License: GPL-2
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
list.files()
|
||||
sumDaysOfPeriod(1990,5)
|
||||
ls()
|
||||
rm(list=ls)
|
||||
rm(list=ls())
|
||||
ls()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#' @author Roland Hollós
|
||||
#' @param calibrationpar vector with line numbers
|
||||
#' @return No return, outputs are written to file
|
||||
setup <- function(executable=NULL,
|
||||
setupMuso <- function(executable=NULL,
|
||||
parallel = F,
|
||||
calibrationpar =c(1),
|
||||
outputloc=NULL,
|
||||
@@ -0,0 +1 @@
|
||||
#soilMatrix <- function(numberOfLayers=)
|
||||
Binary file not shown.
Reference in New Issue
Block a user