Skip to content

Commit c0b5fbf

Browse files
authored
Prepare CRAN release (#936)
* Prepare CRAN release * update comments * submitted [skip ci] * remove twitter, submit to win-builder * re-submitted [skip ci]
1 parent 6173154 commit c0b5fbf

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.20.4
2-
Date: 2024-09-01 17:55:50 UTC
3-
SHA: a65ee29f49a572e55c2ce59005c6acb588d83219
1+
Version: 0.20.5
2+
Date: 2024-10-01 23:01:40 UTC
3+
SHA: a07bbfa9674eddb7ae5f16cdfb3956736080af41

DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
Type: Package
22
Package: insight
33
Title: Easy Access to Model Information for Various Model Objects
4-
Version: 0.20.4.6
4+
Version: 0.20.5
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
88
role = c("aut", "cre"),
99
email = "[email protected]",
10-
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
10+
comment = c(ORCID = "0000-0002-8895-3206")),
1111
person(given = "Dominique",
1212
family = "Makowski",
1313
role = c("aut", "ctb"),
1414
email = "[email protected]",
15-
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
15+
comment = c(ORCID = "0000-0001-5375-9967")),
1616
person(given = "Indrajeet",
1717
family = "Patil",
1818
role = c("aut", "ctb"),
1919
email = "[email protected]",
20-
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
20+
comment = c(ORCID = "0000-0003-1995-6531")),
2121
person(given = "Philip",
2222
family = "Waggoner",
2323
role = c("aut", "ctb"),
@@ -32,7 +32,7 @@ Authors@R:
3232
family = "Wiernik",
3333
role = c("aut", "ctb"),
3434
email = "[email protected]",
35-
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
35+
comment = c(ORCID = "0000-0001-9560-6336")),
3636
person(given = "Vincent",
3737
family = "Arel-Bundock",
3838
email = "[email protected]",
@@ -57,7 +57,7 @@ Authors@R:
5757
family = "Thériault",
5858
role = "ctb",
5959
email = "[email protected]",
60-
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
60+
comment = c(ORCID = "0000-0003-4315-6788")),
6161
person(given = "Alex",
6262
family = "Reinhart",
6363
role = "ctb",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# insight 0.20.xxx
1+
# insight 0.20.5
22

33
## General
44

cran-comments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Release that fixes a critical bug. Furthermore, recent changes in this package are required for other packages that need updates on CRAN, hence, package 'insight' must be submitted first.
1+
- This release fixes some isues related to the recent update of the *glmmTMB* package.
2+
3+
- Furthermore, this release is a prerequisite to submit a fix for the "performance" package. Due recent changes in this package, 'insight' must be submitted first.
4+
5+
- Finally, in this release we deprecated older arguments, which will likely lead to warnings in downstream packages. We have prepared fixes for all affected packages and can submit updates once 'insight' is accepted on CRAN.

0 commit comments

Comments
 (0)