[R-pkg-devel] Disable parallelism on installation time

Matt Denwood md @end|ng |rom @und@ku@dk
Thu Jul 18 11:16:55 CEST 2024


On the subject of extendr ... the recently published JOSS paper (which also mentions CRAN compliance under the "Creating Rust-powered R packages section") provides a good entry point for those interested in using extendr for their R/Rust packages:  https://joss.theoj.org/papers/10.21105/joss.06394

Best,

Matt


On 17/07/2024, 22.30, "R-package-devel on behalf of Chung-hong Chan" <r-package-devel-bounces using r-project.org <mailto:r-package-devel-bounces using r-project.org> on behalf of chainsawtiney using gmail.com <mailto:chainsawtiney using gmail.com>> wrote:


[Du får ikke ofte mails fra chainsawtiney using gmail.com <mailto:chainsawtiney using gmail.com>. Få mere at vide om, hvorfor dette er vigtigt, på https://aka.ms/LearnAboutSenderIdentification <https://aka.ms/LearnAboutSenderIdentification> ]


To add to this, I would like to point out that extendr actually has a
guide on how to make an R package with Rust code CRAN compliance.


https://github.com/extendr/rextendr/blob/main/vignettes/articles/cran-compliance.Rmd <https://github.com/extendr/rextendr/blob/main/vignettes/articles/cran-compliance.Rmd>




On Wed, Jul 17, 2024 at 10:21 AM Ivan Krylov via R-package-devel
<r-package-devel using r-project.org <mailto:r-package-devel using r-project.org>> wrote:
>
> В Tue, 16 Jul 2024 21:18:17 -0300
> Alberson Miranda <albersonmiranda using hotmail.com <mailto:albersonmiranda using hotmail.com>> пишет:
>
> > besides examples, tests, vignettes and readme, what parts of code
> > runs during installation of a R package
>
> Neither. This is about `cargo build` compiling in parallel, not your
> package code computing in parallel. Giving the -j 2 flag to cargo
> should solve the problem:
> https://github.com/R-ArcGIS/arcgisgeocode/blob/8fbd93c3607363a9fef2d445711de647e5127566/src/Makevars#L5 <https://github.com/R-ArcGIS/arcgisgeocode/blob/8fbd93c3607363a9fef2d445711de647e5127566/src/Makevars#L5>
>
> --
> Best regards,
> Ivan
>
> ______________________________________________
> R-package-devel using r-project.org <mailto:R-package-devel using r-project.org> mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel <https://stat.ethz.ch/mailman/listinfo/r-package-devel>


______________________________________________
R-package-devel using r-project.org <mailto:R-package-devel using r-project.org> mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel <https://stat.ethz.ch/mailman/listinfo/r-package-devel>





More information about the R-package-devel mailing list