base64enc - Tools for base64 encoding
RForge.net

base64enc

About base64enc
GIT access
Download/Files
News
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/base64enc/trunk base64enc

To install the latest development snapshot of this package, use

install.packages("base64enc",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/base64enc/branches
and for tags use
svn ls svn://svn.rforge.net/base64enc/tags

Most recent GIT commits


ed26ec43| Simon Urbanek | Wed Mar 16 22:46:05 2022 +1300
update NEWS
 M       NEWS

36d5281a| Simon Urbanek | Wed Mar 16 22:44:50 2022 +1300
fix failure in base64decode(..., output = 'foo') (closes #2)
 M       R/base64.R

0a6370cf| Simon Urbanek | Wed Mar 16 22:40:38 2022 +1300
add GitHub action
 A       .Rbuildignore
 A       .github/workflows/check.yml
 A       README.md

213a7cc9| Simon Urbanek | Wed Mar 16 22:40:09 2022 +1300
add BugReports entry (closes #4)
 M       DESCRIPTION

01cc3c41| Simon Urbanek | Wed Mar 16 21:44:01 2022 +1300
allow raw vectors as input to base64decode
 M       NEWS
 M       man/base64.Rd
 M       src/base64.c