Skip to content
Prev 11728 / 12125 Next

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

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