Skip to content

Commit d83e411

Browse files
committed
Add CRAN comments
1 parent 8a2f087 commit d83e411

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

cran-comments.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 1 note
4+
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.
12+
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.
16+
17+
More details here:
18+
https://github.com/r-lib/later/issues/203

0 commit comments

Comments
 (0)