{
  "_id": "6a1f11cbb401979e7341db37",
  "Package": "robustreg",
  "Version": "0.1-11",
  "Date": "2019-05-09",
  "Title": "Robust Regression Functions",
  "Author": "Ian M. Johnson <ijca2013@gmail.com>",
  "Maintainer": "Ian M. Johnson <ijca2013@gmail.com>",
  "Description": "Linear regression functions using Huber and bisquare psi\nfunctions. Optimal weights are calculated using IRLS algorithm.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-17 07:49:58 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2019-05-10 06:50:03 UTC",
  "RemoteUrl": "https://github.com/cran/robustreg",
  "RemoteRef": "HEAD",
  "RemoteSha": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
  "MD5sum": "69165356ccac4ec370905f7860d077e2",
  "_user": "cran",
  "_type": "src",
  "_file": "robustreg_0.1-11.tar.gz",
  "_fileid": "e328054e516d3c3502319248303ffbff9e942287f43a4cba129f866c02d9db8e",
  "_filesize": 101842,
  "_sha256": "e328054e516d3c3502319248303ffbff9e942287f43a4cba129f866c02d9db8e",
  "_created": "2026-05-17T07:49:58.000Z",
  "_published": "2026-06-02T17:24:27.291Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131172443,
      "time": 129,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040578648"
    },
    {
      "job": 79131171988,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040578607"
    },
    {
      "job": 79131172653,
      "time": 136,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040579362"
    },
    {
      "job": 79131172462,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040578768"
    },
    {
      "job": 79131171388,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040563762"
    },
    {
      "job": 79131171249,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365012189"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25985025601",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/robustreg",
  "_commit": {
    "id": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
    "author": "Ian M. Johnson <ijca2013@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1-11\n",
    "time": 1557471003
  },
  "_maintainer": {
    "name": "Ian M. Johnson",
    "email": "ijca2013@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.6.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "stats",
      "version": ">= 3.6.0",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.11.3",
      "role": "Imports"
    }
  ],
  "_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": 270,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/robustreg"
  },
  "_mentions": 1,
  "_searchresults": 11,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/robustreg.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1-3",
      "date": "2012-10-29"
    },
    {
      "version": "0.1-5",
      "date": "2014-10-09"
    },
    {
      "version": "0.1-7",
      "date": "2014-10-28"
    },
    {
      "version": "0.1-8",
      "date": "2015-07-30"
    },
    {
      "version": "0.1-9",
      "date": "2015-08-26"
    },
    {
      "version": "0.1-10",
      "date": "2017-04-27"
    },
    {
      "version": "0.1-11",
      "date": "2019-05-10"
    }
  ],
  "_exports": [
    "fit_rcpp",
    "mad_rcpp",
    "median_rcpp",
    "psiBS_rcpp",
    "psiHuber_rcpp",
    "robustRegBS",
    "robustRegH"
  ],
  "_help": [
    {
      "page": "fit_rcpp",
      "title": "Predict y from X and b",
      "topics": [
        "fit_rcpp"
      ]
    },
    {
      "page": "mad_rcpp",
      "title": "Median Absolute Deviation (MAD)",
      "topics": [
        "mad_rcpp"
      ]
    },
    {
      "page": "median_rcpp",
      "title": "Median",
      "topics": [
        "median_rcpp"
      ]
    },
    {
      "page": "psiBS_rcpp",
      "title": "Tukey's Bisquare Psi Function",
      "topics": [
        "psiBS_rcpp"
      ]
    },
    {
      "page": "psiHuber_rcpp",
      "title": "Huber Psi Function",
      "topics": [
        "psiHuber_rcpp"
      ]
    },
    {
      "page": "robustRegBS",
      "title": "Robust Fitting of Linear Models using Bisquare Psi Function",
      "topics": [
        "robustRegBS"
      ]
    },
    {
      "page": "robustRegH",
      "title": "Robust Fitting of Linear Models using Huber Psi Function",
      "topics": [
        "robustRegH"
      ]
    }
  ],
  "_rundeps": [
    "lattice",
    "Matrix",
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "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"
    }
  ],
  "_score": 1.0413926851582251,
  "_indexed": true,
  "_nocasepkg": "robustreg",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1-11",
      "date": "2026-05-17T07:52:09.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
      "fileid": "9c0c75c3af2d438f287c40f1bd625d1ceeb4aa3180c2b7f7d022b7b619625d8e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25985025601"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1-11",
      "date": "2026-05-17T07:52:06.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
      "fileid": "ef408e170b7bcfa652139bad8c7bdfff7784bf1c34a899e819f014479a8da126",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25985025601"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1-11",
      "date": "2026-05-17T07:52:15.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
      "fileid": "85b2467b8dc6a31d170a93ab7b40dc15eb23c88d2b3a4c5d7bda25024defd241",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25985025601"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1-11",
      "date": "2026-05-17T07:52:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
      "fileid": "b2e8cbb16ad307f2cc53bf06e62de1f8a412c592d575ab78fbec61e9386cb1f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25985025601"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1-11",
      "date": "2026-06-02T17:23:53.000Z",
      "arch": "emscripten",
      "commit": "2c96e382f09ad80398c98def2bc7c5e24066d0d7",
      "fileid": "23fdf932a0326a55f5c7872ac61ebbf9b25fe5dc356275bc5702c7465f4b63f6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25985025601"
    }
  ]
}