Commit 8883db42 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.0.15.2 CLEAN:

Showing with 9 additions and 33 deletions
+9 -33
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.15.1 Version: 1.0.15.2
Date: 2018-10-10 Date: 2018-10-10
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -13,7 +13,7 @@ output: ...@@ -13,7 +13,7 @@ output:
### 1.0.15.1 Release Notes (2018-10-10) ### 1.0.15.2 Release Notes (2018-10-10)
#### Bug fixes #### Bug fixes
...@@ -25,6 +25,11 @@ output: ...@@ -25,6 +25,11 @@ output:
- <code>CreateRunOptions()</code> was cleant, with no effect on its outputs. - <code>CreateRunOptions()</code> was cleant, with no effect on its outputs.
#### CRAN-compatibility updates
- The <code>Vignette_Param.</code> datasets moved to the inst directory. It contains different objects needed for param_optim and param_mcmc vignettes.
____________________________________________________________________________________ ____________________________________________________________________________________
......
File moved
\docType{data}
\encoding{UTF-8}
\name{Vignette_Param}
\alias{IniParam}
\alias{ListIniParam}
\alias{list_opt}
\alias{mcmcDRAM}
\alias{optDE}
\alias{optMALS}
\alias{optPORT}
\alias{optPORT_}
\alias{optPSO}
\alias{startGR4J}
\title{Datasets needed to run param_optim or param_mcmc vignettes}
\description{Datasets needed to run param_optim or param_mcmc vignettes.}
...@@ -17,7 +17,7 @@ library(hydroPSO) ...@@ -17,7 +17,7 @@ library(hydroPSO)
library(Rmalschains) library(Rmalschains)
# source("airGR.R") # source("airGR.R")
set.seed(321) set.seed(321)
data("Vignette_Param") load(system.file("vignettes_data/Vignette_Param.rda", package = "airGR"))
``` ```
......
...@@ -18,7 +18,7 @@ library(ggmcmc) ...@@ -18,7 +18,7 @@ library(ggmcmc)
library(dplyr) library(dplyr)
# source("airGR.R") # source("airGR.R")
set.seed(123) set.seed(123)
data("Vignette_Param") load(system.file("vignettes_data/Vignette_Param.rda", package = "airGR"))
``` ```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment