diff --git a/RBBGCMuso/R/parametersweep.R b/RBBGCMuso/R/parametersweep.R index 7c9c525..a7777d3 100644 --- a/RBBGCMuso/R/parametersweep.R +++ b/RBBGCMuso/R/parametersweep.R @@ -20,7 +20,7 @@ paramSweep <- function(inputDir="./", outVar="daily_gpp", htmlOutName = "paramsweep.html"){ - if(is.null(pandoc_version())){ + if(is.null(rmarkdown::pandoc_version())){ stop("In order to use parameterSweep you have to have pandoc (1.12.3+) installed or run this function from Rstudio\n You can download pandoc from here: 'https://pandoc.org/', or Rstudio from here: 'https://www.rstudio.com/'") } diff --git a/RBBGCMuso_0.6.1.zip b/RBBGCMuso_0.6.1.zip index cd3098e..7d9a290 100644 Binary files a/RBBGCMuso_0.6.1.zip and b/RBBGCMuso_0.6.1.zip differ