{
  "_id": "6a1001d2acfb0bcc41c7bf5c",
  "Package": "FMCensSkewReg",
  "Title": "Finite Mixture of Censored Regression Models with Skewed\nDistributions",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Jiwon\", \"Park\", email = \"pcjylove87@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Victor Hugo\", \"Lachos Davila\", email = \"hlachos@uconn.edu\", role = \"aut\"),\nperson(\"Dipak\", \"Dey\", email = \"dipak.dey@uconn.edu\", role = \"aut\")\n)",
  "Author": "Jiwon Park [aut, cre], Victor Hugo Lachos Davila [aut], Dipak\nDey [aut]",
  "Maintainer": "Jiwon Park <pcjylove87@gmail.com>",
  "Description": "Provides an implementation of finite mixture regression\nmodels for censored data under four distributional families:\nNormal (FM-NCR), Student t (FM-TCR), skew-Normal (FM-SNCR), and\nskew-t (FM-STCR). The package enables flexible modeling of\nskewness and heavy tails often observed in real-world data,\nwhile explicitly accounting for censoring. Functions are\nincluded for parameter estimation via the\nExpectation-Maximization (EM) algorithm, computation of\nstandard errors, and model comparison criteria such as the\nAkaike Information Criterion (AIC), the Bayesian Information\nCriterion (BIC), and the Efficient Determination Criterion\n(EDC). The underlying methodology is described in Park et al.\n(2024) <doi:10.1007/s00180-024-01459-4>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/JiwonPark41/FMCensSkewReg",
  "BugReports": "https://github.com/JiwonPark41/FMCensSkewReg/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "pari-gp",
  "Repository": "https://jiwonpark41.r-universe.dev",
  "Date/Publication": "2025-12-17 14:28:06 UTC",
  "RemoteUrl": "https://github.com/jiwonpark41/fmcensskewreg",
  "RemoteRef": "HEAD",
  "RemoteSha": "d33d876ac48af4ab2a900d278a2431aca319cf38",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 07:09:04 UTC",
    "User": "root"
  },
  "MD5sum": "bb34ea3889aa9ba21a8fe189495bacd3",
  "_user": "jiwonpark41",
  "_type": "src",
  "_file": "FMCensSkewReg_0.1.1.tar.gz",
  "_fileid": "e81098cd8c1be99a4dec14f49e1f097f63d9344c32123f52ca850e87936be764",
  "_filesize": 127160,
  "_sha256": "e81098cd8c1be99a4dec14f49e1f097f63d9344c32123f52ca850e87936be764",
  "_created": "2026-05-22T07:09:04.000Z",
  "_published": "2026-05-22T07:12:18.154Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77333007571,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7154809370"
    },
    {
      "job": 77333007576,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7154809187"
    },
    {
      "job": 77333007558,
      "time": 162,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7154804418"
    },
    {
      "job": 77333007761,
      "time": 161,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7154801559"
    },
    {
      "job": 77332496841,
      "time": 236,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154762984"
    },
    {
      "job": 77333007559,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7154798703"
    },
    {
      "job": 77333007566,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7154794329"
    },
    {
      "job": 77333007633,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7154793309"
    },
    {
      "job": 77333007582,
      "time": 113,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7154797031"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jiwonpark41/fmcensskewreg",
  "_commit": {
    "id": "d33d876ac48af4ab2a900d278a2431aca319cf38",
    "author": "jiwon41 <jiwon.park@uconn.edu>",
    "committer": "jiwon41 <jiwon.park@uconn.edu>",
    "message": "CRAN resubmission: fix DESCRIPTION, add reference, suppress console output\n",
    "time": 1765981686
  },
  "_maintainer": {
    "name": "Jiwon Park",
    "email": "pcjylove87@gmail.com",
    "login": "pcjylove",
    "description": "",
    "uuid": 71070973
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "MomTrunc",
      "role": "Imports"
    },
    {
      "package": "mnormt",
      "role": "Imports"
    },
    {
      "package": "sn",
      "role": "Imports"
    },
    {
      "package": "truncdist",
      "role": "Imports"
    },
    {
      "package": "mixsmsn",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "jiwonpark41",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-38",
      "n": 3
    },
    {
      "week": "2025-39",
      "n": 1
    },
    {
      "week": "2025-40",
      "n": 2
    },
    {
      "week": "2025-51",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "jiwon41",
      "count": 7,
      "uuid": 89795992
    }
  ],
  "_userbio": {
    "uuid": 185251355,
    "type": "user",
    "name": "Jiwon Park"
  },
  "_downloads": {
    "count": 133,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/FMCensSkewReg"
  },
  "_devurl": "https://github.com/jiwonpark41/fmcensskewreg",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/FMCensSkewReg.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jiwonpark41/fmcensskewreg",
  "_realowner": "jiwonpark41",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2025-12-22"
    }
  ],
  "_exports": [
    "EM.skewCens.mixR"
  ],
  "_help": [
    {
      "page": "EM.skewCens.mixR",
      "title": "EM Algorithm for Finite Mixture Censored Regression",
      "topics": [
        "EM.skewCens.mixR"
      ]
    }
  ],
  "_readme": "https://github.com/jiwonpark41/fmcensskewreg/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "contfrac",
    "deSolve",
    "elliptic",
    "evd",
    "hypergeo",
    "lattice",
    "MASS",
    "Matrix",
    "MatrixModels",
    "mixsmsn",
    "mnormt",
    "MomTrunc",
    "mvtnorm",
    "numDeriv",
    "quantreg",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "sn",
    "SparseM",
    "survival",
    "tlrmvnmvt",
    "truncdist"
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "fmcensskewreg",
  "_universes": [
    "jiwonpark41",
    "pcjylove"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-22T07:11:43.000Z",
      "distro": "noble",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "dc889f193b9eb3da18c8240dd189860142e73841813dd6b615f97dbf829abc6e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-22T07:11:43.000Z",
      "distro": "noble",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "af1bc7ac7b966f3f4ecc991ffb35caf794bda28d82edcc36b4b262b94920aa32",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-22T07:11:31.000Z",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "9c03b675188b62881556c33116397fb71e34d62dbef1d52ce47c7cec0908e3f1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-22T07:11:17.000Z",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "88f1df8ad5a277999633ead00cd7c2c1c6a61013ee4d18b834e2fc04e714805d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T07:11:24.000Z",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "c15b502e4cc7a3b25b8e7b5ae434e28c4346bbccf1cfc8db6b84e55bb94b3441",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T07:10:44.000Z",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "9c37a1902ea2470b62e6540896cdb027cc505cc3d348e02a7fe0bc385a50d6cf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T07:10:43.000Z",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "946f9407c4559a137051978a2d49fc8025babadfde109e993a4ff91fd851ee4b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T07:10:55.000Z",
      "commit": "d33d876ac48af4ab2a900d278a2431aca319cf38",
      "fileid": "a4af7487f2f3798af7bd1e1ddbc4f172d9e431170a1285fce63a76f55638b095",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/jiwonpark41/actions/runs/26273582887"
    }
  ]
}