url_template
indocument_universe()
can now take different templates for topics in the manual versus vignettes, i.e. for what you access with?packagename::topicname
versusvignette("topicname", "packagename")
.
- Same as previous version.
- Vignettes now also have links to their counterpart online (#27).
- New
is_online()
helps pick topics that do exist online (#28). This helps drop topics that appear in the output ofdocument_universe()
but likely should not be exposed to users, such as reexported operators.
- New CRAN release.
document_universe()
now outputs the new columnkeyword
and new rows wherekeyword
is "internal" (#20).document_universe()
now outputs the new columntype
(#18). This allows differentiating help files from vignettes.document_universe()
with older versions of R no longer errors when handling strings prefixed with "." (#10). This expands the compatible versions of R to >= 3.6.
- Initial CRAN release.