1
0
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:
2020-08-26 15:34:12 +02:00
parent 5e45fdcf2a
commit 9b8db57c65
44 changed files with 63 additions and 52 deletions

View File

@ -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
}