{
  "_id": "6a49ab17ba590bf88b937d6e",
  "Package": "tinytest",
  "Maintainer": "Mark van der Loo <mark.vanderloo@gmail.com>",
  "License": "GPL-3",
  "Title": "Lightweight and Feature Complete Unit Testing Framework",
  "Type": "Package",
  "LazyLoad": "yes",
  "Authors@R": "c( person(\"Mark\", \"van der Loo\"\n, role    = c(\"aut\",\"cre\")\n, email   = \"mark.vanderloo@gmail.com\"\n, comment = c(ORCID=\"0000-0002-9807-4686\"))\n)",
  "Description": "Provides a lightweight (zero-dependency) and easy to use\nunit testing framework. Main features: install tests with the\npackage. Test results are treated as data that can be stored\nand manipulated. Test files are R scripts interspersed with\ntest commands, that can be programmed over. Fully automated\nbuild-install-test sequence for packages. Skip tests when not\nrun locally (e.g. on CRAN). Flexible and configurable output\nprinting. Compare computed output with output stored with the\npackage. Run tests in parallel. Extensible by other packages.\nReport side effects.",
  "Version": "1.4.3",
  "URL": "https://github.com/markvanderloo/tinytest",
  "BugReports": "https://github.com/markvanderloo/tinytest/issues",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "Repository": "https://markvanderloo.r-universe.dev",
  "Date/Publication": "2026-03-21 14:09:09 UTC",
  "RemoteUrl": "https://github.com/markvanderloo/tinytest",
  "RemoteRef": "HEAD",
  "RemoteSha": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
  "RemoteSubdir": "pkg",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-19 08:03:15 UTC",
    "User": "root"
  },
  "Author": "Mark van der Loo [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9807-4686>)",
  "_user": "markvanderloo",
  "_type": "src",
  "_file": "tinytest_1.4.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/a391aaa4916095a57798ddb0fd5f680dcbb689e3aa1093ab793f3df4619ca1c8",
  "_filesize": 365266,
  "_sha256": "a391aaa4916095a57798ddb0fd5f680dcbb689e3aa1093ab793f3df4619ca1c8",
  "_expires": "2026-10-13T00:53:42.000Z",
  "_created": "2026-06-19T08:03:15.000Z",
  "_published": "2026-07-05T00:53:43.926Z",
  "_jobs": [
    {
      "job": 85180515707,
      "time": 94,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7744698131"
    },
    {
      "job": 85180515681,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7744698948"
    },
    {
      "job": 85180515617,
      "time": 70,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7744690433"
    },
    {
      "job": 85180515593,
      "time": 64,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7744688648"
    },
    {
      "job": 85180515507,
      "time": 144,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7744666961"
    },
    {
      "job": 85180515668,
      "time": 77,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7744692703"
    },
    {
      "job": 85180515667,
      "time": 70,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7744691124"
    },
    {
      "job": 85180515700,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7744693155"
    },
    {
      "job": 85180515759,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7744692784"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790",
  "_status": "success",
  "_upstream": "https://github.com/markvanderloo/tinytest",
  "_commit": {
    "id": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
    "author": "Mark van der Loo <mark.vanderloo@gmail.com>",
    "committer": "Mark van der Loo <mark.vanderloo@gmail.com>",
    "message": "fixed http->https\n",
    "time": 1774102149
  },
  "_maintainer": {
    "name": "Mark van der Loo",
    "email": "mark.vanderloo@gmail.com",
    "login": "markvanderloo",
    "description": "math, programming, data",
    "uuid": 1927426,
    "orcid": "0000-0002-9807-4686"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "markvanderloo",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [
    {
      "week": "2026-12",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 240,
  "_contributors": [
    {
      "user": "markvanderloo",
      "count": 439,
      "uuid": 1927426
    },
    {
      "user": "msberends",
      "count": 7,
      "uuid": 31037261
    },
    {
      "user": "eddelbuettel",
      "count": 6,
      "uuid": 673121
    },
    {
      "user": "bastistician",
      "count": 6,
      "uuid": 4366501
    },
    {
      "user": "salim-b",
      "count": 2,
      "uuid": 20040931
    },
    {
      "user": "artemklevtsov",
      "count": 1,
      "uuid": 603798
    },
    {
      "user": "aadler",
      "count": 1,
      "uuid": 5596401
    },
    {
      "user": "cstepper",
      "count": 1,
      "uuid": 34334391
    },
    {
      "user": "henrikbengtsson",
      "count": 1,
      "uuid": 1616850
    },
    {
      "user": "hughparsonage",
      "count": 1,
      "uuid": 8111628
    },
    {
      "user": "joshuaulrich",
      "count": 1,
      "uuid": 1023193
    },
    {
      "user": "timtaylor",
      "count": 1,
      "uuid": 43499035
    },
    {
      "user": "vincentarelbundock",
      "count": 1,
      "uuid": 987057
    },
    {
      "user": "jangorecki",
      "count": 1,
      "uuid": 3627377
    }
  ],
  "_userbio": {
    "uuid": 1927426,
    "type": "user",
    "name": "Mark van der Loo",
    "followers": 273,
    "description": "math, programming, data"
  },
  "_downloads": {
    "count": 105995,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tinytest"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/markvanderloo/tinytest",
  "_searchresults": 1392,
  "_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/tinytest.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/markvanderloo/tinytest",
  "_realowner": "markvanderloo",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.9.2",
      "date": "2019-04-25"
    },
    {
      "version": "0.9.3",
      "date": "2019-05-10"
    },
    {
      "version": "0.9.4",
      "date": "2019-06-05"
    },
    {
      "version": "0.9.6",
      "date": "2019-06-28"
    },
    {
      "version": "1.0.0",
      "date": "2019-08-23"
    },
    {
      "version": "1.1.0",
      "date": "2019-09-26"
    },
    {
      "version": "1.2.0",
      "date": "2020-05-06"
    },
    {
      "version": "1.2.1",
      "date": "2020-05-18"
    },
    {
      "version": "1.2.2",
      "date": "2020-06-18"
    },
    {
      "version": "1.2.3",
      "date": "2020-10-07"
    },
    {
      "version": "1.2.4",
      "date": "2020-12-17"
    },
    {
      "version": "1.3.1",
      "date": "2021-07-06"
    },
    {
      "version": "1.4.1",
      "date": "2023-02-22"
    },
    {
      "version": "1.4.3",
      "date": "2026-03-24"
    }
  ],
  "_exports": [
    "all_fail",
    "all_pass",
    "any_fail",
    "any_pass",
    "at_home",
    "build_install_test",
    "exit_file",
    "exit_if_not",
    "expect_equal",
    "expect_equal_to_reference",
    "expect_equivalent",
    "expect_equivalent_to_reference",
    "expect_error",
    "expect_false",
    "expect_identical",
    "expect_inherits",
    "expect_length",
    "expect_match",
    "expect_message",
    "expect_null",
    "expect_silent",
    "expect_stdout",
    "expect_true",
    "expect_warning",
    "get_call_wd",
    "ignore",
    "puppy",
    "register_tinytest_extension",
    "report_side_effects",
    "run_test_dir",
    "run_test_file",
    "setup_tinytest",
    "test_all",
    "test_package",
    "tinytest",
    "using"
  ],
  "_help": [],
  "_readme": "https://github.com/markvanderloo/tinytest/raw/HEAD/pkg/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "tinytest_examples.Rnw",
      "filename": "tinytest_examples.pdf",
      "title": "tinytest by example",
      "engine": "utils::Sweave",
      "headings": [
        "expect_equal",
        "expect_equivalent",
        "expect_identical",
        "expect_null",
        "expect_true, expect_false",
        "expect_message",
        "expect_warning",
        "expect_error",
        "expect_silent",
        "ignore"
      ],
      "created": "2019-07-10 15:05:40",
      "modified": "2026-03-21 14:09:09",
      "commits": 7
    },
    {
      "source": "using_tinytest.Rnw",
      "filename": "using_tinytest.pdf",
      "title": "Using tinytest",
      "engine": "utils::Sweave",
      "headings": [
        "Purpose of this package: unit testing",
        "Expressing tests",
        "Test files",
        "Testing packages",
        "Testing with environmental variables",
        "Running tests in parallel",
        "A few tips on packages and unit testing"
      ],
      "created": "2019-02-22 12:14:33",
      "modified": "2022-10-06 19:23:20",
      "commits": 72
    }
  ],
  "_score": 12.98529850321974,
  "_indexed": true,
  "_nocasepkg": "tinytest",
  "_universes": [
    "markvanderloo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.3",
      "date": "2026-06-19T08:05:03.000Z",
      "distro": "noble",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/5bfa78b5f08896c28267769926d156ba32fb7956813d17b1f62bbbc39628d5be",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.3",
      "date": "2026-06-19T08:05:04.000Z",
      "distro": "noble",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/a8568a836984958abf25d73575de7b70210f473f710b1a65d30b66bc013e14c8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.3",
      "date": "2026-06-19T08:04:41.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/2d44ea415c9c932663541f7fc05e9eaa7cc38575d9c9a7de7425fc7411069fb9",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.3",
      "date": "2026-06-19T08:04:34.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/a4e6a948b807f1b77316b23c04a41d99b737138353e663dbe1bf6d700de7cd34",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.3",
      "date": "2026-06-19T08:04:55.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/89ad44d74d1c21412fdebf249c30af3ab1ba2bfc5df33670bd40db3917044cda",
      "status": "success",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-06-19T08:04:33.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/bc4a6b745846e5ff9fb0f546f57e0e076987bee93846c9e28eabc12afd986564",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-06-19T08:04:42.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/96e27345b62f128ffcf02f754643e5f600f5dbac64048e3980eb13c7642326e8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-06-19T08:04:40.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "https://r2.ropensci.org/e053e82029cdea3cf1ca2e0d7c54f338b3998b64ec8344452e466e63d4ef2789",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/27813372790"
    }
  ]
}