Re: [R-pkg-devel] [External] SETLENGTH()

2024-05-04 Thread Vladimir Dergachev
On Sat, 4 May 2024, luke-tier...@uiowa.edu wrote: On Sat, 4 May 2024, Vladimir Dergachev wrote: [Some people who received this message don't often get email from volo...@mindspring.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] I noticed a note on RMV

Re: [R-pkg-devel] [External] SETLENGTH()

2024-05-04 Thread luke-tierney
On Sat, 4 May 2024, Vladimir Dergachev wrote: [Some people who received this message don't often get email from volo...@mindspring.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] I noticed a note on RMVL package check page for development version of R: Fou

[R-pkg-devel] SETLENGTH()

2024-05-04 Thread Vladimir Dergachev
I noticed a note on RMVL package check page for development version of R: Found non-API call to R: ‘SETLENGTH’ Is this something that is work-in-progress for the development version, or has SETLENGTH() been deprecated ? What should I use instead ? thank you very much Vladimir Dergachev

Re: [R-pkg-devel] Urgent Review of R Packages in Light of Recent RDS Exploit

2024-05-04 Thread Vladimir Dergachev
On Sat, 4 May 2024, Maciej Nasinski wrote: Hey Vladimir, Thank you for your answer. GitHub codespaces are "a separate computer" and are free for students and the educational sector. Hi Maciej, What I was suggesting is that instead of encapsulating the application in a container that r

Re: [R-pkg-devel] Urgent Review of R Packages in Light of Recent RDS Exploit

2024-05-04 Thread Ben Bolker
This is true, and useful. Many old-school R users are nervous about coming to rely on tools that are controlled by a company that may rescind that availability in the future, or may possibly use your code in ways you don't want (I have not gone all the way through https://docs.github.com/e

Re: [R-pkg-devel] Urgent Review of R Packages in Light of Recent RDS Exploit

2024-05-04 Thread Maciej Nasinski
Hey Vladimir, Thank you for your answer. GitHub codespaces are "a separate computer" and are free for students and the educational sector. The GitHub codespaces are a cloud service that can be created anytime, with a specific setup behind it (Dockerfile, settings.json, renv.lock, ...). The machin

Re: [R-pkg-devel] Urgent Review of R Packages in Light of Recent RDS Exploit

2024-05-04 Thread Vladimir Dergachev
On Sat, 4 May 2024, Maciej Nasinski wrote: Thank you all for the discussion.Then, we should promote "code awareness" and count on the CRAN Team to continue their great work:) What do you think about promoting containers? Nowadays, containers are more accessible, with GitHub codespaces being

Re: [R-pkg-devel] Trouble with dependencies on phyloseq and microViz

2024-05-04 Thread Ivan Krylov via R-package-devel
В Sat, 4 May 2024 15:53:25 + Sharon Bewick пишет: > I have a dependency on phyloseq, which is available through GitHub > but not on the CRAN site. I have a similar problem with microViz, > however I’ve managed to make it suggested, rather than required. > There is no way to get around the phy

Re: [R-pkg-devel] Trouble with dependencies on phyloseq and microViz

2024-05-04 Thread Duncan Murdoch
On 04/05/2024 11:53 a.m., Sharon Bewick wrote: I’m having trouble with: r-oldrel-macos-arm64 and r-oldrel-macos-x86_64 flagging an er

[R-pkg-devel] Trouble with dependencies on phyloseq and microViz

2024-05-04 Thread Sharon Bewick
I’m having trouble with: r-oldrel-macos-arm64 and r-oldrel-macos-x86_64 flagging an error because I have a dependency on phyloseq, whic

Re: [R-pkg-devel] Urgent Review of R Packages in Light of Recent RDS Exploit

2024-05-04 Thread Ivan Krylov via R-package-devel
On Sat, 4 May 2024 08:09:28 +0200 Maciej Nasinski wrote: > What do you think about promoting containers? Containers have an attack surface too, have user experience problems (how's Docker on Windows?) and may bring in more third-party code than what you're trying to protect against (whole operat