{
  "_id": "6a1f2d97b401979e734267f5",
  "Type": "Package",
  "Package": "RMR.ICP",
  "Title": "Robust Mendelian Randomization method to account for\nIdiosyncratic and Correlated Pleiotropy",
  "Version": "1.0",
  "Authors@R": "person(\"Qing\", \"Cheng\", , \"qingcheng0218@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-5144-4515\"))",
  "Description": "Robust Mendelian Randomization method to account for\nIdiosyncratic and Correlated Pleiotropy.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Repository": "https://mrcieu.r-universe.dev",
  "Date/Publication": "2026-03-16 15:48:47 UTC",
  "RemoteUrl": "https://github.com/remlapmot/RMR.ICP",
  "RemoteRef": "suggestions",
  "RemoteSha": "389a55e42d4f64db67d5864a531c2d82f18628da",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-15 09:41:12 UTC",
    "User": "root"
  },
  "Author": "Qing Cheng [aut, cre] (ORCID: <https://orcid.org/0000-0001-5144-4515>)",
  "Maintainer": "Qing Cheng <qingcheng0218@gmail.com>",
  "MD5sum": "d76c7baa023cf732e8b19e568cfbdead",
  "_user": "mrcieu",
  "_type": "src",
  "_file": "RMR.ICP_1.0.tar.gz",
  "_fileid": "28f8958c9326cc82d49db8dd18d3fab2dda70b161284041236b571f3f00b20c6",
  "_filesize": 297734,
  "_sha256": "28f8958c9326cc82d49db8dd18d3fab2dda70b161284041236b571f3f00b20c6",
  "_created": "2026-05-15T09:41:12.000Z",
  "_published": "2026-06-02T19:23:03.580Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79153510204,
      "time": 166,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014337031"
    },
    {
      "job": 79153510212,
      "time": 155,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014334223"
    },
    {
      "job": 79153510807,
      "time": 177,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014339970"
    },
    {
      "job": 79153510469,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014337630"
    },
    {
      "job": 79153510285,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014316400"
    },
    {
      "job": 79153510585,
      "time": 231,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014355535"
    },
    {
      "job": 79153510343,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014338140"
    },
    {
      "job": 79153510437,
      "time": 214,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014350547"
    },
    {
      "job": 79153509914,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014289703"
    },
    {
      "job": 79153509426,
      "time": 127,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367639434"
    },
    {
      "job": 79153510440,
      "time": 178,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014340430"
    },
    {
      "job": 79153510680,
      "time": 153,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014333748"
    },
    {
      "job": 79153510201,
      "time": 162,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014335890"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/remlapmot/RMR.ICP",
  "_commit": {
    "id": "389a55e42d4f64db67d5864a531c2d82f18628da",
    "author": "Tom Palmer <remlapmot@hotmail.com>",
    "committer": "Tom Palmer <remlapmot@hotmail.com>",
    "message": "Big fixup\n\nDESCRIPTION**\n- Added missing `Imports`: `ggplot2`, `mvtnorm`, `stats`, `utils`\n\n**NAMESPACE**\n- Replaced broad `exportPattern(\"^[[:alpha:]]+\")`  with explicit `export()` calls for all user-facing functions\n- Added `importFrom()` for all external package functions used\n\n**C++ source files**\n- Qualified Armadillo types (`ivec`, `vec`, `mat`, `umat`, `field<vec>`, `field<mat>`) with `arma::` in all `[[Rcpp::export]]`-decorated function signatures in `LDclump.cpp`, `RMRICPJuly26_v7.cpp`, and `function.cpp`\n- Renamed `GibbsAlpGamEtaW_ptr_v7.hpp` and `function.hpp` → `.h` (`.hpp` triggered a WARNING about unlikely file names)\n- Updated all `#include` statements and header guards accordingly\n- Regenerated `RcppExports.cpp` via `Rcpp::compileAttributes()`\n\n**Documentation**\n- Fixed `man/RMR.ICP-package.Rd` (removed boilerplate placeholder text)\n- Added `man/RMRICP.Rd` (documents `RMRICP`, `RMRICPindep`, `RMRICPSim`)\n- Added `man/ReadSummaryStat.Rd` (documents `ReadSummaryStat`, `EstRho`)\n- Added `man/genRawGeno.Rd` (documents `genRawGeno`, `genSumStat`, `traceplot`)\n- Added `man/data.Rd` (documents all 10 datasets)\n\n**Other**\n- Moved pre-built PDF vignette from `vignettes/` to `inst/doc/`\n- Added `R/globals.R` to suppress NOTEs about undefined globals (`truncEstfun`, `testR`, `idx4panel`, etc.)\n",
    "time": 1773676127
  },
  "_maintainer": {
    "name": "Qing Cheng",
    "email": "qingcheng0218@gmail.com",
    "login": "qingcheng0218",
    "uuid": 51993787,
    "orcid": "0000-0001-5144-4515"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.13",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    }
  ],
  "_owner": "remlapmot",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-34",
      "n": 7
    },
    {
      "week": "2026-12",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "qingcheng0218",
      "count": 18,
      "uuid": 51993787
    }
  ],
  "_userbio": {
    "uuid": 15654827,
    "type": "organization",
    "name": "MRC Integrative Epidemiology Unit"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RMR.ICP"
  },
  "_devurl": "https://github.com/remlapmot/rmr.icp",
  "_searchresults": 2,
  "_topics": [
    "openblas",
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/RMR.ICP.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "EstRho",
    "genRawGeno",
    "genSumStat",
    "rcpparma_bothproducts",
    "rcpparma_hello_world",
    "rcpparma_innerproduct",
    "rcpparma_outerproduct",
    "ReadSummaryStat",
    "RMRICP",
    "RMRICPindep",
    "RMRICPSim",
    "traceplot"
  ],
  "_datasets": [
    {
      "name": "block_inf1",
      "title": "Example datasets for RMR-ICP",
      "object": "block_inf1",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 200,
      "table": true,
      "tojson": true
    },
    {
      "name": "gamma1_Indep",
      "title": "Example datasets for RMR-ICP",
      "object": "gamma1_Indep",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 100,
      "table": true,
      "tojson": true
    },
    {
      "name": "gamma1_LD",
      "title": "Example datasets for RMR-ICP",
      "object": "gamma1_LD",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 2000,
      "table": true,
      "tojson": true
    },
    {
      "name": "Gamma2_Indep",
      "title": "Example datasets for RMR-ICP",
      "object": "Gamma2_Indep",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 100,
      "table": true,
      "tojson": true
    },
    {
      "name": "Gamma2_LD",
      "title": "Example datasets for RMR-ICP",
      "object": "Gamma2_LD",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 2000,
      "table": true,
      "tojson": true
    },
    {
      "name": "R",
      "title": "Example datasets for RMR-ICP",
      "object": "R",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 2000,
      "table": true,
      "tojson": true
    },
    {
      "name": "se1_Indep",
      "title": "Example datasets for RMR-ICP",
      "object": "se1_Indep",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 100,
      "table": true,
      "tojson": true
    },
    {
      "name": "se1_LD",
      "title": "Example datasets for RMR-ICP",
      "object": "se1_LD",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 2000,
      "table": true,
      "tojson": true
    },
    {
      "name": "se2_Indep",
      "title": "Example datasets for RMR-ICP",
      "object": "se2_Indep",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 100,
      "table": true,
      "tojson": true
    },
    {
      "name": "se2_LD",
      "title": "Example datasets for RMR-ICP",
      "object": "se2_LD",
      "class": [
        "matrix",
        "array"
      ],
      "fields": {},
      "rows": 2000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "RMR.ICP-package",
      "title": "Robust Mendelian Randomization to account for Idiosyncratic and Correlated Pleiotropy",
      "topics": [
        "RMR.ICP-package"
      ]
    },
    {
      "page": "data",
      "title": "Example datasets for RMR-ICP",
      "topics": [
        "block_inf1",
        "gamma1_Indep",
        "gamma1_LD",
        "Gamma2_Indep",
        "Gamma2_LD",
        "R",
        "se1_Indep",
        "se1_LD",
        "se2_Indep",
        "se2_LD"
      ]
    },
    {
      "page": "genRawGeno",
      "title": "Simulation helpers for RMR-ICP",
      "topics": [
        "genRawGeno",
        "genSumStat",
        "traceplot"
      ]
    },
    {
      "page": "rcpparma_hello_world",
      "title": "Set of functions in example RcppArmadillo package",
      "topics": [
        "rcpparma_bothproducts",
        "rcpparma_hello_world",
        "rcpparma_innerproduct",
        "rcpparma_outerproduct"
      ]
    },
    {
      "page": "ReadSummaryStat",
      "title": "Read and prepare GWAS summary statistics for RMR-ICP",
      "topics": [
        "EstRho",
        "ReadSummaryStat"
      ]
    },
    {
      "page": "RMRICP",
      "title": "Robust Mendelian Randomization accounting for Idiosyncratic and Correlated Pleiotropy",
      "topics": [
        "RMRICP",
        "RMRICPindep",
        "RMRICPSim"
      ]
    }
  ],
  "_readme": "https://github.com/remlapmot/RMR.ICP/raw/suggestions/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "mvtnorm",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_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"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 2,
  "_indexed": false,
  "_nocasepkg": "rmr.icp",
  "_universes": [
    "mrcieu"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-15T09:43:57.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "2551c568a0b7475103783372f90ff284670ee7d25964132b374b36f86b54699c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-15T09:43:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "e7ea24ce27c31a63d6a6f71ba33b93e3e348210fbe2c5a16f49d37f1e302cd29",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-15T09:44:07.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "c705f05c400d2a170ca41e8106191e0ca8c42c282d8b28bb13ceaa5885e646c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-15T09:44:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "2888ab4258979c126405915fe6afa3d7fcab8b1ca285b18e6457fd037c91f5ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-15T09:43:08.000Z",
      "arch": "aarch64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "33514eea0f9228a1021348fd0327b25057c62e11da3d6f1819378c8ef3d023ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-15T09:44:26.000Z",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "da77095afb59e88ef51dd57aba0735994ccea07f1527579226c32105c036bae5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-15T09:43:54.000Z",
      "arch": "aarch64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "1755f5400ed7b7ef644c1d7097eef8866bf7f0ddf61eb9aad5843219b5a6063e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-15T09:44:21.000Z",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "5e439fdd3c1d6bb9f410246b9e8eda01d7f76d50f3722d70ee07cdb16c40e12a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-15T09:43:00.000Z",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "6d25cdb50b5d0555019fd536eddee40970abd734b063579d23e4a08b117baffa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-15T09:43:09.000Z",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "ffa34b9cba3943d4d7ce812726a4c10a93c9ecf795bb14426775c0f79d10bd6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-15T09:43:01.000Z",
      "arch": "x86_64",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "920b5e5c09631842aa9c591639858c28c0df13669da00bec405ac3ff219176de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-06-02T19:22:11.000Z",
      "arch": "emscripten",
      "commit": "389a55e42d4f64db67d5864a531c2d82f18628da",
      "fileid": "b2ab5b897f560e6dd8597fa8d4292fc692128c80b546b77b668030df450636c6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mrcieu/actions/runs/25911028982"
    }
  ]
}