Skip to content

Commit 53dd4af

Browse files
authored
Merge pull request #687 from njtierney/abstract-error-checkers-529
Abstract error checking
2 parents 6a541bc + fe3356e commit 53dd4af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1919
-1285
lines changed

R/as_data.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ as_data.greta_array <- function(x) {
4848
non_data_greta_array <- !is.data_node(get_node(x))
4949
if (non_data_greta_array) {
5050
cli::cli_abort(
51-
"cannot coerce a non-data greta_array to data"
51+
"cannot coerce a non-data {.cls greta_array} to data"
5252
)
5353
}
5454
x

0 commit comments

Comments
 (0)