Package: sumR
Type: Package
Title: Approximate Summation of Series
Version: 0.4.15
Date: 2023-11-27
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.3
Imports: matrixStats
NeedsCompilation: yes
Packaged: 2023-11-27 10:39:22 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: 2023-11-28 07:00:02 UTC
Built: R 4.2.3; x86_64-w64-mingw32; 2024-04-24 00:48:29 UTC; windows
ExperimentalWindowsRuntime: ucrt
Archs: x64
