1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 10:31:53 +02:00

(v1.1.0.9013) lose dependencies

This commit is contained in:
2020-05-19 13:18:01 +02:00
parent 19703eb5d3
commit cb1814f5ff
16 changed files with 24 additions and 135 deletions

2
R/ab.R
View File

@ -352,7 +352,7 @@ print.ab <- function(x, ...) {
#' @exportMethod as.data.frame.ab
#' @export
#' @noRd
as.data.frame.ab <- function (x, ...) {
as.data.frame.ab <- function(x, ...) {
nm <- deparse1(substitute(x))
if (!"nm" %in% names(list(...))) {
as.data.frame.vector(as.ab(x), ..., nm = nm)