{
  "_id": "6a1f2817b401979e7342316f",
  "Package": "preputils",
  "Type": "Package",
  "Title": "Utilities for Preparation of Data Analysis",
  "Version": "1.0.3",
  "Date": "2020-05-18",
  "Author": "Josef Frank",
  "Maintainer": "Josef Frank <josef.frank@gmx.ch>",
  "Description": "Miscellaneous small utilities are provided to mitigate\nissues with messy, inconsistent or high dimensional data and\nhelp for preprocessing and preparing analyses.",
  "License": "GPL-3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 05:23:50 UTC",
    "User": "root"
  },
  "Repository": "https://joseffrank.r-universe.dev",
  "Date/Publication": "2020-05-18 21:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/preputils",
  "RemoteRef": "HEAD",
  "RemoteSha": "910fdd8b3429f98357167762a7f517b0b4ddf716",
  "MD5sum": "c5a3836987a491b739b4d9a9794043e3",
  "_user": "joseffrank",
  "_type": "src",
  "_file": "preputils_1.0.3.tar.gz",
  "_fileid": "6ecd6409769618ef5330b6d8aa8d8f8a9cfc59c7ab045317b42cb12be087a841",
  "_filesize": 175853,
  "_sha256": "6ecd6409769618ef5330b6d8aa8d8f8a9cfc59c7ab045317b42cb12be087a841",
  "_created": "2026-05-16T05:23:50.000Z",
  "_published": "2026-06-02T18:59:35.733Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79149237415,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030788642"
    },
    {
      "job": 79149237376,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030787919"
    },
    {
      "job": 79149237231,
      "time": 181,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7030789247"
    },
    {
      "job": 79149237474,
      "time": 134,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030788388"
    },
    {
      "job": 79149236359,
      "time": 160,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030775915"
    },
    {
      "job": 79149236282,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367134157"
    },
    {
      "job": 79149237837,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7030787332"
    },
    {
      "job": 79149237561,
      "time": 60,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7030783145"
    },
    {
      "job": 79149237370,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7030783761"
    }
  ],
  "_buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/preputils",
  "_commit": {
    "id": "910fdd8b3429f98357167762a7f517b0b4ddf716",
    "author": "Josef Frank <josef.frank@gmx.ch>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.3\n",
    "time": 1589836202
  },
  "_maintainer": {
    "name": "Josef Frank",
    "email": "josef.frank@gmx.ch",
    "login": "joseffrank",
    "uuid": 3866343
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "joseffrank",
      "count": 2,
      "uuid": 3866343
    }
  ],
  "_userbio": {
    "uuid": 3866343,
    "type": "user",
    "name": "Josef Frank"
  },
  "_downloads": {
    "count": 172,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/preputils"
  },
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/preputils.html",
    "manual.pdf"
  ],
  "_realowner": "joseffrank",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.2",
      "date": "2018-12-18"
    },
    {
      "version": "1.0.3",
      "date": "2020-05-18"
    }
  ],
  "_exports": [
    "beta2m",
    "coalesce",
    "fillmap",
    "filterpca",
    "fixlimits",
    "incons",
    "m2beta",
    "normalize",
    "pcv",
    "rmbat",
    "vifx",
    "write.tab"
  ],
  "_help": [
    {
      "page": "beta2m",
      "title": "Convert proportional data to M-Values",
      "topics": [
        "beta2m"
      ]
    },
    {
      "page": "coalesce",
      "title": "select 1st existing value of several columns",
      "topics": [
        "coalesce"
      ]
    },
    {
      "page": "fillmap",
      "title": "Supplement missing values in mapping of data",
      "topics": [
        "fillmap"
      ]
    },
    {
      "page": "filterPCA",
      "title": "Filter data set using PCA",
      "topics": [
        "filterpca"
      ]
    },
    {
      "page": "fixlimits",
      "title": "Fix extremes for logit transformation",
      "topics": [
        "fixlimits"
      ]
    },
    {
      "page": "incons",
      "title": "Detect inconsistencies in 1:1 mapping",
      "topics": [
        "incons"
      ]
    },
    {
      "page": "m2beta",
      "title": "Convert logit transformed M-Values of proportional data back to original 0/1 range",
      "topics": [
        "m2beta"
      ]
    },
    {
      "page": "normalize",
      "title": "Normalize numeric variable to range(0,1)",
      "topics": [
        "normalize"
      ]
    },
    {
      "page": "pcv",
      "title": "PCA on automatically selected attributes in high dimensional data",
      "topics": [
        "pcv"
      ]
    },
    {
      "page": "rmbat",
      "title": "batch effect removal by mean centering and shifting",
      "topics": [
        "rmbat"
      ]
    },
    {
      "page": "vifx",
      "title": "Compute Variance inflation factor",
      "topics": [
        "vifx"
      ]
    },
    {
      "page": "write.data",
      "title": "Create text data files using convenient defaults",
      "topics": [
        "write.space",
        "write.tab"
      ]
    }
  ],
  "_rundeps": [
    "data.table"
  ],
  "_score": 1.0791812460476249,
  "_indexed": true,
  "_nocasepkg": "preputils",
  "_universes": [
    "joseffrank"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-16T05:25:41.000Z",
      "distro": "noble",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "1506656ff4498c28349d27b21e5cdb9890b484bd47c13bb68f80c420e69cbd24",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-16T05:25:36.000Z",
      "distro": "noble",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "700ac050a8d854a675272ba35faaffd1e69221865b9bbfb5856477922f0cccf4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-16T05:25:50.000Z",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "57cc6caa9e7b5abba05a28b7b0c7d0cc89d7c9bc9939f0fc2403b669e5ace717",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-16T05:25:42.000Z",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "71809faef4690728f9786e79c62439b6318936e22a57452c2562afa2c6595459",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-16T05:25:15.000Z",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "fa31b35dda1b100788f9d8c54a6e0cce0429dd9f263640212c12b25b097fc3ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-16T05:24:50.000Z",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "0816c762c5f39c5b53879711ed12f6d5b5bdf4634fc7da4d98faa10e19379190",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-16T05:24:55.000Z",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "17c0b077dbcc211e981932518b0512d7df9a526a4913ecabe026c3aa57795127",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-02T18:59:14.000Z",
      "commit": "910fdd8b3429f98357167762a7f517b0b4ddf716",
      "fileid": "18bd3bf38434ff3da2e98449a53fe7062f2fe63ac3a784468c63441e68cbc427",
      "status": "success",
      "buildurl": "https://github.com/r-universe/joseffrank/actions/runs/25953744005"
    }
  ]
}