{
  "_id": "6a4a31eb96bf500e17672d5e",
  "Package": "reverseR",
  "Type": "Package",
  "LazyLoad": "yes",
  "LazyData": "yes",
  "Title": "Linear Regression Stability to Significance Reversal",
  "Version": "0.2",
  "Date": "2024-09-24",
  "Authors@R": "c(person(\"Andrej-Nikolai Spiess\", role = c(\"aut\", \"cre\"), email = \"draspiess@gmail.com\"),\nperson(\"Michal Burdukiewicz\", role = \"aut\", email = \"michalburdukiewicz@gmail.com\"),\nperson(\"Stefan Roediger\", role = \"aut\", email = \"stefan.roediger@b-tu.de\"))",
  "Maintainer": "Andrej-Nikolai Spiess <draspiess@gmail.com>",
  "Description": "Tests linear regressions for significance reversal through\nleave-one(multiple)-out.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Config/pak/sysreqs": "libcairo2-dev cmake libfontconfig1-dev\nlibfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev\nlibjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev\nlibxml2-dev libssl-dev libnode-dev",
  "Repository": "https://anspiess.r-universe.dev",
  "Date/Publication": "2024-12-06 10:38:38 UTC",
  "RemoteUrl": "https://github.com/anspiess/reverser",
  "RemoteRef": "HEAD",
  "RemoteSha": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
  "Packaged": {
    "Date": "2026-07-05 10:25:10 UTC",
    "User": "root"
  },
  "Author": "Andrej-Nikolai Spiess [aut, cre],\nMichal Burdukiewicz [aut],\nStefan Roediger [aut]",
  "_user": "anspiess",
  "_type": "src",
  "_file": "reverseR_0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/c00aa1b0600c86f32454010d74de4feba260f3724133ad2c90bd4d9873cd5a8d",
  "_filesize": 300250,
  "_sha256": "c00aa1b0600c86f32454010d74de4feba260f3724133ad2c90bd4d9873cd5a8d",
  "_expires": "2026-10-13T10:28:57.000Z",
  "_created": "2026-07-05T10:25:10.000Z",
  "_published": "2026-07-05T10:28:59.394Z",
  "_jobs": [
    {
      "job": 85214632972,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090864608"
    },
    {
      "job": 85214632978,
      "time": 189,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090865534"
    },
    {
      "job": 85214632964,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090853838"
    },
    {
      "job": 85214632983,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090855384"
    },
    {
      "job": 85214385205,
      "time": 215,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090843009"
    },
    {
      "job": 85214632957,
      "time": 178,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8090864142"
    },
    {
      "job": 85214632979,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090856743"
    },
    {
      "job": 85214632993,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090854837"
    },
    {
      "job": 85214632971,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090854689"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129",
  "_status": "success",
  "_upstream": "https://github.com/anspiess/reverser",
  "_commit": {
    "id": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
    "author": "Andrej-Nikolai Spiess <draspiess@gmail.com>",
    "committer": "Andrej-Nikolai Spiess <draspiess@gmail.com>",
    "message": "Version 0.2\n\nreverseR 0.2 (10-05-2022)\n\n* many small changes in existing functions\n* added 'bootLM' (bootstrap) and 'jackLM' (jackknife)\n* added PNAS 2015 dataset\n* removed 'shinyInfl' as 'lmInfl' suffices for the analysis\n* added 'rpLM' for estimating the replication probability of a (univariate) linear model\n* removed 'simInfl', a not really needed function\n* added 'pcomp' for testing 7 robust methods on a linear model\n* simplified 'regionInfl'\n",
    "time": 1733481518
  },
  "_maintainer": {
    "name": "Andrej-Nikolai Spiess",
    "email": "draspiess@gmail.com",
    "login": "anspiess",
    "description": "I am a Molecular Biologist, Bioinformatician and Biostatistician. Currently, I am freelancing and in search of new challenges... ",
    "uuid": 13885812
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "boot",
      "role": "Imports"
    },
    {
      "package": "boot.pval",
      "role": "Imports"
    },
    {
      "package": "L1pack",
      "role": "Imports"
    },
    {
      "package": "quantreg",
      "role": "Imports"
    },
    {
      "package": "isotree",
      "role": "Imports"
    },
    {
      "package": "robustbase",
      "role": "Imports"
    }
  ],
  "_owner": "anspiess",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "anspiess",
      "count": 11,
      "uuid": 13885812
    },
    {
      "user": "michbur",
      "count": 9,
      "uuid": 5267317
    },
    {
      "user": "devsjr",
      "count": 3,
      "uuid": 5408324
    }
  ],
  "_userbio": {
    "uuid": 13885812,
    "type": "user",
    "name": "Andrej-Nikolai Spiess, PhD",
    "followers": 13,
    "description": "I am a Molecular Biologist, Bioinformatician and Biostatistician. Currently, I am freelancing and in search of new challenges... "
  },
  "_downloads": {
    "count": 236,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/reverseR"
  },
  "_devurl": "https://github.com/anspiess/reverser",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/reverseR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/anspiess/reverser",
  "_realowner": "anspiess",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2019-04-24"
    },
    {
      "version": "0.2",
      "date": "2024-09-04"
    }
  ],
  "_exports": [
    "bootLM",
    "inflPlot",
    "jackLM",
    "lmExact",
    "lmInfl",
    "pcomp",
    "pvalPlot",
    "regionInfl",
    "rpLM"
  ],
  "_datasets": [
    {
      "name": "PNAS2015",
      "title": "Small dataset from a 2015 PNAS paper",
      "object": "PNAS2015",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y"
      ],
      "rows": 29,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bootLM",
      "title": "Nonparametric/Parametric bootstrap linear model",
      "topics": [
        "bootLM"
      ]
    },
    {
      "page": "lmPlot",
      "title": "Two diagnostic plots for checking p-value influencers",
      "topics": [
        "inflPlot",
        "pvalPlot"
      ]
    },
    {
      "page": "jackLM",
      "title": "Jackknife linear model",
      "topics": [
        "jackLM"
      ]
    },
    {
      "page": "lmExact",
      "title": "Create random values that deliver linear regressions with exact parameters",
      "topics": [
        "lmExact"
      ]
    },
    {
      "page": "lmInfl",
      "title": "Checks and analyzes leave-one-out (LOO) p-values and a variety of influence measures in linear regression",
      "topics": [
        "lmInfl"
      ]
    },
    {
      "page": "pcomp",
      "title": "Calculates linear regression p-values from a variety of robust regression methods",
      "topics": [
        "pcomp"
      ]
    },
    {
      "page": "PNAS2015",
      "title": "Small dataset from a 2015 PNAS paper",
      "topics": [
        "PNAS2015"
      ]
    },
    {
      "page": "regionInfl",
      "title": "Identify regions of significance reversal and influence measure threshold",
      "topics": [
        "regionInfl"
      ]
    },
    {
      "page": "rpLM",
      "title": "Calculates the 'replication probability of significance' of an 'lm' object",
      "topics": [
        "rpLM"
      ]
    }
  ],
  "_readme": "https://github.com/anspiess/reverser/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "backports",
    "base64enc",
    "bigD",
    "bitops",
    "boot",
    "boot.pval",
    "broom",
    "bslib",
    "cachem",
    "car",
    "carData",
    "checkmate",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "commonmark",
    "cowplot",
    "cpp11",
    "curl",
    "data.table",
    "DEoptimR",
    "Deriv",
    "digest",
    "doBy",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fastmatrix",
    "flextable",
    "fontawesome",
    "fontBitstreamVera",
    "fontLiberation",
    "fontquiver",
    "forecast",
    "foreign",
    "Formula",
    "fracdiff",
    "fs",
    "gdtools",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gt",
    "gtable",
    "highr",
    "Hmisc",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "isotree",
    "jquerylib",
    "jsonlite",
    "juicyjuice",
    "knitr",
    "L1pack",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lme4",
    "lmtest",
    "magrittr",
    "markdown",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "mgcv",
    "mime",
    "minqa",
    "modelr",
    "multcomp",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "officer",
    "openssl",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "polspline",
    "purrr",
    "quantreg",
    "R6",
    "ragg",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reactable",
    "reactR",
    "reformulas",
    "RhpcBLASctl",
    "rlang",
    "rmarkdown",
    "rms",
    "robustbase",
    "rpart",
    "rstudioapi",
    "S7",
    "sandwich",
    "sass",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "sys",
    "systemfonts",
    "textshaping",
    "TH.data",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tinytex",
    "urca",
    "utf8",
    "uuid",
    "V8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zip",
    "zoo"
  ],
  "_score": 3.4771212547196626,
  "_indexed": true,
  "_nocasepkg": "reverser",
  "_universes": [
    "anspiess"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2",
      "date": "2026-07-05T10:27:55.000Z",
      "distro": "resolute",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/3734e9dc676bb8643c5379b87cbf33c5913f2885ebdb6ee835dc4d5e95e95157",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2",
      "date": "2026-07-05T10:28:00.000Z",
      "distro": "resolute",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/35337032203d41bc5cd22009441b6e6e09a90c1e87a0f16259221086b61e4bfa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2",
      "date": "2026-07-05T10:26:33.000Z",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/a00d4241d76e7c584590039cd0829af1b16455054ed3599a10ed35d3b871b431",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2",
      "date": "2026-07-05T10:26:44.000Z",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/6dd8992b4f9521af2e675fc0cbe357550ee13c23bee49697d90436823775851d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2",
      "date": "2026-07-05T10:28:23.000Z",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/f92e9ff83c61cb2e1e2ba80fa9cf838b41d9e52e806340f78d48c71059d967fa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2",
      "date": "2026-07-05T10:26:36.000Z",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/f0533893aafb033cbf6aefd0e9ff56898c4b3670aaf2ace2c0f464628fd72308",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2",
      "date": "2026-07-05T10:26:25.000Z",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/0fbf17118c21478f420167c60dec09036d0b26b98f8774527f262215c4bc20e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2",
      "date": "2026-07-05T10:26:21.000Z",
      "commit": "dd11442d0c6746dcde3280455c2a07dd64a3d210",
      "fileid": "https://r2.ropensci.org/8aa3ba8e60cb2a04379c73ce013e2bee3f41a727880a68e8fc85aa823c6d84d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/anspiess/actions/runs/28737558129"
    }
  ]
}