Skip to content

Commit

Permalink
Update embedded pkgdepends
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 10, 2023
1 parent e660698 commit e6848eb
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 15 deletions.
7 changes: 3 additions & 4 deletions src/library/pkgdepends/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand All @@ -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]>
1 change: 0 additions & 1 deletion src/library/pkgdepends/R/build.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

#' @importFrom pkgbuild build
#' @importFrom utils modifyList

build_package <- function(path, build_args = list()) {
Expand Down
2 changes: 0 additions & 2 deletions src/library/pkgdepends/R/install-binary.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

#' @importFrom filelock lock unlock

install_extracted_binary <- function(filename, lib_cache, pkg_cache, lib,
metadata, now) {

Expand Down
2 changes: 0 additions & 2 deletions src/library/pkgdepends/R/install-verify-binary.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

#' @importFrom desc desc

verify_extracted_package <- function(filename, parent_path) {

pkg_name <- dir(parent_path)
Expand Down
2 changes: 0 additions & 2 deletions src/library/pkgdepends/R/solve.R
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,6 @@ format.pkgplan_lp_problem <- function(x, ...) {
result
}

#' @importFrom lpSolve lp

pkgplan__solve_lp_problem <- function(self, private, problem) {
res <- pkgplan_i_solve_lp_problem(problem)
res
Expand Down
2 changes: 0 additions & 2 deletions src/library/pkgdepends/R/type-github.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
### -----------------------------------------------------------------------
### API

#' @importFrom desc desc

parse_remote_github <- function(specs, config, ...) {

pds <- re_match(specs, github_rx())
Expand Down
2 changes: 0 additions & 2 deletions src/library/pkgdepends/R/type-installed.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
## ------------------------------------------------------------------------
## API

#' @importFrom desc desc

parse_remote_installed <- function(specs, config, ...) {
parsed_specs <- re_match(specs, type_installed_rx())

Expand Down
2 changes: 2 additions & 0 deletions src/library/pkgdepends/inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ packfiles
pak
pkgcache
pkgdown
prettyunits
rprojroot
shorthands
tibbles
uncompress

0 comments on commit e6848eb

Please sign in to comment.