> 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
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:
>>
>>>
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
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
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
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
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
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