Package: connector Title: Streamlining Data Access in Clinical Research Version: 1.0.0.9003 Authors@R: c( person("Cervan", "Girard", , "cgid@novonordisk.com", role = c("aut", "cre")), person("Aksel", "Thomsen", , "oath@novonordisk.com", role = "aut"), person("Vladimir", "Obucina", , "vlob@novonordisk.com", role = "aut"), person("Novo Nordisk A/S", role = "cph") ) Description: Provides a consistent interface for connecting R to various data sources including file systems and databases. Designed for clinical research, 'connector' streamlines access to 'ADAM', 'SDTM' for example. It helps to deal with multiple data formats through a standardized API and centralized configuration. License: Apache License (>= 2) URL: https://novonordisk-opensource.github.io/connector/, https://github.com/NovoNordisk-OpenSource/connector/ BugReports: https://github.com/NovoNordisk-OpenSource/connector/issues Depends: R (>= 4.1) Imports: arrow, checkmate, cli, DBI, dplyr, fs, glue, haven, jsonlite, purrr, R6 (>= 2.4.0), readr, readxl, rlang, S7 (>= 0.2.0), utils, vroom, writexl, yaml, zephyr (>= 0.1.1) Suggests: dbplyr, ggplot2, knitr, rmarkdown, RPostgres, RSQLite, spelling, testthat (>= 3.0.0), tibble, usethis, whirl (>= 0.2.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE, r6 = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://novonordisk-opensource.r-universe.dev Date/Publication: 2026-04-08 08:44:04 UTC RemoteUrl: https://github.com/NovoNordisk-OpenSource/connector RemoteRef: HEAD RemoteSha: 97a337a171cf91646b0dbd452593cc072f80eb58 NeedsCompilation: no Packaged: 2026-06-07 07:14:48 UTC; root Author: Cervan Girard [aut, cre], Aksel Thomsen [aut], Vladimir Obucina [aut], Novo Nordisk A/S [cph] Maintainer: Cervan Girard