{
  "_id": "6a115ae7acfb0bcc41cec0e9",
  "Package": "aftPenCDA",
  "Title": "Estimating Penalized AFT Models via Coordinate Descent",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(given = \"Suyeon\", family = \"Seon\",\nrole = c(\"aut\", \"cre\"),\nemail = \"seonsy429@gmail.com\"),\nperson(given = \"Taehwa\", family = \"Choi\",\nrole = c(\"aut\"),\nemail = \"taehwa015@gmail.com\"),\nperson(given = \"Dipankar\", family = \"Bandyopadhyay\",\nrole = c(\"aut\"),\nemail = \"bandyopd@gmail.com\"),\nperson(given = \"Dongha\", family = \"Kim\",\nrole = c(\"aut\"),\nemail = \"dongha0718@gmail.com\"),\nperson(given = \"Seongoh\", family = \"Park\",\nrole = c(\"aut\"),\nemail = \"inmybrain6@gmail.com\")\n)",
  "Maintainer": "Suyeon Seon <seonsy429@gmail.com>",
  "Description": "Provides penalized accelerated failure time (AFT) model\nestimation for right-censored and partly interval-censored\nsurvival data using induced smoothing and coordinate descent\nalgorithms. Supported penalties include broken adaptive ridge\n(BAR), LASSO, adaptive LASSO, and SCAD. Core estimation\nroutines are implemented in 'C++' via 'Rcpp' and\n'RcppArmadillo' for computational efficiency. The methodology\nis related to Zeng and Lin (2008)\n<doi:10.1093/biostatistics/kxm034>, Xu et al. (2010)\n<doi:10.1002/sim.2576>, Dai et al. (2018)\n<doi:10.1016/j.jmva.2018.08.007>, and Choi et al. (2025)\n<doi:10.48550/arXiv.2503.11268>.",
  "URL": "https://github.com/seonsy/aftPenCDA",
  "BugReports": "https://github.com/seonsy/aftPenCDA/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-23 07:40:46 UTC",
    "User": "root"
  },
  "Author": "Suyeon Seon [aut, cre], Taehwa Choi [aut], Dipankar\nBandyopadhyay [aut], Dongha Kim [aut], Seongoh Park [aut]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-04-23 06:20:18 UTC",
  "RemoteUrl": "https://github.com/cran/aftPenCDA",
  "RemoteRef": "HEAD",
  "RemoteSha": "8616ed670c35246b3e37a15041de8cdd6703caf9",
  "MD5sum": "bbba5e2b07bf5bb87022347a148117c3",
  "_user": "cran",
  "_type": "src",
  "_file": "aftPenCDA_0.1.1.tar.gz",
  "_fileid": "203fdf6000e27b7345d7814fac60107fa24dcc62653794376599149787d8e6af",
  "_filesize": 173251,
  "_sha256": "203fdf6000e27b7345d7814fac60107fa24dcc62653794376599149787d8e6af",
  "_created": "2026-05-23T07:40:46.000Z",
  "_published": "2026-05-23T07:44:39.902Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77506943368,
      "time": 179,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175387723"
    },
    {
      "job": 77506943373,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175385488"
    },
    {
      "job": 77506943371,
      "time": 166,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175386635"
    },
    {
      "job": 77506943370,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175384897"
    },
    {
      "job": 77506767088,
      "time": 219,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175372079"
    },
    {
      "job": 77506943366,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175383102"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26327121954",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/aftPenCDA",
  "_commit": {
    "id": "8616ed670c35246b3e37a15041de8cdd6703caf9",
    "author": "Suyeon Seon <seonsy429@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.1\n",
    "time": 1776925218
  },
  "_maintainer": {
    "name": "Suyeon Seon",
    "email": "seonsy429@gmail.com",
    "login": "seonsy",
    "description": "",
    "uuid": 260380354
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-04-07"
    },
    {
      "name": "0.1.1",
      "date": "2026-04-23"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "seonsy",
      "count": 2,
      "uuid": 260380354
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 596,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/aftPenCDA"
  },
  "_devurl": "https://github.com/seonsy/aftpencda",
  "_searchresults": 4,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/aftPenCDA.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/seonsy/aftpencda",
  "_realowner": "seonsy",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-04-07"
    },
    {
      "version": "0.1.1",
      "date": "2026-04-23"
    }
  ],
  "_exports": [
    "aftpen",
    "aftpen_pic"
  ],
  "_datasets": [
    {
      "name": "simdat_pic",
      "title": "Simulated clustered partly interval-censored data",
      "object": "simdat_pic",
      "class": [
        "data.frame"
      ],
      "fields": [
        "L",
        "R",
        "delta",
        "id",
        "x1",
        "x2"
      ],
      "rows": 400,
      "table": true,
      "tojson": true
    },
    {
      "name": "simdat_rc",
      "title": "Simulated right-censored data",
      "object": "simdat_rc",
      "class": [
        "data.frame"
      ],
      "fields": [
        "y",
        "d",
        "X1",
        "X2",
        "X3",
        "X4",
        "X5",
        "X6",
        "X7",
        "X8",
        "X9",
        "X10"
      ],
      "rows": 100,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "aftpen",
      "title": "Penalized AFT estimation for right-censored data",
      "topics": [
        "aftpen"
      ]
    },
    {
      "page": "aftpen_pic",
      "title": "Penalized AFT estimation for clustered-partly interval censored data",
      "topics": [
        "aftpen_pic"
      ]
    },
    {
      "page": "simdat_pic",
      "title": "Simulated clustered partly interval-censored data",
      "topics": [
        "simdat_pic"
      ]
    },
    {
      "page": "simdat_rc",
      "title": "Simulated right-censored data",
      "topics": [
        "simdat_rc"
      ]
    }
  ],
  "_readme": "https://github.com/cran/aftPenCDA/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_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": "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"
    }
  ],
  "_vignettes": [
    {
      "source": "aftPenCDA.Rmd",
      "filename": "aftPenCDA.html",
      "title": "Getting started with aftPenCDA package",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Methodological background",
        "Installation",
        "Main functions",
        "Example 1: Right-censored data",
        "Example 2: Clustered partly interval-censored data",
        "Variance estimation",
        "References"
      ],
      "created": "2026-04-07 11:17:45",
      "modified": "2026-04-23 06:20:18",
      "commits": 2
    }
  ],
  "_score": 3,
  "_indexed": false,
  "_nocasepkg": "aftpencda",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://seonsy.r-universe.dev/aftPenCDA",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-23T07:43:43.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8616ed670c35246b3e37a15041de8cdd6703caf9",
      "fileid": "6fec6562e3c7c2d8aa884e3fbbedf8e24456a8726589c2e1a0492903a8529642",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26327121954"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-23T07:43:10.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8616ed670c35246b3e37a15041de8cdd6703caf9",
      "fileid": "f6b89cd232666009703aad6f09141fb0288d0ba922c4a7e29526b169eb24d794",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26327121954"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-23T07:43:29.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8616ed670c35246b3e37a15041de8cdd6703caf9",
      "fileid": "8d109ff2614b48ba6bfd2a04afa46fa70874e62b31567076ecbed18f12bafc17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26327121954"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-23T07:43:05.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8616ed670c35246b3e37a15041de8cdd6703caf9",
      "fileid": "f9456cd106bb4fc8619b522dad1e52f2147b4f242553e39f63cd104ca1537ba0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26327121954"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-23T07:43:10.000Z",
      "arch": "emscripten",
      "commit": "8616ed670c35246b3e37a15041de8cdd6703caf9",
      "fileid": "9522f85f76138c61a6faed4e1fa195099e26d06776af407058765c46e8fba58e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26327121954"
    }
  ]
}