Skip to content

Commit 53f87bd

Browse files
authored
Merge pull request #31 from Boehringer-Ingelheim/test
Release v4.2.0
2 parents 8c6b3ea + 92ad19f commit 53f87bd

41 files changed

Lines changed: 4127 additions & 448 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# formatting
2+
23b125d3d44eda8230e873fcbd88f2a20175d087
3+
a5a5d133ad5ef0df7fd40be2ec4f9cd22ab0fa9d

.lintr.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ linters <- lintr::modify_defaults(
99
, object_length_linter = NULL # we don't type long var names just because
1010
, pipe_continuation_linter = NULL # wickham being overly prescriptive
1111
, trailing_blank_lines_linter = NULL # natural extension of trailing_whitespace_linter, present on the template
12+
, semicolon_linter = NULL # used to highlight checks that lead to the early out on a function
1213
)
1314

1415
if(identical(Sys.getenv('CI'), "true")){

DESCRIPTION

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dv.listings
22
Type: Package
33
Title: Data listings module
4-
Version: 4.1.0
4+
Version: 4.2.0
55
Authors@R:
66
c(
77
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
@@ -25,23 +25,25 @@ Suggests:
2525
knitr (>= 1.43),
2626
pharmaverseadam (>= 0.1.0),
2727
shinytest2 (>= 0.3.1),
28-
testthat (>= 3.0.2)
28+
testthat (>= 3.0.2),
29+
safetyData
2930
Config/testthat/edition: 3
3031
Imports:
3132
checkmate (>= 2.1.0),
3233
dplyr (>= 1.0.5),
3334
DT (>= 0.18),
3435
dv.manager (>= 2.1.4),
3536
htmlwidgets (>= 1.6.2),
36-
magrittr (>= 2.0.3),
3737
openxlsx (>= 4.2.5.2),
3838
purrr (>= 1.0.1),
3939
rmarkdown (>= 2.25),
4040
shiny (>= 1.7.2),
4141
shinyFeedback (>= 0.4.0),
4242
shinyjs (>= 2.1.0),
4343
shinyWidgets (>= 0.8.0),
44-
tibble (>= 3.2.1)
44+
tibble (>= 3.2.1),
45+
xxhashlite
46+
Depends: R (>= 4.1.0)
4547
RoxygenNote: 7.3.2
4648
Roxygen: list(markdown = TRUE)
4749
Remotes: boehringer-ingelheim/dv.manager@main

NAMESPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
export("%>%")
43
export(convert_data)
54
export(listings_UI)
65
export(listings_server)
76
export(mod_listings)
87
import(shiny)
9-
importFrom(magrittr,"%>%")
108
importFrom(shiny,NS)
119
importFrom(shiny,tagList)

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# dv.listings 4.2.0
2+
3+
- Includes the experimental review functionality
4+
- Adapt dataset selection to accommodate for switching of dataset_list
5+
- Adapt fill_default_vars to keep specified default values for datasets which are not present
6+
- Adapt checkmate calls to allow default values for datasets which are not present
7+
- Top buttons are reordered in a single line to avoid consuming excessive space
8+
19
# dv.listings 4.1.0
210

311
- Add jumping feature

0 commit comments

Comments
 (0)