{
  "_id": "6a23cb6c530b9bc726be19a9",
  "Package": "tryCatchLog",
  "Title": "Advanced 'tryCatch()' and 'try()' Functions",
  "Version": "1.3.3",
  "Authors@R": "c(\nperson(\"Juergen\",  \"Altfeld\",   email = \"jaltfeld@altfeld-im.de\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Charles\",  \"Epaillard\", email = \"charles.epaillard@gmail.com\", role = \"ctb\"),\nperson(\"Brandon\",  \"Bertelsen\", email = \"brandon@bertelsen.ca\", role = \"ctb\"),\nperson(\"Valerian\", \"Wrobel\",    email = \"valerian.wrobel@gmail.com\", role = \"ctb\"),\nperson(\"Duccio\",   \"Aiazzi\",    email = \"aiazziduccio@gmail.com\", role = \"ctb\")\n)",
  "Description": "Advanced tryCatch() and try() functions for better error\nhandling (logging, stack trace with source code references and\nsupport for post-mortem analysis via dump files).",
  "License": "GPL-3 | file LICENSE",
  "URL": "https://github.com/aryoda/tryCatchLog",
  "BugReports": "https://github.com/aryoda/tryCatchLog/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Repository": "https://aryoda.r-universe.dev",
  "Date/Publication": "2025-12-08 14:25:27 UTC",
  "RemoteUrl": "https://github.com/aryoda/trycatchlog",
  "RemoteRef": "HEAD",
  "RemoteSha": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 07:22:29 UTC",
    "User": "root"
  },
  "Author": "Juergen Altfeld [aut, cre, cph],\nCharles Epaillard [ctb],\nBrandon Bertelsen [ctb],\nValerian Wrobel [ctb],\nDuccio Aiazzi [ctb]",
  "Maintainer": "Juergen Altfeld <jaltfeld@altfeld-im.de>",
  "MD5sum": "8c275d11babc803de10b6cd55cc686fc",
  "_user": "aryoda",
  "_type": "src",
  "_file": "tryCatchLog_1.3.3.tar.gz",
  "_fileid": "89be441d70e0f43fe74ec6fb48b6d77d9696fc0ae74cfb71c31968fdc48db079",
  "_filesize": 528312,
  "_sha256": "89be441d70e0f43fe74ec6fb48b6d77d9696fc0ae74cfb71c31968fdc48db079",
  "_created": "2026-06-06T07:22:29.000Z",
  "_published": "2026-06-06T07:25:32.875Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79860707281,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452396256"
    },
    {
      "job": 79860707280,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452396730"
    },
    {
      "job": 79860707276,
      "time": 151,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452396302"
    },
    {
      "job": 79860707268,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452395271"
    },
    {
      "job": 79860379746,
      "time": 346,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452381560"
    },
    {
      "job": 79860707274,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452394323"
    },
    {
      "job": 79860707294,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7452391803"
    },
    {
      "job": 79860707286,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7452391813"
    },
    {
      "job": 79860707284,
      "time": 72,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452390899"
    }
  ],
  "_buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/aryoda/trycatchlog",
  "_commit": {
    "id": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
    "author": "aryoda <11374410+aryoda@users.noreply.github.com>",
    "committer": "aryoda <11374410+aryoda@users.noreply.github.com>",
    "message": "Fixes #82 and #83 (with_mock) and other CRAN check notes. Exports \"log2console\" now. Ready for new CRAN release now.\n",
    "time": 1765203927
  },
  "_maintainer": {
    "name": "Juergen Altfeld",
    "email": "jaltfeld@altfeld-im.de"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "futile.logger",
      "role": "Suggests"
    },
    {
      "package": "lgr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "aryoda",
  "_selfowned": true,
  "_usedby": 11,
  "_updates": [
    {
      "week": "2025-50",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.3.3_CRAN",
      "date": "2025-12-08"
    }
  ],
  "_stars": 73,
  "_contributors": [
    {
      "user": "aryoda",
      "count": 213,
      "uuid": 11374410
    },
    {
      "user": "charlesepaillard",
      "count": 3,
      "uuid": 7326398
    },
    {
      "user": "vwrobel",
      "count": 3,
      "uuid": 6533851
    },
    {
      "user": "1beb",
      "count": 2,
      "uuid": 421859
    },
    {
      "user": "daiazzi",
      "count": 1,
      "uuid": 269168128
    }
  ],
  "_userbio": {
    "uuid": 11374410,
    "type": "user",
    "name": "aryoda",
    "description": "Highway to shell: A long way to go, but the road is free"
  },
  "_downloads": {
    "count": 1663,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tryCatchLog"
  },
  "_devurl": "https://github.com/aryoda/trycatchlog",
  "_searchresults": 143,
  "_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/tryCatchLog.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/aryoda/trycatchlog",
  "_realowner": "aryoda",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2018-05-18"
    },
    {
      "version": "1.1.2",
      "date": "2019-04-08"
    },
    {
      "version": "1.1.4",
      "date": "2019-04-08"
    },
    {
      "version": "1.1.6",
      "date": "2019-11-07"
    },
    {
      "version": "1.2.1",
      "date": "2020-11-25"
    },
    {
      "version": "1.2.4",
      "date": "2021-05-21"
    },
    {
      "version": "1.3.1",
      "date": "2021-10-25"
    },
    {
      "version": "1.3.3",
      "date": "2025-12-11"
    }
  ],
  "_exports": [
    "build.log.output",
    "get.pretty.call.stack",
    "get.pretty.tryCatchLog.options",
    "is.windows",
    "last.tryCatchLog.result",
    "limitedLabelsCompact",
    "log2console",
    "platform.NewLine",
    "set.logging.functions",
    "set.logging.package",
    "tryCatchLog",
    "tryLog"
  ],
  "_help": [
    {
      "page": "append.to.last.tryCatchLog.result",
      "title": "Appends a new log entry to the stored logging output of the last call to 'tryCatchLog' or 'tryLog'",
      "topics": [
        "append.to.last.tryCatchLog.result"
      ]
    },
    {
      "page": "build.log.entry",
      "title": "Creates a log entry as a single 'data.frame' row containing all relevant logging information in columns",
      "topics": [
        "build.log.entry"
      ]
    },
    {
      "page": "build.log.output",
      "title": "Creates a single string suited as logging output",
      "topics": [
        "build.log.output"
      ]
    },
    {
      "page": "determine.platform.NewLine",
      "title": "Determines the operating system specific new line character(s)",
      "topics": [
        "determine.platform.NewLine"
      ]
    },
    {
      "page": "get.pretty.call.stack",
      "title": "Pretty formatted call stack enriched with the source file names and row numbers",
      "topics": [
        "get.pretty.call.stack"
      ]
    },
    {
      "page": "get.pretty.option.value",
      "title": "gets the current value of an option as key/value string",
      "topics": [
        "get.pretty.option.value"
      ]
    },
    {
      "page": "get.pretty.tryCatchLog.options",
      "title": "Gets the current option values of all options supported by the `tryCatchLog` package",
      "topics": [
        "get.pretty.tryCatchLog.options"
      ]
    },
    {
      "page": "is.duplicated.log.entry",
      "title": "Check if a new log entry would be a duplicate of on an already existing log entry",
      "topics": [
        "is.duplicated.log.entry"
      ]
    },
    {
      "page": "is.package.available",
      "title": "Checks if a package is installed and can be loaded",
      "topics": [
        "is.package.available"
      ]
    },
    {
      "page": "is.windows",
      "title": "Determines if R is running on a Windows operating system",
      "topics": [
        "is.windows"
      ]
    },
    {
      "page": "last.tryCatchLog.result",
      "title": "Gets the logging result of the last call to 'tryCatchLog' or 'tryLog'",
      "topics": [
        "last.tryCatchLog.result"
      ]
    },
    {
      "page": "limitedLabelsCompact",
      "title": "Convert a call stack into a list of printable strings",
      "topics": [
        "limitedLabelsCompact"
      ]
    },
    {
      "page": "log2console",
      "title": "Prints a time-stamped log message to the console incl. the severity level",
      "topics": [
        "log2console"
      ]
    },
    {
      "page": "platform.NewLine",
      "title": "Gets the operating system specific new line character(s)",
      "topics": [
        "platform.NewLine"
      ]
    },
    {
      "page": "reset.last.tryCatchLog.result",
      "title": "Resets the stored logging output of the last call to 'tryCatchLog' or 'tryLog' to an empty list",
      "topics": [
        "reset.last.tryCatchLog.result"
      ]
    },
    {
      "page": "set.logging.functions",
      "title": "Sets the logging functions that shall be used by 'tryCatchLog' for the different severity levels",
      "topics": [
        "set.logging.functions"
      ]
    },
    {
      "page": "set.logging.package",
      "title": "Enables one of the supported logging package used by tryCatchLog to write log output",
      "topics": [
        "set.logging.package"
      ]
    },
    {
      "page": "tryCatchLog",
      "title": "Try an expression with condition logging and error handling",
      "topics": [
        "tryCatchLog"
      ]
    },
    {
      "page": "tryLog",
      "title": "Try an expression with condition logging and error recovery",
      "topics": [
        "tryLog"
      ]
    }
  ],
  "_readme": "https://github.com/aryoda/trycatchlog/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "tryCatchLog-intro.Rmd",
      "filename": "tryCatchLog-intro.html",
      "title": "Error handling in R with tryCatchLog: Catching, logging, post-mortem analysis",
      "author": "Jürgen Altfeld",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-04-25 22:44:35",
      "modified": "2018-06-01 09:12:13",
      "commits": 5
    }
  ],
  "_score": 9.059095082346905,
  "_indexed": true,
  "_nocasepkg": "trycatchlog",
  "_universes": [
    "aryoda"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.3",
      "date": "2026-06-06T07:24:32.000Z",
      "distro": "noble",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "c45899e5fde48fa926d22a79accc3e0834c6a9ff59fbc1ff44d581ce6c3bdf3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.3",
      "date": "2026-06-06T07:24:34.000Z",
      "distro": "noble",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "04c08a4729970c40be06ed2e4dabec36aa5ac1e91efe0165f3da54f95a2dbd10",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.3",
      "date": "2026-06-06T07:24:36.000Z",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "cc10912cccf1008196d5f8e207e04cbd497029179cf7a31e8e1bf33bec6d6d76",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.3",
      "date": "2026-06-06T07:24:26.000Z",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "1cc98fe6af2b08f8057fb0aeb69367d8fd33326f8329fa6a4f25a508d770689b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.3",
      "date": "2026-06-06T07:24:30.000Z",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "433ef60cc1ff1b5274b0f8c33b4a43ec35906cf5f3dd13f6dea12915a8c4c946",
      "status": "success",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.3",
      "date": "2026-06-06T07:23:48.000Z",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "0d5b58a4f131dd86238c21f9b67ee7beb8870dfb90517a7f8cf954eb2d5b4be2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.3",
      "date": "2026-06-06T07:23:46.000Z",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "8a2fb30ff21f99006d6a2353045dac8c32db459d1bb50c60d39776bc26606303",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.3",
      "date": "2026-06-06T07:23:37.000Z",
      "commit": "39f6b022e508a1071ef817f7b897c4a83ea3d465",
      "fileid": "90402240399b59b0614399304b8c75f8d383b64398590fd94f7bc1ec926ddb0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aryoda/actions/runs/27055983259"
    }
  ]
}