Changes:
h_index(), g_index(),
and i10_index() as well as an index() function factory for making custom
index calculations.E_num() to durfee() to aid in search.daily_totals dataset that aggregates the rides dataset by day.Changes:
XML package dependency for xml2.Changes:
get_haversine_distance().Changes:
read_gpx() and get_haversine_distance().Changes:
data.frame
where each row contains the distance of a track segment and date.Changes:
EddingtonModule() Rcpp module. This class maintains algorithm
state, and so can be updated multiple times as new data comes in.Eddington() R6 class. This provides similar functionality to
the EddingtonModule() Rcpp module. All methods are implemented in pure R. It
uses R's new hashtab() data structure, which is experimental as of this
package release.Changes:
First CRAN release
Changes:
Changes:
rides simulated dataset.Changes:
E_req() has been migrated to E_next()E_req() now takes a candidate mileage and returns number of rides required to achieve that E.Changes:
Eddington_number and c++ E_fast are now defunct.E_num() is now the method for getting the single maximum Eddington number of a dataset.E_sat() that checks to see if a dataset satisfies a certain Eddington number.E_req() that determines the minimum number of rides to increment Eddington number.Changes:
Changes:
E_cum().Changes: