NEWS.md
New record functions: RNCS()
and ROCS
, using chart_structure()
. For a better record of chat/ggplot2 information. The {ggcheck} package is a new dependency.
Correction of a bug in hook_record()
: argument object_name=
instead on object=
.
parse_rmd()
function lost its allow_incomplete=
argument.here::here()
is replaced everywhere by rprojroot::find_package_root_file()
because the former is not suitable any more in packages (it is for interactive use only).An extended example dataset is added (compressed in the package, but can be easily uncompressed using install_example()
).
The run_grid()
function is added to easily run the learnitgrid Shiny application.
Adding support for Quarto .qmd files.
New option docs_on_github to specify the location of the documents for the links. It is TRUE
by default, which corresponds to previous behavior (i.e., links to GitHub files). If FALSE
, the links will be to local files, except for “repo” and the subdirectory).