Package: sumR
Type: Package
Title: Approximate Summation of Series
Version: 0.4.10
Date: 2022-10-13
Authors@R: c(person("Guido", "A. Moreira", email = "guidoalber@gmail.com",
              role = c("cre","aut"), comment=c(ORCID="0000-0001-7557-0874")),
             person("Luiz Max", "Carvalho", email = "lmax.fgv@gmail.com",
              role = c("ctb"), comment=c(ORCID="0000-0001-5736-5578")))
Maintainer: Guido A. Moreira <guidoalber@gmail.com>
Description: Application of theoretical results which ensure that the summation
  of an infinite discrete series is within an arbitrary margin of error of its
  true value. The C code under the hood is shared through header files to allow
  users to sum their own low level functions as well. Based on the paper by
  Braden (1992) <doi: 10.2307/2324995>.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.0
Imports: matrixStats
NeedsCompilation: yes
Packaged: 2022-10-13 15:36:50 UTC; anthorg
Author: Guido A. Moreira [cre, aut] (<https://orcid.org/0000-0001-7557-0874>),
  Luiz Max Carvalho [ctb] (<https://orcid.org/0000-0001-5736-5578>)
Repository: CRAN
Date/Publication: 2022-10-14 09:00:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-10-15 10:29:21 UTC; unix
Archs: sumR.so.dSYM
