mirror of
https://github.com/msberends/AMR.git
synced 2025-12-16 02:30:19 +01:00
(v1.1.0.9013) lose dependencies
This commit is contained in:
2
R/mo.R
2
R/mo.R
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user