bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
18 stars 12 forks source link

RMarkdown chunks issue #29

Closed Ryo-N7 closed 1 year ago

Ryo-N7 commented 1 year ago

Despite setting message=FALSE, ActivityInfo API messages still appear in the knitted RMD document. It also breaks up a single chunk into separate ones for each ActivityInfo API call for some reason, which creates separate 'Share Code' buttons below. I need to set it to include=FALSE for the messages to disappear entirely, but that then means I can't share the code in the document.

rmd-activityinfo-chunk rmd-activityinfo-chunk-RMD

nickdickinson commented 1 year ago

Addressed by removing rogue cat() calls.