You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
820 B

Package: kbmemoise
Type: Package
Title: Keybase Filesystem Backing Store for 'memoise' Caching
Version: 0.1.0
Date: 2020-05-22
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Keybase <https://keybase.io> provides 250GB free, encrypted
storage making it suitable for creating a cross-system backing store
for 'memoise' caches. Tools are provided to use Keybase with 'memoise'.
URL: https://git.rud.is/hrbrmstr/kbmemoise
BugReports: https://git.rud.is/hrbrmstr/kbmemoise/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr
Depends:
R (>= 3.5.0)
Imports:
memoise,
digest,
tinytest
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0