Package: eddington
Title: Compute a Cyclist's Eddington Number
Version: 4.1.3
Authors@R: c(
    person('Paul', 'Egeler', email = 'paulegeler@gmail.com', role = c('aut','cre')),
    person('Tashi', 'Reigle', role = 'ctb'))
Description: Compute a cyclist's Eddington number, including efficiently
    computing cumulative E over a vector. A cyclist's Eddington number
    <https://en.wikipedia.org/wiki/Arthur_Eddington#Eddington_number_for_cycling>
    is the maximum number satisfying the condition such that a cyclist has
    ridden E miles or greater on E distinct days. The algorithm in this package
    is an improvement over the conventional approach because both summary
    statistics and cumulative statistics can be computed in linear time, since
    it does not require initial sorting of the data. These functions may also be
    used for computing h-indices for authors, a metric described by Hirsch (2005)
    <doi:10.1073/pnas.0507655102>. Both are specific applications of computing
    the side length of a Durfee square <https://en.wikipedia.org/wiki/Durfee_square>.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.2.0)
LinkingTo: Rcpp
Imports: Rcpp, R6, methods, stats, XML
Suggests: testthat, knitr, rmarkdown, dplyr
SystemRequirements: C++17
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/pegeler/eddington2
BugReports: https://github.com/pegeler/eddington2/issues
NeedsCompilation: yes
Packaged: 2024-01-14 08:02:47 UTC; pablo
Author: Paul Egeler [aut, cre],
  Tashi Reigle [ctb]
Maintainer: Paul Egeler <paulegeler@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-14 09:10:02 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2024-01-14 10:04:15 UTC; unix
Archs: eddington.so.dSYM
