{
  "_id": "6a155d0cacfb0bcc41d5f911",
  "Package": "SentimentAnalysis",
  "Type": "Package",
  "Title": "Dictionary-Based Sentiment Analysis",
  "Version": "1.3-5",
  "Date": "2023-08-23",
  "Authors@R": "c(person(\"Nicolas\", \"Proellochs\", email=\"nicolas@nproellochs.com\",\nrole=c(\"aut\", \"cre\")),\nperson(\"Stefan\", \"Feuerriegel\", email=\"sentiment@sfeuerriegel.com\",\nrole=c(\"aut\")))",
  "Description": "Performs a sentiment analysis of textual contents in R.\nThis implementation utilizes various existing dictionaries,\nsuch as Harvard IV, or finance-specific dictionaries.\nFurthermore, it can also create customized dictionaries. The\nlatter uses LASSO regularization as a statistical approach to\nselect relevant terms based on an exogenous response variable.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/sfeuerriegel/SentimentAnalysis",
  "BugReports": "https://github.com/sfeuerriegel/SentimentAnalysis/issues",
  "LazyData": "true",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libxml2-dev",
  "Repository": "https://sfeuerriegel.r-universe.dev",
  "Date/Publication": "2023-08-23 19:56:31 UTC",
  "RemoteUrl": "https://github.com/sfeuerriegel/sentimentanalysis",
  "RemoteRef": "HEAD",
  "RemoteSha": "279194dc86d1764be9181c12273087d8de8d75d6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 08:38:19 UTC",
    "User": "root"
  },
  "Author": "Nicolas Proellochs [aut, cre],\nStefan Feuerriegel [aut]",
  "Maintainer": "Nicolas Proellochs <nicolas@nproellochs.com>",
  "MD5sum": "04a9b47f7509b303ec221ba94be82f47",
  "_user": "sfeuerriegel",
  "_type": "src",
  "_file": "SentimentAnalysis_1.3-5.tar.gz",
  "_fileid": "bbb0946170908060ab7267c941ed47eaa7baefd90e729aeba8c2f7d0169e219a",
  "_filesize": 526855,
  "_sha256": "bbb0946170908060ab7267c941ed47eaa7baefd90e729aeba8c2f7d0169e219a",
  "_created": "2026-05-26T08:38:19.000Z",
  "_published": "2026-05-26T08:42:52.707Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77837640997,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7212556105"
    },
    {
      "job": 77837640984,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7212555332"
    },
    {
      "job": 77837640979,
      "time": 235,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7212569389"
    },
    {
      "job": 77837641025,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7212550938"
    },
    {
      "job": 77836963516,
      "time": 262,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212504849"
    },
    {
      "job": 77837640955,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7212547447"
    },
    {
      "job": 77837641027,
      "time": 114,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7212541595"
    },
    {
      "job": 77837640981,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7212537799"
    },
    {
      "job": 77837641085,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7212541745"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sfeuerriegel/sentimentanalysis",
  "_commit": {
    "id": "279194dc86d1764be9181c12273087d8de8d75d6",
    "author": "Nicolas Pröllochs <n.proellochs@gmail.com>",
    "committer": "Nicolas Pröllochs <n.proellochs@gmail.com>",
    "message": "Fixed package documentation\n",
    "time": 1692820591
  },
  "_maintainer": {
    "name": "Nicolas Proellochs",
    "email": "nicolas@nproellochs.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "tm",
      "version": ">= 0.6",
      "role": "Imports"
    },
    {
      "package": "qdapDictionaries",
      "role": "Imports"
    },
    {
      "package": "ngramrr",
      "version": ">= 0.1",
      "role": "Imports"
    },
    {
      "package": "moments",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "spikeslab",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "SnowballC",
      "role": "Suggests"
    },
    {
      "package": "XML",
      "role": "Suggests"
    },
    {
      "package": "mgcv",
      "role": "Suggests"
    }
  ],
  "_owner": "sfeuerriegel",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 154,
  "_contributors": [
    {
      "user": "sfeuerriegel",
      "count": 4,
      "uuid": 13138414
    },
    {
      "user": "nproellochs",
      "count": 3,
      "uuid": 16661066
    }
  ],
  "_userbio": {
    "uuid": 13138414,
    "type": "user",
    "name": "sfeuerriegel"
  },
  "_downloads": {
    "count": 704,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SentimentAnalysis"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/sfeuerriegel/sentimentanalysis",
  "_searchresults": 370,
  "_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/SentimentAnalysis.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sfeuerriegel/sentimentanalysis",
  "_realowner": "sfeuerriegel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.2-0",
      "date": "2017-06-02"
    },
    {
      "version": "1.3-0",
      "date": "2017-11-12"
    },
    {
      "version": "1.3-1",
      "date": "2018-04-07"
    },
    {
      "version": "1.3-2",
      "date": "2018-04-09"
    },
    {
      "version": "1.3-3",
      "date": "2019-04-08"
    },
    {
      "version": "1.3-4",
      "date": "2021-02-18"
    },
    {
      "version": "1.3-5",
      "date": "2023-08-24"
    }
  ],
  "_exports": [
    "analyzeSentiment",
    "compareDictionaries",
    "compareToResponse",
    "convertToBinaryResponse",
    "convertToDirection",
    "countWords",
    "enetEstimation",
    "extractWords",
    "generateDictionary",
    "glmEstimation",
    "lassoEstimation",
    "lmEstimation",
    "loadDictionaryGI",
    "loadDictionaryHE",
    "loadDictionaryLM",
    "loadDictionaryLM_Uncertainty",
    "loadDictionaryQDAP",
    "loadImdb",
    "lookupEstimationMethod",
    "ngram_tokenize",
    "numEntries",
    "numNegativeEntries",
    "numPositiveEntries",
    "plotSentiment",
    "plotSentimentResponse",
    "preprocessCorpus",
    "read",
    "ridgeEstimation",
    "ruleLinearModel",
    "ruleNegativity",
    "rulePositivity",
    "ruleRatio",
    "ruleSentiment",
    "ruleSentimentPolarity",
    "ruleWordCount",
    "SentimentDictionary",
    "SentimentDictionaryBinary",
    "SentimentDictionaryWeighted",
    "SentimentDictionaryWordlist",
    "spikeslabEstimation",
    "toDocumentTermMatrix",
    "transformIntoCorpus",
    "write"
  ],
  "_datasets": [
    {
      "name": "DictionaryGI",
      "title": "Dictionary with opinionated words from the Harvard-IV dictionary as used in the General Inquirer software",
      "object": "DictionaryGI",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "DictionaryHE",
      "title": "Dictionary with opinionated words from Henry's Financial dictionary",
      "object": "DictionaryHE",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "DictionaryLM",
      "title": "Dictionary with opinionated words from Loughran-McDonald Financial dictionary",
      "object": "DictionaryLM",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "analyzeSentiment",
      "title": "Sentiment analysis",
      "topics": [
        "analyzeSentiment",
        "analyzeSentiment.character",
        "analyzeSentiment.Corpus",
        "analyzeSentiment.data.frame",
        "analyzeSentiment.DocumentTermMatrix",
        "analyzeSentiment.TermDocumentMatrix"
      ]
    },
    {
      "page": "compareDictionaries",
      "title": "Compares two dictionaries",
      "topics": [
        "compareDictionaries"
      ]
    },
    {
      "page": "compareToResponse",
      "title": "Compare sentiment values to existing response variable",
      "topics": [
        "compareToResponse",
        "compareToResponse.data.frame",
        "compareToResponse.factor",
        "compareToResponse.integer",
        "compareToResponse.logical",
        "compareToResponse.numeric"
      ]
    },
    {
      "page": "convertToBinaryResponse",
      "title": "Convert continuous sentiment to direction",
      "topics": [
        "convertToBinaryResponse"
      ]
    },
    {
      "page": "convertToDirection",
      "title": "Convert continuous sentiment to direction",
      "topics": [
        "convertToDirection"
      ]
    },
    {
      "page": "countWords",
      "title": "Count words",
      "topics": [
        "countWords",
        "countWords.character",
        "countWords.Corpus",
        "countWords.data.frame",
        "countWords.DocumentTermMatrix",
        "countWords.TermDocumentMatrix"
      ]
    },
    {
      "page": "DictionaryGI",
      "title": "Dictionary with opinionated words from the Harvard-IV dictionary as used in the General Inquirer software",
      "topics": [
        "DictionaryGI"
      ]
    },
    {
      "page": "DictionaryHE",
      "title": "Dictionary with opinionated words from Henry's Financial dictionary",
      "topics": [
        "DictionaryHE"
      ]
    },
    {
      "page": "DictionaryLM",
      "title": "Dictionary with opinionated words from Loughran-McDonald Financial dictionary",
      "topics": [
        "DictionaryLM"
      ]
    },
    {
      "page": "enetEstimation",
      "title": "Elastic net estimation",
      "topics": [
        "enetEstimation"
      ]
    },
    {
      "page": "extractWords",
      "title": "Extract words from dictionary",
      "topics": [
        "extractWords"
      ]
    },
    {
      "page": "generateDictionary",
      "title": "Generates dictionary of decisive terms",
      "topics": [
        "generateDictionary",
        "generateDictionary.character",
        "generateDictionary.Corpus",
        "generateDictionary.data.frame",
        "generateDictionary.DocumentTermMatrix",
        "generateDictionary.TermDocumentMatrix"
      ]
    },
    {
      "page": "glmEstimation",
      "title": "Estimation via generalized least squares",
      "topics": [
        "glmEstimation"
      ]
    },
    {
      "page": "lassoEstimation",
      "title": "Lasso estimation",
      "topics": [
        "lassoEstimation"
      ]
    },
    {
      "page": "lmEstimation",
      "title": "Ordinary least squares estimation",
      "topics": [
        "lmEstimation"
      ]
    },
    {
      "page": "loadDictionaryGI",
      "title": "Loads Harvard-IV dictionary into object",
      "topics": [
        "loadDictionaryGI"
      ]
    },
    {
      "page": "loadDictionaryHE",
      "title": "Loads Henry's finance-specific dictionary into object",
      "topics": [
        "loadDictionaryHE"
      ]
    },
    {
      "page": "loadDictionaryLM",
      "title": "Loads Loughran-McDonald dictionary into object",
      "topics": [
        "loadDictionaryLM"
      ]
    },
    {
      "page": "loadDictionaryLM_Uncertainty",
      "title": "Loads uncertainty words from Loughran-McDonald into object",
      "topics": [
        "loadDictionaryLM_Uncertainty"
      ]
    },
    {
      "page": "loadDictionaryQDAP",
      "title": "Loads polarity words from qdap package into object",
      "topics": [
        "loadDictionaryQDAP"
      ]
    },
    {
      "page": "loadImdb",
      "title": "Retrieves IMDb dataset",
      "topics": [
        "loadImdb"
      ]
    },
    {
      "page": "lookupEstimationMethod",
      "title": "Estimation method",
      "topics": [
        "lookupEstimationMethod"
      ]
    },
    {
      "page": "ngram_tokenize",
      "title": "N-gram tokenizer",
      "topics": [
        "ngram_tokenize"
      ]
    },
    {
      "page": "numEntries",
      "title": "Number of words in dictionary",
      "topics": [
        "numEntries"
      ]
    },
    {
      "page": "numNegativeEntries",
      "title": "Number of negative words in dictionary",
      "topics": [
        "numNegativeEntries"
      ]
    },
    {
      "page": "numPositiveEntries",
      "title": "Number of positive words in dictionary",
      "topics": [
        "numPositiveEntries"
      ]
    },
    {
      "page": "plot.SentimentDictionaryWeighted",
      "title": "KDE plot of estimated coefficients",
      "topics": [
        "plot.SentimentDictionaryWeighted"
      ]
    },
    {
      "page": "plotSentiment",
      "title": "Line plot with sentiment scores",
      "topics": [
        "plotSentiment"
      ]
    },
    {
      "page": "plotSentimentResponse",
      "title": "Scatterplot with trend line between sentiment and response",
      "topics": [
        "plotSentimentResponse"
      ]
    },
    {
      "page": "predict.SentimentDictionaryWeighted",
      "title": "Prediction for given dictionary",
      "topics": [
        "predict.SentimentDictionaryWeighted"
      ]
    },
    {
      "page": "preprocessCorpus",
      "title": "Default preprocessing of corpus",
      "topics": [
        "preprocessCorpus"
      ]
    },
    {
      "page": "print",
      "title": "Output content of sentiment dictionary",
      "topics": [
        "print.SentimentDictionaryBinary",
        "print.SentimentDictionaryWeighted",
        "print.SentimentDictionaryWordlist"
      ]
    },
    {
      "page": "read",
      "title": "Read dictionary from text file",
      "topics": [
        "read"
      ]
    },
    {
      "page": "ridgeEstimation",
      "title": "Ridge estimation",
      "topics": [
        "ridgeEstimation"
      ]
    },
    {
      "page": "ruleLinearModel",
      "title": "Sentiment based on linear model",
      "topics": [
        "ruleLinearModel"
      ]
    },
    {
      "page": "ruleNegativity",
      "title": "Ratio of negative words",
      "topics": [
        "ruleNegativity"
      ]
    },
    {
      "page": "rulePositivity",
      "title": "Ratio of positive words",
      "topics": [
        "rulePositivity"
      ]
    },
    {
      "page": "ruleRatio",
      "title": "Ratio of dictionary words",
      "topics": [
        "ruleRatio"
      ]
    },
    {
      "page": "ruleSentiment",
      "title": "Sentiment score",
      "topics": [
        "ruleSentiment"
      ]
    },
    {
      "page": "ruleSentimentPolarity",
      "title": "Sentiment polarity score",
      "topics": [
        "ruleSentimentPolarity"
      ]
    },
    {
      "page": "ruleWordCount",
      "title": "Counts word frequencies",
      "topics": [
        "ruleWordCount"
      ]
    },
    {
      "page": "SentimentDictionary",
      "title": "Create new sentiment dictionary based on input",
      "topics": [
        "SentimentDictionary"
      ]
    },
    {
      "page": "SentimentDictionaryBinary",
      "title": "Create a sentiment dictionary of positive and negative words",
      "topics": [
        "SentimentDictionaryBinary"
      ]
    },
    {
      "page": "SentimentDictionaryWeighted",
      "title": "Create a sentiment dictionary of words linked to a score",
      "topics": [
        "SentimentDictionaryWeighted"
      ]
    },
    {
      "page": "SentimentDictionaryWordlist",
      "title": "Create a sentiment dictionary consisting of a simple wordlist",
      "topics": [
        "SentimentDictionaryWordlist"
      ]
    },
    {
      "page": "spikeslabEstimation",
      "title": "Spike-and-slab estimation",
      "topics": [
        "spikeslabEstimation"
      ]
    },
    {
      "page": "summary",
      "title": "Output summary information on sentiment dictionary",
      "topics": [
        "summary.SentimentDictionaryBinary",
        "summary.SentimentDictionaryWeighted",
        "summary.SentimentDictionaryWordlist"
      ]
    },
    {
      "page": "toDocumentTermMatrix",
      "title": "Default preprocessing of corpus and conversion to document-term matrix",
      "topics": [
        "toDocumentTermMatrix"
      ]
    },
    {
      "page": "transformIntoCorpus",
      "title": "Transforms the input into a Corpus object",
      "topics": [
        "transformIntoCorpus"
      ]
    },
    {
      "page": "write",
      "title": "Write dictionary to text file",
      "topics": [
        "write",
        "write.SentimentDictionaryBinary",
        "write.SentimentDictionaryWeighted",
        "write.SentimentDictionaryWordlist"
      ]
    }
  ],
  "_readme": "https://github.com/sfeuerriegel/sentimentanalysis/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "cli",
    "codetools",
    "cpp11",
    "farver",
    "foreach",
    "ggplot2",
    "glmnet",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lars",
    "lattice",
    "lifecycle",
    "Matrix",
    "moments",
    "ngramrr",
    "NLP",
    "qdapDictionaries",
    "R6",
    "randomForest",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "S7",
    "scales",
    "shape",
    "slam",
    "spikeslab",
    "stringdist",
    "survival",
    "tau",
    "tm",
    "vctrs",
    "viridisLite",
    "withr",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "SentimentAnalysis.Rmd",
      "filename": "SentimentAnalysis.html",
      "title": "SentimentAnalysis Vignette",
      "author": "Stefan Feuerriegel, Nicolas Proellochs",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Applications in research",
        "Applications in practice",
        "Methods for sentiment analysis",
        "Setup of the SentimentAnalysis package",
        "Brief demonstration",
        "Functionality",
        "Interface",
        "Vector of strings",
        "Document-term matrix",
        "Corpus object",
        "Built-in dictionaries",
        "Dictionary functions",
        "SentimentDictionaryWordlist",
        "SentimentDictionaryBinary",
        "SentimentDictionaryWeighted",
        "Dictionary generation",
        "Performance evaluation",
        "Configuration of preprocessing",
        "Performance optimization",
        "Language support and extensibility",
        "Worked examples",
        "Word couting",
        "Outlook",
        "License",
        "References"
      ],
      "created": "2016-06-18 16:05:46",
      "modified": "2023-08-23 19:56:31",
      "commits": 19
    }
  ],
  "_score": 8.533873695287102,
  "_indexed": true,
  "_nocasepkg": "sentimentanalysis",
  "_universes": [
    "sfeuerriegel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3-5",
      "date": "2026-05-26T08:40:53.000Z",
      "distro": "noble",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "fd3b628180ca221069337e868af69fe2855226e7af83a65b8b0afb626100db0d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3-5",
      "date": "2026-05-26T08:40:51.000Z",
      "distro": "noble",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "be740f4882457038400928d6e00a265c6f47047c0125d0010107143268bd06c5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3-5",
      "date": "2026-05-26T08:41:42.000Z",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "eff49ec8b7335451d216bc19a250253fca3fb6d8a6d87c280c1f7f58d42796b5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3-5",
      "date": "2026-05-26T08:40:43.000Z",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "1232f5a0d799240cde8b45008669997851199508e1c12d90c8699f86cdd6cb1f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3-5",
      "date": "2026-05-26T08:40:50.000Z",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "118514b3d21f3d6d28834222fcc09bab8c2b5b30fce62c33521abbb841d178d0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3-5",
      "date": "2026-05-26T08:39:58.000Z",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "b5325dc54f6b69c944ac2536d81aed831f8dddfc2883a36cfd8663eb23954184",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3-5",
      "date": "2026-05-26T08:39:52.000Z",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "6948a9d3db64ed3c4a2dd4f0cf947a0ac2c1f984087523f7039485575d794ffa",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3-5",
      "date": "2026-05-26T08:39:56.000Z",
      "commit": "279194dc86d1764be9181c12273087d8de8d75d6",
      "fileid": "f077686bd5f7ae2449fe877b476e6b2c0395678b244b12656a79dc85cbd777e3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/sfeuerriegel/actions/runs/26441520267"
    }
  ]
}