Skip to content

Commit 928ba52

Browse files
committed
prep for release
1 parent 79b682a commit 928ba52

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# janitor 2.2.1 (2024-12-21)
1+
# janitor 2.2.1 (2024-12-22)
22

33
This is a trivial bugfix release whose only purpose is fixing a test that was failing on CRAN due to the way timezones are handled in Debian. In making that fix (PR #584), we made a small - technically breaking - improvement to a function that works with SAS dates. >99.9% of janitor users should be unaffected by this release.
44

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ options(width = 110)
2424

2525
<!-- badges: start -->
2626
[![R-CMD-check](https://github.com/sfirke/janitor/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfirke/janitor/actions/workflows/R-CMD-check.yaml)
27-
[![Coverage Status](https://img.shields.io/codecov/c/github/sfirke/janitor/master.svg)](https://codecov.io/github/sfirke/janitor?branch=master)
27+
[![Coverage Status](https://img.shields.io/codecov/c/github/sfirke/janitor/master.svg)](https://app.codecov.io/github/sfirke/janitor?branch=master)
2828
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
2929
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-ago/janitor)](https://cran.r-project.org/package=janitor)
3030
![!Monthly Downloads](https://cranlogs.r-pkg.org/badges/janitor)

cran-comments.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,23 @@
11
# Submission
2-
2023-02-01
2+
2024-12-22
33

44
## Submission summary
55

6-
*Resubmitting as 2.2.0 again with fixes to URLs in documentation*
7-
8-
### janitor version 2.2.0
9-
An accumulation of enhancements and bug fixes. Breaking changes only for edge cases.
10-
11-
Notably, this fixes the current test failures on CRAN for this package, resulting from
12-
changes introduced in the latest version of the dplyr package.
6+
### janitor version 2.2.1
7+
Contains only trivial changes needed to address failing test on CRAN, specific to how timezones are handled in Debian.
138

149
### Test environments
1510

1611
#### Windows
17-
* Windows 10 with R-release 4.2.2 (local)
18-
* Windows Server 2022 x64 (build 20348) with R Under development (unstable) (2023-01-31 r83741 ucrt) via win-builder, checked 2023-02-01
12+
* Windows Server 2022 x64 (build 20348) with R Under development (unstable) (2024-12-20 r87452 ucrt) via win-builder, checked 2024-12-21
1913

2014
#### Linux
21-
* ubuntu 22.04 R-release 4.2.2 (Github CI)
22-
* ubuntu 22.04 R-devel R Under development (unstable) (2023-02-01) (Github CI)
23-
* ubuntu 22.04 R-oldrel 4.1.3 (Github CI)
24-
25-
#### Mac
26-
* Mac OS 12.6.2 with R-release 4.2.2 (Github CI)
15+
* Ubuntu 24.04 R-version 4.3.3 (2024-02-29) (local)
2716

2817
### R CMD check results
2918
0 errors | 0 warnings | 0 notes
3019

3120
### Downstream dependencies
3221
This does not negatively affect downstream dependencies.
3322

34-
revdepcheck passed for 101 of 101 packages (98 from CRAN, 3 from bioconductor).
23+
revdepcheck passed for 124 of 125 packages. I investigated package BFS and the erroring function and found no use of janitor's functions so believe this to be a false positive.

0 commit comments

Comments
 (0)