{
  "_id": "6a1bfbd31d7bb097a0a27e85",
  "Package": "penalizedcdf",
  "Type": "Package",
  "Title": "Estimate a Penalized Linear Model using the CDF Penalty Function",
  "Version": "0.1.0",
  "Authors@R": "c(person(\"Daniele\", \"Cuntrera\", role = c(\"aut\", \"cre\"),\nemail = \"daniele.cuntrera@unipa.it\"),\nperson(\"Luigi\", \"Augugliaro\", role = \"aut\",\nemail = \"luigi.augugliaro@unipa.it\"),\nperson(\"Vito M.R.\", \"Muggeo\", role = \"aut\",\nemail = \"vito.muggeo@unipa.it\"))",
  "Author": "Daniele Cuntrera [aut, cre], Luigi Augugliaro [aut], Vito M.R.\nMuggeo [aut]",
  "Maintainer": "Daniele Cuntrera <daniele.cuntrera@unipa.it>",
  "Description": "Utilize the CDF penalty function to estimate a penalized\nlinear model. It enables you to display some graphical\nrepresentations and determine whether the Karush-Kuhn-Tucker\nconditions are met. For more details about the theory, please\nrefer to Cuntrera, D., Augugliaro, L., & Muggeo, V. M. (2022)\n<arXiv:2212.08582>.",
  "License": "GPL-2 | GPL-3",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 09:11:30 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-01-30 15:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/penalizedcdf",
  "RemoteRef": "HEAD",
  "RemoteSha": "12bac74fa31e5a8067248a0e6a16eaac587aeeef",
  "MD5sum": "f3936b1bb643e85f8c75054890570c63",
  "_user": "cran",
  "_type": "src",
  "_file": "penalizedcdf_0.1.0.tar.gz",
  "_fileid": "d94381068a70e2b897f3bb45f7a945d1d7887aa5df719791601348682aac8a72",
  "_filesize": 115697,
  "_sha256": "d94381068a70e2b897f3bb45f7a945d1d7887aa5df719791601348682aac8a72",
  "_created": "2026-05-31T09:11:30.000Z",
  "_published": "2026-05-31T09:13:55.023Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78714470024,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315506261"
    },
    {
      "job": 78714470016,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315506865"
    },
    {
      "job": 78714315244,
      "time": 162,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315492981"
    },
    {
      "job": 78714470031,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315504978"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26708518153",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/penalizedcdf",
  "_commit": {
    "id": "12bac74fa31e5a8067248a0e6a16eaac587aeeef",
    "author": "Daniele Cuntrera <daniele.cuntrera@unipa.it>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1675093202
  },
  "_maintainer": {
    "name": "Daniele Cuntrera",
    "email": "daniele.cuntrera@unipa.it"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "plot.matrix",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 126,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/penalizedcdf"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/penalizedcdf.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-01-30"
    }
  ],
  "_exports": [
    "BIC_calc",
    "BIC_cdfpen",
    "cdfPen",
    "cdfPen.fit",
    "check_KKT",
    "lla",
    "plot_cdfpen",
    "plot_path",
    "S"
  ],
  "_help": [
    {
      "page": "BIC_calc",
      "title": "BIC calculator function",
      "topics": [
        "BIC_calc"
      ]
    },
    {
      "page": "BIC.cdfpen",
      "title": "BIC computation from a \"cdfpen\" object",
      "topics": [
        "BIC_cdfpen"
      ]
    },
    {
      "page": "cdfPen",
      "title": "Fit a Linear Model with with CDF regularization",
      "topics": [
        "cdfPen"
      ]
    },
    {
      "page": "cdfPen.fit",
      "title": "Fitter function for CDF penalty",
      "topics": [
        "cdfPen.fit"
      ]
    },
    {
      "page": "Check_KKT",
      "title": "Check on the condition of Karush-Kuhn-Tucker",
      "topics": [
        "check_KKT"
      ]
    },
    {
      "page": "lla",
      "title": "LLA approximation for CDF penalty",
      "topics": [
        "lla"
      ]
    },
    {
      "page": "plot.cdfpen",
      "title": "Plot coefficients or BIC from a \"cdfpen\" object",
      "topics": [
        "plot_cdfpen"
      ]
    },
    {
      "page": "plot_path",
      "title": "Plotter function for cdfpen class",
      "topics": [
        "plot_path"
      ]
    },
    {
      "page": "S",
      "title": "Threshold function for CDF penalty",
      "topics": [
        "S"
      ]
    }
  ],
  "_rundeps": [
    "plot.matrix"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "penalizedcdf",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T09:13:23.000Z",
      "distro": "noble",
      "commit": "12bac74fa31e5a8067248a0e6a16eaac587aeeef",
      "fileid": "5555fd5f6ca4a7774f26f9dd650b7ed45a32d40eee2879847de34ff47539beef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26708518153"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-31T09:13:26.000Z",
      "distro": "noble",
      "commit": "12bac74fa31e5a8067248a0e6a16eaac587aeeef",
      "fileid": "d26f020364966c98aee889c16f5df29af2403f26622df082a149fb3b17018387",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26708518153"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-31T09:13:22.000Z",
      "commit": "12bac74fa31e5a8067248a0e6a16eaac587aeeef",
      "fileid": "6d9ee2ba4f1bef80cbdce615a730d3ae642fb1d9cf8725990f34eeaebf2f1564",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26708518153"
    }
  ]
}