R qreport
Package
qreport Package
qreport
is a set of utility functions for facilitating the composition of Quarto
reports/books/web sites. Some functions produce whole report sections while others dynamically create Quarto
components such as tabs and marginal notes. A description of the functions in qreport
is here.
- R Workflow with many examples of
qreport
function usage - GitHub repository
- CRAN
- Reference manual
- Online help with executable examples
- Change log
- Latest Linux source package
- To install: Download and
sudo R CMD INSTALL qreport_current.tar.gz
- To install: Download and
- Latest Linux binary package
- To install: Download and
sudo R CMD INSTALL qreport-linux.tar.gz
- To install: Download and
- Latest Windows package
- To install:
install.packages('https://hbiostat.org/R/qreport-win.zip', repos=NULL)
- To install:
- Latest Mac arm4 package
- To install:
install.packages('https://hbiostat.org/R/qreport-mac-arm4.tgz', repos=NULL)
- To install:
- Current version numbers
Bug Reports
Please go to GitHub issues
Page created 2023-02-18