Steven, I had a look at the dplyr package for reference. It seems that it is possible to refer Recur to reda::Recur by ?Recur automatically.
Notice that I removed some re-exports of the Recur, summary.Recur classes as well as the show method for Recur because I am not sure if they are necessary. I did a quick check by devtools::document() and devtools::load_all().
Steven, I had a look at the dplyr package for reference. It seems that it is possible to refer
Recur
toreda::Recur
by?Recur
automatically.Notice that I removed some re-exports of the
Recur
,summary.Recur
classes as well as theshow
method forRecur
because I am not sure if they are necessary. I did a quick check bydevtools::document()
anddevtools::load_all()
.