-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e660698
commit e6848eb
Showing
8 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,13 @@ Description: Find recursive dependencies of 'R' packages from various | |
'pkgdepends' is the workhorse of the 'pak' package. | ||
License: MIT + file LICENSE | ||
URL: https://r-lib.github.io/pkgdepends/, | ||
https://github.com/r-lib/pkgdepends#readme | ||
https://github.com/r-lib/pkgdepends | ||
BugReports: https://github.com/r-lib/pkgdepends/issues | ||
Depends: R (>= 3.5) | ||
Imports: callr (>= 3.3.1), cli (>= 3.6.0), curl, desc (>= 1.2.0), | ||
Imports: callr (>= 3.3.1), cli (>= 3.6.0), curl, desc (>= 1.4.3), | ||
filelock (>= 1.0.2), jsonlite, lpSolve, pkgbuild (>= 1.0.2), | ||
pkgcache (>= 2.2.0), processx (>= 3.4.2), ps, R6, stats, utils, | ||
zip (>= 2.3.0) | ||
Remotes: r-lib/desc | ||
Suggests: asciicast (>= 2.2.0.9000), codetools, covr, debugme, fansi, | ||
fs, glue, htmlwidgets, mockery, pak, pingr (>= 2.0.0), | ||
rmarkdown, rstudioapi, spelling, svglite, testthat (>= 3.2.0), | ||
|
@@ -34,7 +33,7 @@ Config/testthat/edition: 3 | |
Encoding: UTF-8 | ||
RoxygenNote: 7.2.3 | ||
NeedsCompilation: no | ||
Packaged: 2023-12-10 20:41:52 UTC; gaborcsardi | ||
Packaged: 2023-12-10 22:46:02 UTC; gaborcsardi | ||
Author: Gábor Csárdi [aut, cre], | ||
Posit Software, PBC [cph, fnd] | ||
Maintainer: Gábor Csárdi <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,8 @@ packfiles | |
pak | ||
pkgcache | ||
pkgdown | ||
prettyunits | ||
rprojroot | ||
shorthands | ||
tibbles | ||
uncompress |