Commit graph

5 commits

Author SHA1 Message Date
mef
6f43b802f5 (devel/R-pkgcache) Add missing DEPENDS+= R-jsonlite-[0-9]* 2021-06-03 21:01:07 +00:00
mef
f8fa4b6688 (devel/R-pkgcache) Updated 1.1.1 to 1.2.2
# pkgcache 1.2.2

* The default location of the cache has changed to align with the
  standard `tools::R_user_dir()` cache location. To clean up your old
  cache call `pkgcache:::cleanup_old_cache_dir()`.

# pkgcache 1.2.1

No user visible changes.

# pkgcache 1.2.0

* New `repo_add()`, `repo_get()`, `repo_resolve()` and `with_repo()`
  functions to query and manipulate repositories.

* `meta_cache_*()` functions now handle `getOption("repos")` changes
  correctly.

* Failed metadata downloads now do not trigger metadata updates (#52).

* New `bioc_release_version()`, `bioc_devel_version()`, `bioc_repos()`
  helper functions to deal with Bioconductor repositories.

* Metadata cache functions, e.g. `meta_cache_deps()` etc. now allow
  specifying the dependency types in all lowercase (#54).
2021-06-01 13:26:05 +00:00
mef
cbbfa6a770 (devel/R-pkgcache) Recover DEPENDS+= R-filelock-[0-9]*, tks jperkin@ 2021-01-11 08:46:36 +00:00
jperkin
b4b95824cb R-pkgcache: Comment out missing dependency.
More bulk build unbreaking...
2021-01-02 10:33:46 +00:00
mef
1b12f3b5ad (devel/R-pkgcache) import R-pkgcache-1.1.1
Metadata and package cache for CRAN-like repositories. This is a
utility package to be used by package management tools that want to
take advantage of caching.
2021-01-01 10:17:46 +00:00