Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-28 Thread Duncan Murdoch
On 2024-10-28 12:56 p.m., Georgi Boshnakov wrote: Also, v1.1 = v1.1.0: package_version("1.1.0") > package_version("1.1") [1] FALSE package_version("1.1.0") == package_version("1.1") [1] TRUE If you adopt the 2-digit versions but decide to keep the possibility for 3-letter ones for mino

Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-28 Thread Georgi Boshnakov
Also, v1.1 = v1.1.0: > package_version("1.1.0") > package_version("1.1") [1] FALSE > package_version("1.1.0") == package_version("1.1") [1] TRUE If you adopt the 2-digit versions but decide to keep the possibility for 3-letter ones for minor fixes (bugs; fixing CRAN NOTES, minor bugs etc.), a

Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-28 Thread Joshua Ulrich
`R CMD check` uses the `package_version()` function to check that the submitted package version is > the version on CRAN. You can use it to check Duncan's hypothesis: R$ # current update with 3-part version R$ package_version("1.1.1") > package_version("1.1") [1] TRUE R$ # next update with only a

Re: [R-pkg-devel] *** caught segfault *** address (nil), cause 'unknown'

2024-10-28 Thread Ivan Krylov via R-package-devel
В Sat, 26 Oct 2024 12:18:07 -0400 jérémy Gelb пишет: > *** caught segfault *** > address (nil), cause 'unknown' > > It seems that the error is happening when loading a c++ module of my > package > > Traceback: > 1: Module(module, mustStart = TRUE, where = env) > 2: doTryCatch(return(expr), n