Skip to content

Commit

Permalink
revdep check ok
Browse files Browse the repository at this point in the history
  • Loading branch information
berthetclement committed Jun 14, 2024
1 parent 21f3b7c commit 2d71947
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 51 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NEW FEATURES:
* `readInputRES()` new parameter **areas** to get desired clusters from selected areas.
* `setSimulationPath()` return a new parameter `binding` (for studies >= v8.7.0).
It contains a table with group dimensions of time series for binding constraints.
* `readAntares()` new parameter **clustersST** to read short-term clusters
* `readAntares()` new parameter **clustersST** to read (output simulation) short-term clusters

BREAKING CHANGES :

Expand Down
70 changes: 21 additions & 49 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,29 @@
# Platform

|field |value |
|:--------|:------------------------------|
|version |R version 4.1.0 (2021-05-18) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |French_France.1252 |
|ctype |French_France.1252 |
|tz |Europe/Paris |
|date |2024-06-13 |
|rstudio |1.4.1103 Wax Begonia (desktop) |
|pandoc |NA |
|field |value |
|:--------|:-----------------------------------|
|version |R version 4.2.2 (2022-10-31 ucrt) |
|os |Windows 10 x64 (build 19045) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |French_France.utf8 |
|ctype |French_France.utf8 |
|tz |Europe/Paris |
|date |2024-06-13 |
|rstudio |2023.12.0+369 Ocean Storm (desktop) |
|pandoc |NA |

# Dependencies

|package |old |new |<U+0394> |
|:-----------|:-----|:-------|:--|
|antaresRead |2.7.0 |2.7.1 |* |
|askpass |NA |1.1 |* |
|cachem |NA |1.0.7 |* |
|cli |NA |3.6.2 |* |
|commonmark |NA |1.9.1 |* |
|cpp11 |NA |0.4.7 |* |
|curl |NA |5.2.1 |* |
|data.table |NA |1.14.8 |* |
|digest |NA |0.6.35 |* |
|fastmap |NA |1.2.0 |* |
|fontawesome |NA |0.5.2 |* |
|fs |NA |1.6.4 |* |
|glue |NA |1.7.0 |* |
|htmltools |NA |0.5.5 |* |
|httpuv |NA |1.6.9 |* |
|httr |NA |1.4.7 |* |
|jsonlite |NA |1.8.8 |* |
|later |NA |1.3.0 |* |
|lifecycle |NA |1.0.4 |* |
|lubridate |NA |1.9.2 |* |
|openssl |NA |2.0.6 |* |
|plyr |NA |1.8.8 |* |
|promises |NA |1.2.0.1 |* |
|purrr |NA |1.0.1 |* |
|Rcpp |NA |1.0.12 |* |
|rlang |NA |1.1.4 |* |
|sass |NA |0.4.5 |* |
|shiny |NA |1.8.1.1 |* |
|stringi |NA |1.7.12 |* |
|stringr |NA |1.5.1 |* |
|sys |NA |3.4.2 |* |
|timechange |NA |0.2.0 |* |
|vctrs |NA |0.6.1 |* |
|withr |NA |3.0.0 |* |
|package |old |new |Δ |
|:-----------|:-----|:-----|:--|
|antaresRead |2.7.0 |2.7.1 |* |
|cachem |NA |1.0.8 |* |
|fastmap |NA |1.1.1 |* |
|openssl |NA |2.1.2 |* |
|rlang |NA |1.1.3 |* |
|stringi |NA |1.8.3 |* |

# Revdeps

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down

0 comments on commit 2d71947

Please sign in to comment.