Changes in version 0.2.4 Major changes - plot_network() no longer depends on the 'visNetwork' package; the interactive network visualisation is now rendered with a bundled 'D3'-based JavaScript skeleton shipped in inst/js (see #118) - That new network plot includes additional interactive capabilities, like function selection and highlighting. Minor changes - Improve diagnosis of wrong ctags version on MacOS (#115; thanks to @mcol) Changes in version 0.2.4.00 Changes in version 0.2.3 (2026-06-01) Minor changes - Fix bug in source docline count when there are no doclines - Fix output of translations in summary fn - Fix bug in dl_pkgstats_data() - defaulted to latest release, but data are fixed for a previous release. - Remove 'ami' as dependency (#112), as it got archived on CRAN; 'on_cran()' fn now internal here. Changes in version 0.2.2 (2026-02-11) Minor changes - Improved documentation line counting for R source files (#81, #97) - Detect and parse Quarto vignettes (#95) - Better handling of temporary directories in archive extraction (#93) Changes in version 0.2.1 (2025-12-09) Major changes - Former 'configure' and 'Makevars.win' files which used to download ctags binaries on package install now removed, and replaced with internal functions in zzz.R called on first package load. Minor changes - Added this news file - Parse 'Authors@R' field of DESC even when parse() fails - Fix bug on CRAN packages with no DESCRIPTION file (#51; these do exist!) - Update all file path manipulations to use 'fs' pkg (#68) - Improve lines-of-code counts, including capturing tinytest files, and remove others (#67) Changes in version 0.1.1 (2022-06-21) Minor changes - Hard-code main vignette because it can't be built on CRAN windows machines - Minor bug fix with sometimes failing tag extraction from inst dir Changes in version 0.0.5 (2022-06-17) Initial CRAN Release