-
Notifications
You must be signed in to change notification settings - Fork 1
Description
A couple of comments on the package and the metrics classes:
I think the example code on the README is not up to date, I couldn't find metrics() on the package and I didn't found a way to testing one or two metrics of a package.
I found the file classes_metrics.R a bit dense maybe extra comments would be good or splitting and extending each atomic classes on their own might make it easier to read. Also I'm not sure if we should accept raw and complex metrics data (classes included on classes_atomic). I guess they can be useful for storing data...
The help page of ?pkg_resource_policy has a very long use section. On other packages using S7 (ellmer for example) avoid this problem (as well as other help pages on this package). I'm not sure what causes this long class definition as I've never created documentation for S7 classes/methods.