{
  "_id": "6a1bef461d7bb097a0a21d4e",
  "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-05-31 08:05:00 UTC",
    "User": "root"
  },
  "Author": "Jorge Cimentada [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-5594-1156>)",
  "Maintainer": "Jorge Cimentada <cimentadaj@gmail.com>",
  "MD5sum": "8176ca8272fdfea96754e7a21e1a4c11",
  "_user": "cimentadaj",
  "_type": "src",
  "_file": "perccalc_1.0.5.tar.gz",
  "_fileid": "930bfb1a096e774781a258252a4507515e2fb280057c87af8407dddfb894a51b",
  "_filesize": 791280,
  "_sha256": "930bfb1a096e774781a258252a4507515e2fb280057c87af8407dddfb894a51b",
  "_created": "2026-05-31T08:05:00.000Z",
  "_published": "2026-05-31T08:20:22.484Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78710790614,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315079178"
    },
    {
      "job": 78710790624,
      "time": 158,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315084421"
    },
    {
      "job": 78710790605,
      "time": 139,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315168113"
    },
    {
      "job": 78710790622,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315137815"
    },
    {
      "job": 78710614781,
      "time": 182,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315064485"
    },
    {
      "job": 78710790616,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315078310"
    },
    {
      "job": 78710790642,
      "time": 87,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315075195"
    },
    {
      "job": 78710790619,
      "time": 77,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315073909"
    },
    {
      "job": 78710790632,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315077537"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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",
    "description": "Build AI tools freelancing. Previously @ryanair, @odigeoteam and @MPIDR"
  },
  "_downloads": {
    "count": 148,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/perccalc"
  },
  "_devurl": "https://github.com/cimentadaj/perccalc",
  "_pkgdown": "https://cimentadaj.github.io/perccalc/",
  "_searchresults": 14,
  "_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/perccalc.html",
    "extra/readme.html",
    "extra/readme.md",
    "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.623249290397901,
  "_indexed": true,
  "_nocasepkg": "perccalc",
  "_universes": [
    "cimentadaj"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-05-31T08:06:59.000Z",
      "distro": "noble",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "eb4663e2586e3dc265a7adebd5bdafe0ed06451b75bed9c44faecafad630a56c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.5",
      "date": "2026-05-31T08:07:38.000Z",
      "distro": "noble",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "84a10691f9fd6890aad8c0bb539292c797179c845a7817872133614bdc7340f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.5",
      "date": "2026-05-31T08:19:37.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "9dcc3b675523a818e3c27e8e2f19e2537193dd76741d54c9554eb7bd1e23b263",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.5",
      "date": "2026-05-31T08:15:03.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "9f4c627b03b0334381179d45faa5dbf955cefd37b68c4778b865b10e26e6b145",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.5",
      "date": "2026-05-31T08:07:09.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "b288164013fd81b13fbbe1f28fe6e0fb96bb1265e0f7a5956f8db99e88fc52a2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-05-31T08:06:21.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "a709da3febbb7527c0039a6859b1e001aa061133546ae80cbcbf267096f4d4f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-05-31T08:06:14.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "2615772c4b4aff7ab5ba7ebc9155feb3703e38e31e5337ea014c12b950e24f02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.5",
      "date": "2026-05-31T08:06:43.000Z",
      "commit": "f5c4ef2a519e85bf0858bc1862e91a9d79d16b57",
      "fileid": "ece2b901cf9016162e90d809dd5ac1c54363f50436995e39021d28afc7eed41b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cimentadaj/actions/runs/26707186464"
    }
  ]
}