Commit 0e3e40f9 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

build(DESCRIPTION): remove 'hydroPSO' from the 'Suggests' list

Refs: #182, 730ac944
2 merge requests!96ci(yaml): replace 'rocker/verse' image by 'rocker/geospatial',!88refactor: fix to pass CRAN checks
Pipeline #50931 canceled with stage
in 24 seconds
Showing with 9 additions and 2 deletions
+9 -2
......@@ -28,7 +28,7 @@ Imports:
utils
Suggests:
knitr, markdown, rmarkdown,
caRamel, coda, DEoptim, FME, ggmcmc, hydroPSO,
caRamel, coda, DEoptim, FME, ggmcmc,
GGally, ggplot2,
testthat
Description: Hydrological modelling tools developed at INRAE-Antony (HYCAR Research Unit, France). The package includes several conceptual rainfall-runoff models (GR4H, GR5H, GR4J, GR5J, GR6J, GR2M, GR1A) that can be applied either on a lumped or semi-distributed way. A snow accumulation and melt model (CemaNeige) and the associated functions for the calibration and evaluation of models are also included. Use help(airGR) for package description and references.
......
......@@ -13,7 +13,7 @@ vignette: >
```{r, warning=FALSE, include=FALSE, fig.keep='none', results='hide'}
library(airGR)
library(DEoptim)
library(hydroPSO) # Needs R version >= 3.6 or latticeExtra <= 0.6-28 on R 3.5
# library(hydroPSO) # Needs R version >= 3.6 or latticeExtra <= 0.6-28 on R 3.5. Archived on 2023-10-16 as requires archived packages 'hydroTSM' and 'hydroGOF'.
# library(Rmalschains) # removed from CRAN since 2023-04-03
library(caRamel)
library(ggplot2)
......@@ -162,6 +162,13 @@ optDE <- DEoptim::DEoptim(fn = OptimGR4J,
## Particle Swarm
```{r, warning=FALSE, results='hide', message=FALSE, eval=FALSE}
# to install the package temporary removde from CRAN
# Rtools needed (windows : https://cran.r-project.org/bin/windows/Rtools/)
install.packages("https://cran.r-project.org/src/contrib/Archive/hydroPSO/hydroPSO_0.5-1.tar.gz",
repos = NULL, type = "source", dependencies = TRUE)
```
```{r, warning=FALSE, results='hide', message=FALSE, eval=FALSE}
optPSO <- hydroPSO::hydroPSO(fn = OptimGR4J,
......
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