{
  "_id": "6a0f6561acfb0bcc41c5d0f5",
  "Package": "greekLetters",
  "Type": "Package",
  "Title": "Routines for Writing Greek Letters and Mathematical Symbols on\nthe 'RStudio' and 'RGui'",
  "Version": "1.0.4",
  "Authors@R": "c(person(given = \"Kevin Allan\",\nfamily = \"Sales Rodrigues\",\nrole = c(\"aut\", \"cre\"),\nemail = \"kevin.asr@outlook.com\",\ncomment = c(ORCID = \"0000-0003-4925-5883\"))\n)",
  "Author": "Kevin Allan Sales Rodrigues [aut, cre]\n(<https://orcid.org/0000-0003-4925-5883>)",
  "Maintainer": "Kevin Allan Sales Rodrigues <kevin.asr@outlook.com>",
  "Description": "An implementation of functions to display Greek letters on\nthe 'RStudio' (include subscript and superscript indexes) and\n'RGui' (without subscripts and only with superscript 1, 2 or 3;\nbecause 'RGui' doesn't support printing the corresponding\nUnicode characters as a string: all subscripts ranging from 0\nto 9 and superscripts equal to 0, 4, 5, 6, 7, 8 or 9). The\nfunctions in this package do not work properly on the R\nconsole. Characters are used via Unicode and encoded as UTF-8\nto ensure that they can be viewed on all operating systems.\nOther characters related to mathematics are included, such as\nthe infinity symbol. All this accessible from very simple\ncommands. This is a package that can be used for teaching\npurposes, the statistical notation for hypothesis testing can\nbe written from this package and so it is possible to build a\ncourse from the 'swirlify' package. Another utility of this\npackage is to create new summary functions that contain the\nfunctional form of the model adjusted with the Greek letters,\nthus making the transition from statistical theory to practice\neasier. In addition, it is a natural extension of the\n'clisymbols' package.",
  "License": "GPL (>= 2.0)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 10:11:06 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://kevinds100.r-universe.dev",
  "Date/Publication": "2024-10-16 21:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/greekLetters",
  "RemoteRef": "HEAD",
  "RemoteSha": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
  "MD5sum": "8978e5487223a54c44d1a6907226be58",
  "_user": "kevinds100",
  "_type": "src",
  "_file": "greekLetters_1.0.4.tar.gz",
  "_fileid": "200d1bc474434dc17b370d2bb39a24d9d82e009139592dabeded9faff695077c",
  "_filesize": 101923,
  "_sha256": "200d1bc474434dc17b370d2bb39a24d9d82e009139592dabeded9faff695077c",
  "_created": "2026-05-21T10:11:06.000Z",
  "_published": "2026-05-21T20:04:49.613Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77258243864,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7133046309"
    },
    {
      "job": 77258243952,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133045378"
    },
    {
      "job": 77258243564,
      "time": 162,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7133054240"
    },
    {
      "job": 77258243789,
      "time": 150,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133056653"
    },
    {
      "job": 77258242765,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133006751"
    },
    {
      "job": 77258242897,
      "time": 125,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7145975916"
    },
    {
      "job": 77258243688,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7133032123"
    },
    {
      "job": 77258243469,
      "time": 65,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7133029548"
    },
    {
      "job": 77258243869,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133031075"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/greekLetters",
  "_commit": {
    "id": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
    "author": "Kevin Allan Sales Rodrigues <kevin.asr@outlook.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.4\n",
    "time": 1729113002
  },
  "_maintainer": {
    "name": "Kevin Allan Sales Rodrigues",
    "email": "kevin.asr@outlook.com",
    "login": "kevinds100",
    "description": "",
    "uuid": 21278692,
    "orcid": "0000-0003-4925-5883"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6",
      "role": "Depends"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "clisymbols",
      "role": "Suggests"
    },
    {
      "package": "swirlify",
      "role": "Suggests"
    },
    {
      "package": "swirl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.2.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kevinds100",
      "count": 3,
      "uuid": 21278692
    }
  ],
  "_userbio": {
    "uuid": 21278692,
    "type": "user",
    "name": "Kevin DS"
  },
  "_downloads": {
    "count": 281,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/greekLetters"
  },
  "_searchresults": 90,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/greekLetters.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "kevinds100",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.7",
      "date": "2020-07-06"
    },
    {
      "version": "1.0.2",
      "date": "2023-10-15"
    },
    {
      "version": "1.0.4",
      "date": "2024-10-16"
    }
  ],
  "_exports": [
    "greeks",
    "print_greeks",
    "summary_greek"
  ],
  "_help": [
    {
      "page": "greeks",
      "title": "Function that returns strings with Greek letters",
      "topics": [
        "greeks"
      ]
    },
    {
      "page": "print_greeks",
      "title": "Print all Greek letters and mathematical symbols names",
      "topics": [
        "print_greeks"
      ]
    },
    {
      "page": "print.summary_greek",
      "title": "Print Summary for Linear Model Fits With Greek Letters",
      "topics": [
        "print.summary_greek"
      ]
    },
    {
      "page": "summary_greek",
      "title": "Summarizing Linear Model Fits With Greek Letters",
      "topics": [
        "summary_greek"
      ]
    }
  ],
  "_rundeps": [
    "assertthat",
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "rlang",
    "stringi",
    "stringr",
    "vctrs"
  ],
  "_score": 2.4313637641589874,
  "_indexed": true,
  "_nocasepkg": "greekletters",
  "_universes": [
    "kevinds100"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.4",
      "date": "2026-05-21T10:13:11.000Z",
      "distro": "noble",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "51f02be10b3393f313e89f4ee05fb52d50110b2ac5df1b9dd7de79d235dc5cac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.4",
      "date": "2026-05-21T10:13:07.000Z",
      "distro": "noble",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "5664737f95a2d41ee002ec6f7c2c4ea305451484a39aa853c87c2353dc76942a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.4",
      "date": "2026-05-21T10:13:35.000Z",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "fae4d9ea530396f69ea882e47fabbfd6e7c5b0433deb9e599fc4e730058b6454",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.4",
      "date": "2026-05-21T10:13:38.000Z",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "5cf9458c44a3a5de8cda9da503a50a5be197a7de769b45982cbdf43d0bb4ca31",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.4",
      "date": "2026-05-21T20:04:24.000Z",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "76aceba3ce9d9c2e4a2250a23b9fc61e878bc3aceaa6caddcc28e1b9e9306255",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.4",
      "date": "2026-05-21T10:12:23.000Z",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "bea82a47a997140e0b8714482c713186120c92139b922c17cd1c3b7ab27caeca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.4",
      "date": "2026-05-21T10:12:15.000Z",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "95d73867bdd55ed463742b024d5cf89e6e14bc7eea8dc194a540769c4b0524bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.4",
      "date": "2026-05-21T10:12:19.000Z",
      "commit": "ccd18efafb29b0e2e7b5de3699d4d24c63d4ae9f",
      "fileid": "59719fbfa2c599a894391c21d9f37d053befc6007190b2538b571f216ba22b9f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinds100/actions/runs/26219494794"
    }
  ]
}