File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 13
13
14
14
# Output files from R CMD check
15
15
/* .Rcheck /
16
- /revdep /
17
16
18
17
# RStudio files
19
18
.Rproj.user /
Original file line number Diff line number Diff line change 1
- Version: 0.20.0
2
- Date: 2022-11-21 22:49:46 UTC
3
- SHA: 60ec84cf0bd0ab0d4bcc77c574da2cdb5e9cea82
1
+ Version: 0.20.1
2
+ Date: 2023-01-11 10:07:01 UTC
3
+ SHA: d36d07f170818fa7c8ccbb4bb786b195c5d32612
Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: parameters
3
3
Title: Processing of Model Parameters
4
- Version: 0.20.0.7
4
+ Version: 0.20.1
5
5
Authors@R:
6
6
c(person(given = "Daniel",
7
7
family = "Lüdecke",
@@ -197,7 +197,7 @@ VignetteBuilder:
197
197
knitr
198
198
Encoding: UTF-8
199
199
Language: en-US
200
- RoxygenNote: 7.2.3.9000
200
+ RoxygenNote: 7.2.3
201
201
Roxygen: list(markdown = TRUE)
202
202
Config/testthat/edition: 3
203
203
Config/Needs/website:
Original file line number Diff line number Diff line change 6
6
7
7
## Changes
8
8
9
- * ` model_parameters() ` now includes a ` Group ` column ` stanreg ` or ` brmsfit `
9
+ * ` model_parameters() ` now includes a ` Group ` column for ` stanreg ` or ` brmsfit `
10
10
models with random effects.
11
11
12
12
* The ` print() ` method for ` model_parameters() ` now uses the same pattern to
Original file line number Diff line number Diff line change 1
- Maintainance release.
1
+ Maintainance release.
2
+
3
+ ## revdepcheck results
4
+
5
+ We checked 32 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
6
+
7
+ * We saw 0 new problems
8
+ * We failed to check 0 packages
9
+
You can’t perform that action at this time.
0 commit comments