renaming setup to setupMuso, and creating the package

This commit is contained in:
hollorol 2017-02-13 13:42:14 +01:00
parent 13227008bc
commit de3e10a2e2
14 changed files with 9 additions and 2 deletions

1
.Rhistory Normal file
View File

@ -0,0 +1 @@
install.packages("RBBGCMuso_0.1.8.tar.gz")

View File

@ -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

View File

@ -1 +1,6 @@
list.files()
sumDaysOfPeriod(1990,5)
ls()
rm(list=ls)
rm(list=ls())
ls()

View File

@ -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,

1
RBBGCMuso/R/soilCalib.R Normal file
View File

@ -0,0 +1 @@
#soilMatrix <- function(numberOfLayers=)

BIN
RBBGCMuso_0.1.8.tar.gz Normal file

Binary file not shown.