Closed kbroman closed 6 months ago
Once R/broman version 0.84 is on CRAN, update the example for running_datacount() to use broman::timeplot().
running_datacount()
broman::timeplot()
Also update the imports line in the DESCRIPTION file, to broman >= 0.84.
broman >= 0.84
#' broman::timeplot(polar_h10$datetime, n_pts, #' xlab="Time", ylab="No. data points")
Once R/broman version 0.84 is on CRAN, update the example for
running_datacount()
to usebroman::timeplot()
.Also update the imports line in the DESCRIPTION file, to
broman >= 0.84
.