{
  "_id": "6a633ba9d3420cf5dfdb8ec6",
  "Package": "cppally",
  "Title": "A 'C++20' API for R",
  "Version": "1.1.0.9000",
  "Authors@R": "c(\nperson(\"Nick\", \"Christofides\", , \"nick.christofides.r@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-9743-7342\")),\nperson(\"Martin Leitner-Ankerl\", role = \"cph\",\ncomment = \"Author of bundled ankerl::unordered_dense library\"),\nperson(\"Malte Skarupke\", role = \"cph\",\ncomment = \"Author of bundled ska_sort library\"),\nperson(\"Posit Software, PBC\", role = \"cph\",\ncomment = \"SEXP protection mechanism in r_protect.h inspired by cpp11\"))",
  "Maintainer": "Nick Christofides <nick.christofides.r@gmail.com>",
  "Description": "A header-only 'C++20' API for manipulating R data\nstructures from 'C++'. Provides 'C++20' concepts specific to R,\ncustom scalar and vector classes with built-in NA handling,\nautomatic object protection, 'SIMD'\n(single-instruction-multiple-data), parallelisation, and a\nstreamlined system for registering 'C++' functions, including\ntemplates, to R. Full API reference and documentation are\navailable at <https://nicchr.github.io/cppally/>.",
  "License": "MIT + file LICENSE",
  "URL": "https://nicchr.github.io/cppally/",
  "BugReports": "https://github.com/NicChr/cppally/issues/",
  "VignetteBuilder": "knitr",
  "Config/Needs/cppally/cpp_register": "brio, cli, decor, desc, glue, purrr,\nreadr, stringr, vctrs, withr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "SystemRequirements": "C++20",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://nicchr.r-universe.dev",
  "Date/Publication": "2026-07-24 07:30:30 UTC",
  "RemoteUrl": "https://github.com/nicchr/cppally",
  "RemoteRef": "HEAD",
  "RemoteSha": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-24 08:06:22 UTC",
    "User": "root"
  },
  "Author": "Nick Christofides [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-9743-7342>),\nMartin Leitner-Ankerl [cph] (Author of bundled ankerl::unordered_dense\nlibrary),\nMalte Skarupke [cph] (Author of bundled ska_sort library),\nPosit Software, PBC [cph] (SEXP protection mechanism in r_protect.h\ninspired by cpp11)",
  "_user": "nicchr",
  "_type": "src",
  "_file": "cppally_1.1.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/09add2921dc5b7828aa2e0e22e64a23bea5f8f3bb74535ad242b5a801863f183",
  "_filesize": 728330,
  "_sha256": "09add2921dc5b7828aa2e0e22e64a23bea5f8f3bb74535ad242b5a801863f183",
  "_expires": "2026-11-01T10:17:11.000Z",
  "_created": "2026-07-24T08:06:22.000Z",
  "_published": "2026-07-24T10:17:13.519Z",
  "_jobs": [
    {
      "job": 89432195600,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8590578943"
    },
    {
      "job": 89432195579,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590579131"
    },
    {
      "job": 89432195607,
      "time": 94,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8593562475"
    },
    {
      "job": 89432195598,
      "time": 102,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8593384717"
    },
    {
      "job": 89431257218,
      "time": 302,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590525840"
    },
    {
      "job": 89432195561,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8590571735"
    },
    {
      "job": 89432195652,
      "time": 87,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8590559552"
    },
    {
      "job": 89432195624,
      "time": 91,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8590560745"
    },
    {
      "job": 89432195682,
      "time": 176,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590593701"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991",
  "_status": "success",
  "_upstream": "https://github.com/nicchr/cppally",
  "_commit": {
    "id": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
    "author": "Nick Christofides <118103879+NicChr@users.noreply.github.com>",
    "committer": "Nick Christofides <118103879+NicChr@users.noreply.github.com>",
    "message": "Replace invocable call with requires\n",
    "time": 1784878230
  },
  "_maintainer": {
    "name": "Nick Christofides",
    "email": "nick.christofides.r@gmail.com",
    "orcid": "0000-0002-9743-7342"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.5.0",
      "role": "Depends"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "bit64",
      "role": "Suggests"
    },
    {
      "package": "brio",
      "role": "Suggests"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "cli",
      "role": "Suggests"
    },
    {
      "package": "cpp11",
      "role": "Suggests"
    },
    {
      "package": "decor",
      "role": "Suggests"
    },
    {
      "package": "desc",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "fs",
      "role": "Suggests"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pkgload",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "vctrs",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "nicchr",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2026-05",
      "n": 10
    },
    {
      "week": "2026-06",
      "n": 38
    },
    {
      "week": "2026-07",
      "n": 39
    },
    {
      "week": "2026-08",
      "n": 9
    },
    {
      "week": "2026-09",
      "n": 4
    },
    {
      "week": "2026-10",
      "n": 9
    },
    {
      "week": "2026-11",
      "n": 44
    },
    {
      "week": "2026-12",
      "n": 43
    },
    {
      "week": "2026-13",
      "n": 103
    },
    {
      "week": "2026-14",
      "n": 53
    },
    {
      "week": "2026-15",
      "n": 81
    },
    {
      "week": "2026-16",
      "n": 61
    },
    {
      "week": "2026-17",
      "n": 53
    },
    {
      "week": "2026-18",
      "n": 34
    },
    {
      "week": "2026-20",
      "n": 48
    },
    {
      "week": "2026-21",
      "n": 40
    },
    {
      "week": "2026-22",
      "n": 68
    },
    {
      "week": "2026-23",
      "n": 14
    },
    {
      "week": "2026-24",
      "n": 1
    },
    {
      "week": "2026-25",
      "n": 27
    },
    {
      "week": "2026-26",
      "n": 61
    },
    {
      "week": "2026-27",
      "n": 42
    },
    {
      "week": "2026-28",
      "n": 86
    },
    {
      "week": "2026-29",
      "n": 94
    },
    {
      "week": "2026-30",
      "n": 52
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-04-25"
    },
    {
      "name": "v1.0.0",
      "date": "2026-07-02"
    },
    {
      "name": "v1.1.0",
      "date": "2026-07-12"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "nicchr",
      "count": 1440,
      "uuid": 118103879
    }
  ],
  "_userbio": {
    "uuid": 118103879,
    "type": "user",
    "name": "Nick Christofides",
    "followers": 18,
    "description": "R | Epidemiology | All things Tidy"
  },
  "_downloads": {
    "count": 357,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cppally"
  },
  "_devurl": "https://github.com/nicchr/cppally",
  "_pkgdown": "https://nicchr.github.io/cppally/",
  "_searchresults": 6,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cppally.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nicchr/cppally",
  "_realowner": "nicchr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-28"
    },
    {
      "version": "1.0.0",
      "date": "2026-07-02"
    },
    {
      "version": "1.1.0",
      "date": "2026-07-12"
    }
  ],
  "_exports": [
    "cpp_eval",
    "cpp_register",
    "cpp_source",
    "document",
    "load_all",
    "use_check_data_frames",
    "use_check_factors",
    "use_copy_on_modify",
    "use_cppally",
    "use_preserve_altrep_flag"
  ],
  "_help": [
    {
      "page": "cpp_register",
      "title": "Generates wrappers for registered C++ functions",
      "topics": [
        "cpp_register"
      ]
    },
    {
      "page": "cpp_source",
      "title": "Compile C++20 code",
      "topics": [
        "cpp_eval",
        "cpp_source"
      ]
    },
    {
      "page": "document",
      "title": "A wrapper around 'devtools::document()' to support cppally package development",
      "topics": [
        "document"
      ]
    },
    {
      "page": "load_all",
      "title": "A wrapper around 'devtools::load_all()' specifically for cppally",
      "topics": [
        "load_all"
      ]
    },
    {
      "page": "use_check_data_frames",
      "title": "Adds the 'CPPALLY_CHECK_DATA_FRAMES' flag to Makevars",
      "topics": [
        "use_check_data_frames"
      ]
    },
    {
      "page": "use_check_factors",
      "title": "Adds the 'CPPALLY_CHECK_FACTORS' flag to Makevars",
      "topics": [
        "use_check_factors"
      ]
    },
    {
      "page": "use_copy_on_modify",
      "title": "Adds the 'CPPALLY_COPY_ON_MODIFY' flag to Makevars",
      "topics": [
        "use_copy_on_modify"
      ]
    },
    {
      "page": "use_cppally",
      "title": "Helper for developing packages with cppally",
      "topics": [
        "use_cppally"
      ]
    },
    {
      "page": "use_preserve_altrep_flag",
      "title": "Adds the CPPALLY_PRESERVE_ALTREP flag to Makevars",
      "topics": [
        "use_preserve_altrep_flag"
      ]
    }
  ],
  "_readme": "https://github.com/nicchr/cppally/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "protection.Rmd",
      "filename": "protection.html",
      "title": "Automatic Protection",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Motivation and design",
        "Protection benchmark: cpp11 vs cppally",
        "cppally views: A solution to the protection overhead problem",
        "r_str_view",
        "view()",
        "Using views safely"
      ],
      "created": "2026-04-11 08:46:37",
      "modified": "2026-06-02 15:20:45",
      "commits": 12
    },
    {
      "source": "functionals.Rmd",
      "filename": "functionals.html",
      "title": "Functional Programming with cppally",
      "engine": "knitr::rmarkdown",
      "headings": [
        "reduce",
        "pmap",
        "Lagged operations",
        "In-place functionals",
        "Vectorised math"
      ],
      "created": "2026-06-28 09:15:53",
      "modified": "2026-06-28 09:15:53",
      "commits": 1
    },
    {
      "source": "cppally.Rmd",
      "filename": "cppally.html",
      "title": "Getting started with cppally",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Setup",
        "Registering C++ functions (to R)",
        "Registering C++ functions outside of a package context",
        "Registering C++ functions inside a cppally-linked package",
        "General steps to using cppally in a package",
        "C++ types",
        "Scalars",
        "logical scalar - r_lgl",
        "NA values",
        "C++ NA values and their R C API equivalents",
        "Checking equality",
        "Scalar operators",
        "Scalar arithmetic operators",
        "Scalar relational operators",
        "Vectors",
        "inline vectors",
        "Scalar math",
        "Coercion",
        "Strings",
        "Symbols",
        "Cached strings & symbols",
        "Lists",
        "Factors",
        "Value matching",
        "Subsetting",
        "Concepts and Templates",
        "How it works",
        "Templates without function arguments",
        "Attributes",
        "Regular sequences",
        "Sugar functions",
        "Annex",
        "Symbols in R-registered templates",
        "All core cppally concepts",
        "Accessing the underlying types and values"
      ],
      "created": "2026-04-23 21:40:52",
      "modified": "2026-07-10 16:21:17",
      "commits": 23
    },
    {
      "source": "vector_name_hashing.Rmd",
      "filename": "vector_name_hashing.html",
      "title": "Vector Names Hashing",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Performance of indexing by location versus name",
        "Generated R code",
        "Generated C++ code",
        "The cost of first lookup",
        "The cost of many lookups",
        "Future development"
      ],
      "created": "2026-05-14 13:54:08",
      "modified": "2026-05-26 22:35:48",
      "commits": 3
    }
  ],
  "_score": 6.778151250383644,
  "_indexed": true,
  "_nocasepkg": "cppally",
  "_universes": [
    "nicchr"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0.9000",
      "date": "2026-07-24T08:08:45.000Z",
      "distro": "resolute",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/cf035e2b0afb2f01148dd6c835421dc6b49709f290c382ab6b4c50e6db10ef1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0.9000",
      "date": "2026-07-24T08:08:44.000Z",
      "distro": "resolute",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/32eab18210a5d3bf36b31151f316c0365475dc6357a8ecdfac046e88d2290ffd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0.9000",
      "date": "2026-07-24T10:16:38.000Z",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/6259541dd9d8ebbdc30eeacdd66c0995a2977759607c199e19167d6b556b3c96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0.9000",
      "date": "2026-07-24T10:08:54.000Z",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/1075a35d1c490188f2c2823f47c5b6e59de2cbe99aa5dc7b5f21c5a4f672f977",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0.9000",
      "date": "2026-07-24T08:08:37.000Z",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/1adc2d11450c3d7f1b74c701b65f0e97d41ec988370f918938d7559d442ebb4e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-07-24T08:07:49.000Z",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/93f1044d566c3126c8deef0647848f51c57397d45c9bc04fa6a7e81a60eff5c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-07-24T08:07:52.000Z",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/1edf2acb66cc096ba12c7c6f89506c6fda2917aabf652ae72117f6f243b2c45f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.0.9000",
      "date": "2026-07-24T08:09:18.000Z",
      "commit": "fef8fdd05324e47f6b18b0d85b64ef2667d76081",
      "fileid": "https://r2.ropensci.org/889cade6da81760b4b1583c9ba62144b5473b24f1182f732a1ae4a9a033fa1c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nicchr/actions/runs/30077437991"
    }
  ]
}