Package: Rfactor
Title: Rainfall Erosivity Calculations from Precipitation Records
Version: 0.2.0
Authors@R: 
    person(
        given = "Adrian",
        family = "Irașoc",
        email = "adrian.irasoc@gmail.com",
        role = c("aut", "cre", "cph"),
        comment = c(ORCID = "0000-0002-9496-5588")
    )
Description: 
    Calculates rainfall erosivity from timestamped precipitation records.
    The package identifies rainfall events, calculates continuous rolling
    rainfall intensities, rainfall kinetic energy, and event EI30 erosivity,
    aggregates contributing event erosivity to monthly and yearly totals, and
    calculates multi-year mean monthly and annual rainfall erosivity. Storm
    separation, event omission criteria, intensity durations, and rainfall
    kinetic-energy equations are configurable. Rainfall kinetic energy can be
    calculated using the formulations of Brown and Foster (1987)
    <doi:10.13031/2013.31957>, McGregor et al. (1995)
    <doi:10.13031/2013.27921>, and Laws and Parsons (1943)
    <doi:10.1029/TR024i002p00452>.
License: GPL (>= 3)
URL: https://github.com/adrianira/Rfactor
BugReports: https://github.com/adrianira/Rfactor/issues
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: clock, data.table
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-02 13:38:14 UTC; adrian
Author: Adrian Irașoc [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-9496-5588>)
Maintainer: Adrian Irașoc <adrian.irasoc@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-12 13:50:09 UTC
Built: R 4.5.2; ; 2026-09-12 15:00:57 UTC; unix
