Re: [R-pkg-devel] Sanitize Input Code for a Shiny App

2023-02-28 Thread Matthias Gondan
For the record, here's the documentation of the Prolog sandbox, https://www.swi-prolog.org/pldoc/doc/_SWI_/library/sandbox.pl You get an idea of the implementation by clicking at the ":-" icons. It does not seem too complicated, but I might be too optimistic. It would be very nice to have such

Re: [R-pkg-devel] Sanitize Input Code for a Shiny App

2023-02-28 Thread Bill Denney
Hi Simon and Ivan, Thanks for confirming my suspicions. The most common case for our code would be generally trusted users within an organization. So, the main threat is lower. But, there may be scenarios that also allow use outside organizations. I think that in the end, we will likely do som

Re: [R-pkg-devel] CRAN-pretest install error on r-devel-windows-x86_64

2023-02-28 Thread Uwe Ligges
Can you try again? Best, Uwe Ligges On 23.02.2023 08:20, 安拉維 AALA WILSON JR S98107020 wrote: Hi everyone, I am trying to submit a new package in CRAN. The results from devtools::check() returned with no errors, warnings, nor notes. Upon submitting the package tarball, i received the followi