Re: [R-pkg-devel] help fixing CRAN package sos-now fails on GitHub

2023-05-23 Thread Martin Maechler
> Duncan Murdoch > on Mon, 22 May 2023 15:38:10 -0400 writes: > On 22/05/2023 3:07 p.m., Ivan Krylov wrote: >> I fed your vignette to R CMD Sweave, and here's the >> relevant fragment from the resulting *.tex file: >> >>> This returned a {\tt "findFn"} object iden

Re: [R-pkg-devel] help fixing CRAN package sos-now fails on GitHub

2023-05-23 Thread Duncan Murdoch
On 23/05/2023 6:53 a.m., Martin Maechler wrote: Duncan Murdoch on Mon, 22 May 2023 15:38:10 -0400 writes: > On 22/05/2023 3:07 p.m., Ivan Krylov wrote: >> I fed your vignette to R CMD Sweave, and here's the >> relevant fragment from the resulting *.tex file: >> >>>

[R-pkg-devel] Question about notes

2023-05-23 Thread João Pedro de Almeida dos Santos
I'm checking a package in RHub via RStudio (devtools::check_rhub()) and I'm receiving the following note: checking for non-standard things in the check directory ... NOTE Found the following files/directories: ''NULL'' I am unable to find this NULL file/directory anywhere, even with the

Re: [R-pkg-devel] Question about notes

2023-05-23 Thread Ivan Krylov
On Tue, 23 May 2023 17:32:21 + João Pedro de Almeida dos Santos wrote: > checking for non-standard things in the check directory ... NOTE > Found the following files/directories: > ''NULL'' > > I am unable to find this NULL file/directory anywhere The code inside your tests or examp

Re: [R-pkg-devel] help fixing CRAN package sos-now fails on GitHub

2023-05-23 Thread Spencer Graves
On 5/22/23 2:38 PM, Duncan Murdoch wrote: On 22/05/2023 3:07 p.m., Ivan Krylov wrote: I fed your vignette to R CMD Sweave, and here's the relevant fragment from the resulting *.tex file: This returned a {\tt "findFn"} object identifying 405 help pages. When this was run while preparing this

[R-pkg-devel] masked from 'package:utils':,, ?

2023-05-23 Thread Spencer Graves
Hello, All: CRAN checks for sos on 8 of the 13 platforms complain about the following: The following object is masked from 'package:utils': ? This is code that Duncan Murdoch contributed to this package around 2009. I have no idea how to fix this. It's only a NOTE, so CRA

[R-pkg-devel] masked from 'package:utils':,, ?-2

2023-05-23 Thread Spencer Graves
Hello, All: CRAN checks for sos on 8 of the 13 platforms complain about the following:[1] The following object is masked from 'package:utils': ? This is code that Duncan Murdoch contributed to this package around 2009. I have no idea how to fix this. It's only a NOTE, so

Re: [R-pkg-devel] masked from 'package:utils':,, ?

2023-05-23 Thread Ben Bolker
   This is harmless and should be accepted by CRAN (if masking existing functions were illegal half of the tidyverse would be banned ...).  It's there because it needs to be defined in order to enable the ??? alias for findFn().  sos:::"?" (and experimentation) show that use of a single ? is pa