Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.12 KB

NEWS.md

File metadata and controls

33 lines (23 loc) · 1.12 KB

dverse 0.2.0.9001

  • url_template in document_universe() can now take different templates for topics in the manual versus vignettes, i.e. for what you access with ?packagename::topicname versus vignette("topicname", "packagename").

dverse 0.2.0.9000

  • Same as previous version.

dverse 0.2.0

  • 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 of document_universe() but likely should not be exposed to users, such as reexported operators.

dverse 0.1.0

  • New CRAN release.
  • document_universe() now outputs the new column keyword and new rows where keyword is "internal" (#20).
  • document_universe() now outputs the new column type (#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.

dverse v0.0.1

  • Initial CRAN release.