-
dev_topic_path()
now only returns the last path found, fixing an error when a package has both a package function level help with the same name. (#21) -
New function
is_dev_package()
to determine if a given package has been loaded bypkgload::load_all()
(#2). -
load_all()
gains arecollate
argument and roxygen2 is now a Suggested rather than required dependency. (#4) -
dev_help()
now optionally takes a character vector of packages to search within. This replacesfind_topic()
. -
dev_topic_index_reset()
is now exported, and allows you to reset the topic index associated with a given package. -
Added a
NEWS.md
file to track changes to the package.