Home
last modified time | relevance | path

Searched refs:parse_installed (Results 1 – 8 of 8) sorted by relevance

/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/_snaps/
H A Dinstalled.md60 # parse_installed chapter
67 # parse_installed, DESCRIPTION with <CR><LF>
74 # parse_installed, multiple libs
81 # parse_installed, errors
88 # parse_installed priority
91 parse_installed(lib5, priority = "base")$Package
98 parse_installed(lib5, priority = "recommended")$Package
105 parse_installed(lib5, priority = NA)$Package
112 parse_installed(lib5, priority = c("base", "recommended"))$
120 parse_installed(lib5, priority = c("base", NA))$Package
/dports/devel/R-cran-pkgcache/pkgcache/man/
H A Dparse_installed.Rd3 \name{parse_installed}
4 \alias{parse_installed}
7 parse_installed(
36 \item \code{parse_installed()} cannot subset the extracted fields. (But you can
38 \item \code{parse_installed()} does not cache the results.
39 \item \code{parse_installed()} handles errors better. See Section 'Errors' below.
40 #' * \code{parse_installed()} uses the \code{DESCRIPTION} files in the installed packages
46 \item \code{parse_installed()} converts its output to UTF-8 encoding, from the
48 \item \code{parse_installed()} is considerably faster.
52 \code{parse_installed()} always returns its result in UTF-8 encoding.
[all …]
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/
H A Dtest-installed.R149 pkgs <- parse_installed(get_fixture("lib"))
157 pkgs <- parse_installed(get_fixture("lib4"))
165 pkgs <- parse_installed(get_fixture(c("lib", "lib2")))
175 parse_installed(get_fixture(c("lib", "lib2", "lib3"))),
210 expect_snapshot(parse_installed(lib5, priority = "base")$Package)
211 expect_snapshot(parse_installed(lib5, priority = "recommended")$Package)
212 expect_snapshot(parse_installed(lib5, priority = NA)$Package)
213 expect_snapshot(parse_installed(lib5, priority = c("base", "recommended"))$Package)
214 expect_snapshot(parse_installed(lib5, priority = c("base", NA))$Package)
218 pkgs <- parse_installed(get_fixture("lib"))
[all …]
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Dinstalled.R187 parse_installed <- function(library = .libPaths(), priority = NULL, function
201 parse_installed,
H A Dutils.R118 parse_installed(.Library, priority="base")$Package
/dports/devel/R-cran-pkgcache/pkgcache/
H A DNAMESPACE29 export(parse_installed)
H A DNEWS.md17 * New `parse_installed()` function to get the metadata of all installed
H A DMD552 4d5e365d5f232336b5681e5d46055d47 *man/parse_installed.Rd