Open
Description
Should the line
dataset/tests/testthat/test-agent.R
Line 9 in 7bf85ac
I don't understand why the iris object needs to be duplicated in lines like
dataset/tests/testthat/test-creator.R
Line 23 in 7bf85ac
expect_true(is.dataset_df might become a custom expectation and/or rely on expect_s3_class() instead. Same comment for expect_true(is.subject.
dataset/tests/testthat/test-datacite.R
Line 18 in 7bf85ac
should be
expect_type(as_datacite(iris_dataset, "list"), "list")
What is https://github.com/dataobservatory-eu/dataset/blob/master/tests/testthat/test-dataset_prov.bak?
When using expect_error() as in
maybe add a pattern for the error message, just in case another error happens?