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/mo.R
View File

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