mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 10:43:16 +02:00
removed clipboard functions as it violated CRAN policies
This commit is contained in:
@ -18,8 +18,3 @@ test_that("functions missing in older R versions work", {
|
||||
expect_equal(trimws(" test ", "l"), "test ")
|
||||
expect_equal(trimws(" test ", "r"), " test")
|
||||
})
|
||||
|
||||
test_that("generic dates work", {
|
||||
expect_equal(date_generic("yyyy-mm-dd"), "%Y-%m-%d")
|
||||
expect_equal(date_generic("dddd d mmmm yyyy"), "%A %e %B %Y")
|
||||
})
|
||||
|
Reference in New Issue
Block a user