zeehio / condformat

R package to apply conditional formatting rules to a data.frame
Other
25 stars 6 forks source link

Getting "## NULL" above table in knitr PDF output #4

Closed JohnTarr closed 7 years ago

JohnTarr commented 7 years ago

This package is awesome, but I've noticed something that may be a bug.

When knitting to PDF, ## NULL appears before the table output. Apparently, this does not happen when knitting to HTML, per comments in this StackOverflow thread I created.

Could you please take a look?

Note: Please see code in StackOverflow question, as the RMD chunk delimiters aren't working with GitHub's code delimiters.

zeehio commented 7 years ago

Looks like a bug. I will look into it as soon as I can. Thanks for the report and the example!

zeehio commented 7 years ago

Yes, my mistake. I forgot a print that should not be there. This will fix the issue until the next CRAN release. Sorry for the inconvenience.

devtools::install_github("zeehio/condformat")
JohnTarr commented 7 years ago

zeehio - Thank you for the super quick response and fix. The package itself was a huge help.