adding brrom as dependency

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-25 09:18:21 +01:00
parent 126193ec6a
commit f67beb14ba
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,9 @@ Imports:
shiny,
MASS,
REDCapCAST,
purrr
purrr,
broom,
broom.helpers
Suggests:
styler,
devtools,

View file

@ -5,6 +5,6 @@ account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 13276335
bundleId: 9402292
bundleId: 9412182
url: https://agdamsbo.shinyapps.io/webResearch/
version: 1

View file

@ -4,13 +4,11 @@
\alias{write_quarto}
\title{Wrapper to save data in RDS, load into specified qmd and render}
\usage{
write_quarto(data, qmd.file = here::here("report.qmd"), ...)
write_quarto(data, ...)
}
\arguments{
\item{data}{list to pass to qmd}
\item{qmd.file}{qmd file to render. Default is 'here::here("report.qmd")'}
\item{...}{Passed to \code{quarto::quarto_render()}}
}
\value{