Re: [R-pkg-devel] New Package Removal because Shared Library Too Large from Debugging Symbols

2024-01-20 Thread Ivan Krylov via R-package-devel
В Sat, 20 Jan 2024 14:38:55 -0500 Johann Gaebler пишет: > The issue is that the compiled libraries are too large. Was it in the e-mail? As you quite correctly observed, many other packages get the NOTE about shared library size. It may be not exactly obvious, but the red link saying "LTO" on

Re: [R-pkg-devel] New Package Removal because Shared Library Too Large from Debugging Symbols

2024-01-21 Thread Ivan Krylov via R-package-devel
В Sat, 20 Jan 2024 20:28:00 -0500 Johann Gaebler пишет: > most likely there’s some error on my part in how I’ve set up cpp11, > but it also seems possible that cpp11 should have detected that that > header needs to be included and added it automatically Upon further investigation, it's more

Re: [R-pkg-devel] failing CRAN checks due to problems with dependencies

2024-02-08 Thread Ivan Krylov via R-package-devel
В Wed, 7 Feb 2024 08:40:44 -0600 Marcin Jurek пишет: > Packages required but not available: 'Rcpp', 'FNN', > 'RcppArmadillo' Packages suggested but not available for checking: > 'fields', 'rmarkdown', 'testthat', 'maptools' One of the machines running the incoming checks was having problems. If

Re: [R-pkg-devel] r-oldrel-linux- not in CRAN checks?

2024-02-06 Thread Ivan Krylov via R-package-devel
В Tue, 6 Feb 2024 18:27:32 +0100 Vincent van Hees пишет: > For details see: > https://github.com/RfastOfficial/Rfast/issues/99 GitHub processed your plain text description of the problem as if it was Markdown and among other things ate the text that used to be there between angle brackets: >

Re: [R-pkg-devel] checking CRAN incoming feasibility

2024-01-15 Thread Ivan Krylov via R-package-devel
В Tue, 16 Jan 2024 05:49:01 + Rolf Turner пишет: > The problem is persistent/repeatable. I don't believe that there is > any faulty connection. One of the things done by R CMD check --as-cran at this point is sending a HEAD request to every Web link mentioned in the package documentation

Re: [R-pkg-devel] checking CRAN incoming feasibility

2024-01-16 Thread Ivan Krylov via R-package-devel
В Tue, 16 Jan 2024 08:47:07 + David Hugh-Jones пишет: > If I understand correctly, the current procedure is that the client > downloads every package name from CRAN, and then checks its name is > unique. This is not the only check that relies on utils::available.packages(). In particular,

[R-pkg-devel] CMake on CRAN Systems

2024-01-16 Thread Ivan Krylov via R-package-devel
Dear Sameh, Regarding your question about the MPCR package and the use of CMake : on a Mac, you have to look for the cmake executable in more than one place because it is not guaranteed to be on the $PATH. As

Re: [R-pkg-devel] Additional Issues: Intel

2024-01-17 Thread Ivan Krylov via R-package-devel
В Wed, 17 Jan 2024 10:30:36 +1100 Hugh Parsonage пишет: > I am unable to immediately see where in the test suite this error has > occurred. Without testthat, you would have gotten a line by line printout of the code, letting you pinpoint the (top-level) place of the crash. With testthat, you

Re: [R-pkg-devel] Does dependencies up to date on the pretest CRAN infrastructure

2024-01-12 Thread Ivan Krylov via R-package-devel
В Fri, 12 Jan 2024 19:09:29 +0100 Serge пишет: > I updated the package rtkore one month ago, fixing a compilation > problem on windows devel platform. > > MixAll has a dependency to rtkore. Thus, I suspect that the error > reported below is due to the presence of the old version of rtkore on >

Re: [R-pkg-devel] "Examples with CPU time > 2.5 times elapsed time" and other NOTEs on CRAN and rhub checks

2024-01-11 Thread Ivan Krylov via R-package-devel
В Thu, 11 Jan 2024 12:39:17 + D Z пишет: > The package itself has no parallelism built-in, but Imports > data.table. This NOTE does not surface on other platforms (eg using > rhub or on my GitHub actions runners). My unit tests already limit > data.table to 2 cores using setDTthreads(2), but

