Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.7%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
A comprehensive toolkit for working with RCDF files in R
Basic Info
- Host: GitHub
- Owner: yng-me
- License: other
- Language: R
- Default Branch: main
- Homepage: https://yng-me.github.io/rcdf/
- Size: 1.3 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 10 months ago
· Last pushed 10 months ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# The `rcdf` Package
[](https://github.com/yng-me/rcdf/actions/workflows/R-CMD-check.yaml)
[](https://CRAN.R-project.org/package=rcdf)
The `rcdf` package is a comprehensive toolkit for securely working with RCDF (encrypted Parquet) files in R. RCDF is a custom data format designed to provide strong encryption and metadata management for sensitive datasets. With `rcdf`, users can easily handle encrypted data, including reading, writing, and exporting data stored in this secure format.
Key features include:
- **Secure data handling**: Functions for reading and writing encrypted Parquet files using AES and RSA encryption.
- **Metadata management**: Tools for handling and storing metadata in RCDF files, including automated key generation and decryption.
- **Parquet integration**: Full integration with the `arrow` package to read and write Parquet files seamlessly.
- **Cross-platform support**: Compatible with Linux, macOS, and Windows environments.
## Installation
Install from CRAN with:
```{r, eval=FALSE}
install.packages("rcdf")
```
You can also install the development version of `rcdf` from [GitHub](https://github.com/) with:
```{r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("yng-me/rcdf")
```
Once installed, you can load the package and start working with RCDF files.
```{r, eval=FALSE}
library(rcdf)
```
Owner
- Name: Yung
- Login: yng-me
- Kind: user
- Website: https://bhasabdulsamad.com/
- Repositories: 2
- Profile: https://github.com/yng-me
GitHub Events
Total
- Watch event: 1
- Delete event: 4
- Push event: 18
- Pull request event: 6
- Create event: 5
Last Year
- Watch event: 1
- Delete event: 4
- Push event: 18
- Pull request event: 6
- Create event: 5
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 5
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- yng-me (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: rcdf
A Comprehensive Toolkit for Working with Encrypted Parquet Files
- Homepage: https://yng-me.github.io/rcdf/
- Documentation: http://cran.r-project.org/web/packages/rcdf/rcdf.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.0
published 10 months ago
Rankings
Dependent packages count: 25.6%
Dependent repos count: 31.5%
Average: 47.5%
Downloads: 85.4%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- DBI >= 1.1.0 imports
- RSQLite >= 2.2.0 imports
- arrow * imports
- dplyr >= 1.1.0 imports
- duckdb * imports
- foreign * imports
- fs * imports
- glue * imports
- haven * imports
- jsonlite >= 1.8.0 imports
- methods * imports
- openssl >= 2.1.1 imports
- openxlsx * imports
- stringr >= 1.4.0 imports
- utils >= 4.0.0 imports
- uuid >= 0.1.2 imports
- zip * imports
- cli * suggests
- devtools * suggests
- gt >= 0.10.0 suggests
- knitr * suggests
- mockery * suggests
- rlang >= 1.0.2 suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
- tibble * suggests
- withr * suggests