{
  "_id": "6a31121a3efcd9bda4358fc4",
  "Package": "autoFRK",
  "Type": "Package",
  "Title": "Automatic Fixed Rank Kriging",
  "Description": "Automatic fixed rank kriging for (irregularly located)\nspatial data using a class of basis functions with\nmulti-resolution features and ordered in terms of their\nresolutions. The model parameters are estimated by maximum\nlikelihood (ML) and the number of basis functions is determined\nby Akaike's information criterion (AIC). For spatial data with\neither one realization or independent replicates, the ML\nestimates and AIC are efficiently computed using their\nclosed-form expressions when no missing value occurs. Details\nregarding the basis function construction, parameter\nestimation, and AIC calculation can be found in Tzeng and Huang\n(2018) <doi:10.1080/00401706.2017.1345701>. For data with\nmissing values, the ML estimates are obtained using the\nexpectation- maximization algorithm. Apart from the number of\nbasis functions, there are no other tuning parameters, making\nthe method fully automatic. Users can also include a stationary\nstructure in the spatial covariance, which utilizes\n'LatticeKrig' package.",
  "License": "GPL (>= 2)",
  "Version": "1.4.4",
  "Date": "2026-01-15",
  "Author": "ShengLi Tzeng [aut, cre], Hsin-Cheng Huang [aut], Wen-Ting Wang\n[ctb], Douglas Nychka [ctb]",
  "Maintainer": "ShengLi Tzeng <slt.cmu@gmail.com>",
  "Authors@R": "c(person(given = \"ShengLi\",\nfamily = \"Tzeng\",\nrole = c(\"aut\", \"cre\"),\nemail = \"slt.cmu@gmail.com\"),\nperson(given = \"Hsin-Cheng\",\nfamily = \"Huang\",\nrole = \"aut\"),\nperson(given = \"Wen-Ting\",\nfamily = \"Wang\",\nrole = \"ctb\"),\nperson(given = \"Douglas\",\nfamily = \"Nychka\",\nrole = \"ctb\"))",
  "NeedsCompilation": "yes",
  "RoxygenNote": "7.1.1",
  "Packaged": {
    "Date": "2026-06-16 09:02:19 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-01-17 09:35:37 UTC",
  "RemoteUrl": "https://github.com/cran/autoFRK",
  "RemoteRef": "HEAD",
  "RemoteSha": "d7274954ee4408ca7975efaea54040407603750a",
  "MD5sum": "b3c84466be7463df0e65b07fc3059165",
  "_user": "cran",
  "_type": "src",
  "_file": "autoFRK_1.4.4.tar.gz",
  "_fileid": "59e0da95c1d9a819bd0d777f36e771151a9cde46c7cd0ea76808af279545e527",
  "_filesize": 161811,
  "_sha256": "59e0da95c1d9a819bd0d777f36e771151a9cde46c7cd0ea76808af279545e527",
  "_created": "2026-06-16T09:02:19.000Z",
  "_published": "2026-06-16T09:06:34.849Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81619933476,
      "time": 160,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7662146705"
    },
    {
      "job": 81619933591,
      "time": 174,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7662154506"
    },
    {
      "job": 81619933462,
      "time": 154,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662144161"
    },
    {
      "job": 81619933484,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662153125"
    },
    {
      "job": 81619206194,
      "time": 217,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662084642"
    },
    {
      "job": 81619933412,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662140772"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27606305368",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/autoFRK",
  "_commit": {
    "id": "d7274954ee4408ca7975efaea54040407603750a",
    "author": "ShengLi Tzeng <slt.cmu@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.4.4\n",
    "time": 1768642537
  },
  "_maintainer": {
    "name": "ShengLi Tzeng",
    "email": "slt.cmu@gmail.com",
    "login": "h0h1",
    "description": "",
    "uuid": 74278698
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "spam",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RSpectra",
      "role": "LinkingTo"
    },
    {
      "package": "RcppEigen",
      "role": "LinkingTo"
    },
    {
      "package": "RcppParallel",
      "role": "LinkingTo"
    },
    {
      "package": "fields",
      "version": ">= 6.9.1",
      "role": "Imports"
    },
    {
      "package": "filehashSQLite",
      "role": "Imports"
    },
    {
      "package": "filehash",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "mgcv",
      "role": "Imports"
    },
    {
      "package": "LatticeKrig",
      "version": ">= 5.4",
      "role": "Imports"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "filematrix",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-03",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.4.4",
      "date": "2026-01-17"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "h0h1",
      "count": 9,
      "uuid": 74278698
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 609,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 755,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/autoFRK"
  },
  "_searchresults": 137,
  "_topics": [
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/autoFRK.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "h0h1",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2018-04-05"
    },
    {
      "version": "1.1.0",
      "date": "2019-03-30"
    },
    {
      "version": "1.2.0",
      "date": "2019-12-11"
    },
    {
      "version": "1.3.0",
      "date": "2020-05-27"
    },
    {
      "version": "1.3.1",
      "date": "2020-08-27"
    },
    {
      "version": "1.3.2",
      "date": "2020-09-09"
    },
    {
      "version": "1.3.3",
      "date": "2020-09-13"
    },
    {
      "version": "1.4.3",
      "date": "2021-03-12"
    },
    {
      "version": "1.4.4",
      "date": "2026-01-17"
    }
  ],
  "_exports": [
    "as.matrix.mrts",
    "autoFRK",
    "checkDiag",
    "cMLE",
    "cMLEimat",
    "cMLElk",
    "cMLEsp",
    "diag.spam",
    "DIST",
    "EM0miss",
    "extractLK",
    "getASCeigens",
    "getEigen",
    "getHalf",
    "getLikelihood",
    "ifElse",
    "indeMLE",
    "initializeLKnFRK",
    "invCz",
    "log",
    "mkpd",
    "mrts",
    "mrtsrcpp",
    "mrtsrcpp_predict",
    "mrtsrcpp_predict0",
    "predict.FRK",
    "predict.mrts",
    "print.FRK",
    "print.mrts",
    "selectBasis",
    "setLKnFRKOption",
    "setNC",
    "SQLdbList",
    "subKnot",
    "systemRam",
    "toSpMat",
    "uniquecombs",
    "ZinvC"
  ],
  "_help": [
    {
      "page": "autoFRK",
      "title": "Automatic Fixed Rank Kriging",
      "topics": [
        "autoFRK"
      ]
    },
    {
      "page": "mrts",
      "title": "Multi-Resolution Thin-plate Spline Basis Functions",
      "topics": [
        "mrts"
      ]
    },
    {
      "page": "predict.FRK",
      "title": "Predict method for Fixed Rank Kriging",
      "topics": [
        "predict.FRK"
      ]
    },
    {
      "page": "predict.mrts",
      "title": "Multi-Resolution Thin-plate Spline Basis Functions",
      "topics": [
        "predict.mrts"
      ]
    }
  ],
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "DBI",
    "digest",
    "dotCall64",
    "fastmap",
    "fftwtools",
    "fields",
    "filehash",
    "filehashSQLite",
    "filematrix",
    "FNN",
    "glue",
    "lattice",
    "LatticeKrig",
    "lifecycle",
    "maps",
    "MASS",
    "Matrix",
    "memoise",
    "mgcv",
    "nlme",
    "pkgconfig",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "RcppParallel",
    "rlang",
    "RSpectra",
    "RSQLite",
    "spam",
    "spam64",
    "vctrs",
    "viridisLite"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "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"
    }
  ],
  "_score": 2.1367205671564067,
  "_indexed": false,
  "_nocasepkg": "autofrk",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://h0h1.r-universe.dev/autoFRK",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-06-16T09:04:50.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d7274954ee4408ca7975efaea54040407603750a",
      "fileid": "c16e1d4a2362dea7a86701cc49dc67756121986c07b70fca7affa1ac9cf60172",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27606305368"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-06-16T09:05:05.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d7274954ee4408ca7975efaea54040407603750a",
      "fileid": "83d61c993c76d1cb5bc49babe68baef7ec1b62f860f290e12401c914781a476e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27606305368"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-06-16T09:04:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "d7274954ee4408ca7975efaea54040407603750a",
      "fileid": "eca041afe526a4cda3a006e5b395825dcce938f77381dbc27a8e4e921c341b76",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27606305368"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.4",
      "date": "2026-06-16T09:05:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "d7274954ee4408ca7975efaea54040407603750a",
      "fileid": "1476c62a22ffca02d80ad6da772b990da370b7fabfcee06882d304b9fc095aca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27606305368"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.4.4",
      "date": "2026-06-16T09:05:15.000Z",
      "arch": "emscripten",
      "commit": "d7274954ee4408ca7975efaea54040407603750a",
      "fileid": "5cad94e0601b1b32e67599055825c1585490048a367a2db2aa642acb68dcdf0b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27606305368"
    }
  ]
}