{
  "_id": "6a1ed8d0b401979e7340f1fa",
  "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-05-20 09:40:41 UTC",
    "User": "root"
  },
  "Author": "Mark van der Loo [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9807-4686>)",
  "MD5sum": "3fbb2fa98493034c0cf8e77d901c72e5",
  "_user": "markvanderloo",
  "_type": "src",
  "_file": "tinytest_1.4.3.tar.gz",
  "_fileid": "c7c0fc61c1ff3de09f411419146fd22b01818e51c5cfa7faf3af0ba322e63ec1",
  "_filesize": 360680,
  "_sha256": "c7c0fc61c1ff3de09f411419146fd22b01818e51c5cfa7faf3af0ba322e63ec1",
  "_created": "2026-05-20T09:40:41.000Z",
  "_published": "2026-06-02T13:21:20.356Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79080209821,
      "time": 100,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7106565441"
    },
    {
      "job": 79080210485,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7106566208"
    },
    {
      "job": 79080210124,
      "time": 60,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7106551706"
    },
    {
      "job": 79080209908,
      "time": 86,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7106560227"
    },
    {
      "job": 79080211320,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7106529192"
    },
    {
      "job": 79080209146,
      "time": 87,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358827574"
    },
    {
      "job": 79080209737,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7106557293"
    },
    {
      "job": 79080210736,
      "time": 57,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7106550344"
    },
    {
      "job": 79080210088,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7106557041"
    }
  ],
  "_buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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": 238,
  "_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",
    "description": "math, programming, data"
  },
  "_downloads": {
    "count": 61774,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tinytest"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/markvanderloo/tinytest",
  "_searchresults": 1178,
  "_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": [],
      "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": [],
      "created": "2019-02-22 12:14:33",
      "modified": "2022-10-06 19:23:20",
      "commits": 72
    }
  ],
  "_score": 12.674690618302806,
  "_indexed": true,
  "_nocasepkg": "tinytest",
  "_universes": [
    "markvanderloo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.3",
      "date": "2026-05-20T09:42:25.000Z",
      "distro": "noble",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "8d9fdf507198be5d54f6d9f98bd247ee02d13cbc5c3fb8dea74860cd345adc2c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.3",
      "date": "2026-05-20T09:42:28.000Z",
      "distro": "noble",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "8106c2f5ea2a3c85b1e9c34e16b0a121e7f7fc6873172a4c4524c34b9db0a92d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.3",
      "date": "2026-05-20T09:41:51.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "4c2d8443d918a9c8f66d7af1c2b52d53367442015d6810d06953aadd3aa2c4fb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.3",
      "date": "2026-05-20T09:42:12.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "53037dc9ca682612e0609a83a8bf0ff4c2a3d0d6c059d5b166a39a570ef69eb0",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-05-20T09:41:58.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "e9e79d8c0f5032483c2eb065343a8891682f07f7fa038b3f023ee6c34c4b1744",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-05-20T09:41:40.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "7d903f14feb373576375438c4763e01a6a8f78daf1931e8344dfd511fc94f8de",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-05-20T09:41:57.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "23f64520a05df96c284bea8aa3142567cffea41a8d3624ce05521b843c039d6e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.3",
      "date": "2026-06-02T13:20:15.000Z",
      "commit": "5498574a5193206ca8e9442b3a2eb4d90166b1c7",
      "fileid": "4aed0c92eb6c90c2ef5f6782d0df10b3ecc35b09af1c370d0b08587a29b80cfd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/markvanderloo/actions/runs/26154268327"
    }
  ]
}