Skip to content

Commit

Permalink
Add CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Nov 27, 2024
1 parent 8a2f087 commit d83e411
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## R CMD check results

0 errors | 0 warnings | 1 note

I'm so sorry to be re-submitting this so soon after my previous submission.
That version (1.4.0) has started causing problems for deployed projects
that use packages that link to {later}, like {httpuv} and {promises},
because their CRAN binaries are built against the latest CRAN {later} but
they may have pinned their locally installed {later} to an older version.
This causes R_GetCCallable calls in those dependent packages to fail on
package startup.

This submission is intended to fix this problem by gracefully detecting the
version mismatch, and simply not performing R_GetCCallable calls that will
not succeed.

More details here:
https://github.com/r-lib/later/issues/203

0 comments on commit d83e411

Please sign in to comment.