File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments