{
  "_id": "6a46d82a6527f6f71f9f60bd",
  "Package": "cppally",
  "Title": "A 'C++20' API for R",
  "Version": "1.0.0",
  "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",
  "SystemRequirements": "C++20",
  "Config/roxygen2/version": "8.0.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-02 21:25:52 UTC",
    "User": "root"
  },
  "Author": "Nick Christofides [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-9743-7342>), Martin Leitner-Ankerl\n[cph] (Author of bundled ankerl::unordered_dense library),\nMalte Skarupke [cph] (Author of bundled ska_sort library),\nPosit Software, PBC [cph] (SEXP protection mechanism in\nr_protect.h inspired by cpp11)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-02 11:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/cppally",
  "RemoteRef": "HEAD",
  "RemoteSha": "a82b1cdad21d31846f32e473583c84a028fcc60f",
  "_user": "cran",
  "_type": "src",
  "_file": "cppally_1.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/67546f40a4ceebef29195e18e7c1c35f16ec771b1fb1566f8cb9df794706cbf2",
  "_filesize": 713002,
  "_sha256": "67546f40a4ceebef29195e18e7c1c35f16ec771b1fb1566f8cb9df794706cbf2",
  "_expires": "2026-10-10T21:29:14.000Z",
  "_created": "2026-07-02T21:25:52.000Z",
  "_published": "2026-07-02T21:29:14.924Z",
  "_jobs": [
    {
      "job": 84881750490,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8052043947"
    },
    {
      "job": 84881750456,
      "time": 161,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8052048638"
    },
    {
      "job": 84880805395,
      "time": 324,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8051992732"
    },
    {
      "job": 84881750629,
      "time": 165,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8052050010"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/28622309139",
  "_status": "success",
  "_upstream": "https://github.com/cran/cppally",
  "_commit": {
    "id": "a82b1cdad21d31846f32e473583c84a028fcc60f",
    "author": "Nick Christofides <nick.christofides.r@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.0\n",
    "time": 1782991202
  },
  "_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": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-04-28"
    },
    {
      "name": "1.0.0",
      "date": "2026-07-02"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 615,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 307,
    "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": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-28"
    },
    {
      "version": "1.0.0",
      "date": "2026-07-02"
    }
  ],
  "_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/cran/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-28 20:45:10",
      "modified": "2026-07-02 11:20:02",
      "commits": 2
    },
    {
      "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-07-02 11:20:02",
      "modified": "2026-07-02 11:20:02",
      "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-28 20:45:10",
      "modified": "2026-07-02 11:20:02",
      "commits": 2
    },
    {
      "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-07-02 11:20:02",
      "modified": "2026-07-02 11:20:02",
      "commits": 1
    }
  ],
  "_score": 3.6020599913279625,
  "_indexed": false,
  "_nocasepkg": "cppally",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://nicchr.r-universe.dev/cppally",
  "_previous": "0.1.0",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-02T21:28:28.000Z",
      "distro": "resolute",
      "commit": "a82b1cdad21d31846f32e473583c84a028fcc60f",
      "fileid": "https://r2.ropensci.org/bad34f40c5af985b34609476e0072bcd40dc490e998a709b2697fabf732ab05c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28622309139"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-07-02T21:28:39.000Z",
      "distro": "resolute",
      "commit": "a82b1cdad21d31846f32e473583c84a028fcc60f",
      "fileid": "https://r2.ropensci.org/b5a2336dda4fb592490d2a3ab0c82e3312ba7c6c63d5f529e99c36aa0def84ef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28622309139"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-07-02T21:28:58.000Z",
      "commit": "a82b1cdad21d31846f32e473583c84a028fcc60f",
      "fileid": "https://r2.ropensci.org/b62a9e0039697f5941ff50f580900c65cfa491b9a7577a7c9fadb956da5bcc8d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28622309139"
    }
  ]
}