Re: [R-pkg-devel] Does dependencies up to date on the pretest CRAN infrastructure

2024-01-13 Thread Ivan Krylov via R-package-devel
В Fri, 12 Jan 2024 21:19:00 +0100 Serge пишет: > After somme minor midficiations, I make a try on the winbuilder site. > I was able to build the archive with the static library > but I get again a Bad address error. You can have a look to > >

Re: [R-pkg-devel] Possible malware(?) in a vignette

2024-01-27 Thread Ivan Krylov via R-package-devel
В Sat, 27 Jan 2024 03:52:01 -0500 Bob Rudis пишет: > Two VT sandboxes used Adobe Acrobat Reader to open the PDF and the PDF > seems to either had malicious JavaScript or had been crafted > sufficiently to caused a buffer overflow in Reader that then let it > perform other functions on those

Re: [R-pkg-devel] Possible malware(?) in a vignette

2024-01-27 Thread Ivan Krylov via R-package-devel
Apologies for being insufficiently clear. By "a file straight from NOAA" I meant a completely different PDF, , that gives the same SHA-256 hash whether downloaded by VirusTotal

Re: [R-pkg-devel] Possible malware(?) in a vignette

2024-01-28 Thread Ivan Krylov via R-package-devel
There used to be a long analysis in the draft of this e-mail [*], but let me cut to the chase. Even something as simple as replacing the four-byte comment [**] at the beginning of the file ("%\xd0\xd4\xc5\xd8" -> "%") that keeps the file fully readable (!) results in the same behaviour but

[R-pkg-devel] Bioconductor reverse dependency checks for a CRAN package

2024-01-30 Thread Ivan Krylov via R-package-devel
Hello R-package-devel, What would you recommend in order to run reverse dependency checks for a package with 182 direct strong dependencies from CRAN and 66 from Bioconductor (plus 3 more from annotations and experiments)? Without extra environment variables, R CMD check requires the Suggested

Re: [R-pkg-devel] New Package Removal because Shared Library Too Large from Debugging Symbols

2024-01-24 Thread Ivan Krylov via R-package-devel
On Mon, 22 Jan 2024 17:14:04 +0100 Tomas Kalibera wrote: > Yes, inside a bigger email, reports can get overlooked, particularly > when in a thread with a rather different subject. It wasn't > overlooked this time thanks to Martin. Then additional thanks goes to Martin, and I'll make sure to

Re: [R-pkg-devel] How to deal with issues when using devtools::check_rhub(), rhub::check(), and web form

2024-01-24 Thread Ivan Krylov via R-package-devel
В Wed, 24 Jan 2024 16:14:05 -0800 Carl Schwarz пишет: > I tried using the web interface at https://builder.r-hub.io/ to > select the denebian machines, and it returns a message saying > > We're sorry, but something went wrong. > If you are the application owner check the logs for more

Re: [R-pkg-devel] lost braces note on CRAN pretest related to \itemize

