Type: Package Package: verdepcheck Title: Check Package using Various Versions of Dependencies Version: 0.0.0.9001 Date: 2023-02-14 Authors@R: c( person("Pawel Rucki", , , "pawel.rucki@roche.com", role = c("aut", "cre")), person("Andre Verissimo", , , "andre.verissimo@roche.com", role = "aut"), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")) ) Description: Derive package dependencies from DESCRIPTION file using various strategies and run "R CMD CHECK" to validate package compatibility. License: Apache License 2.0 | file LICENSE URL: https://github.com/insightsengineering/verdepcheck/ BugReports: https://github.com/insightsengineering/verdepcheck/issues Depends: R (>= 3.6) Imports: cli (>= 3.6.0), desc (>= 1.2), gh (>= 1.1.0), jsonlite, pkgcache (>= 2.2.3), pkgdepends (>= 0.5.0), rcmdcheck, remotes (>= 2.2.0), stats, tools, utils, withr (>= 2.4.3) Suggests: knitr (>= 1.42), pingr, rmarkdown (>= 2.23), testthat (>= 3.1.9) Config/Needs/verdepcheck: r-lib/cli, r-lib/desc, r-lib/gh, jeroen/jsonlite, r-lib/pkgcache, r-lib/pkgdepends, r-lib/rcmdcheck, r-lib/remotes, r-lib/withr, yihui/knitr, r-lib/pingr, r-lib/testthat VignetteBuilder: knitr, rmarkdown Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Config/pak/sysreqs: git libssl-dev Repository: https://insightsengineering.r-universe.dev Date/Publication: 2025-06-13 06:57:21 UTC RemoteUrl: https://github.com/insightsengineering/verdepcheck RemoteRef: main RemoteSha: 6f77c5806cbd0c18ef9c3508a4a6e213a497f0d0 NeedsCompilation: no Packaged: 2026-06-09 08:07:34 UTC; root Author: Pawel Rucki [aut, cre], Andre Verissimo [aut], F. Hoffmann-La Roche AG [cph, fnd] Maintainer: Pawel Rucki