{
  "_id": "6a113e07acfb0bcc41ce608e",
  "Package": "GPfit",
  "Title": "Gaussian Processes Modeling",
  "Version": "1.0-9",
  "Authors@R": "c(\nperson(\"Blake\", \"MacDoanld\", role = \"aut\"),\nperson(\"Hugh\", \"Chipman\", email = \"hugh.chipman@acadiau.ca\", role = c(\"aut\", \"cre\")),\nperson(\"Chris\", \"Campbell\", email = \"ccampbell@mango-solutions.com\", role = \"ctb\"),\nperson(\"Pritam\", \"Ranjan\", role = \"aut\"))",
  "Author": "Blake MacDoanld [aut], Hugh Chipman [aut, cre], Chris Campbell\n[ctb], Pritam Ranjan [aut]",
  "Maintainer": "Hugh Chipman <hugh.chipman@acadiau.ca>",
  "Description": "A computationally stable approach of fitting a Gaussian\nProcess (GP) model to a deterministic simulator.",
  "License": "GPL-2",
  "NeedsCompilation": "no",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Packaged": {
    "Date": "2026-05-23 05:38:58 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-04-12 13:00:06 UTC",
  "RemoteUrl": "https://github.com/cran/GPfit",
  "RemoteRef": "HEAD",
  "RemoteSha": "1f559b690c9176aae25d902affe5c9c0491ac612",
  "MD5sum": "5eb95bca9f9b60cb65c72b4702a28d5c",
  "_user": "cran",
  "_type": "src",
  "_file": "GPfit_1.0-9.tar.gz",
  "_fileid": "6c2681b00180c3f416e4d5a1d1fb7686de61b662078e02e286203fbd5ef4c71e",
  "_filesize": 250239,
  "_sha256": "6c2681b00180c3f416e4d5a1d1fb7686de61b662078e02e286203fbd5ef4c71e",
  "_created": "2026-05-23T05:38:58.000Z",
  "_published": "2026-05-23T05:41:27.319Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77500445519,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174622644"
    },
    {
      "job": 77500445517,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174622794"
    },
    {
      "job": 77500304944,
      "time": 143,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174609256"
    },
    {
      "job": 77500445513,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174620564"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26324778571",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/GPfit",
  "_commit": {
    "id": "1f559b690c9176aae25d902affe5c9c0491ac612",
    "author": "Hugh Chipman <hugh.chipman@acadiau.ca>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0-9\n",
    "time": 1744462806
  },
  "_maintainer": {
    "name": "Hugh Chipman",
    "email": "hugh.chipman@acadiau.ca"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "lhs",
      "version": ">= 0.5",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "version": ">= 0.18-8",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 4,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 9583,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/GPfit"
  },
  "_mentions": 1,
  "_searchresults": 167,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/GPfit.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2012-08-09"
    },
    {
      "version": "0.2-0",
      "date": "2014-06-24"
    },
    {
      "version": "0.2-1",
      "date": "2014-09-03"
    },
    {
      "version": "1.0-0",
      "date": "2015-04-02"
    },
    {
      "version": "1.0-6",
      "date": "2019-01-16"
    },
    {
      "version": "1.0-8",
      "date": "2019-02-08"
    },
    {
      "version": "1.0-9",
      "date": "2025-04-12"
    }
  ],
  "_exports": [
    "corr_matrix",
    "GP_deviance",
    "GP_fit",
    "plot.GP",
    "predict.GP",
    "scale_norm"
  ],
  "_help": [
    {
      "page": "GPfit-package",
      "title": "Gaussian Process Modeling",
      "topics": [
        "GPfit-package",
        "GPfit"
      ]
    },
    {
      "page": "corr_matrix",
      "title": "Power Exponential or Matern Correlation Matrix",
      "topics": [
        "corr_matrix"
      ]
    },
    {
      "page": "GP_deviance",
      "title": "Computes the Deviance of a GP model",
      "topics": [
        "GP_deviance"
      ]
    },
    {
      "page": "GP_fit",
      "title": "Gaussian Process Model fitting",
      "topics": [
        "GP_fit"
      ]
    },
    {
      "page": "plot",
      "title": "Plotting GP model fits",
      "topics": [
        "plot",
        "plot.GP"
      ]
    },
    {
      "page": "predict",
      "title": "Model Predictions from GPfit",
      "topics": [
        "fitted.GP",
        "predict",
        "predict.GP"
      ]
    },
    {
      "page": "print.GP",
      "title": "GP model fit Summary",
      "topics": [
        "print.GP"
      ]
    },
    {
      "page": "scale_norm",
      "title": "Scale variable into normal range 0, 1",
      "topics": [
        "scale_norm"
      ]
    },
    {
      "page": "sig_invb",
      "title": "Internal tools",
      "topics": [
        "sig_invb"
      ]
    },
    {
      "page": "summary.GP",
      "title": "Summary of GP model fit",
      "topics": [
        "summary.GP"
      ]
    }
  ],
  "_rundeps": [
    "lattice",
    "lhs",
    "Rcpp"
  ],
  "_score": 4.283399205343455,
  "_indexed": true,
  "_nocasepkg": "gpfit",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0-9",
      "date": "2026-05-23T05:40:49.000Z",
      "distro": "noble",
      "commit": "1f559b690c9176aae25d902affe5c9c0491ac612",
      "fileid": "b56b5e5a89748e9b4e011d8a18a21d4fc6eec133d04813bd680630b305f9006f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324778571"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0-9",
      "date": "2026-05-23T05:40:49.000Z",
      "distro": "noble",
      "commit": "1f559b690c9176aae25d902affe5c9c0491ac612",
      "fileid": "d175395b5d1209826b87a28e260d563246fcb5ab50a2edc63cd609d608b9f465",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324778571"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0-9",
      "date": "2026-05-23T05:40:52.000Z",
      "commit": "1f559b690c9176aae25d902affe5c9c0491ac612",
      "fileid": "ec7dd0cfdea5bc49d56516e730ccac38507f171098db59a171ed185c54463933",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324778571"
    }
  ]
}