2024-01-23 Thread Ivan Krylov via R-package-devel
В Tue, 23 Jan 2024 19:39:54 +0100 Patrick Giraudoux пишет: >   \itemize{ >   \item{.}{lm and glm objects can be passed directly as the upper > scope of term addition (all terms added). Inside the \itemize and \enumerate commands, the \item command doesn't take any arguments:

Re: [R-pkg-devel] Bioconductor reverse dependency checks for a CRAN package

2024-02-05 Thread Ivan Krylov via R-package-devel
Dear Dirk, Thank you very much for your help here and over on GitHub! I have finally managed to get the reverse dependency checks working. It took some additional disk space and a few more system dependencies. If not for r2u, I would have been stuck for much longer. I really appreciate the work

Re: [R-pkg-devel] Bioconductor reverse dependency checks for a CRAN package

2024-02-05 Thread Ivan Krylov via R-package-devel
Thank you Georgi Boshnakov, Ben Bolker, and Diego Hernangómez Herrero for introducing me to `revdepcheck`! On Tue, 30 Jan 2024 12:38:57 -0500 Ben Bolker wrote: > I have had a few issues with it > but overall it's > been very helpful. Indeed

Re: [R-pkg-devel] Bioconductor reverse dependency checks for a CRAN package

2024-02-05 Thread Ivan Krylov via R-package-devel
On Tue, 30 Jan 2024 16:24:40 + Martin Morgan wrote: > BiocManager (the recommended way to install Bioconductor packages) at > the end of the day does essentially install.packages(repos = > BiocManager::repositories()), ensuring that the right versions of > Bioconductor packages are installed

Re: [R-pkg-devel] new maintainer for CRAN package XML

2024-02-05 Thread Ivan Krylov via R-package-devel
Dear Uwe Ligges, On Mon, 22 Jan 2024 15:50:44 +0100 Uwe Ligges wrote: > So we are looking for a person volunteering to take over 'XML'. > Please let us know if you are interested. Unless someone else has been discussing this with CRAN in private or had a package depending on XML and was

Re: [R-pkg-devel] Inquiry Regarding Package Organization in CRAN

2024-01-19 Thread Ivan Krylov via R-package-devel
Hello Andriy and welcome to R-package-devel! On Fri, 19 Jan 2024 14:34:25 + Protsak Andriy via R-package-devel wrote: > to achieve this the initial focus is on exploring the possibility of > renaming the packages so that they share a common prefix, making it > easier for uses to locate them

Re: [R-pkg-devel] New Package Removal because Shared Library Too Large from Debugging Symbols

2024-01-22 Thread Ivan Krylov via R-package-devel
On Mon, 22 Jan 2024 12:30:46 +0100 Tomas Kalibera wrote: > Thanks, ported now to R-patched. Thank you! Is it fine to mention problems like this one in the middle of an e-mail, or should I have left a note in the Bugzilla instead? -- Best regards, Ivan

Re: [R-pkg-devel] Cannot see the failure output on Fedora clang/gcc falvor (page not found)

2024-01-22 Thread Ivan Krylov via R-package-devel
On Sun, 21 Jan 2024 16:51:39 + Sameh Abdulah wrote: > However, we cannot access the webpage (page not found) to identify > and address the failures on Fedora systems. > > https://cran-archive.r-project.org/web/checks/2024/2024-01-12_check_results_MPCR.html > > How can we see the failures

Re: [R-pkg-devel] Assistance Needed for Resolving Submission Issues with openaistream Package

2024-01-22 Thread Ivan Krylov via R-package-devel
Hello Li Gen and welcome to R-package-devel! В Mon, 22 Jan 2024 17:50:33 +0800 пишет: > The specific areas of concern are:License Information: There's a note > indicating that the license stub is an "invalid DCF". I've used 'MIT > + file LICENSE' as the licensing terms. I would appreciate

Re: [R-pkg-devel] CRAN Package Check Note: Warning: trimming empty

2024-02-24 Thread Ivan Krylov via R-package-devel
В Fri, 23 Feb 2024 17:04:39 + Sunmee Kim пишет: > Version: 1.0.4 > Check: HTML version of manual > Result: NOTE This may not be immediately obvious in the e-mail from CRAN, but I think this is a reminder of a warning from the previous version of the package. Haven't you just uploaded

Re: [R-pkg-devel] Additional issues: Intel segfault

2024-03-01 Thread Ivan Krylov via R-package-devel
В Fri, 1 Mar 2024 07:42:01 + Murray Efford пишет: > R CMD check suggests it is most likely in the Examples for > 'validate', but all code there is wrapped in \dontrun{}. The crash happens after q('no'), suggesting a corruption in the heap or in the R memory manager. At least it's a null

Re: [R-pkg-devel] Unexpected multi-core CPU usage in package tests

2024-02-28 Thread Ivan Krylov via R-package-devel
В Tue, 27 Feb 2024 11:14:19 + Jon Clayden пишет: > My testing route is to install the packages within the > 'rocker/r-devel' Docker container, which is Debian-based, then use > 'time' to evaluate CPU usage. Note that, even though 'RNifti' does not > use OpenMP, setting OMP_NUM_THREADS

Re: [R-pkg-devel] Additional issues: Intel segfault

2024-03-01 Thread Ivan Krylov via R-package-devel
В Sat, 2 Mar 2024 02:07:47 + Murray Efford пишет: > Gabor suggested https://github.com/r-hub/rhub2 and that worked like a > charm. A check there on the Intel platform found no errors in my > present version of secrdesign, so I'll resubmit with confidence. Thank you for letting me know!

Re: [R-pkg-devel] RFC: C backtraces for R CMD check via just-in-time debugging

2024-03-03 Thread Ivan Krylov via R-package-devel
On Sun, 3 Mar 2024 19:19:43 -0800 Kevin Ushey wrote: > Would libSegFault be useful here? Glad to know it has been moved to and not just removed altogether after the upstream commit

[R-pkg-devel] RFC: C backtraces for R CMD check via just-in-time debugging

2024-03-03 Thread Ivan Krylov via R-package-devel
Hello, This may be of interest to people who run lots of R CMD checks and have to deal with resulting crashes in compiled code. Every now and then, the CRAN checks surface a particularly nasty crash. The R-level traceback stops in the compiled code. It's not obvious where exactly the crash

Re: [R-pkg-devel] [EXTERN] Re: [EXTERN] Re: @doctype is deprecated. need help for r package documentation

2024-03-07 Thread Ivan Krylov via R-package-devel
В Thu, 7 Mar 2024 20:27:29 + "Ruff, Sergej" пишет: > I am refering to Rstudio. I checked the settings and type is set to > "htlm", not text. And I was wondering why the package documentation > opened in a browser when I used @doctype. Do you still have the source package .tar.gz file for

Re: [R-pkg-devel] RFC: C backtraces for R CMD check via just-in-time debugging

2024-03-11 Thread Ivan Krylov via R-package-devel
Vladimir, Thank you for the example and for sharing the ideas regarding symbol-relative offsets! On Thu, 7 Mar 2024 09:38:18 -0500 (EST) Vladimir Dergachev wrote: > unw_get_reg(, UNW_REG_IP, ); Is it ever possible for unw_get_reg() to fail (return non-zero) for UNW_REG_IP? The

Re: [R-pkg-devel] [EXTERN] Re: [EXTERN] Re: [EXTERN] Re: @doctype is deprecated. need help for r package documentation

2024-03-12 Thread Ivan Krylov via R-package-devel
В Mon, 11 Mar 2024 14:57:58 + "Ruff, Sergej" пишет: > I uploaded the old version of the package to my repo: > https://github.com/SergejRuff/boot After installing this tarball, running RStudio and typing: library(bootGSEA) ?bootGSEA ...I see the help page in RStudio's help tab, not in the

Re: [R-pkg-devel] Removing import(methods) stops exporting S4 "meta name"

2024-03-15 Thread Ivan Krylov via R-package-devel
On Thu, 14 Mar 2024 16:06:50 -0400 Duncan Murdoch wrote: > Error in xj[i] : invalid subscript type 'list' > Calls: join_inner -> data.frame -> [ -> [.data.table -> [.data.frame > Execution halted And here's how it happens: join_inner calls xi[yi,on=by,nomatch=0] on data.tables xi and yi.

Re: [R-pkg-devel] help diagnosing win-builder failures

2024-03-17 Thread Ivan Krylov via R-package-devel
Hi, This may need the help of Uwe Ligges to diagnose. I suspect this may be related to the Windows machine having too much memory committed (as Uwe has been able to pinpoint recently [*] about a package that failed to compile some heavily templated C++), but there is not enough information to

Re: [R-pkg-devel] Submission after archived version

2024-03-13 Thread Ivan Krylov via R-package-devel
В Mon, 11 Mar 2024 23:45:13 +0100 Nils Mechtel пишет: > Despite R CMD check not giving any errors or warnings, the package > doesn’t pass the pre-tests: If your question was more about the reasons for the difference between your R CMD check and the pre-tests, most of it is due to --as-cran:

Re: [R-pkg-devel] confusion over spellchecking

2024-03-13 Thread Ivan Krylov via R-package-devel
В Sun, 10 Mar 2024 13:55:43 -0400 Ben Bolker пишет: > I am working on a package and can't seem to get rid of a NOTE about > > Possibly misspelled words in DESCRIPTION: >glmmTMB (10:88) >lme (10:82) > > on win-builder. Do you have these words anywhere else in the package (e.g. in the

Re: [R-pkg-devel] Request for assistance: error in installing on Debian (undefined symbol: omp_get_num_procs) and note in checking the HTML versions (no command 'tidy' found, package 'V8' unavailable

2024-03-22 Thread Ivan Krylov via R-package-devel
В Thu, 21 Mar 2024 18:32:59 + Annaig De-Walsche пишет: > If ever I condition the use of OpenMD directives, users will indeed > be capable of installing the package, but they wont access to a > performant version of the code, as it necessitates the use of OpenMD. > Is there a method to

Re: [R-pkg-devel] @doctype is deprecated. need help for r package documentation

2024-03-07 Thread Ivan Krylov via R-package-devel
В Thu, 7 Mar 2024 10:37:51 + "Ruff, Sergej" пишет: > I noticed that when I try _?bootGSEA_ it goes to the help page in R > itself but not to the html page That's up to the user to choose. help(bootGSEA, help_type = 'html') should get you to the HTML documentation; help(bootGSEA, help_type =

Re: [R-pkg-devel] RFC: C backtraces for R CMD check via just-in-time debugging

2024-03-07 Thread Ivan Krylov via R-package-devel
On Tue, 5 Mar 2024 18:26:28 -0500 (EST) Vladimir Dergachev wrote: > I use libunwind in my programs, works quite well, and simple to use. > > Happy to share the code if there is interest.. Do you mean that you use libunwind in signal handlers? An example on how to produce a backtrace without

Re: [R-pkg-devel] [External] [External] RcmdrPlugin.HH_1.1-48.tar.gz

2024-03-07 Thread Ivan Krylov via R-package-devel
On Wed, 6 Mar 2024 13:46:55 -0500 Duncan Murdoch wrote: > is this just a more or less harmless error, thinking that > the dot needs escaping I think it's this one. You are absolutely right that the dot doesn't need escaping in either TRE (which is what's used inside exportPattern) or PCRE. In

Re: [R-pkg-devel] RcmdrPlugin.HH_1.1-48.tar.gz

2024-03-05 Thread Ivan Krylov via R-package-devel
В Tue, 5 Mar 2024 22:41:32 + "Richard M. Heiberger" пишет: > Undocumented code objects: >'.__global__' > All user-level objects in a package should have documentation > entries. See chapter 'Writing R documentation files' in the 'Writing R > Extensions' manual. This object is not

Re: [R-pkg-devel] Submission after archived version

2024-03-12 Thread Ivan Krylov via R-package-devel
В Mon, 11 Mar 2024 23:45:13 +0100 Nils Mechtel пишет: > Debian: > > Status: 3 NOTEs >> * checking CRAN incoming feasibility ... [4s/6s] NOTE >> Possibly misspelled words in DESCRIPTION: >>

Re: [R-pkg-devel] How to store large data to be used in an R package?

2024-03-25 Thread Ivan Krylov via R-package-devel
В Mon, 25 Mar 2024 11:12:57 +0100 Jairo Hidalgo Migueles пишет: > Specifically, this data consists of regression and random forest > models crucial for making predictions within our R package. Apologies for asking a silly question, but is there a chance that these models are large by accident

Re: [R-pkg-devel] Linking Tutorial Site to CRAN Package site.

2024-04-07 Thread Ivan Krylov via R-package-devel
В Sat, 6 Apr 2024 18:27:24 + "Ruff, Sergej" пишет: > The CRAN site > (https://cran.r-project.org/web/packages/RepeatedHighDim/index.html) > has a "documentation" part with the refrence pdf. > > Can I link to our tutorial site (https://software.klausjung-lab.de/.) > under documentation?

Re: [R-pkg-devel] Question about CRAN submission resulting in 1 note

2024-04-10 Thread Ivan Krylov via R-package-devel
В Wed, 10 Apr 2024 14:11:53 + Chris Knoll пишет: > For "Package has VignetteBuilder field but no prebuilt vignette > index", how would this be resolved? The package at https://github.com/OHDSI/CirceR/ doesn't seem to have any vignettes. Without vignettes, there's no need for

Re: [R-pkg-devel] Package submission to CRAN not passing incoming checks

2024-04-23 Thread Ivan Krylov via R-package-devel
Dear Isaac, В Mon, 22 Apr 2024 17:00:27 + "Petersen, Isaac T" пишет: > This my first post--I read the posting guidelines, but my apologies > in advance if I make a mistake. Welcome to R-package-devel! You're doing just fine. > 1) The first note <...> includes the contents of the LICENSE

Re: [R-pkg-devel] Extending proj with proj.line3d methods and overloading the methods

2024-04-27 Thread Ivan Krylov via R-package-devel
27 апреля 2024 г. 00:49:47 GMT+03:00, Leo Mada via R-package-devel пишет: >Dear List-Members, > >I try to implement a proj.line3d method and to overload this method as follows: > >proj.line3d <- function(p, x, y, z, ...) > UseMethod("proj.line3d") > >proj.line3d.numeric = function(p, x, y, z,

Re: [R-pkg-devel] Some, but not all vignettes compressed

2024-04-25 Thread Ivan Krylov via R-package-devel
В Thu, 25 Apr 2024 11:54:49 -0700 Bryan Hanson пишет: > So my version of gs blows things up! The relatively good news is that GhostScript is not solely to blame. A fresh build of "GPL Ghostscript 10.03.0 (2024-03-06)" was able to reduce the files to 16..70% of their original size on my

Re: [R-pkg-devel] Some, but not all vignettes compressed

2024-04-25 Thread Ivan Krylov via R-package-devel
В Thu, 25 Apr 2024 08:54:41 -0700 Bryan Hanson пишет: > 'gs+qpdf' made some significant size reductions: > compacted 'Vig_02_Conceptual_Intro_PCA.pdf' from 432Kb to 143Kb > compacted 'Vig_03_Step_By_Step_PCA.pdf' from 414Kb to 101Kb > compacted 'Vig_04_Scores_Loadings.pdf' from

Re: [R-pkg-devel] [External] Re: Package submission to CRAN not passing incoming checks

2024-04-24 Thread Ivan Krylov via R-package-devel
В Wed, 24 Apr 2024 00:17:28 + "Petersen, Isaac T" пишет: > I included the packages (including the raw package folders and their > .tar.gz files) in the /inst/extdata folder. Would you prefer your test to install them from the source directories (as you currently do, in which case the

Re: [R-pkg-devel] Old references in the Description file.

2024-04-11 Thread Ivan Krylov via R-package-devel
В Thu, 11 Apr 2024 11:57:00 + Gabriel Constantino Blain пишет: > The problem is that it is a paper from the 70's (Priestley and > Taylor, 1972) and its DOI has very uncommon symbols, such as <>. The > DOI is: 10.1175/1520-0493(1972)100<0081:OTAOSH>2.3.CO;2. Since the R CMD check function

Re: [R-pkg-devel] Extending proj with proj.line3d methods and overloading the methods

2024-04-28 Thread Ivan Krylov via R-package-devel
В Sun, 28 Apr 2024 15:15:06 + Leo Mada пишет: > This is why I intended to define a new method "proj.line3d" and > overload this method. But it seems that R interprets "line3d.numeric" > as a class - which originates probably from the "data,frame" class. It may help to call the original

Re: [R-pkg-devel] package removed from CRAN

2024-05-08 Thread Ivan Krylov via R-package-devel
В Wed, 8 May 2024 17:30:46 +0200 "Jose V. Die Ramon" пишет: > Could anyone please help me understand the reasons behind this, or > suggest any steps I should take to resolve it? Here's what I could find in https://cran.r-project.org/src/contrib/PACKAGES.in: >> X-CRAN-Comment: Archived on

Re: [R-pkg-devel] Overcoming CRAN's 5mb vendoring requirement

2024-05-08 Thread Ivan Krylov via R-package-devel
В Wed, 8 May 2024 14:08:36 -0400 Josiah Parry пишет: > With ChatGPT's ability to write autoconf, I *think *I have something > that can work. You don't have to write autoconf if your configure.ac is mostly a plain shell script. You can write the configure script itself. Set the PATH and then

Re: [R-pkg-devel] flang doesn't support derived types

2024-05-09 Thread Ivan Krylov via R-package-devel
Dear Othman El Hammouchi, Welcome to R-package-devel! В Wed, 08 May 2024 16:52:51 + Othman El Hammouchi пишет: > However, upon submission I received an automatic reply shortly > afterwards saying the build had failed on CRAN's servers for Debian. > The log gives the following error: > >

Re: [R-pkg-devel] flang doesn't support derived types

2024-05-09 Thread Ivan Krylov via R-package-devel
В Thu, 09 May 2024 15:31:25 + Othman El Hammouchi пишет: > Do I understand it correctly that there is no way to specify a > Fortran standard in the SystemRequirements? It's possible (and even recommended) to describe the Fortran version requirement in SystemRequirements [1], but this field

Re: [R-pkg-devel] Overcoming CRAN's 5mb vendoring requirement

2024-05-09 Thread Ivan Krylov via R-package-devel
В Wed, 8 May 2024 16:01:23 -0400 Josiah Parry пишет: >- I'll see if I can get the configure.ac to make the appropriate > Rscript call for configure.win. > - I think the idea of having a single `confgure.ac` file to > generate both configure and configure.win is nice. Guidance with >

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

2024-05-03 Thread Ivan Krylov via R-package-devel
On Fri, 3 May 2024 18:17:52 +0200 Maciej Nasinski wrote: > I found the https://github.com/hrbrmstr/rdaradar solution and ran it > on the 100 most downloaded R packages. > Happily, all data/inst rda files are safe/non-exposed to RDS exploit > (using the linked solution). This is a bit useful -

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

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

Re: [R-pkg-devel] An issue regarding the authors field in DESCRIPTION

2024-05-13 Thread Ivan Krylov via R-package-devel
В Mon, 13 May 2024 08:33:04 -0500 Ruwani Herath пишет: > This is what I entered in DESCRIPTION field. > > Authors@R: c(person(given = "Ruwani", family = "Herath", role = > c("aut","cre"), email = "ruwanirasanja...@gmail.com"), >person(given = "Leila", family = "Amiri", role =

Re: [R-pkg-devel] Cannot repro failing CRAN autochecks

2024-05-07 Thread Ivan Krylov via R-package-devel
В Tue, 7 May 2024 21:40:31 +0300 Ivan Krylov via R-package-devel пишет: > It's too late for Makevars to exclude files from the source package > tarball. Use .Rbuildignore instead: Sorry, that was mostly misguided. .Rbuildignore won't help with the contents of the Rust vendor tarball.

Re: [R-pkg-devel] Cannot repro failing CRAN autochecks

2024-05-07 Thread Ivan Krylov via R-package-devel
В Tue, 7 May 2024 14:03:42 -0400 Josiah Parry пишет: > This NOTE does not appear in Ubuntu, Mac, or Windows checks > https://github.com/R-ArcGIS/arcgisutils/actions/runs/8989812276/job/24693685840 That's a bit strange. It fires for me in a local R CMD check for a test package even without

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

2024-05-07 Thread Ivan Krylov via R-package-devel
On Tue, 7 May 2024 10:07:59 +1200 Simon Urbanek wrote: > That doesn't work - additional repositories are not allowed on CRAN > other than in very exceptional cases, because it means the package > cannot be installed by users making it somewhat pointless. I suppose that

Re: [R-pkg-devel] Assistance Needed to Resolve CRAN Submission Note

2024-05-16 Thread Ivan Krylov via R-package-devel
Dear Zeinab, Welcome to R-package-devel! В Thu, 16 May 2024 03:22:56 + Zeinab Mashreghi пишет: > I recently submitted my R package to CRAN, and I received this note > from the CRAN teams: "checking CRAN incoming feasibility ... NOTE." Without a link to the full error log and, ideally, to

Re: [R-pkg-devel] Altrep header, MSVC, and STRUCT_SUBTYPES macro

2024-05-16 Thread Ivan Krylov via R-package-devel
В Wed, 15 May 2024 18:54:37 +0200 David Cortes пишет: > The code compiles without errors under MSVC, but executing code that > involves returning Altrep objects leads to segfaults and memory > corruptions, even though it works fine under other compilers. > > I see the R Altrep header has this

Re: [R-pkg-devel] Assistance Needed to Resolve CRAN Submission Note

2024-05-16 Thread Ivan Krylov via R-package-devel
В Thu, 16 May 2024 16:01:45 + Zeinab Mashreghi пишет: > checking HTML version of manual ... NOTE > Found the following HTML validation problems: > All.data.html:4:1 (All.data.Rd:10): Warning: inserting "type" > attribute > All.data.html:12:1 (All.data.Rd:10): Warning:

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

2024-05-03 Thread Ivan Krylov via R-package-devel
Dear Maciej Nasinski, On Fri, 3 May 2024 11:37:57 +0200 Maciej Nasinski wrote: > I believe we must conduct a comprehensive review of all existing CRAN > packages. Why now? R packages are already code. You don't need poisoned RDS files to wreak havoc using an R package. On the other hand, R

Re: [R-pkg-devel] Fast Matrix Serialization in R?

2024-05-10 Thread Ivan Krylov via R-package-devel
On Fri, 10 May 2024 15:12:17 +1200 Simon Urbanek wrote: > I wonder if it may be worth doing something a bit smarter and tag > officially a "reverse XDR" format instead - that way it would be > well-defined and could be made the default. Do you mean changing R so that when reading a "B\n"

Re: [R-pkg-devel] clang-UBSAN

2024-05-13 Thread Ivan Krylov via R-package-devel
В Sun, 12 May 2024 14:43:18 -0400 Kaifeng Lu пишет: > /data/gannet/ripley/R/test-clang/Rcpp/include/Rcpp/internal/caster.h:30:25: > runtime error: nan is outside the range of representable values of > type 'int' On line 4618 of src/misc.cpp of the lrstat package, you have a suspicious default

Re: [R-pkg-devel] [External] Re: Assistance Needed to Resolve CRAN Submission Note

2024-05-19 Thread Ivan Krylov via R-package-devel
On Sun, 19 May 2024 09:52:08 + Daniel Kelley wrote: > In answer to the question about tidy version on macOS, I have the > latest version of that OS (Sonoma 14.5 release 23F79 -- a beta > release, unless the official has caught up in recent days) and I get > as follows. > $ ~ /usr/bin/tidy

Re: [R-pkg-devel] Compile issues on r-devel-linux-x86_64-debian-clang with OpenMP

2024-05-23 Thread Ivan Krylov via R-package-devel
On Wed, 22 May 2024 09:18:13 -0500 Dirk Eddelbuettel wrote: > Testing via 'nm' as you show is possible but not exactly 'portable'. > So any suggestions as to what to condition on here? (My apologies if you already got an answer from Kurt. I think we're not seeing his mails to the list.)

Re: [R-pkg-devel] Altrep header, MSVC, and STRUCT_SUBTYPES macro

2024-05-17 Thread Ivan Krylov via R-package-devel
В Thu, 16 May 2024 21:32:24 +0200 David Cortes пишет: > Unfortunately, after some further testing, it seems this was just a > matter of getting lucky - using the alternative non-STRUCT_SUBTYPES > def. of Altrep still leads to memory corruptions and crashes, just at > different points than when

Re: [R-pkg-devel] [External] Re: Assistance Needed to Resolve CRAN Submission Note

2024-05-18 Thread Ivan Krylov via R-package-devel
On Sat, 18 May 2024 21:10:18 + "Richard M. Heiberger" wrote: > when checking a package and discovering these messages about html5, > can you generate an informational message about tidy with a link to > updating tidy? That's a useful suggestion. Would you mind testing the patch from