{
  "_id": "6a5f000e9baadeef8ab58696",
  "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-07-21 05:09:02 UTC",
    "User": "root"
  },
  "Author": "Drew Schmidt [aut, cre]",
  "_user": "wrathematics",
  "_type": "src",
  "_file": "meanr_0.1-6.tar.gz",
  "_fileid": "https://r2.ropensci.org/23e11e011dfdd0bbd342c5654558305bbf2eb61c1a4c99ada037d4d682104f9a",
  "_filesize": 270537,
  "_sha256": "23e11e011dfdd0bbd342c5654558305bbf2eb61c1a4c99ada037d4d682104f9a",
  "_expires": "2026-10-29T05:13:47.000Z",
  "_created": "2026-07-21T05:09:02.000Z",
  "_published": "2026-07-21T05:13:50.126Z",
  "_jobs": [
    {
      "job": 88548161040,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8484512298"
    },
    {
      "job": 88548161006,
      "time": 111,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8484510035"
    },
    {
      "job": 88548160987,
      "time": 123,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8484514627"
    },
    {
      "job": 88548161010,
      "time": 99,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8484506818"
    },
    {
      "job": 88548161016,
      "time": 156,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8484534597"
    },
    {
      "job": 88548161045,
      "time": 214,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8484546294"
    },
    {
      "job": 88548161061,
      "time": 118,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8484539642"
    },
    {
      "job": 88548161005,
      "time": 195,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8484535303"
    },
    {
      "job": 88547724346,
      "time": 194,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8484474537"
    },
    {
      "job": 88548161183,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8484507603"
    },
    {
      "job": 88548161077,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8484501660"
    },
    {
      "job": 88548161042,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8484496362"
    },
    {
      "job": 88548161076,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8484502636"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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",
    "followers": 257,
    "description": "I like R, C, and HPC."
  },
  "_downloads": {
    "count": 221,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/meanr"
  },
  "_devurl": "https://github.com/wrathematics/meanr",
  "_searchresults": 10,
  "_topics": [
    "openmp"
  ],
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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": "16-20260322-1ubuntu1",
      "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-07-21T05:11:13.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/26ee2f011d2250ed498db70c5ac278cf1c8c2abb0d0f7b5738fdf69430cff1f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-07-21T05:11:02.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/47d8818a64df28a2d7030e262eec6fed61a9753217e07e78fef0f1e35b424142",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-07-21T05:11:20.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/e47d5774e006004796fc6f96d60009be44669550a7f98b7bbe379b533b495eae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1-6",
      "date": "2026-07-21T05:10:52.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/ed7dae7c906888fe0416cb85bf48b9b31c021db78a9c5d40ae2d0ec2ec5f9c95",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-07-21T05:12:27.000Z",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/dba403e77892e47a7125ddd4b1342f13ad313f5ac143c9a495bf46162c475b7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-07-21T05:12:51.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/a9f66ecb2373b3c495ca46fcc1041df50307c78df94fd6a9b01a52f43e552baa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-07-21T05:12:41.000Z",
      "arch": "aarch64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/cacec2321d63909e2449ded3808d179ae6ee7dc3790747622a5600d2d9fd7d24",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1-6",
      "date": "2026-07-21T05:12:24.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/af14c499267823a54001d004b3ff01dde919d54569ef657c02aea0c74a0ceb7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1-6",
      "date": "2026-07-21T05:11:02.000Z",
      "arch": "emscripten",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/c2f48c483a2d959abf1bf9069fb0def21f7f6a91c4b592cdb6f43b66a9085c39",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1-6",
      "date": "2026-07-21T05:10:23.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/329d2729be75e7adbb29799fa9e3335dd2be658baadbb60892d223d1b992e978",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1-6",
      "date": "2026-07-21T05:10:05.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/6b214e38eb6135acd1f1cfa89b88b467f2c39e92f8bdc06320a71e395af8a790",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1-6",
      "date": "2026-07-21T05:10:23.000Z",
      "arch": "x86_64",
      "commit": "b6d1dc2638591fbf0261502d163a275b6413fcf0",
      "fileid": "https://r2.ropensci.org/81abbe1911116efde2a8c3539a34d4b79822b35462a93e7da404ddc34d5e8a58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wrathematics/actions/runs/29803021656"
    }
  ]
}