minor bugfix and major version upgrade
This commit is contained in:
parent
587faa7804
commit
d00d513949
@ -1,6 +1,6 @@
|
||||
Package: RBBGCMuso
|
||||
Title: An R package for BiomeBGC-MuSo ecosystem modelling
|
||||
Version: 0.6.3.0
|
||||
Version: 0.7.0.0
|
||||
Authors@R: person("Roland", "Hollo's", , "hollorol@gmail.com", role = c("aut", "cre"))
|
||||
Description: What the package does (one paragraph).
|
||||
Depends: R (>= 3.3.2)
|
||||
@ -25,7 +25,8 @@ Imports:
|
||||
tidyr,
|
||||
tcltk,
|
||||
digest,
|
||||
data.table
|
||||
data.table,
|
||||
gridExtra
|
||||
LinkingTo: Rcpp
|
||||
SystemRequirements: C++11
|
||||
Maintainer: Roland Hollo's <hollorol@gmail.com>
|
||||
|
||||
@ -43,10 +43,6 @@ importFrom(dplyr,mutate)
|
||||
importFrom(dplyr,select)
|
||||
importFrom(dplyr,summarize)
|
||||
importFrom(dplyr,tbl_df)
|
||||
importFrom(ggplot,aes_string)
|
||||
importFrom(ggplot,geom_point)
|
||||
importFrom(ggplot,ggplot)
|
||||
importFrom(ggplot,ggsave)
|
||||
importFrom(ggplot2,aes)
|
||||
importFrom(ggplot2,aes_string)
|
||||
importFrom(ggplot2,element_blank)
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#' @param settings e
|
||||
#' @param leapYear b
|
||||
#' @param plotName u
|
||||
#' @importFrom ggplot ggplot aes_string geom_point ggsave
|
||||
#' @importFrom ggplot2 ggplot aes_string geom_point ggsave
|
||||
#' @importFrom magrittr '%>%'
|
||||
#' @importFrom gridExtra grid.arrange
|
||||
#' @export
|
||||
|
||||
@ -5,12 +5,12 @@
|
||||
\title{optiMuso}
|
||||
\usage{
|
||||
optiMuso(measuredDataFile, parameters = NULL, sep = ",", startDate,
|
||||
endDate, formatString, naString = NULL, leapYear = TRUE,
|
||||
filterCol = NULL, filterVal = 1, selVar, outLoc = "./calib",
|
||||
preTag = "cal-", settings = NULL, outVars = NULL,
|
||||
iterations = 30, skipSpinup = TRUE, constrains = NULL,
|
||||
plotName = "calib.jpg", likelihood = function(x, y) {
|
||||
exp(-sqrt(mean((x - y)^2))) }, calPar = 3009)
|
||||
endDate, formatString = "\%Y-\%m-\%d", naString = NULL,
|
||||
leapYear = TRUE, filterCol = NULL, filterVal = 1, selVar,
|
||||
outLoc = "./calib", preTag = "cal-", settings = NULL,
|
||||
outVars = NULL, iterations = 30, skipSpinup = TRUE,
|
||||
constrains = NULL, plotName = "calib.jpg", likelihood = function(x,
|
||||
y) { exp(-sqrt(mean((x - y)^2))) }, calPar = 3009)
|
||||
}
|
||||
\arguments{
|
||||
\item{measuredDataFile}{a}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user