Skip to content

Commit 2c1d357

Browse files
chore: prep for CRAN release
1 parent e4787f4 commit 2c1d357

File tree

7 files changed

+111
-87
lines changed

7 files changed

+111
-87
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: descriptr
22
Type: Package
33
Title: Generate Descriptive Statistics
4-
Version: 0.5.2.9000
4+
Version: 0.6.0
55
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-9220-9669"))
77
Description: Generate descriptive statistics such as measures of location,

NEWS.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# descriptr 0.6.0
2+
3+
## New Features
4+
5+
- `ds_summary_stats()` can handle both `data.frame` and numeric vector as input.
6+
7+
## BUg Fixes
8+
9+
- Incorrect column name generates missing output ([#123](https://github.com/rsquaredacademy/descriptr/issues/123))
10+
- Fix gglotp2 deprecated function warnings
11+
12+
## Other Changes
13+
14+
- Incorrect package alias ([#122](https://github.com/rsquaredacademy/descriptr/issues/122))
15+
- Migrate to testthat editioin 3 ([#124](https://github.com/rsquaredacademy/descriptr/issues/124))
16+
- Migrate to rhub v2 ([#125](https://github.com/rsquaredacademy/descriptr/issues/125))
17+
118
# descriptr 0.5.2
219

320
This is a patch release to fix CRAN notification about vdiffr package
@@ -104,7 +121,7 @@ New to descriptr are the following which generate summary statistics:
104121

105122
## Acknowledgements
106123

107-
A big thanks to [@GegznaV](https://github.com/GegznaV) and [@adam_medcalf](https://twitter.com/adam_medcalf) who contributed code, opened issues and provided valuable feedback.
124+
A big thanks to [@GegznaV](https://github.com/GegznaV) and [@adam_medcalf](https://dabblingwithdata.amedcalf.com) who contributed code, opened issues and provided valuable feedback.
108125

109126

110127
# descriptr 0.4.0

cran-comments.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
## Test environments
2-
* local Windows 10, R 4.0.3
3-
* ubuntu 20.04 (on GitHub Actions), R 4.0.3, R-devel
4-
* win-builder (devel and release)
5-
61
## R CMD check results
72

83
0 errors | 0 warnings | 0 note
94

10-
## Reverse dependencies
5+
## revdepcheck results
6+
7+
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8+
9+
* We saw 0 new problems
10+
* We failed to check 1 packages
1111

12-
We checked 4 dependencies (olsrr, blorr, xplorerr and inferr) and it returned a NOTE.
12+
Issues with CRAN packages are summarised below.
1313

14+
### Failed to check
1415

16+
* olsrr (NA)

revdep/README.md

+51-78
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,61 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 3.5.1 (2018-07-02) |
6-
|os |Windows >= 8 x64 |
7-
|system |x86_64, mingw32 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |English_India.1252 |
11-
|ctype |English_India.1252 |
12-
|tz |Asia/Calcutta |
13-
|date |2019-01-21 |
3+
|field |value |
4+
|:--------|:----------------------------------------------------------------------------------|
5+
|version |R version 4.4.1 (2024-06-14 ucrt) |
6+
|os |Windows 10 x64 (build 19045) |
7+
|system |x86_64, mingw32 |
8+
|ui |RStudio |
9+
|language |(EN) |
10+
|collate |English_India.utf8 |
11+
|ctype |en_US.UTF-8 |
12+
|tz |Asia/Calcutta |
13+
|date |2024-11-08 |
14+
|rstudio |2024.09.0+375 Cranberry Hibiscus (desktop) |
15+
|pandoc |3.2 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) |
1416

1517
# Dependencies
1618

17-
|package |old |new |<U+0394> |
18-
|:-------------|:--------|:--------|:--|
19-
|descriptr |0.4.1 |0.5.0 |* |
20-
|assertthat |0.2.0 |0.2.0 | |
21-
|BH |1.69.0-1 |1.69.0-1 | |
22-
|bindr |0.1.1 |0.1.1 | |
23-
|bindrcpp |0.2.2 |0.2.2 | |
24-
|cli |1.0.1 |1.0.1 | |
25-
|colorspace |1.4-0 |1.4-0 | |
26-
|crayon |1.3.4 |1.3.4 | |
27-
|digest |0.6.18 |0.6.18 | |
28-
|dplyr |0.7.8 |0.7.8 | |
29-
|fansi |0.4.0 |0.4.0 | |
30-
|forcats |0.3.0 |0.3.0 | |
31-
|ggplot2 |3.1.0 |3.1.0 | |
32-
|glue |1.3.0 |1.3.0 | |
33-
|gridExtra |NA |2.3 |* |
34-
|gtable |0.2.0 |0.2.0 | |
35-
|htmltools |0.3.6 |0.3.6 | |
36-
|httpuv |1.4.5.1 |1.4.5.1 | |
37-
|jsonlite |1.6 |1.6 | |
38-
|labeling |0.3 |0.3 | |
39-
|later |0.7.5 |0.7.5 | |
40-
|lazyeval |0.2.1 |0.2.1 | |
41-
|magrittr |1.5 |1.5 | |
42-
|mime |0.6 |0.6 | |
43-
|munsell |0.5.0 |0.5.0 | |
44-
|pillar |1.3.1 |1.3.1 | |
45-
|pkgconfig |2.0.2 |2.0.2 | |
46-
|plogr |0.2.0 |0.2.0 | |
47-
|plyr |1.8.4 |1.8.4 | |
48-
|promises |1.0.1 |1.0.1 | |
49-
|purrr |0.2.5 |0.2.5 | |
50-
|R6 |2.3.0 |2.3.0 | |
51-
|RColorBrewer |1.1-2 |1.1-2 | |
52-
|Rcpp |1.0.0 |1.0.0 | |
53-
|reshape2 |1.4.3 |1.4.3 | |
54-
|rlang |0.3.1 |0.3.1 | |
55-
|scales |1.0.0 |1.0.0 | |
56-
|shiny |1.2.0 |1.2.0 | |
57-
|sourcetools |0.1.7 |0.1.7 | |
58-
|stringi |1.2.4 |1.2.4 | |
59-
|stringr |1.3.1 |1.3.1 | |
60-
|tibble |2.0.1 |2.0.1 | |
61-
|tidyr |0.8.2 |0.8.2 | |
62-
|tidyselect |0.2.5 |0.2.5 | |
63-
|utf8 |1.1.4 |1.1.4 | |
64-
|viridisLite |0.3.0 |0.3.0 | |
65-
|vistributions |NA |0.1.0 |* |
66-
|withr |2.1.2 |2.1.2 | |
67-
|xplorerr |NA |0.1.0 |* |
68-
|xtable |1.8-3 |1.8-3 | |
19+
|package |old |new |Δ |
20+
|:------------|:-----|:-----|:--|
21+
|descriptr |0.5.2 |0.6.0 |* |
22+
|cli |3.6.3 |3.6.3 | |
23+
|colorspace |2.1-1 |2.1-1 | |
24+
|cpp11 |0.5.0 |0.5.0 | |
25+
|dplyr |1.1.4 |1.1.4 | |
26+
|fansi |1.0.6 |1.0.6 | |
27+
|farver |2.1.2 |2.1.2 | |
28+
|generics |0.1.3 |0.1.3 | |
29+
|ggplot2 |3.5.1 |3.5.1 | |
30+
|glue |1.8.0 |1.8.0 | |
31+
|gtable |0.3.6 |0.3.6 | |
32+
|isoband |0.2.7 |0.2.7 | |
33+
|labeling |0.4.3 |0.4.3 | |
34+
|lifecycle |1.0.4 |1.0.4 | |
35+
|magrittr |2.0.3 |2.0.3 | |
36+
|munsell |0.5.1 |0.5.1 | |
37+
|pillar |1.9.0 |1.9.0 | |
38+
|pkgconfig |2.0.3 |2.0.3 | |
39+
|purrr |1.0.2 |1.0.2 | |
40+
|R6 |2.5.1 |2.5.1 | |
41+
|RColorBrewer |1.1-3 |1.1-3 | |
42+
|rlang |1.1.4 |1.1.4 | |
43+
|scales |1.3.0 |1.3.0 | |
44+
|stringi |1.8.4 |1.8.4 | |
45+
|stringr |1.5.1 |1.5.1 | |
46+
|tibble |3.2.1 |3.2.1 | |
47+
|tidyr |1.3.1 |1.3.1 | |
48+
|tidyselect |1.2.1 |1.2.1 | |
49+
|utf8 |1.2.4 |1.2.4 | |
50+
|vctrs |0.6.5 |0.6.5 | |
51+
|viridisLite |0.4.2 |0.4.2 | |
52+
|withr |3.0.2 |3.0.2 | |
6953

7054
# Revdeps
7155

72-
## Couldn't check (3)
56+
## Failed to check (1)
7357

74-
|package |version |error |warning |note |
75-
|:--------|:-------|:-----|:-------|:----|
76-
|blorr |? | | | |
77-
|olsrr |? | | | |
78-
|xplorerr |? | | | |
79-
80-
## All (4)
81-
82-
|package |version |error |warning |note |
83-
|:--------|:-------|:-----|:-------|:----|
84-
|blorr |? | | | |
85-
|inferr |0.3.0 | | | |
86-
|olsrr |? | | | |
87-
|xplorerr |? | | | |
58+
|package |version |error |warning |note |
59+
|:-------|:-------|:-----|:-------|:----|
60+
|olsrr |0.6.1 |1 | | |
8861

revdep/cran.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## revdepcheck results
2+
3+
We checked 2 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
4+
5+
* We saw 0 new problems
6+
* We failed to check 1 packages
7+
8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* olsrr (NA)

revdep/failures.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# olsrr
2+
3+
<details>
4+
5+
* Version: 0.6.1
6+
* GitHub: https://github.com/rsquaredacademy/olsrr
7+
* Source code: https://github.com/cran/olsrr
8+
* Date/Publication: 2024-11-06 12:50:06 UTC
9+
* Number of recursive dependencies: 116
10+
11+
Run `revdepcheck::revdep_details(, "olsrr")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* R CMD check timed out
18+
19+

revdep/problems.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)