Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-u/base64enc
R tools for base64 encoding
https://github.com/s-u/base64enc
Last synced: about 2 months ago
JSON representation
R tools for base64 encoding
- Host: GitHub
- URL: https://github.com/s-u/base64enc
- Owner: s-u
- Created: 2015-02-04T20:29:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T09:46:10.000Z (over 2 years ago)
- Last Synced: 2023-04-21T12:21:06.070Z (over 1 year ago)
- Language: C
- Size: 21.5 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - s-u/base64enc - R tools for base64 encoding (C)
README
# base64enc
## Tools for base64 EncodingThis R package provides tools for handling base64 encoding. See [RForge page](https://rforge.net/base64enc) and [R documentation](https://rforge.net/doc/packages/base64enc/00Index.html).
[![CRAN](https://rforge.net/do/cransvg/base64enc)](https://cran.r-project.org/package=base64enc)
[![RForge](https://rforge.net/do/versvg/base64enc)](https://RForge.net/base64enc)
[![check](https://github.com/s-u/base64enc/actions/workflows/check.yml/badge.svg)](https://github.com/s-u/base64enc/actions/workflows/check.yml)To install the CRAN version, use simply
```
install.packages("base64enc")
```For installation of the latest development version, use
```
install.packages("base64enc", repo="https://rforge.net")
```