You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
styler::style_pkg() appears to be inconsistent about formatting vignettes. I've tried on my system with CRAN and GitHub versions of styler, and they don't seem to format the vignettes, and CI complains about that. [I just needed to start a new session after upgrading styler.]
The text was updated successfully, but these errors were encountered:
Since CI seems to be running off of the GitHub version, this means that we need to update the dev dependency installation to use that version rather than CRAN. Maybe install.packages("devtools") + devtools::install_dev_deps().
Might be worth a line in the README explaining this sort of situation; if CI complains about styling it suggests that the dev needs to upgrade to latest CRAN styler and style_pkg() in a fresh session.
Also might note that styling should be followed by redocument()ing, as the styler can change example code, and those changes should be propagated to the Rd files.
[I just needed to start a new session after upgradingstyler::style_pkg()
appears to be inconsistent about formatting vignettes. I've tried on my system with CRAN and GitHub versions ofstyler
, and they don't seem to format the vignettes, and CI complains about that.styler
.]The text was updated successfully, but these errors were encountered: