Skip to content

secrettext

Encrypt Text Using a Shifting Substitution Cipher

v0.1.0 · Feb 21, 2020 · MIT + file LICENSE

Description

Encrypt text using a simple shifting substitution cipher with setcode(), providing two numeric keys used to define the encryption algorithm. The resulting text can be decoded using decode() function and the two numeric keys specified during encryption.

Downloads

232

Last 30 days

19640th

577

Last 90 days

2K

Last year

Trend: +31.8% (30d vs prior 30d)

CRAN Check Status

7 NOTE
7 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (7 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Danielle Quinn <danielle.quinn@mun.ca>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Danielle",
                    family = "Quinn",
                    role = c("aut", "cre"),
                    email = "danielle.quinn@mun.ca")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Danielle Quinn <danielle.quinn@mun.ca>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Danielle",
                    family = "Quinn",
                    role = c("aut", "cre"),
                    email = "danielle.quinn@mun.ca")
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘testthat’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘testthat’
  All declared Imports should be used.
NOTE r-oldrel-macos-arm64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-macos-x86_64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-windows-x86_64

LazyData

'LazyData' is specified without a 'data' directory

Check History

NOTE 7 OK · 7 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Danielle Quinn <danielle.quinn@mun.ca>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Danielle",
                    family = "Quinn",
                    role = c("aut", "cre"),
                    email = "danielle.quinn@mun.ca")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Danielle Quinn <danielle.quinn@mun.ca>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Danielle",
                    family = "Quinn",
                    role = c("aut", "cre"),
                    email = "danielle.quinn@mun.ca")
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespace in Imports field not imported from: ‘testthat’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespace in Imports field not imported from: ‘testthat’
  All declared Imports should be used.
NOTE r-oldrel-macos-arm64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-macos-x86_64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-windows-x86_64

LazyData

'LazyData' is specified without a 'data' directory

Dependency Network

Dependencies Reverse dependencies stringr tidyr dplyr magrittr testthat rlang secrettext

Version History

new 0.1.0 Mar 10, 2026