Package: R2camtrapdp Type: Package Title: Convert Camera Trap Dataset to 'Camtrap DP' Version: 2.0.0 Authors@R: c( person("Kana", "Terayama", role = c("aut", "cre"), email = "terayama.kana@nies.go.jp", comment = "@KanaTerayama"), person("Keita", "Fukasawa", role = "aut", comment = "@kfukasawa37")) Description: Builds Camera Trap Data Packages ('Camtrap DP') from arbitrary spreadsheets in a schema-driven way: table structure, types, constraints and relations are read from the 'Frictionless' table schemas of the requested 'Camtrap DP' version, so any version and custom columns are handled automatically. Provides validation against the schemas and an optional bridge to the 'frictionless' 'Python' framework. The 'Camtrap DP' standard is described in Bubnicki et al. (2023) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Imports: R6, jsonlite, tibble, magrittr, lubridate, dplyr, tidyr, purrr, readr, httr, taxadb, stats, utils Suggests: camtrapdp, knitr, rmarkdown, testthat (>= 3.0.0), jsonvalidate, spelling VignetteBuilder: knitr Depends: R (>= 3.5.0) Config/roxygen2/version: 8.0.0 SystemRequirements: Python (>= 3.8) with the 'frictionless' package (optional; only for validate_frictionless()) Config/testthat/edition: 3 URL: https://github.com/kfukasawa37/R2camtrapdp BugReports: https://github.com/kfukasawa37/R2camtrapdp/issues Language: en-US Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev python3 libx11-dev xz-utils Repository: https://camera-traps.r-universe.dev Date/Publication: 2026-06-23 02:21:13 UTC RemoteUrl: https://github.com/kfukasawa37/R2camtrapdp RemoteRef: HEAD RemoteSha: a37dfd8fcb790bcd2b68a7f34e00a2d348f4044e NeedsCompilation: no Packaged: 2026-07-01 15:43:58 UTC; root Author: Kana Terayama [aut, cre] (@KanaTerayama), Keita Fukasawa [aut] (@kfukasawa37) Maintainer: Kana Terayama