-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare CRAN release * update comments * submitted [skip ci] * remove twitter, submit to win-builder * re-submitted [skip ci]
- Loading branch information
1 parent
6173154
commit c0b5fbf
Showing
4 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 0.20.4 | ||
Date: 2024-09-01 17:55:50 UTC | ||
SHA: a65ee29f49a572e55c2ce59005c6acb588d83219 | ||
Version: 0.20.5 | ||
Date: 2024-10-01 23:01:40 UTC | ||
SHA: a07bbfa9674eddb7ae5f16cdfb3956736080af41 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
Type: Package | ||
Package: insight | ||
Title: Easy Access to Model Information for Various Model Objects | ||
Version: 0.20.4.6 | ||
Version: 0.20.5 | ||
Authors@R: | ||
c(person(given = "Daniel", | ||
family = "Lüdecke", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")), | ||
comment = c(ORCID = "0000-0002-8895-3206")), | ||
person(given = "Dominique", | ||
family = "Makowski", | ||
role = c("aut", "ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")), | ||
comment = c(ORCID = "0000-0001-5375-9967")), | ||
person(given = "Indrajeet", | ||
family = "Patil", | ||
role = c("aut", "ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")), | ||
comment = c(ORCID = "0000-0003-1995-6531")), | ||
person(given = "Philip", | ||
family = "Waggoner", | ||
role = c("aut", "ctb"), | ||
|
@@ -32,7 +32,7 @@ Authors@R: | |
family = "Wiernik", | ||
role = c("aut", "ctb"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")), | ||
comment = c(ORCID = "0000-0001-9560-6336")), | ||
person(given = "Vincent", | ||
family = "Arel-Bundock", | ||
email = "[email protected]", | ||
|
@@ -57,7 +57,7 @@ Authors@R: | |
family = "Thériault", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")), | ||
comment = c(ORCID = "0000-0003-4315-6788")), | ||
person(given = "Alex", | ||
family = "Reinhart", | ||
role = "ctb", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# insight 0.20.xxx | ||
# insight 0.20.5 | ||
|
||
## General | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
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. | ||
- This release fixes some isues related to the recent update of the *glmmTMB* package. | ||
|
||
- 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. | ||
|
||
- 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. |