[R-pkg-devel] help fixing CRAN package sos

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Tue May 16 08:28:10 CEST 2023


On Mon, 15 May 2023 18:46:00 -0500
Spencer Graves <spencer.graves using effectivedefense.org> wrote:

> I can NOT replicate these locally nor with GitHub action, and I 
> failed to find 'psp' in 'sos.Rnw'.[2]  This raises two issue:
> 
> 
> OBVIOUS:  What can I do to fix this error, or at least to understand
> it better?

How does the output of findFn() end up being incorporated in the
vignette output? Your function findFn() seems to have found the
function JOPS::pspline_checker [*] somehow. Where in the vignette do
you print() return values from findFn() and how exactly are they
converted to LaTeX source? This conversion process needs to be adjusted
to understand the newline symbol.

It's somewhat mystifying that most of your code blocks use
results=hide, so that the function output shouldn't be printed at all,
and yet it does.

-- 
Best regards,
Ivan

[*]
https://search.r-project.org/CRAN/refmans/JOPS/html/pspline_checker.html



More information about the R-package-devel mailing list