Package: chronicle 0.3

chronicle: Grammar for Creating R Markdown Reports

A system for creating R Markdown reports with a sequential syntax.

Authors:Philippe Heymans Smith [aut, cre]

chronicle_0.3.tar.gz
chronicle_0.3.zip(r-4.7)chronicle_0.3.zip(r-4.6)chronicle_0.3.zip(r-4.5)
chronicle_0.3.tgz(r-4.6-any)chronicle_0.3.tgz(r-4.5-any)
chronicle_0.3.tar.gz(r-4.7-any)chronicle_0.3.tar.gz(r-4.6-any)
chronicle_0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
chronicle/json (API)

# Install 'chronicle' in R:
install.packages('chronicle', repos = c('https://pheymanss.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/pheymanss/chronicle/issues

On CRAN:

Conda:

5.57 score 30 stars 25 scripts 246 downloads 35 exports 86 dependencies

Last updated from:e30b87e0f8. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE163
source / vignettesOK287
linux-release-x86_64NOTE147
macos-release-arm64NOTE125
macos-oldrel-arm64NOTE139
windows-develNOTE98
windows-releaseNOTE95
windows-oldrelNOTE102
wasm-releaseOK143

Exports:add_barplotadd_boxplotadd_chunkadd_codeadd_densityadd_dygraphadd_histogramadd_imageadd_lineplotadd_quotesadd_raincloudadd_scatterplotadd_tableadd_textadd_titleadd_violinassemble_callcheck_colsfile_extensionmake_barplotmake_boxplotmake_densitymake_dygraphmake_histogrammake_lineplotmake_raincloudmake_scatterplotmake_titlemake_violinoutput_configplot_columnsrender_reportreport_columnsrmd_title_levelset_classes

Dependencies:askpassbase64encbitbit64bookdownbslibcachemclicliprcpp11crayoncrosstalkcurldata.tabledigestdplyrDTdygraphsevaluatefarverfastmapfontawesomefsgenericsggplot2gluegridExtragtablehighrhmshtmltoolshtmlwidgetshttrisobandjquerylibjsonliteknitrlabelinglaterlatticelazyevallifecyclemagrittrmemoisemimeopensslotelpillarpkgconfigplotlyprettydocprettyunitsprogresspromisespurrrR6rappdirsRColorBrewerRcppreadrreprrlangrmarkdownrmdformatsS7sassscalesskimrstringistringrsystibbletidyrtidyselecttinytextzdbutf8vctrsviridisviridisLitevroomwithrxfunxtsyamlzoo

{chronicle}

Rendered fromchronicle.Rmdusingknitr::rmarkdownon May 23 2026.

Last update: 2021-06-21
Started: 2021-03-04

Readme and manuals

Help Manual

Help pageTopics
Add a bar plot to a chronicle reportadd_barplot
Add a box plot to a chronicle reportadd_boxplot
Transforms a function call into an Rmarkdown chunkadd_chunk
Add formatted code chunks to a chronicle R Markdown reportadd_code
Add a density plot to a chronicle reportadd_density
Add a dygraph to a chronicle reportadd_dygraph
Add a histogram plot to a chronicle reportadd_histogram
Add an image to a chronicle Rmarkdown reportadd_image
Add a line plot to a chronicle reportadd_lineplot
Adds additional quotations to character valuesadd_quotes
Add a raincloud plot to a chronicle reportadd_raincloud
Add a scatter plot to a chronicle reportadd_scatterplot
Add a table to a chronicle reportadd_table
Add text to a chronicle Rmarkdown reportadd_text
Add a titled section to a chronicle Rmarkdown reportadd_title
Add a violin plot to a chronicle reportadd_violin
Assembles a formatted function call from a function and a list of parametersassemble_call
Warns if any of the passed column names is missing from the data provided.check_cols
Parse the file extension for each R Markdown output formatfile_extension
Create a bar plot from a data frame through ggplotlymake_barplot
Create a box plot from a data frame through ggplotlymake_boxplot
Create a density plot from a data frame through ggplotlymake_density
Plot a time series from a data frame through dygraph's interactive html plot interfacemake_dygraph
Create a histogram plot from a data frame through ggplotlymake_histogram
Create a line plot from a data frame through ggplotlymake_lineplot
Create a raincloud plot from a data frame through ggplotlymake_raincloud
Create a scatter plot from a data frame through ggplotlymake_scatterplot
Guess a title out of function parametersmake_title
Create a violin plot from a data frame through ggplotlymake_violin
Build the yaml output specification for an R Markdownoutput_config
Plot all columns of a tableplot_columns
Render the report using all objects from the global environmentrender_report
HTML interactive report detailing each column on a tablereport_columns
Returns the count of '#' corresponding to a given title levelrmd_title_level
Change column classes with a named vectorset_classes