{
  "_id": "6a49dab82c82cd3614823b15",
  "Package": "testex",
  "Title": "Add Tests to Examples",
  "Version": "0.2.1",
  "Authors@R": "c(\nperson(\n\"Doug\", \"Kelkhoff\",\nemail = \"doug.kelkhoff@gmail.com\",\nrole = c(\"aut\", \"cre\")\n)\n)",
  "Description": "Add tests in-line in examples. Provides standalone\nfunctions for facilitating easier test writing in Rd files.\nHowever, a more familiar interface is provided using 'roxygen2'\ntags. Tools are also provided for facilitating package\nconfiguration and use with 'testthat'.",
  "URL": "https://github.com/dgkf/testex, https://dgkf.github.io/testex/",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Language": "en-US",
  "VignetteBuilder": "knitr",
  "Repository": "https://dgkf.r-universe.dev",
  "Date/Publication": "2025-11-17 19:54:11 UTC",
  "RemoteUrl": "https://github.com/dgkf/testex",
  "RemoteRef": "HEAD",
  "RemoteSha": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-15 09:20:37 UTC",
    "User": "root"
  },
  "Author": "Doug Kelkhoff [aut, cre]",
  "Maintainer": "Doug Kelkhoff <doug.kelkhoff@gmail.com>",
  "_user": "dgkf",
  "_type": "src",
  "_file": "testex_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/24e95b34149bc76c576ac5f43d8e74f4c9a2aaa8ae3ce0f93b2c499f69c85a31",
  "_filesize": 155643,
  "_sha256": "24e95b34149bc76c576ac5f43d8e74f4c9a2aaa8ae3ce0f93b2c499f69c85a31",
  "_expires": "2026-10-13T04:16:54.000Z",
  "_created": "2026-06-15T09:20:37.000Z",
  "_published": "2026-07-05T04:16:56.089Z",
  "_jobs": [
    {
      "job": 85191911723,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7633945330"
    },
    {
      "job": 85191911851,
      "time": 125,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7633947968"
    },
    {
      "job": 85191911838,
      "time": 196,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7633958724"
    },
    {
      "job": 85191911830,
      "time": 135,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7633940765"
    },
    {
      "job": 85191911522,
      "time": 150,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7633900945"
    },
    {
      "job": 85191911855,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7633939335"
    },
    {
      "job": 85191911841,
      "time": 76,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7633930293"
    },
    {
      "job": 85191911769,
      "time": 66,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7633926776"
    },
    {
      "job": 85191911853,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7633929568"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019",
  "_status": "success",
  "_upstream": "https://github.com/dgkf/testex",
  "_commit": {
    "id": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
    "author": "dgkf <18220321+dgkf@users.noreply.github.com>",
    "committer": "dgkf <18220321+dgkf@users.noreply.github.com>",
    "message": "chore: bump version number\n",
    "time": 1763409251
  },
  "_maintainer": {
    "name": "Doug Kelkhoff",
    "email": "doug.kelkhoff@gmail.com",
    "login": "dgkf",
    "mastodon": "@dgkf@fosstodon.org",
    "description": "",
    "uuid": 18220321
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "callr",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "dgkf",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-41",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.1",
      "date": "2025-11-17"
    }
  ],
  "_topics": [
    "documentation",
    "examples",
    "rlang",
    "roxygen2",
    "testing"
  ],
  "_stars": 23,
  "_contributors": [
    {
      "user": "dgkf",
      "count": 47,
      "uuid": 18220321
    }
  ],
  "_userbio": {
    "uuid": 18220321,
    "type": "user",
    "name": "Doug Kelkhoff",
    "followers": 116
  },
  "_downloads": {
    "count": 562,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/testex"
  },
  "_devurl": "https://github.com/dgkf/testex",
  "_pkgdown": "https://dgkf.github.io/testex/",
  "_searchresults": 7,
  "_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/readme.html",
    "extra/readme.md",
    "extra/testex.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dgkf/testex",
  "_realowner": "dgkf",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-04-04"
    },
    {
      "version": "0.2.0",
      "date": "2024-04-15"
    },
    {
      "version": "0.2.1",
      "date": "2025-11-12"
    }
  ],
  "_exports": [
    "fallback_expect_no_error",
    "s3_register",
    "test_examples_as_testthat",
    "testex",
    "use_testex",
    "use_testex_as_testthat",
    "uses_roxygen2",
    "with_attached",
    "with_srcref"
  ],
  "_help": [
    {
      "page": "fallback_expect_no_error",
      "title": "Expect no Error",
      "topics": [
        "fallback_expect_no_error"
      ]
    },
    {
      "page": "test_examples_as_testthat",
      "title": "Execute examples from Rd files as 'testthat' tests",
      "topics": [
        "test_examples_as_testthat"
      ]
    },
    {
      "page": "testex",
      "title": "A syntactic helper for writing quick and easy example tests",
      "topics": [
        "testex"
      ]
    },
    {
      "page": "testex-roxygen-tags",
      "title": "'testex' 'roxygen2' tags",
      "topics": [
        "testex-roxygen-tags"
      ]
    },
    {
      "page": "testex-testthat",
      "title": "Support for 'testthat' Expectations",
      "topics": [
        "testex-testthat"
      ]
    },
    {
      "page": "use_testex",
      "title": "Add 'testex' tags and configure package to fully use 'testex' features",
      "topics": [
        "use_testex"
      ]
    },
    {
      "page": "use_testex_as_testthat",
      "title": "Run examples as 'testthat' expectations",
      "concept": [
        "use"
      ],
      "topics": [
        "use_testex_as_testthat"
      ]
    },
    {
      "page": "uses_roxygen2",
      "title": "Checks for use of 'roxygen2'",
      "topics": [
        "uses_roxygen2"
      ]
    },
    {
      "page": "with_attached",
      "title": "Temporarily attach a namespace",
      "topics": [
        "with_attached"
      ]
    },
    {
      "page": "with_srcref",
      "title": "Raise 'testthat' Expectations With A Known Source Reference",
      "topics": [
        "with_srcref"
      ]
    }
  ],
  "_readme": "https://github.com/dgkf/testex/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "configuration.Rmd",
      "filename": "configuration.html",
      "title": "Configuration",
      "engine": "knitr::rmarkdown",
      "headings": [
        "testthat",
        "R CMD check"
      ],
      "created": "2024-03-27 00:30:57",
      "modified": "2024-03-27 00:30:57",
      "commits": 1
    },
    {
      "source": "interface_layers.Rmd",
      "filename": "interface_layers.html",
      "title": "Interface Layers",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Base building-blocks",
        "Use a roxygen2 tag!",
        "Leverage testthat expectations",
        "Other Test Suites?"
      ],
      "created": "2024-03-27 00:30:57",
      "modified": "2024-03-27 00:30:57",
      "commits": 1
    }
  ],
  "_score": 5.662757831681574,
  "_indexed": true,
  "_nocasepkg": "testex",
  "_universes": [
    "dgkf"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-15T09:22:38.000Z",
      "distro": "noble",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/80550c5337d41064ff21b2d9bef01fe1eadebfb5e18e0a20d8035112316c2926",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-15T09:22:43.000Z",
      "distro": "noble",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/e1d4445e2fb43469a845fe8f490dc3edb6eb09f2e4d915e95f2ce821b14287a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-15T09:23:18.000Z",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/371bcb25d7fb08062ea93e0a35c538e631cb61063732dbf60e320c880c635a3a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-15T09:22:28.000Z",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/d865622fbec633ebb0d5ba37bdf80d840ff3e5574753e787025cee226fbbf8ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-15T09:22:36.000Z",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/a3cd5f8b0879d5adaee683474fa19b1daa6a78a24095cb9000c6658edf1f4bbc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-15T09:21:51.000Z",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/4a0c77757e5b4063d1e3dd2454ddf44db2753d1c9348a13c2ada7a77ebba5e7e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-15T09:21:43.000Z",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/9cabf95b1f5e7c6c26f143f61c8eccbacdf6b7f4ade575e0095e9ae1b933e48d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-15T09:21:50.000Z",
      "commit": "b6dbca83fb11b29e97a2a574e90f1106c1f01208",
      "fileid": "https://r2.ropensci.org/9b36cbabb852ba7f6d82f3c9d8b90a7422c413f9819b61afe85b549af02e1dc6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dgkf/actions/runs/27536329019"
    }
  ]
}