-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels