Read 'FPOD' and 'CPOD' data into 'R' directly from the 'FPOD' data files (i.e. .CP1, .CP3, .FP1 and .FP3 files). The 'FPOD' data files contain binary data, so they can't trivially be read into 'R' using the usual approach, e.g. fread() or read.csv(). This package decodes the binary data and imports all the data in one go (i.e. header/metadata, clicks, 'KERNO' classifications, environmental data and pseudo-WAV data). It is then trivial to aggregate data as you please, e.g. detection-positive-minutes per time block. The advantage of handling data processing in 'R' is a long topic, but suffice it to say that it 1) simplifies things (many fewer steps, as different vars have to be exported in multiple goes in the official 'FPOD' app), and more importantly, 2) makes data processing transparent and reproducible. References: Pirotta et al. 2014 <doi:10.1111/1365-2435.12146>.
| Version: | 1.0.1 |
| Depends: | R (≥ 3.5) |
| Imports: | Rcpp (≥ 1.1.0), data.table |
| LinkingTo: | Rcpp |
| Suggests: | knitr, mixtools, rmarkdown, testthat (≥ 3.0.0) |
| Published: | 2026-05-12 |
| DOI: | 10.32614/CRAN.package.fpod (may not be active yet) |
| Author: | André Moan [aut, cre, cph] |
| Maintainer: | André Moan <andre.moan at hi.no> |
| BugReports: | https://github.com/supermoan/fpod/issues |
| License: | MIT + file LICENSE |
| URL: | https://github.com/supermoan/fpod |
| NeedsCompilation: | yes |
| Materials: | README, NEWS |
| CRAN checks: | fpod results |
| Reference manual: | fpod.html , fpod.pdf |
| Vignettes: |
Advanced usage (source, R code) Overview and basic usage (source, R code) |
| Package source: | fpod_1.0.1.tar.gz |
| Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
| macOS binaries: | r-release (arm64): fpod_1.0.1.tgz, r-oldrel (arm64): fpod_1.0.1.tgz, r-release (x86_64): fpod_1.0.1.tgz, r-oldrel (x86_64): fpod_1.0.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=fpod to link to this page.