Spellcheck, fix docs for R CMD check, rebuild pkgdown #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! Saw a typo on the pkgdown, figured I'd make a quick PR, and things escalated to a bit more housekeeping-type stuff. I see there are some similar PRs already, but they're years old and would need a messy rebase and update, so I figured it's easier just to start from scratch. If this PR gets to be that old, feel free to decline it.
What this does:
a. One notable change here is deprecating the
smart
param ofipsum()
, because it gets passed tormarkdown::html_document_base()
which is ignoring it. Can handle this differently if you like, but it had to be documented somehow for R CMD check to pass.a. I did add a truly minimal
_pkgdown.yml
with the URL linked from this repo (https://cinc.rud.is/web/packages/hrbrthemes/), though it looks like it's also hosted on gh pages (https://hrbrmstr.github.io/hrbrthemes/). That file can be reverted or changed if desired.