Skip to content

Commit

Permalink
fix verdepcheck (#841)
Browse files Browse the repository at this point in the history
* reintroduce rmarkdown; vbump formatters; fix typo in gh ref

* test

Signed-off-by: Pawel Rucki <[email protected]>

* Update .github/workflows/scheduled.yaml

Signed-off-by: Pawel Rucki <[email protected]>

* mv image file used in vignette

* rm test

Signed-off-by: Pawel Rucki <[email protected]>

---------

Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Mar 15, 2024
1 parent fea3bcf commit 3cd599f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 33 deletions.
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),
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

0 comments on commit 3cd599f

Please sign in to comment.