Package: rcdf Type: Package Title: A Comprehensive Toolkit for Working with Encrypted Parquet Files Version: 0.1.6 Description: Utilities for reading, writing, and managing RCDF files, including encryption and decryption support. It offers a flexible interface for handling data stored in encrypted Parquet format, along with metadata extraction, key management, and secure operations using AES and RSA encryptions. Authors@R: c( person( "Bhas", "Abdulsamad", email = "aeabdulsamad@gmail.com", comment = c(ORCID = "0009-0002-5891-8124"), role = c("aut", "cre", "cph") ) ) Author: Bhas Abdulsamad [aut, cre, cph] () Maintainer: Bhas Abdulsamad License: MIT + file LICENSE Encoding: UTF-8 Imports: duckdb, haven, zip, utils (>= 4.0.0), openssl (>= 2.1.1), dplyr (>= 1.1.0), jsonlite (>= 1.8.0), DBI (>= 1.1.0), tools, stats Suggests: arrow, dbplyr (>= 2.4.0), openxlsx, RSQLite (>= 2.2.0), lifecycle, testthat, cli, devtools, knitr, rmarkdown, rlang (>= 1.0.2), tibble, withr, gt (>= 0.10.0) Config/testthat/edition: 3 RoxygenNote: 7.3.3 VignetteBuilder: knitr Depends: R (>= 4.1.0) URL: https://yng-me.github.io/rcdf/, https://github.com/yng-me/rcdf BugReports: https://github.com/yng-me/rcdf/issues Roxygen: list(markdown = TRUE) Config/pak/sysreqs: make libssl-dev libx11-dev xz-utils zlib1g-dev Repository: https://yng-me.r-universe.dev Date/Publication: 2026-05-30 17:19:45 UTC RemoteUrl: https://github.com/yng-me/rcdf RemoteRef: HEAD RemoteSha: 8324555fa64395078e34642ce859e58fdd927aef NeedsCompilation: no Packaged: 2026-07-04 05:21:48 UTC; root