{
  "_id": "6a21295dcd65a98ecbd21fe9",
  "Package": "kdensity",
  "Type": "Package",
  "Title": "Kernel Density Estimation with Parametric Starts and Asymmetric\nKernels",
  "Version": "1.2.0",
  "Authors@R": "c(\nperson(\"Jonas\", \"Moss\", , \"jonas.gjertsen@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-6876-6964\")),\nperson(\"Martin\", \"Tveten\", ,\"tveten@nr.no\", role = c(\"ctb\"))\n)",
  "Description": "Handles univariate non-parametric density estimation with\nparametric starts and asymmetric kernels in a simple and\nflexible way. Kernel density estimation with parametric starts\ninvolves fitting a parametric density to the data before making\na correction with kernel density estimation, see Hjort & Glad\n(1995) <doi:10.1214/aos/1176324627>. Asymmetric kernels make\nkernel density estimation more efficient on bounded intervals\nsuch as (0, 1) and the positive half-line. Supported asymmetric\nkernels are the gamma kernel of Chen (2000)\n<doi:10.1023/A:1004165218295>, the beta kernel of Chen (1999)\n<doi:10.1016/S0167-9473(99)00010-9>, and the copula kernel of\nJones & Henderson (2007) <doi:10.1093/biomet/asm068>.\nUser-supplied kernels, parametric starts, and bandwidths are\nsupported.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/JonasMoss/kdensity",
  "BugReports": "https://github.com/JonasMoss/kdensity/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "cmake make",
  "Repository": "https://jonasmoss.r-universe.dev",
  "Date/Publication": "2026-05-05 06:04:35 UTC",
  "RemoteUrl": "https://github.com/jonasmoss/kdensity",
  "RemoteRef": "HEAD",
  "RemoteSha": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 07:23:56 UTC",
    "User": "root"
  },
  "Author": "Jonas Moss [aut, cre] (ORCID: <https://orcid.org/0000-0002-6876-6964>),\nMartin Tveten [ctb]",
  "Maintainer": "Jonas Moss <jonas.gjertsen@gmail.com>",
  "MD5sum": "780c232f502d42a583102f191a207ca7",
  "_user": "jonasmoss",
  "_type": "src",
  "_file": "kdensity_1.2.0.tar.gz",
  "_fileid": "5b43a1861e47f87fcb04b012d33187568a1552b21c4de20d033d4fcf5d1ac9b3",
  "_filesize": 381158,
  "_sha256": "5b43a1861e47f87fcb04b012d33187568a1552b21c4de20d033d4fcf5d1ac9b3",
  "_created": "2026-06-04T07:23:56.000Z",
  "_published": "2026-06-04T07:29:33.317Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79469882065,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7405460753"
    },
    {
      "job": 79469882077,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405455137"
    },
    {
      "job": 79469882072,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7405477614"
    },
    {
      "job": 79469882116,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405502829"
    },
    {
      "job": 79469412640,
      "time": 199,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405417732"
    },
    {
      "job": 79469882078,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405451046"
    },
    {
      "job": 79469882150,
      "time": 123,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7405452950"
    },
    {
      "job": 79469882070,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7405444291"
    },
    {
      "job": 79469882102,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7405444586"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jonasmoss/kdensity",
  "_commit": {
    "id": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
    "author": "Jonas Moss <jonas.gjertsen@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #67 from JonasMoss/release/1.2.0\n\nPrepare 1.2.0 release",
    "time": 1777961075
  },
  "_maintainer": {
    "name": "Jonas Moss",
    "email": "jonas.gjertsen@gmail.com",
    "login": "jonasmoss",
    "description": "Assistant professor in statistics.",
    "uuid": 24292739,
    "orcid": "0000-0002-6876-6964"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "univariateML",
      "role": "Imports"
    },
    {
      "package": "extraDistr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "jonasmoss",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.2.0",
      "date": "2026-05-05"
    }
  ],
  "_topics": [
    "asymmetric-kernels",
    "density-estimation",
    "kernel-density-estimation",
    "non-parametric"
  ],
  "_stars": 17,
  "_contributors": [
    {
      "user": "jonasmoss",
      "count": 264,
      "uuid": 24292739
    }
  ],
  "_userbio": {
    "uuid": 24292739,
    "type": "user",
    "name": "Jonas Moss",
    "description": "Assistant professor in statistics."
  },
  "_downloads": {
    "count": 717,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kdensity"
  },
  "_devurl": "https://github.com/jonasmoss/kdensity",
  "_searchresults": 199,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kdensity.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jonasmoss/kdensity",
  "_realowner": "jonasmoss",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2018-02-27"
    },
    {
      "version": "1.0.1",
      "date": "2019-07-11"
    },
    {
      "version": "1.1.0",
      "date": "2020-09-30"
    },
    {
      "version": "1.1.1",
      "date": "2025-03-04"
    },
    {
      "version": "1.2.0",
      "date": "2026-05-04"
    }
  ],
  "_exports": [
    "kdensity"
  ],
  "_help": [
    {
      "page": "bandwidths",
      "title": "Bandwidth Selectors",
      "topics": [
        "bandwidths"
      ]
    },
    {
      "page": "kdensity",
      "title": "Parametrically guided kernel density estimation",
      "topics": [
        "kdensity"
      ]
    },
    {
      "page": "kernels",
      "title": "Kernel functions",
      "topics": [
        "kernels"
      ]
    },
    {
      "page": "parametric_starts",
      "title": "Parametric starts",
      "topics": [
        "parametric_starts"
      ]
    },
    {
      "page": "plot.kdensity",
      "title": "Plot, Lines and Points Methods for Kernel Density Estimation",
      "topics": [
        "lines.kdensity",
        "plot.kdensity",
        "points.kdensity"
      ]
    }
  ],
  "_pkglogo": "https://github.com/jonasmoss/kdensity/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/jonasmoss/kdensity/raw/HEAD/README.md",
  "_rundeps": [
    "actuar",
    "assertthat",
    "bbmle",
    "bdsmatrix",
    "cli",
    "cvar",
    "expint",
    "extraDistr",
    "fastICA",
    "fBasics",
    "fGarch",
    "gbutils",
    "glue",
    "gss",
    "GUILDS",
    "intervals",
    "lattice",
    "lifecycle",
    "logitnorm",
    "magrittr",
    "MASS",
    "Matrix",
    "mvtnorm",
    "nakagami",
    "nloptr",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "poilog",
    "poweRlaw",
    "pracma",
    "rbibutils",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "Rdpack",
    "Rfast",
    "rlang",
    "sads",
    "spatial",
    "stabledist",
    "tibble",
    "timeDate",
    "timeSeries",
    "univariateML",
    "utf8",
    "vctrs",
    "VGAM",
    "zigg"
  ],
  "_vignettes": [
    {
      "source": "tutorial.Rmd",
      "filename": "tutorial.html",
      "title": "Tutorial for kdensity",
      "author": "Jonas Moss",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Basic usage",
        "Custom densities and kernels",
        "Parametric starts",
        "Example: A skew hyperbolic t-distribution start",
        "Kernels"
      ],
      "created": "2018-02-23 14:07:15",
      "modified": "2026-05-05 06:04:35",
      "commits": 9
    }
  ],
  "_score": 7.006423252507643,
  "_indexed": true,
  "_nocasepkg": "kdensity",
  "_universes": [
    "jonasmoss"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-04T07:26:15.000Z",
      "distro": "noble",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "a48bec20bdd1ddbc30f0962459f989fd6bc1ee14badcfbd394aa2fff51236f0c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-06-04T07:26:01.000Z",
      "distro": "noble",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "ecf465aee3d13e2fba10390eaec2618619daec73c4c418c12f1c9d7a400730c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-04T07:27:26.000Z",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "4d2ccdd13c42e91141906e5b29516c3035a5c89ab9fa420ae32d498604c46276",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-06-04T07:28:52.000Z",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "ff1f566756cc80a7499326c79386c7abc5a4eec8934c8daabafd71b1bc0e3539",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-04T07:26:09.000Z",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "f40b9eeff7618e85bb17d81d0fa668310025ca3add9335d5dd0cc013945ccb9d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-04T07:25:38.000Z",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "e990f54b0e5b24001f4c62852063c3a38850b330c845904d93d71179057d79ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-04T07:25:06.000Z",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "73b2cc739dbb36f12c09d73ffa7d09f45d882d7b8d888121a4f13c11a57f7684",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-06-04T07:25:12.000Z",
      "commit": "fb8d28ca88170e4de0e67ec01f82c7109ec0067b",
      "fileid": "ef1da98c5323faa52b39fc91b939f59599e17c0a8357f12435dfed81f98e6a13",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonasmoss/actions/runs/26937099669"
    }
  ]
}