{
  "_id": "6a2bb6c15783985943198c7a",
  "Package": "laGP",
  "Title": "Local Approximate Gaussian Process Regression",
  "Version": "1.5-9",
  "Date": "2023-03-13",
  "Author": "Robert B. Gramacy <rbg@vt.edu>, Furong Sun <furongs@vt.edu>",
  "Description": "Performs approximate GP regression for large computer\nexperiments and spatial datasets.  The approximation is based\non finding small local designs for prediction (independently)\nat particular inputs. OpenMP and SNOW parallelization are\nsupported for prediction over a vast out-of-sample testing set;\nGPU acceleration is also supported for an important subroutine.\nOpenMP and GPU features may require special compilation.  An\ninterface to lower-level (full) GP inference and prediction is\nprovided. Wrapper routines for blackbox optimization under\nmixed equality and inequality constraints via an augmented\nLagrangian scheme, and for large scale computer model\ncalibration, are also provided.  For details and tutorial, see\nGramacy (2016 <doi:10.18637/jss.v072.i01>.",
  "Maintainer": "Robert B. Gramacy <rbg@vt.edu>",
  "License": "LGPL",
  "URL": "https://bobby.gramacy.com/r_packages/laGP/",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-12 07:26:32 UTC",
    "User": "root"
  },
  "Repository": "https://rbgramacy.r-universe.dev",
  "Date/Publication": "2023-03-14 07:30:06 UTC",
  "RemoteUrl": "https://github.com/cran/laGP",
  "RemoteRef": "HEAD",
  "RemoteSha": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
  "MD5sum": "58469a9ecf2b64018370b846e2e7b8fa",
  "_user": "rbgramacy",
  "_type": "src",
  "_file": "laGP_1.5-9.tar.gz",
  "_fileid": "cae83cf41842110a38afc43f23ccf6ef2634037441904ebd0aff51fa0cccc735",
  "_filesize": 1488613,
  "_sha256": "cae83cf41842110a38afc43f23ccf6ef2634037441904ebd0aff51fa0cccc735",
  "_created": "2026-06-12T07:26:32.000Z",
  "_published": "2026-06-12T07:35:29.812Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80979874157,
      "time": 116,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585603016"
    },
    {
      "job": 80979874191,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585606492"
    },
    {
      "job": 80979874192,
      "time": 125,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585605728"
    },
    {
      "job": 80979874178,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585605155"
    },
    {
      "job": 80979874194,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7585663664"
    },
    {
      "job": 80979874155,
      "time": 210,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7585640057"
    },
    {
      "job": 80979874170,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585619712"
    },
    {
      "job": 80979874211,
      "time": 355,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585714081"
    },
    {
      "job": 80972603891,
      "time": 3185,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7585568830"
    },
    {
      "job": 80979874110,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585598705"
    },
    {
      "job": 80979874129,
      "time": 122,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585604541"
    },
    {
      "job": 80979874119,
      "time": 114,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7585602187"
    },
    {
      "job": 80979874133,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585598502"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/laGP",
  "_commit": {
    "id": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
    "author": "Robert B. Gramacy <rbg@vt.edu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.5-9\n",
    "time": 1678779006
  },
  "_maintainer": {
    "name": "Robert B. Gramacy",
    "email": "rbg@vt.edu",
    "login": "rbgramacy",
    "description": "",
    "uuid": 4820835
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.14",
      "role": "Depends"
    },
    {
      "package": "tgp",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "interp",
      "role": "Suggests"
    },
    {
      "package": "lhs",
      "role": "Suggests"
    },
    {
      "package": "crs",
      "role": "Suggests"
    },
    {
      "package": "DiceOptim",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 8,
  "_contributors": [
    {
      "user": "rbgramacy",
      "count": 21,
      "uuid": 4820835
    }
  ],
  "_userbio": {
    "uuid": 4820835,
    "type": "user",
    "name": "Robert B. Gramacy"
  },
  "_downloads": {
    "count": 5198,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/laGP"
  },
  "_mentions": 3,
  "_searchresults": 290,
  "_topics": [
    "openblas",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/laGP.html",
    "manual.pdf"
  ],
  "_realowner": "rbgramacy",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2013-10-09"
    },
    {
      "version": "1.1",
      "date": "2014-03-20"
    },
    {
      "version": "1.1-1",
      "date": "2014-09-03"
    },
    {
      "version": "1.1-2",
      "date": "2014-10-17"
    },
    {
      "version": "1.1-3",
      "date": "2014-10-31"
    },
    {
      "version": "1.1-5",
      "date": "2015-05-26"
    },
    {
      "version": "1.2",
      "date": "2015-09-17"
    },
    {
      "version": "1.2-1",
      "date": "2015-09-18"
    },
    {
      "version": "1.3",
      "date": "2016-08-07"
    },
    {
      "version": "1.3-1",
      "date": "2017-01-05"
    },
    {
      "version": "1.3-2",
      "date": "2017-01-09"
    },
    {
      "version": "1.4",
      "date": "2017-06-02"
    },
    {
      "version": "1.5",
      "date": "2017-09-25"
    },
    {
      "version": "1.5-1",
      "date": "2017-11-15"
    },
    {
      "version": "1.5-2",
      "date": "2018-07-25"
    },
    {
      "version": "1.5-3",
      "date": "2018-12-07"
    },
    {
      "version": "1.5-5",
      "date": "2019-09-07"
    },
    {
      "version": "1.5-6",
      "date": "2022-04-03"
    },
    {
      "version": "1.5-7",
      "date": "2022-06-27"
    },
    {
      "version": "1.5-8",
      "date": "2022-10-23"
    },
    {
      "version": "1.5-9",
      "date": "2023-03-14"
    }
  ],
  "_exports": [
    "aGP",
    "aGP.parallel",
    "aGP.R",
    "aGP.seq",
    "aGPsep",
    "aGPsep.R",
    "alcGP",
    "alcGPsep",
    "alcoptGP",
    "alcoptGPsep",
    "alcrayGP",
    "alcrayGPsep",
    "blhs",
    "blhs.loop",
    "dalcGP",
    "dalcGPsep",
    "darg",
    "deleteGP",
    "deleteGPs",
    "deleteGPsep",
    "deleteGPseps",
    "discrep.est",
    "distance",
    "fcalib",
    "fishGP",
    "garg",
    "ieciGP",
    "ieciGPsep",
    "jmleGP",
    "jmleGP.R",
    "jmleGPsep",
    "jmleGPsep.R",
    "laGP",
    "laGP.R",
    "laGPsep",
    "laGPsep.R",
    "llikGP",
    "llikGPsep",
    "mleGP",
    "mleGPsep",
    "mleGPsep.R",
    "mspeGP",
    "newGP",
    "newGPsep",
    "optim.auglag",
    "optim.efi",
    "predGP",
    "predGPsep",
    "randLine",
    "updateGP",
    "updateGPsep"
  ],
  "_help": [
    {
      "page": "aGP",
      "title": "Localized Approximate GP Regression For Many Predictive Locations",
      "topics": [
        "aGP",
        "aGP.parallel",
        "aGP.R",
        "aGP.seq",
        "aGPsep",
        "aGPsep.R"
      ]
    },
    {
      "page": "alcGP",
      "title": "Improvement statistics for sequential or local design",
      "topics": [
        "alcGP",
        "alcGPsep",
        "alcoptGP",
        "alcoptGPsep",
        "alcrayGP",
        "alcrayGPsep",
        "dalcGP",
        "dalcGPsep",
        "fishGP",
        "ieciGP",
        "ieciGPsep",
        "mspeGP"
      ]
    },
    {
      "page": "blhs",
      "title": "Bootstrapped block Latin hypercube subsampling",
      "topics": [
        "blhs",
        "blhs.loop"
      ]
    },
    {
      "page": "darg",
      "title": "Generate Priors for GP correlation",
      "topics": [
        "darg",
        "garg"
      ]
    },
    {
      "page": "deleteGP",
      "title": "Delete C-side Gaussian Process Objects",
      "topics": [
        "deleteGP",
        "deleteGPs",
        "deleteGPsep",
        "deleteGPseps"
      ]
    },
    {
      "page": "discrep.est",
      "title": "Estimate Discrepancy in Calibration Model",
      "topics": [
        "discrep.est"
      ]
    },
    {
      "page": "distance",
      "title": "Calculate the squared Euclidean distance between pairs of points",
      "topics": [
        "distance"
      ]
    },
    {
      "page": "fcalib",
      "title": "Objective function for performing large scale computer model calibration via optimization",
      "topics": [
        "fcalib"
      ]
    },
    {
      "page": "laGP",
      "title": "Localized Approximate GP Prediction At a Single Input Location",
      "topics": [
        "laGP",
        "laGP.R",
        "laGPsep",
        "laGPsep.R"
      ]
    },
    {
      "page": "llikGP",
      "title": "Calculate a GP log likelihood",
      "topics": [
        "llikGP",
        "llikGPsep"
      ]
    },
    {
      "page": "mleGP",
      "title": "Inference for GP correlation parameters",
      "topics": [
        "jmleGP",
        "jmleGP.R",
        "jmleGPsep",
        "jmleGPsep.R",
        "mleGP",
        "mleGPsep",
        "mleGPsep.R"
      ]
    },
    {
      "page": "newGP",
      "title": "Create A New GP Object",
      "topics": [
        "newGP",
        "newGPsep",
        "updateGP",
        "updateGPsep"
      ]
    },
    {
      "page": "optim.auglag",
      "title": "Optimize an objective function under multiple blackbox constraints",
      "topics": [
        "optim.auglag",
        "optim.efi"
      ]
    },
    {
      "page": "predGP",
      "title": "GP Prediction/Kriging",
      "topics": [
        "predGP",
        "predGPsep"
      ]
    },
    {
      "page": "randLine",
      "title": "Generate two-dimensional random paths",
      "topics": [
        "randLine"
      ]
    }
  ],
  "_rundeps": [
    "cluster",
    "maptree",
    "rpart",
    "tgp"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "laGP.Rnw",
      "filename": "laGP.pdf",
      "title": "a guide to the laGP package",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "Local approximate Gaussian process models",
        "Examples",
        "Calibration",
        "Ongoing development and extensions",
        "Default regularization (priors) and initial values",
        "Custom compilation"
      ],
      "created": "2014-10-17",
      "modified": "2022-06-27 07:40:02",
      "commits": 9
    }
  ],
  "_score": 6.5126880242148815,
  "_indexed": true,
  "_nocasepkg": "lagp",
  "_universes": [
    "rbgramacy"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:37.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "13cf74d1e2afbecd09f7e9dc34bb2c9466e9170e531ba711d3c294dced95c2c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:42.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "e03e83f68b1a3b339d54d2a127a30c43685d315bdaffb27e61708d6be88595cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:45.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "e131632d60ad2dcde4d71c81cfdf7b6e3fbbc0910c303223fa43efaff13c7a28",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "50c85532504dd72890092ebe9aa74b7033a96d64a4e5b218128b09e4c50b124c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.5-9",
      "date": "2026-06-12T07:31:59.000Z",
      "arch": "aarch64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "393fa3bd6a243fd9f7ca1d809b5456830b7306ca33a75ad6120cf1de3a1a3e40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.5-9",
      "date": "2026-06-12T07:30:09.000Z",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "a10a9783063eb5b7db5eecf8603f1c98b4620253e389dcf49ad480b022dd0fbf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.5-9",
      "date": "2026-06-12T07:29:26.000Z",
      "arch": "aarch64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "e064fe5608a1b5ffa0732532bb9d4a81a37dc925cb25bfffc16bb7405b45fab1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.5-9",
      "date": "2026-06-12T07:33:29.000Z",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "3926b97cec91d5c9f24ea070a6dd6be6f22ef58a05573a468301bad85ae2e96e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:40.000Z",
      "arch": "emscripten",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "92a16b320165413915f0779d63213d684feaf35fa7bc73aa251fb22097500886",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:05.000Z",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "4d37784ee52729950774905c9275759289e1b1e9af6080d4d8072dc9bdefa10c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.5-9",
      "date": "2026-06-12T07:28:01.000Z",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "b225d6119c853dfb0ce3fed1fb27d0a456d5d0c0f6a52cb5d3abf39fcd80251a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.5-9",
      "date": "2026-06-12T07:27:49.000Z",
      "arch": "x86_64",
      "commit": "e2ad6bdf6bf9864571a4cce063be3fe10b842848",
      "fileid": "1def33c7d26f6a829b145f17853f23ca690ebdb68b105f7c0d1f70c4cc008239",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rbgramacy/actions/runs/27399044841"
    }
  ]
}