{
  "_id": "6a22b2dc0ef520ea2f58d3df",
  "Package": "cpp4r",
  "Title": "Header-Only 'C++' and 'R' Interface",
  "Version": "0.7.0",
  "Authors@R": "c(\nperson(\"Mauricio\", \"Vargas Sepulveda\", , \"m.vargas.sepulveda@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-1017-7574\")),\nperson(, \"Posit Software, PBC\", role = \"aut\",\ncomment = \"Original cpp11 package\")\n)",
  "Description": "Provides a header only, 'C++' interface to 'R' with\nenhancements over 'cpp11'. Enforces copy-on-write semantics\nconsistent with 'R' behavior. Offers native support for ALTREP\nobjects, 'UTF-8' string handling, modern 'C++' features and\nidioms, and reduced memory requirements. Allows for vendoring,\nmaking it useful for restricted environments. Compared to\n'cpp11', it adds support for converting 'C++' maps to 'R'\nlists, 'Roxygen' documentation directly in 'C++' code, proper\nhandling of matrix attributes, support for nullable external\npointers, bidirectional copy of complex number types,\nflexibility in type conversions, use of nullable pointers, and\nvarious performance optimizations.",
  "License": "Apache License (>= 2)",
  "URL": "https://cpp4r.org, https://github.com/pachadotdev/cpp4r",
  "BugReports": "https://github.com/pachadotdev/cpp4r/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://pachadotdev.r-universe.dev",
  "Date/Publication": "2026-06-05 11:17:13 UTC",
  "RemoteUrl": "https://github.com/pachadotdev/cpp4r",
  "RemoteRef": "HEAD",
  "RemoteSha": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 11:25:51 UTC",
    "User": "root"
  },
  "Author": "Mauricio Vargas Sepulveda [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-1017-7574>),\nPosit Software, PBC [aut] (Original cpp11 package)",
  "Maintainer": "Mauricio Vargas Sepulveda <m.vargas.sepulveda@gmail.com>",
  "MD5sum": "b33efca58ffd58ae7026bf7a4fb07451",
  "_user": "pachadotdev",
  "_type": "src",
  "_file": "cpp4r_0.7.0.tar.gz",
  "_fileid": "fbe36e0633758b84c9d9646a915b6abdf2442548a4b3dff360e4c0e8352be215",
  "_filesize": 153510,
  "_sha256": "fbe36e0633758b84c9d9646a915b6abdf2442548a4b3dff360e4c0e8352be215",
  "_created": "2026-06-05T11:25:51.000Z",
  "_published": "2026-06-05T11:28:28.311Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79718008945,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7435429146"
    },
    {
      "job": 79718008991,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7435428909"
    },
    {
      "job": 79718008891,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7435426814"
    },
    {
      "job": 79718008947,
      "time": 91,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7435420209"
    },
    {
      "job": 79717665989,
      "time": 145,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7435392364"
    },
    {
      "job": 79718008894,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7435421180"
    },
    {
      "job": 79718009071,
      "time": 63,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7435412037"
    },
    {
      "job": 79718008968,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7435410897"
    },
    {
      "job": 79718008950,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7435416446"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pachadotdev/cpp4r",
  "_commit": {
    "id": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
    "author": "M Vargas Sepulveda <m.vargas.sepulveda@gmail.com>",
    "committer": "M Vargas Sepulveda <m.vargas.sepulveda@gmail.com>",
    "message": "use tinytest in pkg template\n",
    "time": 1780658233
  },
  "_maintainer": {
    "name": "Mauricio Vargas Sepulveda",
    "email": "m.vargas.sepulveda@gmail.com",
    "login": "pachadotdev",
    "orcid": "0000-0003-1017-7574",
    "description": "Statistician interested in applying statistical methods to address specific policy-relevant questions, particularly in international trade.",
    "uuid": 10091065
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "desc",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "pachadotdev",
  "_selfowned": true,
  "_usedby": 23,
  "_updates": [
    {
      "week": "2025-41",
      "n": 6
    },
    {
      "week": "2025-42",
      "n": 2
    },
    {
      "week": "2025-45",
      "n": 33
    },
    {
      "week": "2025-46",
      "n": 10
    },
    {
      "week": "2025-47",
      "n": 5
    },
    {
      "week": "2025-48",
      "n": 9
    },
    {
      "week": "2025-49",
      "n": 5
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 7
    },
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 2
    },
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 6
    },
    {
      "week": "2026-22",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "cpp"
  ],
  "_stars": 7,
  "_contributors": [
    {
      "user": "pachadotdev",
      "count": 127,
      "uuid": 10091065
    }
  ],
  "_userbio": {
    "uuid": 10091065,
    "type": "user",
    "name": "Mauricio \"Pachá\" Vargas Sepúlveda",
    "description": "Statistician interested in applying statistical methods to address specific policy-relevant questions, particularly in international trade."
  },
  "_downloads": {
    "count": 4406,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cpp4r"
  },
  "_devurl": "https://github.com/pachadotdev/cpp4r",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cpp4r.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pachadotdev/cpp4r",
  "_realowner": "pachadotdev",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2025-10-16"
    },
    {
      "version": "0.4.0",
      "date": "2025-12-11"
    },
    {
      "version": "0.5.0",
      "date": "2026-04-13"
    },
    {
      "version": "0.5.1",
      "date": "2026-04-15"
    },
    {
      "version": "0.6.0",
      "date": "2026-05-17"
    }
  ],
  "_exports": [
    "pkg_template",
    "register",
    "unvendor",
    "vendor"
  ],
  "_help": [
    {
      "page": "pkg_template",
      "title": "Start a new project with the cpp4r package template",
      "topics": [
        "pkg_template"
      ]
    },
    {
      "page": "register",
      "title": "Generates wrappers for registered C++ functions",
      "topics": [
        "register"
      ]
    },
    {
      "page": "unvendor",
      "title": "Unvendor the cpp4r headers",
      "topics": [
        "unvendor"
      ]
    },
    {
      "page": "vendor",
      "title": "Vendor the cpp4r headers",
      "topics": [
        "vendor"
      ]
    }
  ],
  "_pkglogo": "https://github.com/pachadotdev/cpp4r/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/pachadotdev/cpp4r/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "desc",
    "R6"
  ],
  "_score": 7.2310816105582045,
  "_indexed": true,
  "_nocasepkg": "cpp4r",
  "_universes": [
    "pachadotdev"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7.0",
      "date": "2026-06-05T11:28:01.000Z",
      "distro": "noble",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "af75cbc641b8dd2585a367e6a62d3a0fff0e6a5ac28372cddc625be2e70e4e2a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.7.0",
      "date": "2026-06-05T11:27:59.000Z",
      "distro": "noble",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "5767dd2a3ac728a85bb9a1761b7da33231b757087937d0074f52fe196a1a5eb9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7.0",
      "date": "2026-06-05T11:27:53.000Z",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "c6182b438cd6565e2aa7a09470b09fcf025906ce200c36a185bd9fdfbd3d0c2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.7.0",
      "date": "2026-06-05T11:27:30.000Z",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "bbb247be9f762b9a96d7b83d6dea9e3e5acaeb82abbc9d7f439493d9e24139b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.7.0",
      "date": "2026-06-05T11:27:42.000Z",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "6e152a4eacdc437a146e0491cc23d2002540bc6a8bd23afd7ea0b056e42e2d55",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-06-05T11:26:59.000Z",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "b808c52da7b6d0e16315c1b47db7d195dbcc4b134d688ebe157a86703a7d803b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-06-05T11:26:55.000Z",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "d9c56374143e42f8cc13faf5445ce080ff193e45456bdfc172f2062c4e909a1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-06-05T11:27:05.000Z",
      "commit": "4c4d8efab311f2f1dd252e774de5b8bc2995a558",
      "fileid": "3cfa277de5c314fec725fab5b83bbbd47ef104c9543c3dc9fc0b9d79958d8e6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pachadotdev/actions/runs/27012006560"
    }
  ]
}