{
  "_id": "6a105dc9acfb0bcc41ca5250",
  "Package": "errors",
  "Type": "Package",
  "Title": "Uncertainty Propagation for R Vectors",
  "Version": "0.4.4.3",
  "Authors@R": "c(\nperson(\"Iñaki\", \"Ucar\", email=\"iucar@fedoraproject.org\",\nrole=c(\"aut\", \"cph\", \"cre\"), comment=c(ORCID=\"0000-0001-6403-5550\")),\nperson(\"Lionel\", \"Henry\", role = \"ctb\", email = \"lionel@rstudio.com\"),\nperson(given = \"RStudio\", role = \"cph\", comment = \"Copyright for code written by RStudio employees.\"))",
  "Description": "Support for measurement errors in R vectors, matrices and\narrays: automatic uncertainty propagation and reporting.\nDocumentation about 'errors' is provided in the paper by Ucar,\nPebesma & Azcorra (2018, <doi:10.32614/RJ-2018-075>), included\nin this package as a vignette; see 'citation(\"errors\")' for\ndetails.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://r-quantities.github.io/errors/,\nhttps://github.com/r-quantities/errors",
  "BugReports": "https://github.com/r-quantities/errors/issues",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(old_usage = TRUE)",
  "VignetteBuilder": "knitr",
  "Repository": "https://r-quantities.r-universe.dev",
  "Date/Publication": "2026-05-08 13:03:12 UTC",
  "RemoteUrl": "https://github.com/r-quantities/errors",
  "RemoteRef": "HEAD",
  "RemoteSha": "6734e24426258336b15826641c736d68f035852c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-08 13:32:56 UTC",
    "User": "root"
  },
  "Author": "Iñaki Ucar [aut, cph, cre] (ORCID:\n<https://orcid.org/0000-0001-6403-5550>),\nLionel Henry [ctb],\nRStudio [cph] (Copyright for code written by RStudio employees.)",
  "Maintainer": "Iñaki Ucar <iucar@fedoraproject.org>",
  "MD5sum": "983643b678f9c0794c10cb05ddb36daf",
  "_user": "r-quantities",
  "_type": "src",
  "_file": "errors_0.4.4.3.tar.gz",
  "_fileid": "59212f2e73763674918e44f8a2bdf95d94399c10a9c326e20b76dc442d8d9f29",
  "_filesize": 528072,
  "_sha256": "59212f2e73763674918e44f8a2bdf95d94399c10a9c326e20b76dc442d8d9f29",
  "_created": "2026-05-08T13:32:56.000Z",
  "_published": "2026-05-22T13:44:41.642Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77392071676,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6880317458"
    },
    {
      "job": 77392071400,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880325707"
    },
    {
      "job": 77392071645,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6880311386"
    },
    {
      "job": 77392071557,
      "time": 104,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880310642"
    },
    {
      "job": 77392070724,
      "time": 144,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880274356"
    },
    {
      "job": 77392070862,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7162000441"
    },
    {
      "job": 77392071417,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6880304861"
    },
    {
      "job": 77392071686,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6880300923"
    },
    {
      "job": 77392071491,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6880304086"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/r-quantities/errors",
  "_commit": {
    "id": "6734e24426258336b15826641c736d68f035852c",
    "author": "Iñaki Ucar <iucar@fedoraproject.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Drop warnings, add optional probabilistic comparisons (#69)\n\n* drop coercion and boolean warnings, add support for probabilistic comparisons\n\n* add errors scales so that the mapping (comparisons) works even when probabilistic comparisons are enabled\n\n* do not use probabilistic comparisons with vctrs\n\n* update tests\n\n* bump version, update NEWS\n\n* move scales to separate file, document functions\n\n* restore ! behavior",
    "time": 1778245392
  },
  "_maintainer": {
    "name": "Iñaki Ucar",
    "email": "iucar@fedoraproject.org",
    "login": "enchufa2",
    "orcid": "0000-0001-6403-5550",
    "twitter": "@Enchufa2",
    "uuid": 4542928
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Suggests"
    },
    {
      "package": "vctrs",
      "version": ">= 0.5.0",
      "role": "Suggests"
    },
    {
      "package": "pillar",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.5.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "r-quantities",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [
    {
      "week": "2025-26",
      "n": 2
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 2
    },
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.4.4",
      "date": "2025-06-23"
    }
  ],
  "_topics": [
    "error-propagation",
    "uncertainty"
  ],
  "_stars": 50,
  "_contributors": [
    {
      "user": "enchufa2",
      "count": 212,
      "uuid": 4542928
    },
    {
      "user": "davidchall",
      "count": 1,
      "uuid": 1804856
    },
    {
      "user": "lionel-",
      "count": 1,
      "uuid": 4465050
    },
    {
      "user": "michaelchirico",
      "count": 1,
      "uuid": 7606389
    },
    {
      "user": "teunbrand",
      "count": 1,
      "uuid": 49372158
    }
  ],
  "_userbio": {
    "uuid": 32303769,
    "type": "organization",
    "name": "r-quantities",
    "description": "Measurement units and errors for R"
  },
  "_downloads": {
    "count": 674,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/errors"
  },
  "_devurl": "https://github.com/r-quantities/errors",
  "_pkgdown": "https://r-quantities.github.io/errors/",
  "_searchresults": 93,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/errors.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/r-quantities/errors",
  "_realowner": "r-quantities",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2017-04-24"
    },
    {
      "version": "0.0.2",
      "date": "2017-06-07"
    },
    {
      "version": "0.1.0",
      "date": "2017-09-26"
    },
    {
      "version": "0.2.0",
      "date": "2017-11-26"
    },
    {
      "version": "0.2.1",
      "date": "2018-04-03"
    },
    {
      "version": "0.3.0",
      "date": "2018-07-26"
    },
    {
      "version": "0.3.1",
      "date": "2018-12-05"
    },
    {
      "version": "0.3.2",
      "date": "2019-05-20"
    },
    {
      "version": "0.3.3",
      "date": "2020-01-09"
    },
    {
      "version": "0.3.4",
      "date": "2020-06-13"
    },
    {
      "version": "0.3.5",
      "date": "2020-08-26"
    },
    {
      "version": "0.3.6",
      "date": "2020-11-10"
    },
    {
      "version": "0.4.0",
      "date": "2022-12-04"
    },
    {
      "version": "0.4.1",
      "date": "2023-12-06"
    },
    {
      "version": "0.4.2",
      "date": "2024-07-29"
    },
    {
      "version": "0.4.3",
      "date": "2025-01-18"
    },
    {
      "version": "0.4.4",
      "date": "2025-06-23"
    }
  ],
  "_exports": [
    "as.errors",
    "correl",
    "correl<-",
    "covar",
    "covar<-",
    "drop_errors",
    "errors",
    "errors_max",
    "errors_min",
    "errors<-",
    "geom_errors",
    "scale_alpha_errors",
    "scale_color_errors",
    "scale_colour_errors",
    "scale_fill_errors",
    "scale_linewidth_errors",
    "scale_radius_errors",
    "scale_size_area_errors",
    "scale_size_errors",
    "scale_x_errors",
    "scale_y_errors",
    "set_correl",
    "set_covar",
    "set_errors"
  ],
  "_datasets": [
    {
      "name": "GUM.H.2",
      "title": "Datasets from the Guide to the Expression of Uncertainty in Measurement (GUM)",
      "object": "GUM.H.2",
      "class": [
        "data.frame"
      ],
      "fields": [
        "V",
        "I",
        "phi"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "GUM.H.3",
      "title": "Datasets from the Guide to the Expression of Uncertainty in Measurement (GUM)",
      "object": "GUM.H.3",
      "class": [
        "data.frame"
      ],
      "fields": [
        "tk",
        "bk"
      ],
      "rows": 11,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "errors-package",
      "title": "'errors': Uncertainty Propagation for R Vectors",
      "topics": [
        "errors-package"
      ]
    },
    {
      "page": "as.data.frame.errors",
      "title": "Coerce to a Data Frame",
      "topics": [
        "as.data.frame.errors"
      ]
    },
    {
      "page": "as.list.errors",
      "title": "Coerce to a List",
      "topics": [
        "as.list.errors"
      ]
    },
    {
      "page": "as.matrix.errors",
      "title": "Coerce to a Matrix",
      "topics": [
        "as.matrix.errors"
      ]
    },
    {
      "page": "c.errors",
      "title": "Combine Values into a Vector or List",
      "topics": [
        "c.errors"
      ]
    },
    {
      "page": "cbind.errors",
      "title": "Combine R Objects by Rows or Columns",
      "topics": [
        "cbind.errors",
        "rbind.errors"
      ]
    },
    {
      "page": "correl",
      "title": "Handle Correlations Between 'errors' Objects",
      "topics": [
        "correl",
        "correl<-",
        "covar",
        "covar<-",
        "set_correl",
        "set_covar"
      ]
    },
    {
      "page": "datasets",
      "title": "Datasets from the Guide to the Expression of Uncertainty in Measurement (GUM)",
      "topics": [
        "datasets",
        "GUM.H.2",
        "GUM.H.3"
      ]
    },
    {
      "page": "diff.errors",
      "title": "Lagged Differences",
      "topics": [
        "diff.errors"
      ]
    },
    {
      "page": "drop_errors",
      "title": "Drop Uncertainty",
      "topics": [
        "drop_errors",
        "drop_errors.data.frame"
      ]
    },
    {
      "page": "errors",
      "title": "Handle Uncertainty on a Numeric Vector",
      "topics": [
        "as.errors",
        "errors",
        "errors<-",
        "errors_max",
        "errors_min",
        "set_errors"
      ]
    },
    {
      "page": "Extract.errors",
      "title": "Extract or Replace Parts of an Object",
      "topics": [
        "Extract.errors",
        "[.errors",
        "[<-.errors",
        "[[.errors",
        "[[<-.errors"
      ]
    },
    {
      "page": "format.errors",
      "title": "Encode 'errors'",
      "topics": [
        "format.errors"
      ]
    },
    {
      "page": "geom_errors",
      "title": "Errorbars for 'errors' objects",
      "topics": [
        "geom_errors"
      ]
    },
    {
      "page": "groupGeneric.errors",
      "title": "S3 Group Generic Functions",
      "topics": [
        "groupGeneric.errors",
        "Math.errors",
        "Ops.errors",
        "Summary.errors"
      ]
    },
    {
      "page": "mean.errors",
      "title": "Arithmetic Mean and Median Value",
      "topics": [
        "mean.errors",
        "median.errors",
        "weighted.mean.errors"
      ]
    },
    {
      "page": "plot.errors",
      "title": "Scatterplot with Error Bars",
      "topics": [
        "plot.errors"
      ]
    },
    {
      "page": "print.errors",
      "title": "Print Values",
      "topics": [
        "print.errors"
      ]
    },
    {
      "page": "rep.errors",
      "title": "Replicate Elements of Vectors and Lists",
      "topics": [
        "rep.errors"
      ]
    },
    {
      "page": "scale_errors",
      "title": "Continuous scales for 'errors' objects",
      "topics": [
        "scale_alpha_errors",
        "scale_color_errors",
        "scale_colour_errors",
        "scale_fill_errors",
        "scale_linewidth_errors",
        "scale_radius_errors",
        "scale_size_area_errors",
        "scale_size_errors",
        "scale_x_errors",
        "scale_y_errors"
      ]
    },
    {
      "page": "t.errors",
      "title": "Matrix Transpose",
      "topics": [
        "t.errors"
      ]
    }
  ],
  "_readme": "https://github.com/r-quantities/errors/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "rjournal.Rmd",
      "filename": "rjournal.html",
      "title": "Measurement Errors in R",
      "author": "Iñaki Ucar, Edzer Pebesma, Arturo Azcorra",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Propagation of uncertainty",
        "Taylor series method",
        "Monte Carlo method",
        "Reporting uncertainty",
        "Related work",
        "Automated uncertainty handling in R: the errors package",
        "Package description and usage",
        "Example: Simultaneous resistance and reactance measurement",
        "Example: Calibration of a thermometer",
        "Discussion",
        "Summary and future work"
      ],
      "created": "2018-12-19 18:57:02",
      "modified": "2025-06-23 10:43:20",
      "commits": 5
    }
  ],
  "_score": 8.524785449321223,
  "_indexed": true,
  "_nocasepkg": "errors",
  "_universes": [
    "r-quantities",
    "enchufa2"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:34:59.000Z",
      "distro": "noble",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "04743b5c896f3496018cfc20338be09c2c91475b6725ffe5374ccd4983e11568",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:35:26.000Z",
      "distro": "noble",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "e51dd2f7ba558a3e41259dd7b7be5b50e0cd7f7d2c944b9d03f149f522164777",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:34:44.000Z",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "2d9d0ef12fa2e5109902bc4b932c7e88a315a2ac02fad7bdd2b12c574c5ab384",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:34:42.000Z",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "a893fff54c03edcc442670ff5cbc12585dd33920fdfec70b9fbdc99b60fe2931",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:34:16.000Z",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "d4100d373390e043d303f0124c39a4a80ea985a1fb8a8ad4980a7f1aa4b74ba5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:34:07.000Z",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "988c85e413a1c95a373775a3c731e04b0732c51397f69d6a956d0ee9a0c07bb7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.4.3",
      "date": "2026-05-08T13:34:14.000Z",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "051eed1e1ce79abafcac2cdb62c34690124054c8f13a25a228b137e43a3e8370",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.4.3",
      "date": "2026-05-22T13:44:26.000Z",
      "commit": "6734e24426258336b15826641c736d68f035852c",
      "fileid": "a5859cad67864f3bd2d2d1ca8f12ad78ff0cadc46fbf152a5cdb5f734896cfe4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-quantities/actions/runs/25558334055"
    }
  ]
}