Package: rcdf
Type: Package
Title: A Comprehensive Toolkit for Working with Encrypted Parquet Files
Version: 0.1.1
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 Advanced Encryption Standard (AES) and Rivest-Shamir-Adleman (RSA) encryption.
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] (ORCID:
    <https://orcid.org/0009-0002-5891-8124>)
Maintainer: Bhas Abdulsamad <aeabdulsamad@gmail.com>
License: MIT + file LICENSE
Encoding: UTF-8
Imports: arrow, duckdb, haven, openxlsx, fs, zip, glue, utils (>=
        4.0.0), openssl (>= 2.1.1), dplyr (>= 1.1.0), stringr (>=
        1.4.0), jsonlite (>= 1.8.0), DBI (>= 1.1.0), RSQLite (>=
        2.2.0), uuid (>= 0.1.2), methods
Suggests: dbplyr (>= 2.4.0), rlang (>= 1.0.2), testthat (>= 3.0.0),
        cli, devtools, knitr, rmarkdown, mockery, tibble, withr, gt (>=
        0.10.0)
Config/testthat/edition: 3
RoxygenNote: 7.2.3
BugReports: https://github.com/yng-me/rcdf/issues
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
URL: https://yng-me.github.io/rcdf/
NeedsCompilation: no
Packaged: 2025-10-12 12:13:42 UTC; bhasabdulsamad
Repository: CRAN
Date/Publication: 2025-10-12 13:50:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:33:22 UTC; windows
