Skip to content

Commit 44df322

Browse files
authored
later 1.4.5
1 parent a8eb471 commit 44df322

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Package
22
Package: later
33
Title: Utilities for Scheduling Functions to Execute Later with Event
44
Loops
5-
Version: 1.4.4.9000
5+
Version: 1.4.5
66
Authors@R: c(
77
person("Winston", "Chang", , "[email protected]", role = "aut",
88
comment = c(ORCID = "0000-0002-1576-2126")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# later (development version)
1+
# later 1.4.5
22

3-
* Requires R >= 3.5 and Rcpp >= 1.0.10 to ensure later callback errors are properly handled. We have removed the fallback to legacy pre-later 1.4.0 behaviour (#241).
3+
* Now requires R >= 3.5.0 (for `R_UnwindProtect()`) and Rcpp >= 1.0.10. Removed legacy non-unwind-protect code paths that were previously used as a fallback on older R versions (#241).
44

55
# later 1.4.4
66

cran-comments.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
This submission fixes a timing-dependent test that failed on the MKL test machine.
2-
31
## R CMD check results
42

53
0 errors | 0 warnings | 0 notes
64

75
## revdepcheck results
86

9-
We checked 34 reverse dependencies (32 from CRAN + 2 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
10-
11-
* We saw 0 new problems
12-
* We failed to check 1 packages
13-
7+
We did not perform a revdep check as this is a patch release.

0 commit comments

Comments
 (0)