-
Notifications
You must be signed in to change notification settings - Fork 0
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
92f8d25
commit 19caed0
Showing
10 changed files
with
89 additions
and
98 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Description: Suite of tools for managing cached files, targeting | |
Provides utilities to manage cache directories, including targeting | ||
files by path or by key; cached directories can be compressed and | ||
uncompressed easily to save disk space. | ||
Version: 0.5.3 | ||
Version: 0.5.4 | ||
Authors@R: c(person("Scott", "Chamberlain", role = "aut", | ||
comment = c(ORCID="0000-0003-2542-2202")), | ||
person("Tamás", "Stirling", role = c("ctb", "cre"), | ||
|
@@ -23,10 +23,11 @@ RoxygenNote: 7.2.3 | |
X-schema.org-applicationCategory: Data | ||
X-schema.org-keywords: caching, data, files, xml, pdf | ||
X-schema.org-isPartOf: https://ropensci.org | ||
Config/testthat/edition: 3 | ||
NeedsCompilation: no | ||
Packaged: 2023-01-26 09:34:04 UTC; tamas | ||
Packaged: 2024-01-23 09:10:25 UTC; tamas | ||
Author: Scott Chamberlain [aut] (<https://orcid.org/0000-0003-2542-2202>), | ||
Tamás Stirling [ctb, cre] | ||
Maintainer: Tamás Stirling <[email protected]> | ||
Repository: CRAN | ||
Date/Publication: 2023-01-26 16:00:02 UTC | ||
Date/Publication: 2024-01-23 09:40:06 UTC |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
551617189c0080188c416a474d6dd0fe *DESCRIPTION | ||
c479246040e9d3e985c604ad89c9fdbc *DESCRIPTION | ||
35bd8606c71dfbfad3ad27387e177ad4 *LICENSE | ||
55e3517dd2332c0fb5592ca86f74e112 *NAMESPACE | ||
3dceee2206b78feb2e1566940c60d357 *NEWS.md | ||
790d96715022bd701cf1991d6d41fb27 *NEWS.md | ||
093ac5dd5475d363669db3098a2d9b61 *R/details.R | ||
314241f467e46bd99b404feb304f4742 *R/hoard-package.R | ||
b90402d7312395ce623b618f1d03c304 *R/hoard_client.R | ||
17abdfb6022ac7441935f0dc9f96cd0a *R/zzz.R | ||
7f0d2904db6951443f9247374dd360c7 *README.md | ||
e9dfc7af8424b2feee0b749f25e5232e *build/vignette.rds | ||
35e8ca8f5a9e3ce2572118c365e386c2 *README.md | ||
28ba4046c581212b890852d69ffb5af8 *build/vignette.rds | ||
e7038584fc028220c4d4e02505170880 *inst/doc/hoardr_vignette.R | ||
74d61fc8457e3bfc9f0baeb0f0f7190c *inst/doc/hoardr_vignette.Rmd | ||
7b9c5a8f43f82643761b073e9b0f04ee *inst/doc/hoardr_vignette.html | ||
b596d2c2c995e396115be49dde47d21b *inst/doc/hoardr_vignette.html | ||
07f950c569b053595a2a03f56291afcb *man/hoard.Rd | ||
fcf35f91e454e1cd172a08f1e22b0490 *man/hoardr-package.Rd | ||
b09a16cf2c04000996dab1bbac0443ee *tests/test-all.R | ||
42b93564de72215c55f2cf533234cf81 *tests/testthat/test-HoardClient.R | ||
5b65b96d4b1a1831ad437eb14d46f25e *tests/testthat/test-hoard.R | ||
d4cef468911db06b4915668d2e326f68 *tests/testthat/test-utils.R | ||
d7ee8d2edb16213632bd2bdd68d98407 *tests/testthat.R | ||
44251381b8287fbe26dfa2cce2457575 *tests/testthat/test-HoardClient.R | ||
6d5db5bf6799e5dc5ab58b42f9caaf4f *tests/testthat/test-hoard.R | ||
37226a08f90b714e363fece4b0545934 *tests/testthat/test-utils.R | ||
74d61fc8457e3bfc9f0baeb0f0f7190c *vignettes/hoardr_vignette.Rmd |
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
library("testthat") | ||
library("hoardr") | ||
test_check("hoardr") |
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 |
---|---|---|
@@ -1,18 +1,16 @@ | ||
context("util functions") | ||
|
||
test_that("ct", { | ||
expect_is(ct, "function") | ||
expect_equal(class(ct), "function") | ||
expect_equal(length(ct(list(NULL, 4))), 1) | ||
}) | ||
|
||
test_that("assert_is", { | ||
expect_is(assert_is, "function") | ||
expect_equal(class(assert_is), "function") | ||
expect_null(assert_is(TRUE, "logical")) | ||
expect_error(assert_is(TRUE, "character"), "TRUE must be of class character") | ||
}) | ||
|
||
test_that("assert_n", { | ||
expect_is(assert_n, "function") | ||
expect_equal(class(assert_n), "function") | ||
expect_null(assert_n(letters, 26)) | ||
expect_error(assert_n(letters, 4), "letters must be length 4") | ||
}) |