{
  "_id": "6a1bf5221d7bb097a0a25da3",
  "Package": "quickcheck",
  "Title": "Property Based Testing",
  "Version": "0.1.3",
  "Authors@R": "person(given = \"Andrew\",\nfamily = \"McNeil\",\nrole = c(\"aut\", \"cre\"),\nemail = \"andrew.richard.mcneil@gmail.com\")",
  "Description": "Property based testing, inspired by the original\n'QuickCheck'. This package builds on the property based testing\nframework provided by 'hedgehog' and is designed to seamlessly\nintegrate with 'testthat'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/armcn/quickcheck,\nhttps://armcn.github.io/quickcheck/",
  "BugReports": "https://github.com/armcn/quickcheck/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libuv1-dev",
  "Repository": "https://armcn.r-universe.dev",
  "Date/Publication": "2025-07-05 15:52:40 UTC",
  "RemoteUrl": "https://github.com/armcn/quickcheck",
  "RemoteRef": "HEAD",
  "RemoteSha": "96178bcf8034130f982bfb36c4293ec133f95c79",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 08:39:09 UTC",
    "User": "root"
  },
  "Author": "Andrew McNeil [aut, cre]",
  "Maintainer": "Andrew McNeil <andrew.richard.mcneil@gmail.com>",
  "MD5sum": "8cea1eee455c1b96dc4afb40da3dd7b9",
  "_user": "armcn",
  "_type": "src",
  "_file": "quickcheck_0.1.3.tar.gz",
  "_fileid": "0d238c4111632e7f48eaee056b53040783375302967db3329c492244ee3c2e08",
  "_filesize": 647250,
  "_sha256": "0d238c4111632e7f48eaee056b53040783375302967db3329c492244ee3c2e08",
  "_created": "2026-05-31T08:39:09.000Z",
  "_published": "2026-05-31T08:45:22.819Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78712634476,
      "time": 280,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7315322583"
    },
    {
      "job": 78712634487,
      "time": 267,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7315321236"
    },
    {
      "job": 78712634499,
      "time": 291,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7315321221"
    },
    {
      "job": 78712634479,
      "time": 277,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7315317987"
    },
    {
      "job": 78712479412,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315293550"
    },
    {
      "job": 78712634482,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315304619"
    },
    {
      "job": 78712634517,
      "time": 281,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7315322563"
    },
    {
      "job": 78712634500,
      "time": 328,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7315327431"
    },
    {
      "job": 78712634518,
      "time": 329,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7315328567"
    }
  ],
  "_buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/armcn/quickcheck",
  "_commit": {
    "id": "96178bcf8034130f982bfb36c4293ec133f95c79",
    "author": "Andrew R McNeil <andrew.richard.mcneil@gmail.com>",
    "committer": "Andrew R McNeil <andrew.richard.mcneil@gmail.com>",
    "message": "Update R CMD check badge\n",
    "time": 1751730760
  },
  "_maintainer": {
    "name": "Andrew McNeil",
    "email": "andrew.richard.mcneil@gmail.com",
    "login": "armcn",
    "twitter": "@armcn_",
    "description": "R Shiny Developer",
    "uuid": 91022923
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Imports"
    },
    {
      "package": "hedgehog",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "hms",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    }
  ],
  "_owner": "armcn",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-27",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "functional-programming",
    "property-based-testing"
  ],
  "_stars": 30,
  "_contributors": [
    {
      "user": "armcn",
      "count": 98,
      "uuid": 91022923
    },
    {
      "user": "jonocarroll",
      "count": 1,
      "uuid": 9496865
    }
  ],
  "_userbio": {
    "uuid": 91022923,
    "type": "user",
    "name": "Andrew R McNeil",
    "description": "R Shiny Developer"
  },
  "_downloads": {
    "count": 379,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quickcheck"
  },
  "_devurl": "https://github.com/armcn/quickcheck",
  "_pkgdown": "https://armcn.github.io/quickcheck/",
  "_searchresults": 78,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/quickcheck.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/armcn/quickcheck",
  "_realowner": "armcn",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2022-01-12"
    },
    {
      "version": "0.1.0",
      "date": "2022-02-11"
    },
    {
      "version": "0.1.1",
      "date": "2022-03-11"
    },
    {
      "version": "0.1.2",
      "date": "2022-03-17"
    },
    {
      "version": "0.1.3",
      "date": "2023-10-12"
    }
  ],
  "_exports": [
    "%>%",
    "any_atomic",
    "any_data_frame",
    "any_data.table",
    "any_flat_homogeneous_list",
    "any_flat_list",
    "any_list",
    "any_tibble",
    "any_undefined",
    "any_vector",
    "anything",
    "as_hedgehog",
    "character_",
    "character_alphanumeric",
    "character_letters",
    "character_numbers",
    "constant",
    "data_frame_",
    "data_frame_of",
    "data.table_",
    "data.table_of",
    "date_",
    "date_bounded",
    "date_left_bounded",
    "date_right_bounded",
    "double_",
    "double_bounded",
    "double_fractional",
    "double_left_bounded",
    "double_negative",
    "double_positive",
    "double_right_bounded",
    "double_whole",
    "equal_length",
    "factor_",
    "flat_list_of",
    "for_all",
    "from_hedgehog",
    "hms_",
    "hms_bounded",
    "hms_left_bounded",
    "hms_right_bounded",
    "integer_",
    "integer_bounded",
    "integer_left_bounded",
    "integer_negative",
    "integer_positive",
    "integer_right_bounded",
    "list_",
    "list_of",
    "logical_",
    "numeric_",
    "numeric_bounded",
    "numeric_left_bounded",
    "numeric_negative",
    "numeric_positive",
    "numeric_right_bounded",
    "one_of",
    "posixct_",
    "posixct_bounded",
    "posixct_left_bounded",
    "posixct_right_bounded",
    "repeat_test",
    "show_example",
    "tibble_",
    "tibble_of"
  ],
  "_help": [
    {
      "page": "any_atomic",
      "title": "Any atomic vector generator",
      "topics": [
        "any_atomic"
      ]
    },
    {
      "page": "any_data_frame",
      "title": "Any data frame generator",
      "topics": [
        "any_data_frame"
      ]
    },
    {
      "page": "any_data.table",
      "title": "Any data.table generator",
      "topics": [
        "any_data.table"
      ]
    },
    {
      "page": "any_flat_homogeneous_list",
      "title": "Any flat homogeneous list generator",
      "topics": [
        "any_flat_homogeneous_list"
      ]
    },
    {
      "page": "any_flat_list",
      "title": "Any flat list generator",
      "topics": [
        "any_flat_list"
      ]
    },
    {
      "page": "any_list",
      "title": "Any list generator",
      "topics": [
        "any_list"
      ]
    },
    {
      "page": "any_tibble",
      "title": "Any tibble generator",
      "topics": [
        "any_tibble"
      ]
    },
    {
      "page": "any_undefined",
      "title": "Any undefined value generator",
      "topics": [
        "any_undefined"
      ]
    },
    {
      "page": "any_vector",
      "title": "Any vector generator",
      "topics": [
        "any_vector"
      ]
    },
    {
      "page": "anything",
      "title": "Any R object generator",
      "topics": [
        "anything"
      ]
    },
    {
      "page": "as_hedgehog",
      "title": "Convert a quickcheck generator to a hedgehog generator",
      "topics": [
        "as_hedgehog"
      ]
    },
    {
      "page": "character_",
      "title": "Character generators",
      "topics": [
        "character_",
        "character_alphanumeric",
        "character_letters",
        "character_numbers"
      ]
    },
    {
      "page": "constant",
      "title": "Generate the same value every time",
      "topics": [
        "constant"
      ]
    },
    {
      "page": "data_frame_",
      "title": "Data frame generators",
      "topics": [
        "data_frame_"
      ]
    },
    {
      "page": "data_frame_of",
      "title": "Data frame generator with randomized columns",
      "topics": [
        "data_frame_of"
      ]
    },
    {
      "page": "data.table_",
      "title": "data.table generators",
      "topics": [
        "data.table_"
      ]
    },
    {
      "page": "data.table_of",
      "title": "data.table generator with randomized columns",
      "topics": [
        "data.table_of"
      ]
    },
    {
      "page": "date_",
      "title": "Date generators",
      "topics": [
        "date_",
        "date_bounded",
        "date_left_bounded",
        "date_right_bounded"
      ]
    },
    {
      "page": "double_",
      "title": "Double generators",
      "topics": [
        "double_",
        "double_bounded",
        "double_fractional",
        "double_left_bounded",
        "double_negative",
        "double_positive",
        "double_right_bounded",
        "double_whole"
      ]
    },
    {
      "page": "equal_length",
      "title": "Equal length vector generator",
      "topics": [
        "equal_length"
      ]
    },
    {
      "page": "factor_",
      "title": "Factor generator",
      "topics": [
        "factor_"
      ]
    },
    {
      "page": "flat_list_of",
      "title": "Variable length flat list generator",
      "topics": [
        "flat_list_of"
      ]
    },
    {
      "page": "for_all",
      "title": "Test properties of a function",
      "topics": [
        "for_all"
      ]
    },
    {
      "page": "from_hedgehog",
      "title": "Convert a hedgehog generator to a quickcheck generator",
      "topics": [
        "from_hedgehog"
      ]
    },
    {
      "page": "hms_",
      "title": "hms generators",
      "topics": [
        "hms_",
        "hms_bounded",
        "hms_left_bounded",
        "hms_right_bounded"
      ]
    },
    {
      "page": "integer_",
      "title": "Integer generators",
      "topics": [
        "integer_",
        "integer_bounded",
        "integer_left_bounded",
        "integer_negative",
        "integer_positive",
        "integer_right_bounded"
      ]
    },
    {
      "page": "list_",
      "title": "List generator",
      "topics": [
        "list_"
      ]
    },
    {
      "page": "list_of",
      "title": "Variable length list generator",
      "topics": [
        "list_of"
      ]
    },
    {
      "page": "logical_",
      "title": "Logical generator",
      "topics": [
        "logical_"
      ]
    },
    {
      "page": "numeric_",
      "title": "Numeric generators",
      "topics": [
        "numeric_",
        "numeric_bounded",
        "numeric_left_bounded",
        "numeric_negative",
        "numeric_positive",
        "numeric_right_bounded"
      ]
    },
    {
      "page": "one_of",
      "title": "Randomly choose between generators",
      "topics": [
        "one_of"
      ]
    },
    {
      "page": "posixct_",
      "title": "POSIXct generators",
      "topics": [
        "posixct_",
        "posixct_bounded",
        "posixct_left_bounded",
        "posixct_right_bounded"
      ]
    },
    {
      "page": "repeat_test",
      "title": "Repeatedly test properties of a function",
      "topics": [
        "repeat_test"
      ]
    },
    {
      "page": "show_example",
      "title": "Show an example output of a generator",
      "topics": [
        "show_example"
      ]
    },
    {
      "page": "tibble_",
      "title": "Tibble generators",
      "topics": [
        "tibble_"
      ]
    },
    {
      "page": "tibble_of",
      "title": "Random tibble generator",
      "topics": [
        "tibble_of"
      ]
    }
  ],
  "_readme": "https://github.com/armcn/quickcheck/raw/HEAD/README.md",
  "_rundeps": [
    "brio",
    "callr",
    "cli",
    "crayon",
    "data.table",
    "desc",
    "diffobj",
    "evaluate",
    "fs",
    "glue",
    "hedgehog",
    "hms",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "praise",
    "processx",
    "ps",
    "purrr",
    "R6",
    "rlang",
    "rprojroot",
    "testthat",
    "tibble",
    "utf8",
    "vctrs",
    "waldo",
    "withr"
  ],
  "_score": 5.068185861746162,
  "_indexed": true,
  "_nocasepkg": "quickcheck",
  "_universes": [
    "armcn"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-31T08:41:53.000Z",
      "distro": "noble",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "9719a99c25f70896b6f93ddea8364d2a0df9691675744207b904d9b9762bfbfe",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-31T08:41:20.000Z",
      "distro": "noble",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "7c4f68b313dd3517ab1c8a152ad91a770e1542b3ca6372fcb35e8ac467f0c923",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-31T08:41:54.000Z",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "b401faa0e22e8a874d367f5adf277154371c121d98646a7b14b7958062fb698e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-31T08:41:38.000Z",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "70849c2301b24e5d23acd9d4ba50d70abde89cedcff96acfea25afbbe47f1c2f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-05-31T08:41:09.000Z",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "a5b0096f0da394ad0441765899b8374b2977b7b2d23622285ac51ea4a8c6b13d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-31T08:40:18.000Z",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "0a428db28ce8fe67a980676d0e95536a16a29d032f434af4d2b2d463a7db0018",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-31T08:40:33.000Z",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "9f68283c49d85ef405962caf555db09e55996c8bfd513baa0bf77fa82a9e45fa",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-31T08:41:20.000Z",
      "commit": "96178bcf8034130f982bfb36c4293ec133f95c79",
      "fileid": "dafb0ff2cfe7b9135d8bd7a987458eddcaba3f0e3d1ce2926e1613c64ee6c6de",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/armcn/actions/runs/26707867101"
    }
  ]
}