Changelog
Source:NEWS.md
dverse 0.2.0.9001
-
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")
.
dverse 0.2.0
CRAN release: 2024-12-07
- 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.
dverse 0.1.0
CRAN release: 2024-11-22
- 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.