{
  "_id": "6a1081f6acfb0bcc41caed1f",
  "Package": "RcppIconvExample",
  "Type": "Package",
  "Title": "Rcpp Example of Using Iconv Offered by R",
  "Version": "0.0.1",
  "Date": "2021-03-06",
  "Author": "Dirk Eddelbuettel",
  "Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
  "Description": "Character conversion via the 'iconv' library is used by R\nitself, and can be accessed from compiled code relying on one\nstandard header exported by R. This package illustrates this\nusage by building on and extending an earlier example in a blog\npost at\n<https://fishandwhistle.net/post/2021/using-rs-cross-platform-iconv-wrapper-from-cpp11/>.\nRcpp is used only for its convenience of seamlessly building\nthe package, and converting between character variable at the R\nand C++ levels.",
  "License": "GPL (>= 2)",
  "RoxygenNote": "6.0.1",
  "Encoding": "UTF-8",
  "Repository": "https://eddelbuettel.r-universe.dev",
  "Date/Publication": "2021-03-09 01:24:25 UTC",
  "RemoteUrl": "https://github.com/eddelbuettel/rcppiconvexample",
  "RemoteRef": "HEAD",
  "RemoteSha": "a51da3c99081e51fb4673a9fb74de40898525c4b",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-06 05:45:53 UTC",
    "User": "root"
  },
  "MD5sum": "3cc45c86a10bf35ef909210ee423bc9f",
  "_user": "eddelbuettel",
  "_type": "src",
  "_file": "RcppIconvExample_0.0.1.tar.gz",
  "_fileid": "f4c8ad4ee1225c4810c2c95fd2ec918c0ec80d7276f4aafae9cff72e6dcf9b1c",
  "_filesize": 95096,
  "_sha256": "f4c8ad4ee1225c4810c2c95fd2ec918c0ec80d7276f4aafae9cff72e6dcf9b1c",
  "_created": "2026-05-06T05:45:53.000Z",
  "_published": "2026-05-22T16:19:02.405Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77419275336,
      "time": 101,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6823496942"
    },
    {
      "job": 77419274803,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6823497256"
    },
    {
      "job": 77419275100,
      "time": 108,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823497951"
    },
    {
      "job": 77419275339,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823497882"
    },
    {
      "job": 77419275112,
      "time": 77,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6823492086"
    },
    {
      "job": 77419275251,
      "time": 205,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6823516008"
    },
    {
      "job": 77419275167,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823504203"
    },
    {
      "job": 77419275149,
      "time": 191,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823513428"
    },
    {
      "job": 77419274656,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823476950"
    },
    {
      "job": 77419274249,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165271804"
    },
    {
      "job": 77419275025,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6823498907"
    },
    {
      "job": 77419275091,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6823497685"
    },
    {
      "job": 77419275195,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6823496649"
    }
  ],
  "_buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/eddelbuettel/rcppiconvexample",
  "_commit": {
    "id": "a51da3c99081e51fb4673a9fb74de40898525c4b",
    "author": "Dirk Eddelbuettel <edd@debian.org>",
    "committer": "Dirk Eddelbuettel <edd@debian.org>",
    "message": "add note about iconv fidelity across OSs, or lack thereof\n",
    "time": 1615253065
  },
  "_maintainer": {
    "name": "Dirk Eddelbuettel",
    "email": "edd@debian.org",
    "login": "eddelbuettel",
    "mastodon": "@eddelbuettel@mastodon.social",
    "bluesky": "@eddelbuettel.com",
    "linkedin": "in/dirkeddelbuettel",
    "orcid": "0000-0001-6419-907X",
    "twitter": "@eddelbuettel",
    "uuid": 673121
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "eddelbuettel",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "eddelbuettel",
      "count": 9,
      "uuid": 673121
    }
  ],
  "_userbio": {
    "uuid": 673121,
    "type": "user",
    "name": "Dirk Eddelbuettel"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcppIconvExample"
  },
  "_devurl": "https://github.com/eddelbuettel/rcppiconvexample",
  "_searchresults": 0,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/RcppIconvExample.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "read_file"
  ],
  "_help": [
    {
      "page": "RcppIconvExample-package",
      "title": "Rcpp Example of Using Iconv Offered by R",
      "topics": [
        "RcppIconvExample-package",
        "RcppIconvExample"
      ]
    },
    {
      "page": "read_file",
      "title": "Read an Enconded File, Optionally Converting to Another Encoding",
      "topics": [
        "read_file"
      ]
    }
  ],
  "_readme": "https://github.com/eddelbuettel/rcppiconvexample/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rcppiconvexample",
  "_universes": [
    "eddelbuettel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:41.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "180c3278106b01be24e343503d259c9891117329850670a8c7b096142d924607",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:40.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "f60461da9e43b55a522ac64ac72a138e41a273cef1ee51504ac9f5c3fce4dbd2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:45.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "b6cd8add0ffedd4876daa3f82d9898f231307f8e965c7f180717f70abb2c3120",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "c61b75ffaa7e9185bac3967af85becf28a28d65fc51fd47641251a12c94e8875",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:16.000Z",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "7b20345d99f684326dcb3e75e236e6866d7e683aa89695ce8b4b7c9898990512",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-05-06T05:48:48.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "15b97694d660488503f6cc89dac926bd3ea68b25042b302b18db883ab87eb9c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-05-06T05:48:02.000Z",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "b070c34f3bfa33272b58e86e48c1a88fb96fa71ffa6179f5e611115428ef55a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-05-06T05:48:41.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "3602727c73b1d57fa68eef466010a4af922919290bfa2385c19f730dce0d2294",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:30.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "47d1f6e6365241d6831157255dd314c63dff1e3edc2ca807a4187e0ca53ea802",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:15.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "68c67a4b3199349e9229c285a9898bac721890ddf753214cbd1712ece8dde894",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-05-06T05:47:04.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "c477fddf7cea7c8420fd9e6b065609a11ac78642f1c1e78e1e71698df4ffc360",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-05-22T16:18:35.000Z",
      "arch": "emscripten",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "eb6fc3d9540404412d49d1fe37ebb05b08b266ae3b403cbbc441cb092683c1e4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/25418604537"
    }
  ]
}