Re: [R-pkg-devel] MSRV on Fedora

2024-07-23 Thread Hiroaki Yutani
> As such, I cannot manage the MSRV of the package's dependencies. It seems the reason for geographiclib-rs's MSRV is just that it uses std::sync::OnceLock. Maybe a possible workaround is to fork the repo and replace it with the once_cell crate? You should be able to override the dependency by [pa

Re: [R-pkg-devel] MSRV on Fedora

2024-07-23 Thread Duncan Murdoch
I think saying that Fedora is not supported is the wrong solution, unless you know that Rust version 1.70 will never be supported on Fedora. Isn't the appropriate solution to document the MSRV in the SystemRequirements field of your DESCRIPTION file? When you submit, point out that you have d

[R-pkg-devel] MSRV on Fedora

2024-07-23 Thread Josiah Parry
Hi all! I have 2 errors related to minimum supported rust version (MSRV) on fedora https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-clang/rsgeo-00install.html that I do not know how to resolve. The package {rsgeo} has a dependency on the rust crate geo which itself has a depend