Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix verdepcheck #841

Merged
merged 5 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: Scheduled 🕰️

on:
push:
branches:
- fix_verdepcheck
pawelru marked this conversation as resolved.
Show resolved Hide resolved
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
Expand Down
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ URL: https://github.com/insightsengineering/rtables,
https://insightsengineering.github.io/rtables/
BugReports: https://github.com/insightsengineering/rtables/issues
Depends:
formatters (>= 0.5.5),
formatters (>= 0.5.5.9005),
Melkiades marked this conversation as resolved.
Show resolved Hide resolved
magrittr (>= 1.5),
methods,
R (>= 2.10)
Expand All @@ -46,6 +46,7 @@ Suggests:
knitr (>= 1.42),
officer (>= 0.5.0),
r2rtf (>= 0.3.2),
rmarkdown (>= 2.19),
survival (>= 3.3-1),
testthat (>= 3.0.4),
tibble (>= 3.2.1),
Expand All @@ -56,9 +57,9 @@ VignetteBuilder:
knitr
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/magrittr, mllg/checkmate, rstudio/htmltools,
gogolewski/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
gagolews/stringi, tidymodels/broom, cran/car, tidyverse/dplyr,
davidgohel/flextable, yihui/knitr, davidgohel/officer, Merck/r2rtf,
r-lib/testthat, tidyverse/tibble, tidyverse/tidyr, r-lib/withr,
rstudio/rmarkdown, r-lib/testthat, tidyverse/tibble, tidyverse/tidyr, r-lib/withr,
r-lib/xml2
Encoding: UTF-8
Language: en-US
Expand Down
59 changes: 30 additions & 29 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,82 +1,83 @@
amongst
Arg
CRAN's
Carreras
charset
Cheatsheet
Chohan
FFFL
Godwin
Heng
Kelkhoff
Layouting
Lewandowski
Maximo
Modelling
NSE
Paszty
Pharma
Phuse
Postprocessing
Pre
Qi
RStudio
Resync
STUDYID
Saibah
Stoilova
Subtable
Subtables
TableTree
Tadeusz
Unstratified
Yung
amongst
charset
combinatorial
CRAN's
customizations
decrementing
dimensioned
dplyr
emph
facetted
facetting
FFFL
formatter
getter
getters
Godwin
Heng
ing
initializer
integerish
iteratively
Kelkhoff
labelled
Layouting
layouting
Lewandowski
mandatorily
Maximo
Modelling
multivariable
NSE
orderable
Paszty
pathing
Pharma
Phuse
postfix
Postprocessing
postprocessing
Pre
pre
priori
programmatically
Qi
quartiles
reindexed
repo
repped
responder
Resync
reusability
roadmap
RStudio
rtables
Saibah
sortable
spl
Stoilova
STUDYID
Subtable
subtable
subtable's
Subtables
subtables
summarization
tableone
TableTree
Tadeusz
todo
unaggregated
unicode
univariable
unnested
unpruned
Unstratified
unstratified
useR
xtable
Yung
File renamed without changes
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ table object, a formatted table can be printed in ASCII format, or exported to a
variety of other formats (`.txt`, `.pdf`, `.docx`, etc.).

```{r echo=FALSE, fig.align='center'}
knitr::include_graphics("../man/figures/rtables-basics.png")
knitr::include_graphics("./images/rtables-basics.png")
```

## Data
Expand Down
Loading