Open etiennebacher opened 4 months ago
I think we can first hope for a response next week on this. But you're absolutely right! I also think we need to stabilise the extendr release, and hopefully, this will happen soon. Here, I mean that we need to publish patch-release to 0.7.0, because we found a few things to bugfix.
Yep, we will make a release. I will clean things up since I just returned from a vacation.
Okay folks! I think we need a new CRAN release with helpers for addressing CRAN support of extendr packages as well.
There are a few things that we need to accomplish with this.
use_cran_defaults()
to CI use_msrv()
to enable setting MSRV from R@JosiahParry , check also the milestone I defined some time ago. https://github.com/extendr/rextendr/milestone/4 Should we tackle those before proceeding or should we just postpone/discard?
I think we should do those too. I think we also need to set the minimum version of R in the DESCRIPTION file to 4.1 via usethis::use_package("R", "Depends", "4.1.")
I can help implement use_msrv()
if no one else is working on it yet.
Hope this fits here: My package timeless was archived which I can only assume comes from this warning:
Version: 0.2.4
Check: Rust compilation
Result: WARN
Downloads Rust crates
No rustc version reported prior to compilation
I got an email about this prior. I had submitted an updated version which specified the required rust version in the SystemRequirements
field like use_msrv()
does, but I guess it was not enough? Is there another place where the rust version needs to go? If so, I guess this should be reflected in use_msrv()
Hey @schochastics , we have a Discord where CRAN is discussed among other things. One of the team members forwarded your comment there, feel free to join if you'd like. Check extendr README for instructions.
Yes, and just to reiterate a point here.. Once a conversation about something becomes tangible, it is put on github. We are currently discussing what to do overall about CRAN policy of rust powered packages over at https://github.com/extendr/extendr/discussions
https://github.com/extendr/extendr/discussions/849#discussioncomment-10663710
There are several nice features in the devel version and the last release was more than a year ago. Is there a planned date for the next CRAN release?