{
  "_id": "6a1ee4a4b401979e7341117c",
  "Package": "quantkriging",
  "Type": "Package",
  "Title": "Quantile Kriging for Stochastic Simulations with Replication",
  "Version": "0.1.0",
  "Authors@R": "c(person(c(\"Kevin\", \"R.\"), \"Quinlan\", role = c(\"aut\", \"cre\"),\nemail = \"quinlan5@llnl.gov\"),\nperson(c(\"Jim\", \"R.\"), \"Leek\", role = \"aut\"),\nperson(\"Lawrence Livermore National Security\", role = \"cph\"))",
  "Author": "Kevin R. Quinlan [aut, cre], Jim R. Leek [aut], Lawrence\nLivermore National Security [cph]",
  "Maintainer": "Kevin R. Quinlan <quinlan5@llnl.gov>",
  "Description": "A re-implementation of quantile kriging. Quantile kriging\nwas described by Plumlee and Tuo (2014)\n<doi:10.1080/00401706.2013.860919>.  With computational savings\nwhen dealing with replication from the recent paper by Binois,\nGramacy, and Ludovski (2018)\n<doi:10.1080/10618600.2018.1458625> it is now possible to apply\nquantile kriging to a wider class of problems.  In addition to\nfitting the model, other useful tools are provided such as the\nability to automatically perform leave-one-out cross\nvalidation.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 06:11:03 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://kevinquinlan.r-universe.dev",
  "Date/Publication": "2020-03-06 12:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/quantkriging",
  "RemoteRef": "HEAD",
  "RemoteSha": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
  "MD5sum": "a6d47c10d6181c789d79a4e8ed9e6121",
  "_user": "kevinquinlan",
  "_type": "src",
  "_file": "quantkriging_0.1.0.tar.gz",
  "_fileid": "e826e8988d9b8210b159609af2dac16c37d1055f3bf98d8f6f026d08df1b4a81",
  "_filesize": 209311,
  "_sha256": "e826e8988d9b8210b159609af2dac16c37d1055f3bf98d8f6f026d08df1b4a81",
  "_created": "2026-05-20T06:11:03.000Z",
  "_published": "2026-06-02T14:11:48.990Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79090970410,
      "time": 140,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7102567240"
    },
    {
      "job": 79090970101,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102569777"
    },
    {
      "job": 79090970248,
      "time": 200,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7102573982"
    },
    {
      "job": 79090969989,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102558608"
    },
    {
      "job": 79090969392,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102534301"
    },
    {
      "job": 79090969485,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7360161531"
    },
    {
      "job": 79090970181,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7102553866"
    },
    {
      "job": 79090970185,
      "time": 76,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7102552741"
    },
    {
      "job": 79090971241,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7102561614"
    }
  ],
  "_buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/quantkriging",
  "_commit": {
    "id": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
    "author": "Kevin R. Quinlan <quinlan5@llnl.gov>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1583497202
  },
  "_maintainer": {
    "name": "Kevin R. Quinlan",
    "email": "quinlan5@llnl.gov",
    "login": "kevinquinlan",
    "description": "",
    "uuid": 58192993
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "hetGP",
      "version": ">= 1.1.1",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "version": ">= 1.2.17",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.2.1",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "version": ">= 1.4.3",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "kevinquinlan",
      "count": 1,
      "uuid": 58192993
    }
  ],
  "_userbio": {
    "uuid": 58192993,
    "type": "user",
    "name": "Kevin Quinlan"
  },
  "_downloads": {
    "count": 564,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quantkriging"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/quantkriging.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "kevinquinlan",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-03-06"
    }
  ],
  "_exports": [
    "LOOquants",
    "new_QKResults",
    "newQuants",
    "quantKrig",
    "QuantPlot"
  ],
  "_help": [
    {
      "page": "LOOquants",
      "title": "Revaluate Quantiles",
      "topics": [
        "LOOquants"
      ]
    },
    {
      "page": "new_QKResults",
      "title": "QKResult Constructor",
      "topics": [
        "new_QKResults"
      ]
    },
    {
      "page": "newQuants",
      "title": "Revaluate Quantiles",
      "topics": [
        "newQuants"
      ]
    },
    {
      "page": "predict.QKResults",
      "title": "Revaluate Quantiles",
      "topics": [
        "predict.QKResults"
      ]
    },
    {
      "page": "quantKrig",
      "title": "Quantile Kriging",
      "topics": [
        "quantKrig"
      ]
    },
    {
      "page": "quantkriging",
      "title": "quantkriging",
      "topics": [
        "quantkriging-package",
        "quantkriging"
      ]
    },
    {
      "page": "QuantPlot",
      "title": "Plot Univariate Quantile Data",
      "topics": [
        "QuantPlot"
      ]
    }
  ],
  "_readme": "https://github.com/cran/quantkriging/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "DiceDesign",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "hetGP",
    "isoband",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "mco",
    "plyr",
    "quadprog",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "reshape2",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "quantkriging",
  "_universes": [
    "kevinquinlan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T06:13:12.000Z",
      "distro": "noble",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "868853828e7dfc01882123903e0614edf5f1a54bb1768fa39d6c48abc1208dee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-20T06:13:24.000Z",
      "distro": "noble",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "b75e05ac6df781d585ca6221b533095aa3d020d3ce736c9a77734a471bb39a2e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-20T06:13:48.000Z",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "13b19f86d512a627cd07881838cbbbc798ad8a29584b0848a7af6437c3cbbc7f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-20T06:12:47.000Z",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "f7cf4132dd4d0790d15f1bf56fc89bae17cd8af459259fe1e816b144f054e922",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-20T06:12:13.000Z",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "1f3b837eafeb6c98370cb721e94e06e4df2fa57a444d4c37dc83e5f0ac1d0cbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-20T06:12:10.000Z",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "a6f0c667576fea671c03cf3a32c711bd0612912a33271aeaddd5fa50668d6af9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-20T06:12:47.000Z",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "63c75073b14c9e0a26ebe2b6873d0b285c8fe6d4a1cbb43acc322ea0bab20f25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T14:11:26.000Z",
      "commit": "c959e5dd1e0019bbff2ae064db1fac6f1288bbb5",
      "fileid": "bd269d48bec2fa2d75f54e61cd2b24d5760ec66fdf0bef52012e3f04b9f173f6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kevinquinlan/actions/runs/26144752478"
    }
  ]
}