{
  "_id": "6a2e6d243efcd9bda43127b1",
  "Package": "tif",
  "Type": "Package",
  "Title": "Text Interchange Format",
  "Version": "0.4",
  "Authors@R": "c(person(\"Taylor\", \"Arnold\", role = c(\"aut\", \"cre\"),\nemail = \"tarnold2@richmond.edu\"),\nperson(\"Ken\", \"Benoit\", role = \"aut\",\nemail = \"k.r.benoit@lse.ac.uk\"),\nperson(\"Lincoln\", \"Mullen\", role = \"aut\",\nemail = \"lmullen@gmu.edu \"),\nperson(\"Adam\", \"Obeng\", role = \"aut\",\nemail = \"contact@adamobeng.com\"),\nperson(\"rOpenSci Text Workshop Participants (2017)\",\nrole = \"aut\"))",
  "Maintainer": "Taylor B. Arnold <tarnold2@richmond.edu>",
  "Description": "Provides validation functions for common interchange\nformats for representing text data in R. Includes formats for\ncorpus objects, document term matrices, and tokens. Other\nannotations can be stored by overloading the tokens structure.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "URL": "https://docs.ropensci.org/tif, https://github.com/ropensci/tif",
  "BugReports": "http://github.com/ropensci/tif/issues",
  "RoxygenNote": "7.2.1",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2023-11-26 21:57:13 UTC",
  "RemoteUrl": "https://github.com/ropenscilabs/tif",
  "RemoteRef": "master",
  "RemoteSha": "7a335fc5d620b41aa830abc7255f57674d8fa230",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-14 08:55:15 UTC",
    "User": "root"
  },
  "Author": "Taylor Arnold [aut, cre],\nKen Benoit [aut],\nLincoln Mullen [aut],\nAdam Obeng [aut],\nrOpenSci Text Workshop Participants (2017) [aut]",
  "MD5sum": "74bb0239d3354db5b5fc23895643caf2",
  "_user": "ropensci",
  "_type": "src",
  "_file": "tif_0.4.tar.gz",
  "_fileid": "5378bb949be70134e504b0f4e811c7ca546147371d730e3923239507a8d989f3",
  "_filesize": 111264,
  "_sha256": "5378bb949be70134e504b0f4e811c7ca546147371d730e3923239507a8d989f3",
  "_created": "2026-06-14T08:55:15.000Z",
  "_published": "2026-06-14T08:58:12.617Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81264166996,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7619390018"
    },
    {
      "job": 81264167005,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7619391992"
    },
    {
      "job": 81264166988,
      "time": 82,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7619384840"
    },
    {
      "job": 81264166981,
      "time": 86,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7619385309"
    },
    {
      "job": 81263968317,
      "time": 136,
      "config": "pkgdown",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7619367164"
    },
    {
      "job": 81263968325,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7619373710"
    },
    {
      "job": 81264166971,
      "time": 89,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7619385735"
    },
    {
      "job": 81264167007,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7619385769"
    },
    {
      "job": 81264167008,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7619383719"
    },
    {
      "job": 81264167012,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7619383307"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ropenscilabs/tif",
  "_commit": {
    "id": "7a335fc5d620b41aa830abc7255f57674d8fa230",
    "author": "Taylor Arnold <taylor@dvlab.io>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update DESCRIPTION",
    "time": 1701035833
  },
  "_maintainer": {
    "name": "Taylor B. Arnold",
    "email": "tarnold2@richmond.edu",
    "login": "taylor-arnold",
    "description": "Professor, Data Science & Statistics Faculty in Linguistics and Cognitive Sci. Director, @distant-viewing ",
    "uuid": 5752184
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "ropenscilabs",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "corpus",
    "natural-language-processing",
    "term-frequency",
    "text-processing",
    "tokenizer"
  ],
  "_stars": 37,
  "_contributors": [
    {
      "user": "adamobeng",
      "count": 4,
      "uuid": 776593
    },
    {
      "user": "kbenoit",
      "count": 4,
      "uuid": 2182246
    },
    {
      "user": "undocumeantit",
      "count": 1,
      "uuid": 1068974
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "followers": 1098,
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tif"
  },
  "_devurl": "https://github.com/ropensci/tif",
  "_pkgdown": "https://docs.ropensci.org/tif",
  "_searchresults": 23,
  "_metadata": {
    "ropensci_category": "literature"
  },
  "_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/tif.html",
    "manual.pdf"
  ],
  "_realowner": "ropensci",
  "_cranurl": false,
  "_exports": [
    "tif_as_corpus_character",
    "tif_as_corpus_df",
    "tif_as_tokens_df",
    "tif_as_tokens_list",
    "tif_is_corpus_character",
    "tif_is_corpus_df",
    "tif_is_dtm",
    "tif_is_tokens_df",
    "tif_is_tokens_list"
  ],
  "_help": [
    {
      "page": "tif-package",
      "title": "tif: Text Interchange Formats",
      "topics": [
        "tif-package",
        "tif"
      ]
    },
    {
      "page": "tif_as",
      "title": "Coerce Between tif Object Specifications",
      "topics": [
        "tif_as",
        "tif_as_corpus_character",
        "tif_as_corpus_character.character",
        "tif_as_corpus_character.data.frame",
        "tif_as_corpus_character.default",
        "tif_as_corpus_df",
        "tif_as_corpus_df.character",
        "tif_as_corpus_df.data.frame",
        "tif_as_corpus_df.default",
        "tif_as_tokens_df",
        "tif_as_tokens_df.data.frame",
        "tif_as_tokens_df.default",
        "tif_as_tokens_df.list",
        "tif_as_tokens_list",
        "tif_as_tokens_list.data.frame",
        "tif_as_tokens_list.default",
        "tif_as_tokens_list.list"
      ]
    },
    {
      "page": "tif_is_corpus_character",
      "title": "Validate Corpus Character Vector Object",
      "topics": [
        "tif_is_corpus_character"
      ]
    },
    {
      "page": "tif_is_corpus_df",
      "title": "Validate Corpus Data Frame Object",
      "topics": [
        "tif_is_corpus_df"
      ]
    },
    {
      "page": "tif_is_dtm",
      "title": "Validate Document Term Matrix Object",
      "topics": [
        "tif_is_dtm"
      ]
    },
    {
      "page": "tif_is_tokens_df",
      "title": "Validate Tokens Data Frame Object",
      "topics": [
        "tif_is_tokens_df"
      ]
    },
    {
      "page": "tif_is_tokens_list",
      "title": "Validate Tokens List Object",
      "topics": [
        "tif_is_tokens_list"
      ]
    }
  ],
  "_readme": "https://github.com/ropenscilabs/tif/raw/master/README.md",
  "_rundeps": [
    "lattice",
    "Matrix"
  ],
  "_score": 3.929929560084588,
  "_indexed": true,
  "_nocasepkg": "tif",
  "_universes": [
    "ropensci",
    "taylor-arnold"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4",
      "date": "2026-06-14T08:57:11.000Z",
      "distro": "noble",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "376902bf7d6d391100462d7a76df3abc26227997e887675c720f9e3efd7c7784",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4",
      "date": "2026-06-14T08:57:28.000Z",
      "distro": "noble",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "dac7b23e3db04a09884712ff52021b2580a19e420de8497c1e2dd7320c61bbc0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4",
      "date": "2026-06-14T08:56:41.000Z",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "efd2bf5057c5d5b6e0d088c9acc166ec56f22bf77902f1163ba1726d94a04067",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4",
      "date": "2026-06-14T08:56:44.000Z",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "ae874b76df2684ff44111a614bf43e4c818ba23cadb8cfc875c0671b214a0a4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4",
      "date": "2026-06-14T08:57:02.000Z",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "36cb94b7915c294807a3d27eaa84406d15ba023afa9b43e2547aeaa02d798500",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4",
      "date": "2026-06-14T08:56:34.000Z",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "273d149f4c53c7a35f0aa18fa974ae8a4f1c1e05d58192df03c210ac37a95d29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4",
      "date": "2026-06-14T08:56:19.000Z",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "c05a006379eaa6ef7ff147417ee37fe51efe191f14a8a6f88f7067789f9473bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4",
      "date": "2026-06-14T08:56:16.000Z",
      "commit": "7a335fc5d620b41aa830abc7255f57674d8fa230",
      "fileid": "ef3a4804906c7accea3132e55ac27afb220af05807a9da7917d243458c2fa49d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/27493784058"
    }
  ]
}