Skip to content
Prev 7814 / 12125 Next

[R-pkg-devel] Package accepted, then an error to fix by 3/22

Michael,

I can replicate the problem on macOS so this is not system-specific - did you actually try to re-build the vignette? As can be seen from the output the problem is is the following line:

one_rec %>% pull(abstract_text) %>% print                                                                         

because it is an extremely long output line (4712 characters) that exceeds the LaTeX limit. The actual content is quite messy so I wouldn't try to output the whole content, but if you really want to, you may need to wrap it first since R output is not soft-wrapped.

Cheers,
Simon