{
  "_id": "6a103325acfb0bcc41c98218",
  "Package": "RESTK",
  "Title": "An Implementation of the RESTK Algorithm",
  "Version": "1.0.2",
  "Authors@R": "person(given = \"Sergi\",\nfamily = \"Vilardell\",\nrole = c(\"aut\", \"cre\"),\nemail = \"sergi.vilardell@bsc.es\")",
  "Description": "Implementation of the RESTK algorithm based on Markov's\nInequality from Vilardell, Sergi, Serra, Isabel, Mezzetti,\nEnrico, Abella, Jaume, Cazorla, Francisco J. and Del Castillo,\nJ. (2022). \"Using Markov's Inequality with Power-Of-k Function\nfor Probabilistic WCET Estimation\". In 34th Euromicro\nConference on Real-Time Systems (ECRTS 2022). Leibniz\nInternational Proceedings in Informatics (LIPIcs) 231\n20:1-20:24. <doi:10.4230/LIPIcs.ECRTS.2022.20>. This work has\nbeen supported by the European Research Council (ERC) under the\nEuropean Union's Horizon 2020 research and innovation programme\n(grant agreement No. 772773).",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 08:23:13 UTC",
    "User": "root"
  },
  "Author": "Sergi Vilardell [aut, cre]",
  "Maintainer": "Sergi Vilardell <sergi.vilardell@bsc.es>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-01-12 16:48:19 UTC",
  "RemoteUrl": "https://github.com/cran/RESTK",
  "RemoteRef": "HEAD",
  "RemoteSha": "49df93336a2a2e0c8c6ccbf4d5d82196aa2a6333",
  "MD5sum": "194d609aaa92ab5997165a00a64a8670",
  "_user": "cran",
  "_type": "src",
  "_file": "RESTK_1.0.2.tar.gz",
  "_fileid": "a6bab1b9e8f15d016ed1bc8b4dd26bb08739627b4cd4fd5c3c9454667bbf11d0",
  "_filesize": 106573,
  "_sha256": "a6bab1b9e8f15d016ed1bc8b4dd26bb08739627b4cd4fd5c3c9454667bbf11d0",
  "_created": "2026-05-12T08:23:13.000Z",
  "_published": "2026-05-22T10:42:45.840Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77363799108,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6939206012"
    },
    {
      "job": 77363798804,
      "time": 104,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939197820"
    },
    {
      "job": 77363798388,
      "time": 162,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6939162796"
    },
    {
      "job": 77363798353,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158594812"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25722290459",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/RESTK",
  "_commit": {
    "id": "49df93336a2a2e0c8c6ccbf4d5d82196aa2a6333",
    "author": "Sergi Vilardell <sergi.vilardell@bsc.es>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.2\n",
    "time": 1768236499
  },
  "_maintainer": {
    "name": "Sergi Vilardell",
    "email": "sergi.vilardell@bsc.es"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-03",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.2",
      "date": "2026-01-12"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 475,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RESTK"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/RESTK.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2023-08-24"
    },
    {
      "version": "1.0.1",
      "date": "2025-03-12"
    },
    {
      "version": "1.0.2",
      "date": "2026-01-12"
    }
  ],
  "_exports": [
    "compute_maxk",
    "estimate_quantiles_maxk",
    "get_min_maxk",
    "linear_adjust",
    "RESTK",
    "RESTK_training",
    "RESTK_validation",
    "sample_quantile_estimation",
    "tightness"
  ],
  "_help": [
    {
      "page": "compute_maxk",
      "title": "Compute the maximum k for a given sample",
      "topics": [
        "compute_maxk"
      ]
    },
    {
      "page": "estimate_quantiles_maxk",
      "title": "Estimate Quantiles with Maxk",
      "topics": [
        "estimate_quantiles_maxk"
      ]
    },
    {
      "page": "get_min_maxk",
      "title": "Get the minimum maxk",
      "topics": [
        "get_min_maxk"
      ]
    },
    {
      "page": "linear_adjust",
      "title": "Linear adjust",
      "topics": [
        "linear_adjust"
      ]
    },
    {
      "page": "RESTK",
      "title": "RESTK",
      "topics": [
        "RESTK"
      ]
    },
    {
      "page": "RESTK_training",
      "title": "RESTK Training",
      "topics": [
        "RESTK_training"
      ]
    },
    {
      "page": "RESTK_validation",
      "title": "RESTK Validation",
      "topics": [
        "RESTK_validation"
      ]
    },
    {
      "page": "sample_quantile_estimation",
      "title": "Estimate Quantiles within the Sample",
      "topics": [
        "sample_quantile_estimation"
      ]
    },
    {
      "page": "tightness",
      "title": "Tightness function",
      "topics": [
        "tightness"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "purrr",
    "rlang",
    "vctrs"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "restk",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-12T08:25:29.000Z",
      "distro": "noble",
      "commit": "49df93336a2a2e0c8c6ccbf4d5d82196aa2a6333",
      "fileid": "44026bc87122051f4a5cec975ff2575b1c1277df23440899f57fdcbc055b5fbd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25722290459"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-12T08:25:02.000Z",
      "distro": "noble",
      "commit": "49df93336a2a2e0c8c6ccbf4d5d82196aa2a6333",
      "fileid": "7fdef97b2577ec177da6038a7ddf2c3c198f8cfbddcbe5c0ff68c24c7a56e53b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25722290459"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-05-22T10:42:25.000Z",
      "commit": "49df93336a2a2e0c8c6ccbf4d5d82196aa2a6333",
      "fileid": "48f888f8442f636ca002447e65a8752c0009400ff4230b99c79d3891bb711e83",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25722290459"
    }
  ]
}