File tree Expand file tree Collapse file tree 6 files changed +209
-17
lines changed
Expand file tree Collapse file tree 6 files changed +209
-17
lines changed Original file line number Diff line number Diff line change 11Package: later
22Type: Package
33Title: Utilities for Scheduling Functions to Execute Later with Event Loops
4- Version: 1.4.1.9000
4+ Version: 1.4.2
55Authors@R: c(
66 person("Winston", "Chang", role = c("aut", "cre"), email = "
[email protected] "),
77 person("Joe", "Cheng", role = c("aut"), email = "
[email protected] "),
Original file line number Diff line number Diff line change 1- # later (development version)
1+ # later 1.4.2
22
33* Fixed #208 : Fixed ` keyword is hidden by macro definition ` compiler warning when using a C23 compiler. (@shikokuchuo , #209 )
44
Original file line number Diff line number Diff line change 11## R CMD check results
22
3- 0 errors | 0 warnings | 1 note
3+ 0 errors | 0 warnings | 0 notes
44
5- I'm so sorry to be re-submitting this so soon after my previous submission.
6- That version (1.4.0) has started causing problems for deployed projects
7- that use packages that link to {later}, like {httpuv} and {promises},
8- because their CRAN binaries are built against the latest CRAN {later} but
9- they may have pinned their locally installed {later} to an older version.
10- This causes R_GetCCallable calls in those dependent packages to fail on
11- package startup.
5+ ## revdepcheck results
126
13- This submission is intended to fix this problem by gracefully detecting the
14- version mismatch, and simply not performing R_GetCCallable calls that will
15- not succeed.
7+ We checked 31 reverse dependencies (26 from CRAN + 5 from Bioconductor), 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 0 packages
1611
17- More details here:
18- https://github.com/r-lib/later/issues/203
Original file line number Diff line number Diff line change 1+ # Platform
2+
3+ | field | value |
4+ | :--------| :-------------------------------------|
5+ | version | R version 4.4.3 (2025-02-28) |
6+ | os | Ubuntu 24.04.2 LTS |
7+ | system | x86_64, linux-gnu |
8+ | ui | RStudio |
9+ | language | en_GB: en |
10+ | collate | en_GB.UTF-8 |
11+ | ctype | en_GB.UTF-8 |
12+ | tz | Europe/London |
13+ | date | 2025-04-07 |
14+ | rstudio | 2024.12.1+563 Kousa Dogwood (desktop) |
15+ | pandoc | 3.1.3 @ /usr/bin/pandoc |
16+ | quarto | 1.6.40 @ /usr/local/bin/quarto |
17+
18+ # Dependencies
19+
20+ | package | old | new | Δ |
21+ | :-------| :------| :----------| :--|
22+ | later | 1.4.1 | 1.4.1.9000 | * |
23+ | Rcpp | 1.0.14 | 1.0.14 | |
24+ | rlang | 1.1.5 | 1.1.5 | |
25+
126# Revdeps
227
28+ ## Failed to check (5)
29+
30+ | package | version | error | warning | note |
31+ | :---------| :-------| :-----| :-------| :----|
32+ | mapview | ? | | | |
33+ | OmnipathR | ? | | | |
34+ | plumber | ? | | | |
35+ | Prostar | ? | | | |
36+ | tall | ? | | | |
37+
Original file line number Diff line number Diff line change 11## revdepcheck results
22
3- We checked 24 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+ We checked 31 reverse dependencies (26 from CRAN + 5 from Bioconductor) , comparing R CMD check results across CRAN and dev versions of this package.
44
55 * We saw 0 new problems
66 * We failed to check 0 packages
Original file line number Diff line number Diff line change 1- * Wow, no problems at all. :)*
1+ # mapview
2+
3+ <details >
4+
5+ * Version:
6+ * GitHub: https://github.com/r-lib/later
7+ * Source code: NA
8+ * Number of recursive dependencies: 0
9+
10+ </details >
11+
12+ ## Error before installation
13+
14+ ### Devel
15+
16+ ```
17+
18+
19+
20+
21+
22+
23+ ```
24+ ### CRAN
25+
26+ ```
27+
28+
29+
30+
31+
32+
33+ ```
34+ # OmnipathR
35+
36+ <details >
37+
38+ * Version:
39+ * GitHub: https://github.com/r-lib/later
40+ * Source code: NA
41+ * Number of recursive dependencies: 0
42+
43+ </details >
44+
45+ ## Error before installation
46+
47+ ### Devel
48+
49+ ```
50+
51+
52+
53+
54+
55+
56+ ```
57+ ### CRAN
58+
59+ ```
60+
61+
62+
63+
64+
65+
66+ ```
67+ # plumber
68+
69+ <details >
70+
71+ * Version:
72+ * GitHub: https://github.com/r-lib/later
73+ * Source code: NA
74+ * Number of recursive dependencies: 0
75+
76+ </details >
77+
78+ ## Error before installation
79+
80+ ### Devel
81+
82+ ```
83+
84+
85+
86+
87+
88+
89+ ```
90+ ### CRAN
91+
92+ ```
93+
94+
95+
96+
97+
98+
99+ ```
100+ # Prostar
101+
102+ <details >
103+
104+ * Version:
105+ * GitHub: https://github.com/r-lib/later
106+ * Source code: NA
107+ * Number of recursive dependencies: 0
108+
109+ </details >
110+
111+ ## Error before installation
112+
113+ ### Devel
114+
115+ ```
116+
117+
118+
119+
120+
121+
122+ ```
123+ ### CRAN
124+
125+ ```
126+
127+
128+
129+
130+
131+
132+ ```
133+ # tall
134+
135+ <details >
136+
137+ * Version:
138+ * GitHub: https://github.com/r-lib/later
139+ * Source code: NA
140+ * Number of recursive dependencies: 0
141+
142+ </details >
143+
144+ ## Error before installation
145+
146+ ### Devel
147+
148+ ```
149+
150+
151+
152+
153+
154+
155+ ```
156+ ### CRAN
157+
158+ ```
159+
160+
161+
162+
163+
164+
165+ ```
You can’t perform that action at this time.
0 commit comments