{
  "_id": "6a479d70e06c18f0a65186e7",
  "Package": "perccalc",
  "Title": "Estimate Percentiles from an Ordered Categorical Variable",
  "Version": "1.0.5",
  "Authors@R": "person(\"Jorge\", \"Cimentada\", email = \"cimentadaj@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-5594-1156\"))",
  "Description": "An implementation of two functions that estimate values\nfor percentiles from an ordered categorical variable as\ndescribed by Reardon (2011, isbn:978-0-87154-372-1). One\nfunction estimates percentile differences from two percentiles\nwhile the other returns the values for every percentile from 1\nto 100.",
  "License": "MIT + file LICENSE",
  "URL": "https://cimentadaj.github.io/perccalc/,\nhttps://github.com/cimentadaj/perccalc",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.0.1",
  "VignetteBuilder": "knitr",
  "Repository": "https://cimentadaj.r-universe.dev",
  "Date/Publication": "2020-05-24 09:28:33 UTC",
  "RemoteUrl": "https://github.com/cimentadaj/perccalc",
  "RemoteRef": "HEAD",
  "RemoteSha": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-03 11:24:44 UTC",
    "User": "root"
  },
  "Author": "Jorge Cimentada [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-5594-1156>)",
  "Maintainer": "Jorge Cimentada <cimentadaj@gmail.com>",
  "_user": "cimentadaj",
  "_type": "src",
  "_file": "perccalc_1.0.5.tar.gz",
  "_fileid": "https://r2.ropensci.org/31c11a44e2311926464a980679937a2c7f6b7e2cb3e245fed5da5c341e1c702b",
  "_filesize": 795796,
  "_sha256": "31c11a44e2311926464a980679937a2c7f6b7e2cb3e245fed5da5c341e1c702b",
  "_expires": "2026-10-11T11:30:56.000Z",
  "_created": "2026-07-03T11:24:44.000Z",
  "_published": "2026-07-03T11:30:56.814Z",
  "_jobs": [
    {
      "job": 84989871255,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8065285418"
    },
    {
      "job": 84989871277,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8065284240"
    },
    {
      "job": 84989871253,
      "time": 132,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8065297164"
    },
    {
      "job": 84989871252,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8065337571"
    },
    {
      "job": 84989337305,
      "time": 202,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8065238031"
    },
    {
      "job": 84989871310,
      "time": 141,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8065284790"
    },
    {
      "job": 84989871279,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8065262171"
    },
    {
      "job": 84989871292,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8065265602"
    },
    {
      "job": 84989871278,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8065264264"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262",
  "_status": "success",
  "_upstream": "https://github.com/cimentadaj/perccalc",
  "_commit": {
    "id": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
    "author": "Jorge Cimentada <cimentadaj@gmail.com>",
    "committer": "Jorge Cimentada <cimentadaj@gmail.com>",
    "message": "Automatic commit from Ubuntu reinstall\n",
    "time": 1590312513
  },
  "_maintainer": {
    "name": "Jorge Cimentada",
    "email": "cimentadaj@gmail.com",
    "login": "cimentadaj",
    "description": "Build AI tools freelancing. Previously @Ryanair, @odigeoteam and @MPIDR",
    "uuid": 8180025,
    "orcid": "0000-0001-5594-1156"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "multcomp",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "carData",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "cimentadaj",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "cimentadaj",
      "count": 134,
      "uuid": 8180025
    },
    {
      "user": "briatte",
      "count": 3,
      "uuid": 322533
    },
    {
      "user": "danielskatz",
      "count": 2,
      "uuid": 2913845
    },
    {
      "user": "majensen",
      "count": 2,
      "uuid": 82073
    },
    {
      "user": "jeroen",
      "count": 1,
      "uuid": 216319
    }
  ],
  "_userbio": {
    "uuid": 8180025,
    "type": "user",
    "name": "Jorge Cimentada",
    "followers": 145,
    "description": "Build AI tools freelancing. Previously @ryanair, @odigeoteam and @MPIDR"
  },
  "_downloads": {
    "count": 300,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/perccalc"
  },
  "_devurl": "https://github.com/cimentadaj/perccalc",
  "_pkgdown": "https://cimentadaj.github.io/perccalc/",
  "_searchresults": 18,
  "_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/perccalc.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/cimentadaj/perccalc",
  "_realowner": "cimentadaj",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-09-14"
    },
    {
      "version": "1.0.1",
      "date": "2018-03-30"
    },
    {
      "version": "1.0.2",
      "date": "2018-07-18"
    },
    {
      "version": "1.0.3",
      "date": "2018-08-24"
    },
    {
      "version": "1.0.4",
      "date": "2019-12-09"
    },
    {
      "version": "1.0.5",
      "date": "2019-12-17"
    }
  ],
  "_exports": [
    "perc_diff",
    "perc_diff_df",
    "perc_dist"
  ],
  "_datasets": [
    {
      "name": "pisa_2006",
      "title": "Mathematics test scores of Spain, Germany and Estonia in the PISA 2006 test",
      "object": "pisa_2006",
      "class": [
        "data.frame"
      ],
      "fields": [
        "year",
        "CNT",
        "STIDSTD",
        "father_edu",
        "household_income",
        "avg_math"
      ],
      "rows": 25884,
      "table": true,
      "tojson": true
    },
    {
      "name": "pisa_2012",
      "title": "Mathematics test scores of Spain, Germany and Estonia in the PISA 2012 test",
      "object": "pisa_2012",
      "class": [
        "data.frame"
      ],
      "fields": [
        "year",
        "CNT",
        "STIDSTD",
        "father_edu",
        "household_income",
        "avg_math"
      ],
      "rows": 35093,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "perc_diff",
      "title": "Calculate percentile differences from an ordered categorical variable and a continuous variable.",
      "topics": [
        "perc_diff",
        "perc_diff_df"
      ]
    },
    {
      "page": "perc_dist",
      "title": "Calculate a distribution of percentiles from an ordered categorical variable and a continuous variable.",
      "topics": [
        "perc_dist"
      ]
    },
    {
      "page": "pisa_2006",
      "title": "Mathematics test scores of Spain, Germany and Estonia in the PISA 2006 test",
      "topics": [
        "pisa_2006"
      ]
    },
    {
      "page": "pisa_2012",
      "title": "Mathematics test scores of Spain, Germany and Estonia in the PISA 2012 test",
      "topics": [
        "pisa_2012"
      ]
    }
  ],
  "_readme": "https://github.com/cimentadaj/perccalc/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "glue",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "multcomp",
    "mvtnorm",
    "pillar",
    "pkgconfig",
    "rlang",
    "sandwich",
    "survival",
    "TH.data",
    "tibble",
    "utf8",
    "vctrs",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "perc_calculator_example.Rmd",
      "filename": "perc_calculator_example.html",
      "title": "Case study: percentile distributions using the General Social Survey",
      "author": "Jorge Cimentada",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2017-07-31 10:34:28",
      "modified": "2019-11-08 08:47:42",
      "commits": 16
    },
    {
      "source": "pisa_example.Rmd",
      "filename": "pisa_example.html",
      "title": "Case study: percentile distributions in test scores using PISA",
      "author": "Jorge Cimentada",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2019-09-24 11:22:43",
      "modified": "2019-10-02 09:55:39",
      "commits": 3
    },
    {
      "source": "perc_warning_example.Rmd",
      "filename": "perc_warning_example.html",
      "title": "Warning message with perccalc package",
      "author": "Jorge Cimentada",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2017-09-13 17:00:18",
      "modified": "2018-08-24 15:44:38",
      "commits": 6
    }
  ],
  "_score": 5.732393759822968,
  "_indexed": true,
  "_nocasepkg": "perccalc",
  "_universes": [
    "cimentadaj"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-07-03T11:27:09.000Z",
      "distro": "resolute",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/88e05ef726721ee37ddcc7dd1783077b1ad6d68368be23e34f835247e11ebfa8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-07-03T11:27:06.000Z",
      "distro": "resolute",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/beb6c60789eb24686349e2c6367b5ec013c1f59816e4d7ee1e68b81d1e98da4b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.5",
      "date": "2026-07-03T11:27:49.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/13a7252272bb96019b40a460a03e6c012ea2881f793235d5ff7a19c45c2a637f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.5",
      "date": "2026-07-03T11:29:58.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/feb2d166229ad04982a283bc5942577d01932b6966fb97c35056b316c1d5d35e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5",
      "date": "2026-07-03T11:27:22.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/8c4a53ed07b8fdf7c0894525e0cbc4710997270c063cc390acc7c5cd3298246b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-07-03T11:25:51.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/b055fc7ef4c01b095b5cd1ff6afa54dc27ac720e4197711ca66b8872102e3a85",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-07-03T11:26:02.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/e5abe41ea5ead969ae894fa7679bada367fe335e4b31290ec8e55145095fec92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-07-03T11:25:56.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "https://r2.ropensci.org/4251513248505e2dd6e4c5f97b5b4550542d5d592b360d60b08700b026e19c99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/28657268262"
    }
  ]
}