Skip to content

[R-pkg-devel] corrupt parsing in GitHub Action

2 messages · Spencer Graves, Gábor Csárdi

#
Hello, All:


The R parser in GitHub action seems to be getting corrupted in 
processing "sbgraves237/Ecdat".[1] For one, I'm getting:


358:22: unexpected symbol
357: ##
358: plotUSGPDpresidents('fedReceipts


I replace the single quote with a double quote and get the same problem 
with a single quote later ... except when it gets to:


plot(USGDPpresidents[, "Year"], Surp2-Surplus, type='l')


In that line, it doesn't like either single or double quotes.


What do you suggest I do to get past this?
Thanks,
Spencer Graves


[1]


https://github.com/sbgraves237/Ecdat/actions/runs/17269330174/job/49009447288
#
This has nothing to do with any GitHub Action. Your example is
corrupt, you need to escape `%` characters in .Rd files.

Gabor

On Wed, Aug 27, 2025 at 4:33?PM Spencer Graves
<spencer.graves at effectivedefense.org> wrote: