Package: pfr
Type: Package
Title: Interface to the 'C++' Library 'Pf'
Version: 1.0.1
Authors@R: c(person("Taylor", "Brown", role = c("aut", "cre"),
                     email = "trb5me@virginia.edu", comment = c(ORCID = "0000-0003-4972-6251")))
Description: Builds and runs 'c++' code for classes that encapsulate state space model, particle filtering algorithm pairs.
    Algorithms include the Bootstrap Filter from Gordon et al. (1993) <doi:10.1049/ip-f-2.1993.0015>, the generic SISR filter, 
    the Auxiliary Particle Filter from Pitt et al (1999) <doi:10.2307/2670179>, and a variety of Rao-Blackwellized 
    particle filters inspired by Andrieu et al. (2002) <doi:10.1111/1467-9868.00363>. For more details on the 'c++' library 
    'pf', see Brown (2020) <doi:10.21105/joss.02599>.
License: GPL (>= 3)
Imports: inline (>= 0.3.19), methods, rstudioapi (>= 0.13)
RoxygenNote: 7.2.1
Encoding: UTF-8
Suggests: BH, Rcpp (>= 1.0.11), RcppEigen, knitr (>= 1.39), rmarkdown
        (>= 2.23)
VignetteBuilder: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2023-12-08 15:44:06 UTC; taylor
Author: Taylor Brown [aut, cre] (<https://orcid.org/0000-0003-4972-6251>)
Maintainer: Taylor Brown <trb5me@virginia.edu>
Repository: CRAN
Date/Publication: 2023-12-08 17:40:02 UTC
Built: R 4.2.3; ; 2023-12-08 19:09:40 UTC; unix
