- processcheckR now has full
activitylog
support.
response(activity_a, activity_b)
was incorrectly stating that the rule holds on cases where not allactivity_a
s were (eventually) followed byactivity_b
.precedence(activity_a, activity_b)
was incorrectly stating that the rule holds on cases where not allactivity_b
s were preceded byactivity_a
.
- Added a
NEWS.md
file to track changes to the package. - Added GitHub actions (
R CMD check
,pkgdown
, andcodecov
).