{
  "_id": "6a156c18acfb0bcc41d63b6b",
  "Package": "transltr",
  "Title": "Support Many Languages in R",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Jean-Mathieu\", \"Potvin\",\nrole  = c(\"aut\", \"cre\", \"cph\"),\nemail = \"jeanmathieupotvin@ununoctium.dev\"),\nperson(\"Jérôme\", \"Lavoué\",\nrole    = c(\"ctb\", \"fnd\", \"rev\"),\nemail   = \"jerome.lavoue@umontreal.ca\",\ncomment = c(ORCID = \"0000-0003-4950-5475\"))\n)",
  "Description": "An object model for source text and translations. Find and\nextract translatable strings. Provide translations and\nseamlessly retrieve them at runtime.",
  "License": "MIT + file LICENSE",
  "URL": "https://transltr.ununoctium.dev",
  "BugReports": "https://github.com/jeanmathieupotvin/transltr/issues",
  "Encoding": "UTF-8",
  "Language": "en",
  "Roxygen": "list(markdown = TRUE, r6 = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Collate": "'aaa.R' 'assert.R' 'class-location.R' 'class-text.R'\n'class-translator.R' 'find-source-in-exprs.R' 'find-source.R'\n'flat.R' 'hash.R' 'language.R' 'normalize.R' 'serialize.R'\n'text-io.R' 'translator-io.R' 'transltr-package.R'\n'utils-format-vector.R' 'utils-map.R' 'utils-nullish-op.R'\n'utils-stop.R' 'utils-strings.R' 'uuid.R' 'zzz.R'",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://jeanmathieupotvin.r-universe.dev",
  "Date/Publication": "2025-02-16 01:32:43 UTC",
  "RemoteUrl": "https://github.com/jeanmathieupotvin/transltr",
  "RemoteRef": "HEAD",
  "RemoteSha": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 09:43:24 UTC",
    "User": "root"
  },
  "Author": "Jean-Mathieu Potvin [aut, cre, cph],\nJérôme Lavoué [ctb, fnd, rev] (ORCID:\n<https://orcid.org/0000-0003-4950-5475>)",
  "Maintainer": "Jean-Mathieu Potvin <jeanmathieupotvin@ununoctium.dev>",
  "MD5sum": "74fa7dc4de5b9cdd970fd7e5fce40895",
  "_user": "jeanmathieupotvin",
  "_type": "src",
  "_file": "transltr_0.1.0.tar.gz",
  "_fileid": "e792e6456db09130e8d9b128476364a648597cfcae55a01ecb0d0c93c07ac07b",
  "_filesize": 248207,
  "_sha256": "e792e6456db09130e8d9b128476364a648597cfcae55a01ecb0d0c93c07ac07b",
  "_created": "2026-05-26T09:43:24.000Z",
  "_published": "2026-05-26T09:47:04.429Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77848286047,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7213871981"
    },
    {
      "job": 77848286109,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7213872957"
    },
    {
      "job": 77848286053,
      "time": 185,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7213873120"
    },
    {
      "job": 77848286003,
      "time": 147,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213865488"
    },
    {
      "job": 77847748698,
      "time": 195,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213822270"
    },
    {
      "job": 77848286147,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213865343"
    },
    {
      "job": 77848286138,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7213858555"
    },
    {
      "job": 77848286076,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7213863609"
    },
    {
      "job": 77848286088,
      "time": 105,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7213858835"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jeanmathieupotvin/transltr",
  "_commit": {
    "id": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
    "author": "Jean-Mathieu Potvin <jeanmathieupotvin@ununoctium.dev>",
    "committer": "Jean-Mathieu Potvin <jeanmathieupotvin@ununoctium.dev>",
    "message": "Website is now generated in another directory.\n\nThis directory is in the parent directory of the package's root\ndirectory. This is all done automatically using pkgdown. The\nwebsite is now also pushed to a different repository (transltr-www).\nThe latter does not matter, it only exists for automation purposes.\n\nI personally disliked storing the website in another branch. It felt\nmore complicated than using a distinct repo and directory.\n",
    "time": 1739669563
  },
  "_maintainer": {
    "name": "Jean-Mathieu Potvin",
    "email": "jeanmathieupotvin@ununoctium.dev",
    "login": "jeanmathieupotvin",
    "linkedin": "in/jeanmathieupotv",
    "description": "Functional Analyst. Software Developer.",
    "uuid": 43798452
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3",
      "role": "Depends"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "lifecycle",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "jeanmathieupotvin",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "i18n",
    "internationalization",
    "r-lang",
    "translation"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jeanmathieupotvin",
      "count": 520,
      "uuid": 43798452
    }
  ],
  "_userbio": {
    "uuid": 43798452,
    "type": "user",
    "name": "Jean-Mathieu Potvin",
    "description": "Functional Analyst. Software Developer."
  },
  "_downloads": {
    "count": 155,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/transltr"
  },
  "_devurl": "https://github.com/jeanmathieupotvin/transltr",
  "_pkgdown": "https://transltr.ununoctium.dev",
  "_searchresults": 1,
  "_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/transltr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jeanmathieupotvin/transltr",
  "_realowner": "jeanmathieupotvin",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2025-01-24"
    },
    {
      "version": "0.1.0",
      "date": "2025-02-14"
    }
  ],
  "_exports": [
    "as_text",
    "find_source",
    "find_source_in_files",
    "is_location",
    "is_text",
    "is_translator",
    "language_get",
    "language_set",
    "language_source_get",
    "language_source_set",
    "location",
    "merge_locations",
    "merge_texts",
    "normalize",
    "text",
    "Text",
    "translations_paths",
    "translations_read",
    "translations_write",
    "translator",
    "Translator",
    "translator_read",
    "translator_write",
    "uuid",
    "uuid_is",
    "uuid_raw"
  ],
  "_help": [
    {
      "page": "find-source",
      "title": "Find Source Text",
      "topics": [
        "find_source",
        "find_source_in_files"
      ]
    },
    {
      "page": "language",
      "title": "Get or Set Language",
      "topics": [
        "language_get",
        "language_set",
        "language_source_get",
        "language_source_set"
      ]
    },
    {
      "page": "class-translator",
      "title": "Source Text and Translations",
      "topics": [
        "format.Translator",
        "is_translator",
        "print.Translator",
        "Translator",
        "translator"
      ]
    },
    {
      "page": "translator-io",
      "title": "Read and Write Translations",
      "topics": [
        "translations_paths",
        "translations_read",
        "translations_write",
        "translator_read",
        "translator_write"
      ]
    }
  ],
  "_readme": "https://github.com/jeanmathieupotvin/transltr/raw/HEAD/README.md",
  "_rundeps": [
    "digest",
    "R6",
    "stringi",
    "yaml"
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "transltr",
  "_universes": [
    "jeanmathieupotvin"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-26T09:45:49.000Z",
      "distro": "noble",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "37b4d09a45ca1f8005790f6b48eab1aa09c2f38a34810579249949bfccfca394",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-26T09:45:54.000Z",
      "distro": "noble",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "22d15c3947200c7237e1f7ba514d5905aba8279450b49692583c5c65790d7b94",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-26T09:45:54.000Z",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "860377f7acc02461279899994a5ede6fb8e032654dd89fc86a33bf05f0dc3c00",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-26T09:45:33.000Z",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "a1b7b8cfa41e399a7d5aaaca093dd959949eece83cd0f3c862fc73781f809b1d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-26T09:45:50.000Z",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "83e55a579aa3e5883d57a67cf7297c630f0e86bdf1e7577f1bc0aca3ba094ec1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T09:44:54.000Z",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "34e21c3931111b1355949ab4456ff24b6567ab54a7042122511d2f20a7b6aa9a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T09:45:18.000Z",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "47a01bddff70304ce5013b4fd8f31b7a8164064021bb9ca9201ac8b51d67c17d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T09:44:57.000Z",
      "commit": "2a220b4f0c3bc9bbb5fb56a03c3e919d000f35a7",
      "fileid": "250a9d7b3b2e2a1d2b61f3b7d74274240238e3ada26207b2d033da0bec6a7b75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jeanmathieupotvin/actions/runs/26444644811"
    }
  ]
}