mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
adding brrom as dependency
This commit is contained in:
parent
126193ec6a
commit
f67beb14ba
3 changed files with 6 additions and 6 deletions
|
@ -24,12 +24,14 @@ Imports:
|
||||||
shiny,
|
shiny,
|
||||||
MASS,
|
MASS,
|
||||||
REDCapCAST,
|
REDCapCAST,
|
||||||
purrr
|
purrr,
|
||||||
|
broom,
|
||||||
|
broom.helpers
|
||||||
Suggests:
|
Suggests:
|
||||||
styler,
|
styler,
|
||||||
devtools,
|
devtools,
|
||||||
rhub
|
rhub
|
||||||
Remotes:
|
Remotes:
|
||||||
agdamsbo/webResearch
|
agdamsbo/webResearch
|
||||||
URL: https://github.com/agdamsbo/webResearch
|
URL: https://github.com/agdamsbo/webResearch
|
||||||
BugReports: https://github.com/agdamsbo/webResearch/issues
|
BugReports: https://github.com/agdamsbo/webResearch/issues
|
||||||
|
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||||
server: shinyapps.io
|
server: shinyapps.io
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
appId: 13276335
|
appId: 13276335
|
||||||
bundleId: 9402292
|
bundleId: 9412182
|
||||||
url: https://agdamsbo.shinyapps.io/webResearch/
|
url: https://agdamsbo.shinyapps.io/webResearch/
|
||||||
version: 1
|
version: 1
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
\alias{write_quarto}
|
\alias{write_quarto}
|
||||||
\title{Wrapper to save data in RDS, load into specified qmd and render}
|
\title{Wrapper to save data in RDS, load into specified qmd and render}
|
||||||
\usage{
|
\usage{
|
||||||
write_quarto(data, qmd.file = here::here("report.qmd"), ...)
|
write_quarto(data, ...)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{data}{list to pass to qmd}
|
\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()}}
|
\item{...}{Passed to \code{quarto::quarto_render()}}
|
||||||
}
|
}
|
||||||
\value{
|
\value{
|
||||||
|
|
Loading…
Add table
Reference in a new issue