We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General improvements
%>%
|>
inst/WORDLIST
spelling::spell_check_package()
LICENSES_THIRD_PARTY
Style and documentation
@noRd
_pkgdown.yml
n_subject()
avg_event()
avg_duration()
to_sentence()
styler::style_pkg()
seq_along()
seq_len()
Vignettes
rate-compare.Rmd
The text was updated successfully, but these errors were encountered:
Done.
Sorry, something went wrong.
nanxstats
No branches or pull requests
General improvements
%>%
with|>
to avoid depending on magrittr.inst/WORDLIST
and run spell checkspelling::spell_check_package()
, fix all typos.LICENSES_THIRD_PARTY
with proper license links and format.Style and documentation
@noRd
for internal functions and remove them from_pkgdown.yml
:n_subject()
,avg_event()
,avg_duration()
,to_sentence()
.styler::style_pkg()
to stylize code.seq_along()
andseq_len()
.Vignettes
rate-compare.Rmd
.The text was updated successfully, but these errors were encountered: