Closed HenrikBengtsson closed 4 years ago
When running reverse package checks on {arm}, I'm getting:
Error in setClass("balance", representation(rawdata = "data.frame", matched = "data.frame", : could not find function "setClass"
Please add "setClass" to the list of imports from {methods} in the NAMESPACE file:
"setClass"
NAMESPACE
https://github.com/suyusung/arm/blob/7bbc274059c8d59486ef35a11e8877f0aac656a3/NAMESPACE#L23-L29
Thx for the report. Added and will be revealed in the next release.
When running reverse package checks on {arm}, I'm getting:
Please add
"setClass"
to the list of imports from {methods} in theNAMESPACE
file:https://github.com/suyusung/arm/blob/7bbc274059c8d59486ef35a11e8877f0aac656a3/NAMESPACE#L23-L29