{
  "_id": "6a4a1c3e0b5cb829d370861f",
  "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-07-05 08:52:56 UTC",
    "User": "root"
  },
  "_user": "eddelbuettel",
  "_type": "src",
  "_file": "RcppIconvExample_0.0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/531ca3eceaf3ee56ccffcca01a205e3841beff4d69015917810af47fd537fa61",
  "_filesize": 95086,
  "_sha256": "531ca3eceaf3ee56ccffcca01a205e3841beff4d69015917810af47fd537fa61",
  "_expires": "2026-10-13T08:56:29.000Z",
  "_created": "2026-07-05T08:52:56.000Z",
  "_published": "2026-07-05T08:56:30.671Z",
  "_jobs": [
    {
      "job": 85208499073,
      "time": 125,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090169984"
    },
    {
      "job": 85208499058,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090168185"
    },
    {
      "job": 85208499049,
      "time": 130,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090170270"
    },
    {
      "job": 85208499071,
      "time": 103,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090166840"
    },
    {
      "job": 85208499048,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090165070"
    },
    {
      "job": 85208499082,
      "time": 149,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090172235"
    },
    {
      "job": 85208499052,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090163262"
    },
    {
      "job": 85208499080,
      "time": 172,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090175005"
    },
    {
      "job": 85208339242,
      "time": 146,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090154377"
    },
    {
      "job": 85208499040,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8090169217"
    },
    {
      "job": 85208499054,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090167393"
    },
    {
      "job": 85208499093,
      "time": 108,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090167448"
    },
    {
      "job": 85208499053,
      "time": 132,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090170205"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825",
  "_status": "success",
  "_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",
    "description": "",
    "uuid": 673121
  },
  "_distro": "resolute",
  "_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",
    "followers": 1940
  },
  "_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.1",
  "_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": "16-20260322-1ubuntu1",
      "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-07-05T08:55:13.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/3ff35aaeae4457c31e3c20ca54fa61359ada7428d88010fc68c5a4475c9c6e8b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:53.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/f12c454a8c461c97d9f85bac06d3e4aa4759db195f2e6351d8baf5236d6c9938",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-05T08:55:15.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/6f924505f0e3ab1628229a0c9a8679f38193e766fec68b539db60b383fbd7baf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:44.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/4188c62342d302676d0c9c3ce4129df19c4f0a325446ff665c0fc4eee68de97f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:28.000Z",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/4a938926ade4c4170d1cde3b1136505de36c73caa20e3d4a6d9c04accb870558",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-05T08:55:18.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/0928e983148feeb88cf0c1f334e5ef5007914cf41025b8d7b25649ed403fe36c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:14.000Z",
      "arch": "aarch64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/4caa609ea5d042f1df7978ad541c39af66744d0990589e24fa3ac7498059fd7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-05T08:55:38.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/fc3523c374f2c5af5b18a7afbb2f87ad240e733d38f5e4d51cd5e615ac770551",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-07-05T08:55:14.000Z",
      "arch": "emscripten",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/9e2cbaaf957c323a3c5d63c549efafce5fdaa8903848652a32770c10b034431a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:32.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/ea9fb15fc554b28f01cebfcb975b99aa937937e6080283006178145fa12a0b23",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:33.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/4cbdfadbf7550c2aba4530a40e3e6e998d80f7ad112f79f8b11d148d2687eec6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-05T08:54:46.000Z",
      "arch": "x86_64",
      "commit": "a51da3c99081e51fb4673a9fb74de40898525c4b",
      "fileid": "https://r2.ropensci.org/129d9bcd16ccab383a1957d53d14f03000d27d6a8a22994e3727563a680fac83",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/28735316825"
    }
  ]
}