Re: [R-pkg-devel] Additional_packages in drat repositories

2023-11-09 Thread Sokol Serguei
Le 09/11/2023 à 08:01, Claborne, Daniel via R-package-devel a écrit : I have a data package �pmartRdata� hosted in a drat repository here: https://github.com/pmartR/drat following the instructions here: https://cran.r-project.org/web/packages/drat/vignettes/DratStepByStep.html The package

Re: [R-pkg-devel] Advice on elegant way to alias function name

2022-09-01 Thread Sokol Serguei
Le 01/09/2022 à 16:48, J C Nash a écrit : Hi, I've a package where it has been suggested that one of the functions -- call it "myfn()" -- should be called something else, say "thefn()". Of course, I'll need to keep the old name around for a while. Web search has suggested simple assignment

Re: [R-pkg-devel] S3 is.unsorted registration

2021-09-09 Thread Sokol Serguei
On 09/09/2021 18:23, Hugh Parsonage wrote: I would like to register an S3 method for `is.unsorted` for my package's class "factor256" but I'm having trouble honouring the `strictly` argument. I've defined is.unsorted.factor256 <- function(x, na.rm = FALSE, strictly = FALSE) { strictly }

[R-pkg-devel] Fwd: Passing CRAN checks for a package linking to a system library on CRAN machines

2021-05-12 Thread Sokol Serguei
Le 13/05/2021 à 07:06, SN248 a écrit : I am working on a package which provides an interface to the libsbml C++ library (http://sbml.org/Software/libSBML) in R. The source code of this package (r2sbml) can be found at the following link https://github.com/sn248/r2sbml The package passes CRAN

Re: [R-pkg-devel] Error occurring only when I submit to CRAN

2021-02-12 Thread Sokol Serguei
Le 12/02/2021 à 08:45, Elysée Aristide a écrit : > Greetings, > > I submitted my package CDatanet . > Before that I checked (as CRAN) locally on Linux and Windows and I did not > get any error. I only get a note about my address mail (which is normal). >

[R-pkg-devel] Fwd: Subarchitectures

2021-02-09 Thread Sokol Serguei
Le 09/02/2021 à 17:01, Duncan Murdoch a écrit : > I think the WRE manual says that an R_ARCH environment variable will > be set when subarchitectures are involved, but environment variables > aren't accessible in Makevars. > > Is there a standard way to get a value in Makevars which will match

Re: [R-pkg-devel] suggestion: conda for third-party software

2020-01-07 Thread Sokol Serguei
Thanks for this hint. Le 07/01/2020 à 20:47, Kevin Ushey a écrit : The newest version of reticulate does something very similar: R packages can declare their Python package dependencies in the Config/reticulate field of a DESCRIPTION file, and reticulate can read and use those dependencies to