Skip to content

Commit 47b6c3e

Browse files
Bump to 2.9.0, release CRAN (#275)
1 parent 4c45d14 commit 47b6c3e

4 files changed

Lines changed: 52 additions & 32 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: antaresRead
22
Type: Package
33
Title: Import, Manipulate and Explore the Results of an 'Antares' Simulation
4-
Version: 2.8.0.9000
4+
Version: 2.9.0
55
Authors@R: c(
66
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
77
person("Jalal-Edine", "ZAWAM", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> Copyright © 2016 RTE Réseau de transport d’électricité
22
33

4-
# antaresRead 2.8.0.9000
4+
# antaresRead 2.9.0
55
(cf. Antares v9 changelog)
66

77
NEW FEATURES:

cran-comments.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11

2+
# Relase 2.9.0
3+
- Many fixes
4+
## R CMD check results OK
5+
6+
0 errors | 0 warnings | 0 notes
7+
8+
## rev dep check OK
9+
10+
── CHECK 3 packages ──
11+
✔ antaresEditObject 0.7.1 ── E: 0 | W: 0 | N: 0
12+
✔ antaresProcessing 0.18.3 ── E: 0 | W: 0 | N: 0
13+
✔ antaresViz 0.18.3 ── E: 0 | W: 0 | N: 0
14+
15+
16+
17+
18+
19+
220
# Release 2.7.1
321

422
- To fix problem with cran check (see log "M1mac").

revdep/README.md

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,43 @@
1010
|collate |French_France.utf8 |
1111
|ctype |French_France.utf8 |
1212
|tz |Europe/Paris |
13-
|date |2025-01-21 |
13+
|date |2025-02-11 |
1414
|rstudio |2023.12.0+369 Ocean Storm (desktop) |
1515
|pandoc |NA |
1616

1717
# Dependencies
1818

19-
|package |old |new |Δ |
20-
|:-----------|:-----|:----------|:--|
21-
|antaresRead |2.7.2 |2.8.0.9000 |* |
22-
|askpass |NA |1.2.1 |* |
23-
|bit |NA |4.5.0.1 |* |
24-
|bit64 |NA |4.6.0-1 |* |
25-
|bslib |NA |0.8.0 |* |
26-
|cachem |NA |1.1.0 |* |
27-
|cli |NA |3.6.3 |* |
28-
|commonmark |NA |1.9.2 |* |
29-
|cpp11 |NA |0.5.1 |* |
30-
|crayon |NA |1.5.3 |* |
31-
|data.table |NA |1.16.4 |* |
32-
|digest |NA |0.6.37 |* |
33-
|fastmap |NA |1.2.0 |* |
34-
|fontawesome |NA |0.5.3 |* |
35-
|fs |NA |1.6.5 |* |
36-
|glue |NA |1.8.0 |* |
37-
|jsonlite |NA |1.8.9 |* |
38-
|later |NA |1.4.1 |* |
39-
|lubridate |NA |1.9.4 |* |
40-
|openssl |NA |2.3.1 |* |
41-
|promises |NA |1.3.2 |* |
42-
|Rcpp |NA |1.0.14 |* |
43-
|rlang |NA |1.1.5 |* |
44-
|shiny |NA |1.10.0 |* |
45-
|stringi |NA |1.8.4 |* |
46-
|sys |NA |3.4.3 |* |
47-
|withr |NA |3.0.2 |* |
19+
|package |old |new |Δ |
20+
|:-----------|:-----|:-------|:--|
21+
|antaresRead |2.7.2 |2.9.0 |* |
22+
|askpass |NA |1.2.1 |* |
23+
|bit |NA |4.5.0.1 |* |
24+
|bit64 |NA |4.6.0-1 |* |
25+
|bslib |NA |0.9.0 |* |
26+
|cachem |NA |1.1.0 |* |
27+
|cli |NA |3.6.3 |* |
28+
|commonmark |NA |1.9.2 |* |
29+
|cpp11 |NA |0.5.1 |* |
30+
|crayon |NA |1.5.3 |* |
31+
|curl |NA |6.2.0 |* |
32+
|data.table |NA |1.16.4 |* |
33+
|digest |NA |0.6.37 |* |
34+
|fastmap |NA |1.2.0 |* |
35+
|fontawesome |NA |0.5.3 |* |
36+
|fs |NA |1.6.5 |* |
37+
|glue |NA |1.8.0 |* |
38+
|jsonlite |NA |1.8.9 |* |
39+
|later |NA |1.4.1 |* |
40+
|lubridate |NA |1.9.4 |* |
41+
|openssl |NA |2.3.2 |* |
42+
|promises |NA |1.3.2 |* |
43+
|purrr |NA |1.0.4 |* |
44+
|Rcpp |NA |1.0.14 |* |
45+
|rlang |NA |1.1.5 |* |
46+
|shiny |NA |1.10.0 |* |
47+
|stringi |NA |1.8.4 |* |
48+
|sys |NA |3.4.3 |* |
49+
|withr |NA |3.0.2 |* |
4850

4951
# Revdeps
5052

0 commit comments

Comments
 (0)