mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 09:51:48 +02:00
(v1.3.0.9008) also tibble printing for ab
This commit is contained in:
@ -575,9 +575,9 @@ isFALSE <- function(x) {
|
||||
deparse1 <- function(expr, collapse = " ", width.cutoff = 500L, ...) {
|
||||
paste(deparse(expr, width.cutoff, ...), collapse = collapse)
|
||||
}
|
||||
file.size <- function (...) {
|
||||
file.size <- function(...) {
|
||||
base::file.info(...)$size
|
||||
}
|
||||
file.mtime <- function (...) {
|
||||
file.mtime <- function(...) {
|
||||
base::file.info(...)$mtime
|
||||
}
|
||||
|
Reference in New Issue
Block a user