mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 18:22:02 +02:00
(v1.3.0.9016) mo_uncertainties() overhaul
This commit is contained in:
@ -492,7 +492,8 @@ create_pillar_column <- function(x, ...) {
|
||||
}
|
||||
}
|
||||
|
||||
# copied from vctrs::s3_register by their permission
|
||||
# copied from vctrs::s3_register by their permission:
|
||||
# https://github.com/r-lib/vctrs/blob/05968ce8e669f73213e3e894b5f4424af4f46316/R/register-s3.R
|
||||
s3_register <- function(generic, class, method = NULL) {
|
||||
stopifnot(is.character(generic), length(generic) == 1)
|
||||
stopifnot(is.character(class), length(class) == 1)
|
||||
|
Reference in New Issue
Block a user