https://github.com/r-lib/pkgdepends
R Package Dependency Resolution
https://github.com/r-lib/pkgdepends
r
Last synced: 18 days ago
JSON representation
R Package Dependency Resolution
- Host: GitHub
- URL: https://github.com/r-lib/pkgdepends
- Owner: r-lib
- License: other
- Created: 2017-09-09T09:17:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T08:36:04.000Z (18 days ago)
- Last Synced: 2025-05-15T09:34:52.978Z (18 days ago)
- Topics: r
- Language: C
- Homepage: https://r-lib.github.io/pkgdepends/
- Size: 16.6 MB
- Stars: 121
- Watchers: 4
- Forks: 37
- Open Issues: 67
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - r-lib/pkgdepends - R Package Dependency Resolution (C)
README
---
title: pkgdepends
output:
github_document:
always_allow_html: yes
---```{r, include = FALSE}
knitr::opts_chunk$set(
fig.path = file.path(getwd(), "man/figures/README"),
cache.path = file.path(getwd(), "man/_cache/"),
out.width = "100%",
cache = TRUE,
asciicast_theme = if (Sys.getenv("IN_PKGDOWN") == "true") "pkgdown" else "readme"
)
asciicast::init_knitr_engine(
startup = quote({
library(pkgdepends)
set.seed(1) }),
echo = TRUE,
echo_input = FALSE,
interactive = FALSE
)
```> Package Dependency Resolution, Downloads and Installation
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://github.com/r-lib/pkgdepends/actions)
[](https://app.codecov.io/gh/r-lib/pkgdepends?branch=main)
[](https://github.com/r-lib/pkgdepends/actions/workflows/R-CMD-check.yaml)pkgdepends is a toolkit for package dependencies, downloads and
installations, to be used in other packages. If you are looking for a
package manager, see [pak](https://github.com/r-lib/pak).```{r child = "tools/doc/README-body.Rmd"}
```