chessR icon indicating copy to clipboard operation
chessR copied to clipboard

not on CRAN anymore?

Open py-b opened this issue 1 year ago • 5 comments

any idea about the reason why it was removed from CRAN?

py-b avatar Oct 23 '23 07:10 py-b

To be honest, I'm still not entirely sure... There was a URL that didn't fail gracefully on their end (I could never recreate the issue) so they removed it after I didn't rectify the issue

JaseZiv avatar Oct 31 '23 21:10 JaseZiv

The issue appears to be that a network query in the vignette failed which is an unfortunate reason for archiving a package.

There are a few workarounds for this:

  • precompute the vignette https://ropensci.org/blog/2019/12/08/precompute-vignettes/
  • skip evaluation of the code blocks on CRAN https://blog.r-hub.io/2020/06/03/vignettes/#how-to-include-a-compute-intensive--authentication-dependent-vignette
  • make the vignette an 'article' in pkgdown instead (same link)

I'm happy to help out if you would like.

jonocarroll avatar Sep 02 '24 02:09 jonocarroll

The issue appears to be that a network query in the vignette failed which is an unfortunate reason for archiving a package.

There are a few workarounds for this:

  • precompute the vignette https://ropensci.org/blog/2019/12/08/precompute-vignettes/
  • skip evaluation of the code blocks on CRAN https://blog.r-hub.io/2020/06/03/vignettes/#how-to-include-a-compute-intensive--authentication-dependent-vignette
  • make the vignette an 'article' in pkgdown instead (same link)

I'm happy to help out if you would like.

Hey @jonocarroll,

I'd absolutely welcome your contribution here - I'm so swamped with work at the moment so don't curremtly have any time to spare

JaseZiv avatar Sep 02 '24 10:09 JaseZiv

No worries - I'll make a PR that should resolve it and pass CRAN's checks (I'll test as best as I can) but you'll need to do the re-submission to CRAN as the maintainer (whenever you get a chance - I'm not pushing a timeline).

jonocarroll avatar Sep 02 '24 10:09 jonocarroll

No worries - I'll make a PR that should resolve it and pass CRAN's checks (I'll test as best as I can) but you'll need to do the re-submission to CRAN as the maintainer (whenever you get a chance - I'm not pushing a timeline).

Really appreciate it, thanks heaps.

JaseZiv avatar Sep 02 '24 11:09 JaseZiv