{
  "_id": "6a16b2e5acfb0bcc41d853de",
  "Package": "FastKM",
  "Type": "Package",
  "Title": "A Fast Multiple-Kernel Method Based on a Low-Rank Approximation",
  "Version": "1.2",
  "Date": "2025-05-03",
  "Author": "Rachel Marceau [aut], Wenbin Lu [aut], Michele M. Sale [aut],\nBradford B. Worrall [aut], Stephen R. Williams [aut], Fang-Chi\nHsu [aut], Jung-Ying Tzeng [aut], Shannon T. Holloway [aut,\ncre]",
  "Maintainer": "Shannon T. Holloway <shannon.t.holloway@gmail.com>",
  "Authors@R": "c(person(given = \"Rachel\",\nfamily = \"Marceau\",\nrole = \"aut\"),\nperson(given = \"Wenbin\",\nfamily = \"Lu\",\nrole = \"aut\"),\nperson(given = c(\"Michele\", \"M.\"),\nfamily = \"Sale\",\nrole = \"aut\"),\nperson(given = c(\"Bradford\", \"B.\"),\nfamily = \"Worrall\",\nrole = \"aut\"),\nperson(given = c(\"Stephen\", \"R.\"),\nfamily = \"Williams\",\nrole = \"aut\"),\nperson(given = \"Fang-Chi\",\nfamily = \"Hsu\",\nrole = \"aut\"),\nperson(given = \"Jung-Ying\",\nfamily = \"Tzeng\",\nrole = \"aut\"),\nperson(given = c(\"Shannon\", \"T.\"),\nfamily = \"Holloway\",\nrole = c(\"aut\", \"cre\"),\nemail = \"shannon.t.holloway@gmail.com\"))",
  "Description": "A computationally efficient and statistically rigorous\nfast Kernel Machine method for multi-kernel analysis. The\napproach is based on a low-rank approximation to the nuisance\neffect kernel matrices. The algorithm is applicable to\ncontinuous, binary, and survival traits and is implemented\nusing the existing single-kernel analysis software 'SKAT' and\n'coxKM'. 'coxKM' can be obtained from\n<https://github.com/lin-lab/coxKM>.",
  "License": "GPL-2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 08:57:45 UTC",
    "User": "root"
  },
  "Repository": "https://sth1402.r-universe.dev",
  "Date/Publication": "2025-05-04 12:10:06 UTC",
  "RemoteUrl": "https://github.com/cran/FastKM",
  "RemoteRef": "HEAD",
  "RemoteSha": "7fd57ff1d727b10861cb74ad919110c2b9712475",
  "MD5sum": "81c0952b1416afd30ebeebf89a2b26f9",
  "_user": "sth1402",
  "_type": "src",
  "_file": "FastKM_1.2.tar.gz",
  "_fileid": "37784defe08a10e07edf52b2f47c9ac2a507b69154abe3186052c66c079a7dc8",
  "_filesize": 126951,
  "_sha256": "37784defe08a10e07edf52b2f47c9ac2a507b69154abe3186052c66c079a7dc8",
  "_created": "2026-05-27T08:57:45.000Z",
  "_published": "2026-05-27T09:01:25.172Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78042643365,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7236232274"
    },
    {
      "job": 78042643355,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236230030"
    },
    {
      "job": 78042643358,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7236224387"
    },
    {
      "job": 78042643401,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236227500"
    },
    {
      "job": 78042178537,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236187925"
    },
    {
      "job": 78042643378,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236220845"
    },
    {
      "job": 78042643354,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7236225432"
    },
    {
      "job": 78042643386,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7236218604"
    },
    {
      "job": 78042643402,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236219336"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/FastKM",
  "_commit": {
    "id": "7fd57ff1d727b10861cb74ad919110c2b9712475",
    "author": "Shannon T. Holloway <shannon.t.holloway@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.2\n",
    "time": 1746360606
  },
  "_maintainer": {
    "name": "Shannon T. Holloway",
    "email": "shannon.t.holloway@gmail.com",
    "login": "sth1402",
    "description": "",
    "uuid": 41195707
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "rARPACK",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "coxKM",
      "role": "Suggests"
    },
    {
      "package": "SKAT",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sth1402",
      "count": 2,
      "uuid": 41195707
    }
  ],
  "_userbio": {
    "uuid": 41195707,
    "type": "user",
    "name": "sth1402"
  },
  "_downloads": {
    "count": 567,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/FastKM"
  },
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/FastKM.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_realowner": "sth1402",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2015-11-10"
    },
    {
      "version": "1.1",
      "date": "2022-06-07"
    },
    {
      "version": "1.2",
      "date": "2025-05-04"
    }
  ],
  "_exports": [
    "geno",
    "KITdesign",
    "KITkernel",
    "nongeno"
  ],
  "_help": [
    {
      "page": "FastKM-package",
      "title": "A Fast Multiple-Kernel Method Based on a Low-Rank Approximation",
      "topics": [
        "FastKM-package",
        "FastKM"
      ]
    },
    {
      "page": "geno",
      "title": "Create a geno Object.",
      "topics": [
        "geno"
      ]
    },
    {
      "page": "geno-class",
      "title": "Class '\"geno\"'",
      "topics": [
        "geno-class"
      ]
    },
    {
      "page": "KITdesign",
      "title": "A Fast Multiple-Kernel Method Based on a Low-Rank Approximation with Design Matrix Inputs",
      "topics": [
        "KITdesign"
      ]
    },
    {
      "page": "KITkernel",
      "title": "A Fast Multiple-Kernel Method Based on a Low-Rank Approximation with Kernel Inputs.",
      "topics": [
        "KITkernel"
      ]
    },
    {
      "page": "nongeno",
      "title": "Create a nongeno Object",
      "topics": [
        "nongeno"
      ]
    },
    {
      "page": "nongeno-class",
      "title": "Class '\"nongeno\"'",
      "topics": [
        "nongeno-class"
      ]
    }
  ],
  "_rundeps": [
    "lattice",
    "Matrix",
    "rARPACK",
    "Rcpp",
    "RcppEigen",
    "RSpectra"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "fastkm",
  "_universes": [
    "sth1402"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-27T08:59:43.000Z",
      "distro": "noble",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "16ccd8a017c9151bd29ca0d7ea15672dbd7e7656ee0d66aab419924f710d68ce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-27T08:59:38.000Z",
      "distro": "noble",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "28767441074b7d0bd16913fb3a8a68d075b7eb2f0bc596201f91d1c4df409e7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2",
      "date": "2026-05-27T08:59:30.000Z",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "e2d2d4036c79d993e44bab4777650ea90be79bd43ccc0c7c70f073e006b3bbfd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2",
      "date": "2026-05-27T08:59:37.000Z",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "c6420c9f8346f6ab3d43a69315658df3a69db318aa2b10f34ed37f6f383368eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2",
      "date": "2026-05-27T08:59:38.000Z",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "0b67b1673f22d43c23fb5f1c6011f2a3007451abe04c5c56624525ca5fa9b2f2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-27T08:59:22.000Z",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "cc50110115542f1b542ca2cf944802a59d7cee505e811c41c4a8a595259da7f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-27T08:59:01.000Z",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "3478f9a8e09d952a72704b8ca1ec6326ac024bed3541ccfc45e849529b7744d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-27T08:59:02.000Z",
      "commit": "7fd57ff1d727b10861cb74ad919110c2b9712475",
      "fileid": "7b893878cab64ae2493ae213634c1cbf4987752365f3c7b2229481bf2d5d0b7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sth1402/actions/runs/26501289153"
    }
  ]
}