{
  "_id": "6a4792108b9f0d9747cf1fee",
  "Package": "SemNetCleaner",
  "Title": "An Automated Cleaning Tool for Semantic and Linguistic Data",
  "Version": "1.3.7",
  "Date": "2025-05-08",
  "Authors@R": "c(person(\"Alexander P.\", \"Christensen\", email = \"alexpaulchristensen@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-9798-7037\")))",
  "Maintainer": "Alexander P. Christensen <alexpaulchristensen@gmail.com>",
  "Description": "Implements several functions that automates the cleaning\nand spell-checking of text data. Also converges, finalizes,\nremoves plurals and continuous strings, and puts text data in\nbinary format for semantic network analysis. Uses the\n'SemNetDictionaries' package to make the cleaning process more\naccurate, efficient, and reproducible.",
  "License": "GPL (>= 3.0)",
  "URL": "https://github.com/AlexChristensen/SemNetCleaner",
  "BugReports": "https://github.com/AlexChristensen/SemNetCleaner/issues",
  "NeedsCompilation": "no",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://alexchristensen.r-universe.dev",
  "Date/Publication": "2025-05-08 15:08:50 UTC",
  "RemoteUrl": "https://github.com/alexchristensen/semnetcleaner",
  "RemoteRef": "HEAD",
  "RemoteSha": "f1375d35cceb36f870d21767af458c3adfeb45c8",
  "Packaged": {
    "Date": "2026-07-02 09:51:41 UTC",
    "User": "root"
  },
  "Author": "Alexander P. Christensen [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9798-7037>)",
  "_user": "alexchristensen",
  "_type": "src",
  "_file": "SemNetCleaner_1.3.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/f45c7cbeab77013278c5bd120823620048f80c7e4361562b27f5c4477541ee81",
  "_filesize": 461172,
  "_sha256": "f45c7cbeab77013278c5bd120823620048f80c7e4361562b27f5c4477541ee81",
  "_expires": "2026-10-11T10:42:23.000Z",
  "_created": "2026-07-02T09:51:41.000Z",
  "_published": "2026-07-03T10:42:24.553Z",
  "_jobs": [
    {
      "job": 84982891436,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8035100515"
    },
    {
      "job": 84982891251,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8035097387"
    },
    {
      "job": 84982890979,
      "time": 110,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8035086752"
    },
    {
      "job": 84982891016,
      "time": 110,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8035086617"
    },
    {
      "job": 84982890861,
      "time": 170,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8035042707"
    },
    {
      "job": 84982891412,
      "time": 344,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8035176312"
    },
    {
      "job": 84982891288,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8035082298"
    },
    {
      "job": 84982891388,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8035079700"
    },
    {
      "job": 84982890964,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8035076849"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816",
  "_status": "success",
  "_upstream": "https://github.com/alexchristensen/semnetcleaner",
  "_commit": {
    "id": "f1375d35cceb36f870d21767af458c3adfeb45c8",
    "author": "Alexander Christensen <alexpaulchristensen@gmail.com>",
    "committer": "Alexander Christensen <alexpaulchristensen@gmail.com>",
    "message": "updates to stay on CRAN\n",
    "time": 1746716930
  },
  "_maintainer": {
    "name": "Alexander P. Christensen",
    "email": "alexpaulchristensen@gmail.com",
    "login": "alexchristensen",
    "orcid": "0000-0002-9798-7037",
    "description": "Assistant Professor | Vanderbilt",
    "uuid": 32655669
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "SemNetDictionaries",
      "version": ">= 0.1.8",
      "role": "Depends"
    },
    {
      "package": "foreign",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "R.matlab",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "searcher",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "stringdist",
      "role": "Imports"
    },
    {
      "package": "tcltk",
      "role": "Imports"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "hunspell",
      "role": "Suggests"
    },
    {
      "package": "easycsv",
      "role": "Suggests"
    },
    {
      "package": "htmlTable",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "alexchristensen",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "preprocessing",
    "semantic-network-analysis"
  ],
  "_stars": 10,
  "_contributors": [
    {
      "user": "alexchristensen",
      "count": 280,
      "uuid": 32655669
    },
    {
      "user": "desiquintans",
      "count": 1,
      "uuid": 3200601
    }
  ],
  "_userbio": {
    "uuid": 32655669,
    "type": "user",
    "name": "Alexander Christensen",
    "followers": 69,
    "description": "Assistant Professor | Vanderbilt"
  },
  "_downloads": {
    "count": 678,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SemNetCleaner"
  },
  "_devurl": "https://github.com/alexchristensen/semnetcleaner",
  "_searchresults": 57,
  "_rbuild": "4.6.1",
  "_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/SemNetCleaner.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/alexchristensen/semnetcleaner",
  "_realowner": "alexchristensen",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2018-05-16"
    },
    {
      "version": "0.9.9",
      "date": "2018-07-27"
    },
    {
      "version": "1.0.0",
      "date": "2019-07-01"
    },
    {
      "version": "1.1.0",
      "date": "2019-08-06"
    },
    {
      "version": "1.1.1",
      "date": "2019-09-27"
    },
    {
      "version": "1.1.2",
      "date": "2019-10-28"
    },
    {
      "version": "1.1.3",
      "date": "2019-12-01"
    },
    {
      "version": "1.1.4",
      "date": "2020-02-17"
    },
    {
      "version": "1.1.5",
      "date": "2020-03-22"
    },
    {
      "version": "1.2.0",
      "date": "2020-06-09"
    },
    {
      "version": "1.3.0",
      "date": "2020-09-24"
    },
    {
      "version": "1.3.1",
      "date": "2020-12-04"
    },
    {
      "version": "1.3.3",
      "date": "2021-08-16"
    },
    {
      "version": "1.3.4",
      "date": "2021-09-16"
    },
    {
      "version": "1.3.7",
      "date": "2025-05-08"
    }
  ],
  "_exports": [
    "bad.response",
    "best.guess",
    "bin2resp",
    "convert2snafu",
    "pluralize",
    "qwerty.dist",
    "read.data",
    "resp2bin",
    "singularize",
    "textcleaner"
  ],
  "_datasets": [
    {
      "name": "letter.freq",
      "title": "Letter Frequencies Based on 40,000 Words",
      "object": "letter.freq",
      "class": [
        "numeric"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "open.animals",
      "title": "Openness and Verbal Fluency",
      "object": "open.animals",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Group",
        "latent",
        "ID",
        "vf_an_01",
        "vf_an_02",
        "vf_an_03",
        "vf_an_04",
        "vf_an_05",
        "vf_an_06",
        "vf_an_07",
        "vf_an_08",
        "vf_an_09",
        "vf_an_10",
        "vf_an_11",
        "vf_an_12",
        "vf_an_13",
        "vf_an_14",
        "vf_an_15",
        "vf_an_16",
        "vf_an_17",
        "vf_an_18",
        "vf_an_19",
        "vf_an_20",
        "vf_an_21",
        "vf_an_22",
        "vf_an_23",
        "vf_an_24",
        "vf_an_25",
        "vf_an_26",
        "vf_an_27",
        "vf_an_28",
        "vf_an_29",
        "vf_an_30",
        "vf_an_31",
        "vf_an_32",
        "vf_an_33",
        "vf_an_34",
        "vf_an_35"
      ],
      "rows": 516,
      "table": true,
      "tojson": true
    },
    {
      "name": "open.clean",
      "title": "Cleaned Response Matrices (Openness and Verbal Fluency)",
      "object": "open.clean",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "Response_01",
        "Response_02",
        "Response_03",
        "Response_04",
        "Response_05",
        "Response_06",
        "Response_07",
        "Response_08",
        "Response_09",
        "Response_10",
        "Response_11",
        "Response_12",
        "Response_13",
        "Response_14",
        "Response_15",
        "Response_16",
        "Response_17",
        "Response_18",
        "Response_19",
        "Response_20",
        "Response_21",
        "Response_22",
        "Response_23",
        "Response_24",
        "Response_25",
        "Response_26",
        "Response_27",
        "Response_28",
        "Response_29",
        "Response_30",
        "Response_31",
        "Response_32",
        "Response_33",
        "Response_34"
      ],
      "rows": 516,
      "table": true,
      "tojson": true
    },
    {
      "name": "open.preprocess",
      "title": "Preprocessed 'textcleaner' Object (Openness and Verbal Fluency)",
      "object": "open.preprocess",
      "class": [
        "textcleaner"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "SemNetCleaner-package",
      "title": "SemNetCleaner-package",
      "topics": [
        "SemNetCleaner-package",
        "SemNetCleaner"
      ]
    },
    {
      "page": "bad.response",
      "title": "Bad Responses to NA",
      "topics": [
        "bad.response"
      ]
    },
    {
      "page": "best.guess",
      "title": "Makes Best Guess for Spelling Correction",
      "topics": [
        "best.guess"
      ]
    },
    {
      "page": "bin2resp",
      "title": "Binary Responses to Character Responses",
      "topics": [
        "bin2resp"
      ]
    },
    {
      "page": "convert2snafu",
      "title": "Converts 'textcleaner' object to a SNAFU GUI format",
      "topics": [
        "convert2snafu"
      ]
    },
    {
      "page": "letter.freq",
      "title": "Letter Frequencies Based on 40,000 Words",
      "topics": [
        "letter.freq"
      ]
    },
    {
      "page": "open.animals",
      "title": "Openness and Verbal Fluency",
      "topics": [
        "open.animals"
      ]
    },
    {
      "page": "open.clean",
      "title": "Cleaned Response Matrices (Openness and Verbal Fluency)",
      "topics": [
        "open.clean"
      ]
    },
    {
      "page": "open.preprocess",
      "title": "Preprocessed 'textcleaner' Object (Openness and Verbal Fluency)",
      "topics": [
        "open.preprocess"
      ]
    },
    {
      "page": "pluralize",
      "title": "Converts Words to their Plural Form",
      "topics": [
        "pluralize"
      ]
    },
    {
      "page": "qwerty.dist",
      "title": "QWERTY Distance for Same Length Words",
      "topics": [
        "qwerty.dist"
      ]
    },
    {
      "page": "read.data",
      "title": "Read in Common Data File Extensions",
      "topics": [
        "read.data"
      ]
    },
    {
      "page": "resp2bin",
      "title": "Responses to binary matrix",
      "topics": [
        "resp2bin"
      ]
    },
    {
      "page": "singularize",
      "title": "Converts Words to their Singular Form",
      "topics": [
        "singularize"
      ]
    },
    {
      "page": "textcleaner",
      "title": "Text Cleaner",
      "topics": [
        "textcleaner"
      ]
    }
  ],
  "_readme": "https://github.com/alexchristensen/semnetcleaner/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cellranger",
    "cli",
    "commonmark",
    "cpp11",
    "crayon",
    "digest",
    "fastmap",
    "fontawesome",
    "foreign",
    "fs",
    "glue",
    "hms",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "pbapply",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "promises",
    "R.matlab",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "rappdirs",
    "Rcpp",
    "readxl",
    "rematch",
    "rlang",
    "rstudioapi",
    "sass",
    "searcher",
    "SemNetDictionaries",
    "shiny",
    "sourcetools",
    "stringdist",
    "stringi",
    "tibble",
    "utf8",
    "vctrs",
    "withr",
    "xtable"
  ],
  "_vignettes": [
    {
      "source": "Estimating.Rmd",
      "filename": "Estimating.html",
      "title": "Estimating Semantic Networks",
      "author": "Alexander Christensen",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Vignette taken directly from @christensen2019semna",
        "Process",
        "Preparation for network estimation",
        "Network estimation",
        "Summary",
        "For next steps, see Analyzing_Networks vignette in the SemNeT package",
        "References"
      ],
      "created": "2019-10-28 15:35:03",
      "modified": "2019-11-07 21:19:55",
      "commits": 2
    },
    {
      "source": "Preprocessing.Rmd",
      "filename": "Preprocessing.html",
      "title": "Preprocessing Verbal Fluency Data",
      "author": "Alexander Christensen",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Vignette taken directly from @christensen2019semna",
        "Spell-check",
        "textcleaner Output",
        "Verification of spell-check",
        "correct.changes output",
        "Summary",
        "For next steps, see Network_Estimation vignette in the SemNetCleaner package",
        "References"
      ],
      "created": "2019-10-28 15:35:03",
      "modified": "2020-04-20 01:20:16",
      "commits": 3
    }
  ],
  "_score": 5.7558748556724915,
  "_indexed": true,
  "_nocasepkg": "semnetcleaner",
  "_universes": [
    "alexchristensen"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.7",
      "date": "2026-07-02T09:54:04.000Z",
      "distro": "resolute",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/c3520760c3ae578d954fe6cde815ed1f39aa50d0bc2d4274b9b73f7291de59bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.3.7",
      "date": "2026-07-02T09:54:00.000Z",
      "distro": "resolute",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/38e8fbc929597f5167a87ef2b2daa0b920bf9d9024ac3a05177b953b9c6532dd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.7",
      "date": "2026-07-02T09:53:34.000Z",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/9a49a45aade2696d679197b618c417a252eb29ecf34d4f94eacaa8793a707371",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.3.7",
      "date": "2026-07-02T09:53:34.000Z",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/05854c7fa814449fa278725b7ef0ee903d742469936b00fe5975579d1fd92707",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.7",
      "date": "2026-07-02T09:57:41.000Z",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/674baf337eaaf3324b99c989df0b29aeb6c1f072e2cad6acc99b174cc56432c7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.7",
      "date": "2026-07-02T09:53:13.000Z",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/be351392c7cbbfe1247deb6f4bf3ce5dc3762b586f22512d214d91ef0ef3e7ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.7",
      "date": "2026-07-02T09:53:05.000Z",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/02eb2451b45dc1d9b69b6e03917918bac66b21688f55133944c997f2f7d0bd36",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.3.7",
      "date": "2026-07-02T09:53:00.000Z",
      "commit": "f1375d35cceb36f870d21767af458c3adfeb45c8",
      "fileid": "https://r2.ropensci.org/4bdd9d86cf9e49901412edc01b63ecc8af4dc553f79bfbe10119de0792aa762a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexchristensen/actions/runs/28581009816"
    }
  ]
}