Skip to content

loads of functions should be generic #22

@RobinHankin

Description

@RobinHankin

if you load the mvp package and then the spray package, loads of functions get masked. e.g. in the mvp package, sourcing inst/coercion.R gives:

> source("coercion.R")   # low-level functions, e.g. as.mvp()

Attaching package: ‘spray’

The following objects are masked from ‘package:mvp’:

    aderiv, coeffs, coeffs<-, constant, constant<-, homog, is.zero,
    knight, linear, nterms, ooom, product, subs, xyz

The following objects are masked from ‘package:base’:

    pmax, pmin

It would be good to make at least some of the masked functions generic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions