{
  "_id": "6a1c097d1d7bb097a0a2c875",
  "Package": "meanr",
  "Type": "Package",
  "Title": "Sentiment Analysis Scorer",
  "Version": "0.1-6",
  "Description": "Sentiment analysis is a popular technique in text mining\nthat attempts to determine the emotional state of some text. We\nprovide a new implementation of a common method for computing\nsentiment, whereby words are scored as positive or negative\naccording to a dictionary lookup. Then the sum of those scores\nis returned for the document. We use the 'Hu' and 'Liu'\nsentiment dictionary ('Hu' and 'Liu', 2004)\n<doi:10.1145/1014052.1014073> for determining sentiment. The\nscoring function is 'vectorized' by document, and scores for\nmultiple documents are computed in parallel via 'OpenMP'.",
  "License": "BSD 2-clause License + file LICENSE",
  "LazyLoad": "yes",
  "NeedsCompilation": "yes",
  "ByteCompile": "yes",
  "Authors@R": "c(person(\"Drew\", \"Schmidt\", role=c(\"aut\", \"cre\"), \nemail=\"wrathematics@gmail.com\"))",
  "Maintainer": "Drew Schmidt <wrathematics@gmail.com>",
  "URL": "https://github.com/wrathematics/meanr",
  "BugReports": "https://github.com/wrathematics/meanr/issues",
  "RoxygenNote": "7.2.1",
  "Repository": "https://wrathematics.r-universe.dev",
  "Date/Publication": "2023-12-10 18:49:02 UTC",
  "RemoteUrl": "https://github.com/wrathematics/meanr",
  "RemoteRef": "HEAD",
  "RemoteSha": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
  "Packaged": {
    "Date": "2026-05-31 10:08:35 UTC",
    "User": "root"
  },
  "Author": "Drew Schmidt [aut, cre]",
  "MD5sum": "df38737a5528e302e6f77a4273e4c3f0",
  "_user": "wrathematics",
  "_type": "src",
  "_file": "meanr_0.1-6.tar.gz",
  "_fileid": "3a5d20e8b7d8999e084abc51660c1dc85b9115794c0335a2f4ca67806a347677",
  "_filesize": 270389,
  "_sha256": "3a5d20e8b7d8999e084abc51660c1dc85b9115794c0335a2f4ca67806a347677",
  "_created": "2026-05-31T10:08:35.000Z",
  "_published": "2026-05-31T10:12:13.112Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78717572525,
      "time": 101,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315857243"
    },
    {
      "job": 78717572541,
      "time": 99,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315856934"
    },
    {
      "job": 78717572572,
      "time": 103,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315857460"
    },
    {
      "job": 78717572549,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315857270"
    },
    {
      "job": 78717572527,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315855352"
    },
    {
      "job": 78717572548,
      "time": 154,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315862341"
    },
    {
      "job": 78717572520,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315860795"
    },
    {
      "job": 78717572537,
      "time": 188,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315865528"
    },
    {
      "job": 78717444749,
      "time": 142,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315846861"
    },
    {
      "job": 78717572518,
      "time": 76,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315854668"
    },
    {
      "job": 78717572521,
      "time": 63,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315853115"
    },
    {
      "job": 78717572519,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315855115"
    },
    {
      "job": 78717572517,
      "time": 68,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315853602"
    }
  ],
  "_buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/wrathematics/meanr",
  "_commit": {
    "id": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
    "author": "wrathematics <wrathematics@gmail.com>",
    "committer": "wrathematics <wrathematics@gmail.com>",
    "message": "url\n",
    "time": 1702234142
  },
  "_maintainer": {
    "name": "Drew Schmidt",
    "email": "wrathematics@gmail.com",
    "login": "wrathematics",
    "twitter": "@wrathematics",
    "description": "I like R, C, and HPC.",
    "uuid": 2561297
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    }
  ],
  "_owner": "wrathematics",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 23,
  "_contributors": [
    {
      "user": "wrathematics",
      "count": 109,
      "uuid": 2561297
    },
    {
      "user": "amrrs",
      "count": 1,
      "uuid": 5347322
    }
  ],
  "_userbio": {
    "uuid": 2561297,
    "type": "user",
    "name": "Drew Schmidt",
    "description": "I like R, C, and HPC."
  },
  "_downloads": {
    "count": 250,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/meanr"
  },
  "_devurl": "https://github.com/wrathematics/meanr",
  "_searchresults": 8,
  "_topics": [
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/meanr.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wrathematics/meanr",
  "_realowner": "wrathematics",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2017-06-07"
    },
    {
      "version": "0.1-1",
      "date": "2017-10-26"
    },
    {
      "version": "0.1-2",
      "date": "2019-07-19"
    },
    {
      "version": "0.1-3",
      "date": "2021-09-16"
    },
    {
      "version": "0.1-4",
      "date": "2022-03-06"
    },
    {
      "version": "0.1-5",
      "date": "2022-10-25"
    },
    {
      "version": "0.1-6",
      "date": "2023-12-10"
    }
  ],
  "_exports": [
    "meanr.nthreads",
    "score"
  ],
  "_help": [
    {
      "page": "meanr-package",
      "title": "meanr: Sentiment Analysis Scorer",
      "topics": [
        "meanr-package"
      ]
    },
    {
      "page": "meanr.nthreads",
      "title": "meanr.nthreads",
      "topics": [
        "meanr.nthreads"
      ]
    },
    {
      "page": "score",
      "title": "score",
      "topics": [
        "score"
      ]
    }
  ],
  "_readme": "https://github.com/wrathematics/meanr/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 4.060697840353612,
  "_indexed": true,
  "_nocasepkg": "meanr",
  "_universes": [
    "wrathematics"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:26.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "37af9e967675d79f46c848f91d4d0454f26d242e6fb28d52ce13a4b818dfd436",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:20.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "2f3579d743ce9b1b3756effbf0a652344fd33f148ae9556b4e57b5c7bf6d0f1b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:29.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "272cbab93d1d25e65ae9131006446154149924ec75abbf0222e9642e3434fea9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:24.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "b252af987a00cb9216b81dbbd6c8fffc9eddd7fa28499583531474535a99b2ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:06.000Z",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "50cffadbd2d6d35879f8fbd081f4ec02092c6452982af6cbab73aa8dd43ee94a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-05-31T10:11:10.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "a3e74a35fec932eb5929646b62c8a5778fb6c2e2e8f9d892735a65e14802b956",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:57.000Z",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "57e6160282012f8876a205b57ebd04b25fe729c224c680826383cb105a74bfe2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-05-31T10:11:38.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "5ffdc4be051d98712db9f082093999bd900043e22f5026286f2c667f79b3f304",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1-6",
      "date": "2026-05-31T10:10:07.000Z",
      "arch": "emscripten",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "3fb06da36ebba4faff3daae8736bb956b4bc43a900e290b59dd90bcafb5c6426",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1-6",
      "date": "2026-05-31T10:09:38.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "c1e6814c5e95cc3c47774e0707b9a6086978f6802f01c7679845506e6eddb23c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1-6",
      "date": "2026-05-31T10:09:47.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "e61cbbb22750e900f67f8a055bab5276b53611c1d3137492d0247c99ea957a7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1-6",
      "date": "2026-05-31T10:09:39.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "b7bad235c28c72f8d06b751cf3836e72e66e51cc2ed2aa3b83a7ecc49a6481d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/26709677468"
    }
  ]
}