{
  "_id": "6a1417ebacfb0bcc41d3c805",
  "Package": "secrettext",
  "Type": "Package",
  "Title": "Encrypt Text Using a Shifting Substitution Cipher",
  "Version": "0.1.0",
  "Author": "Danielle Quinn",
  "Maintainer": "Danielle Quinn <danielle.quinn@mun.ca>",
  "Description": "Encrypt text using a simple shifting substitution cipher\nwith setcode(), providing two numeric keys used to define the\nencryption algorithm. The resulting text can be decoded using\ndecode() function and the two numeric keys specified during\nencryption.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.0.2",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://daniellequinn.r-universe.dev",
  "Date/Publication": "2020-02-13 19:03:23 UTC",
  "RemoteUrl": "https://github.com/daniellequinn/secrettext",
  "RemoteRef": "HEAD",
  "RemoteSha": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 09:33:06 UTC",
    "User": "root"
  },
  "MD5sum": "5319254bfb938778572cfc4bc7018f34",
  "_user": "daniellequinn",
  "_type": "src",
  "_file": "secrettext_0.1.0.tar.gz",
  "_fileid": "b61d0ff304dd4278351ff5a8da5b5ba15a22a4440d5b06e573e50afa3da0cd08",
  "_filesize": 71348,
  "_sha256": "b61d0ff304dd4278351ff5a8da5b5ba15a22a4440d5b06e573e50afa3da0cd08",
  "_created": "2026-05-25T09:33:06.000Z",
  "_published": "2026-05-25T09:35:38.999Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77689227847,
      "time": 102,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7195590320"
    },
    {
      "job": 77689227837,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195593479"
    },
    {
      "job": 77689227848,
      "time": 125,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7195591582"
    },
    {
      "job": 77689227856,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195589015"
    },
    {
      "job": 77688893290,
      "time": 148,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195560698"
    },
    {
      "job": 77689227853,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195590445"
    },
    {
      "job": 77689227846,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7195581959"
    },
    {
      "job": 77689227858,
      "time": 71,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7195582140"
    },
    {
      "job": 77689227895,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7195581356"
    }
  ],
  "_buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/daniellequinn/secrettext",
  "_commit": {
    "id": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
    "author": "Danielle Quinn <danielle.quinn@acadiau.ca>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Add files via upload",
    "time": 1581620603
  },
  "_maintainer": {
    "name": "Danielle Quinn",
    "email": "danielle.quinn@mun.ca",
    "login": "daniellequinn",
    "description": "",
    "uuid": 4411780
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    }
  ],
  "_owner": "daniellequinn",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 4411780,
    "type": "user",
    "name": "Danielle Quinn"
  },
  "_downloads": {
    "count": 191,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/secrettext"
  },
  "_devurl": "https://github.com/daniellequinn/secrettext",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/secrettext.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/daniellequinn/secrettext",
  "_realowner": "daniellequinn",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-02-21"
    }
  ],
  "_exports": [
    "decode",
    "setcode"
  ],
  "_help": [
    {
      "page": "decode",
      "title": "Decrypt a Message",
      "topics": [
        "decode"
      ]
    },
    {
      "page": "setcode",
      "title": "Encrypt a message",
      "topics": [
        "setcode"
      ]
    }
  ],
  "_rundeps": [
    "brio",
    "callr",
    "cli",
    "cpp11",
    "crayon",
    "desc",
    "diffobj",
    "dplyr",
    "evaluate",
    "fs",
    "generics",
    "glue",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "praise",
    "processx",
    "ps",
    "purrr",
    "R6",
    "rlang",
    "rprojroot",
    "stringi",
    "stringr",
    "testthat",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "waldo",
    "withr"
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "secrettext",
  "_universes": [
    "daniellequinn"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:34:48.000Z",
      "distro": "noble",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "3a4f8633d2af2fe8c8215ae3979406ddc720869380f68f935866b0dba83b479f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:35:00.000Z",
      "distro": "noble",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "57e16d8108f143721fa541978f010f2e5bf774e74cdafabf938b5128b18bb768",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:34:58.000Z",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "420b5f1cf4cd8c044c6456edfd5fbdfa2f50e43471df5418efa978ba62dff509",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:34:49.000Z",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "f6e5f7fd7b85330f9049d1a13525fc8ad8fdc3c4e2fc3ef908b2a22a22ff09f0",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-25T09:35:03.000Z",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "c8c2154b8761d834d6c23032660a04f89be00034560aaa7c38a30b4039e4c65b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:34:12.000Z",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "9256bd21a085ea7faaf828c52bb6b3efeec9a5f449c98fbc75e2526bd0bc7229",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:34:13.000Z",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "7cfb3517badad7ce917d444dc1755dd578462500699fff89ea99da6f443fd97e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:34:09.000Z",
      "commit": "386e08f1ac5d78d2e7a98b864ebb78303ddb9eac",
      "fileid": "1578c757c5abc653bf4305e9224ba1712407e94af2565e47827be4a361663e19",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daniellequinn/actions/runs/26393585104"
    }
  ]
}