Skip to content

Commit

Permalink
fix CRAN error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGreenhill committed Dec 2, 2024
1 parent c1b69a1 commit 8a864b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/default_dialect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/rcldf-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/testthat/test_cache.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test_that("test get_dir_size", {
expect_equal(get_dir_size("~/does/not/exist"), 0)
expect_equal(get_dir_size("examples/wals_1A_cldf/"), 13696)
})
1 change: 0 additions & 1 deletion tests/testthat/test_get_details.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ test_that("test get_details", {
expect_equal(df$Size, 13696)
expect_equal(df$Citation, 'Cite me like this!')
expect_equal(df$ConformsTo, 'http://cldf.clld.org/v1.0/terms.rdf#StructureDataset')

})

0 comments on commit 8a864b6

Please sign in to comment.