Package: staged.dependencies Type: Package Title: Install R packages from Particular Git Branches Version: 0.3.1.9001 Authors@R: c( person("Adrian", "Waddell", email = "adrian.waddell@roche.com", role = c("aut", "cre")), person("Maximilian", "Mordig", email = "maximilian_oliver.mordig@roche.com", role = "aut"), person("Nikolas", "Burkoff", email = "nikolas.burkoff@roche.com", role = "aut") ) Imports: checkmate, desc, devtools, digest, dplyr, fs, git2r, glue, httr, jsonlite, methods, rcmdcheck, remotes, rlang, stats, tidyr, utils, withr, yaml, Description: When developing multiple dependent packages, it is often useful to introduce development stages (devel, pre-release, release) that synchronize these packages. This package provides an implementation of development stages via branch naming rules. It defines RStudio addins that allow to install the matching upstream and downstream dependencies. License: file LICENSE Encoding: UTF-8 RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Suggests: knitr, miniUI, mockery, renv, rmarkdown, rstudioapi, shiny, testthat (>= 2.1.0), visNetwork VignetteBuilder: knitr Collate: 'argument_convention.R' 'caching.R' 'dependencies.R' 'dependencies_app.R' 'dependencies_helper.R' 'git_tools.R' 'graph_methods.R' 'host.R' 'ref_strategy.R' 'renv.R' 'rstudio_jobs.R' 'rstudio_addins.R' 'utils.R' 'zzz.R' Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libssh2-1-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://pharmaverse.r-universe.dev Date/Publication: 2023-08-22 14:03:08 UTC RemoteUrl: https://github.com/openpharma/staged.dependencies RemoteRef: HEAD RemoteSha: fb124997306b35d44a0225bb4b400bf7258c4c75 NeedsCompilation: no Packaged: 2026-06-16 09:06:42 UTC; root Author: Adrian Waddell [aut, cre], Maximilian Mordig [aut], Nikolas Burkoff [aut] Maintainer: Adrian Waddell