{
  "_id": "6a215609cd65a98ecbd2e376",
  "Package": "readmoRe",
  "Type": "Package",
  "Title": "Utilities for Importing and Manipulating Biomedical Data Files",
  "Version": "0.2-15",
  "Date": "2025-03-01",
  "Author": "Vidal Fey [aut, cre]",
  "Authors@R": "person(\"Vidal\", \"Fey\", email = \"vidal.fey@gmail.com\", role=c(\"aut\", \"cre\"))",
  "Maintainer": "Vidal Fey <vidal.fey@gmail.com>",
  "Description": "Tools to read various file types into one list of data\nstructures, usually, but not limited to, data frames. Excel\nfiles are read sheet-wise, i.e., all or a selection of sheets\ncan be read. Field delimiters and decimal separators are\ndetermined automatically.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 10:37:40 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-03-01 11:00:02 UTC",
  "RemoteUrl": "https://github.com/cran/readmoRe",
  "RemoteRef": "HEAD",
  "RemoteSha": "c9641d45cc50bafab274e530f9b897986dad8abd",
  "MD5sum": "2ff87540ecc3bebec3914aa400b5d080",
  "_user": "cran",
  "_type": "src",
  "_file": "readmoRe_0.2-15.tar.gz",
  "_fileid": "85c23f8a676ac383fe477e285ab7b2b6f2a2189c234a820028a726363b77df44",
  "_filesize": 127388,
  "_sha256": "85c23f8a676ac383fe477e285ab7b2b6f2a2189c234a820028a726363b77df44",
  "_created": "2026-06-04T10:37:40.000Z",
  "_published": "2026-06-04T10:40:09.704Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79501042336,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7409323070"
    },
    {
      "job": 79501042364,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409322448"
    },
    {
      "job": 79500553852,
      "time": 194,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409286535"
    },
    {
      "job": 79501042271,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7409318431"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26946304373",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/readmoRe",
  "_commit": {
    "id": "c9641d45cc50bafab274e530f9b897986dad8abd",
    "author": "Vidal Fey <vidal.fey@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2-15\n",
    "time": 1740826802
  },
  "_maintainer": {
    "name": "Vidal Fey",
    "email": "vidal.fey@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "R.utils",
      "role": "Depends"
    },
    {
      "package": "utils",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 180,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/readmoRe"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readmoRe.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2-12",
      "date": "2021-08-19"
    },
    {
      "version": "0.2-15",
      "date": "2025-03-01"
    }
  ],
  "_exports": [
    "get.nlines",
    "get.sep",
    "get.skip",
    "read.to.list",
    "read2list",
    "rm.empty.cols",
    "rm.newline.chars"
  ],
  "_help": [
    {
      "page": "get.nlines",
      "title": "Determine the number of lines in a (large) text file without importing it.",
      "topics": [
        "get.nlines"
      ]
    },
    {
      "page": "get.sep",
      "title": "Determine field delimiter in text files",
      "topics": [
        "get.sep"
      ]
    },
    {
      "page": "get.skip",
      "title": "Determine Number of Rows to be Skipped in Text Files",
      "topics": [
        "get.skip"
      ]
    },
    {
      "page": "read.to.list",
      "title": "Read various input file formats into a list of data frames. Wrapper function for 'read2list' to automate reading further and avoid errors due to missing folders or files.",
      "topics": [
        "read.to.list"
      ]
    },
    {
      "page": "read2list",
      "title": "Read various input file formats into a list of data frames",
      "topics": [
        "read2list"
      ]
    },
    {
      "page": "readmoRe",
      "title": "Utilities for data import",
      "topics": [
        "readmoRe"
      ]
    },
    {
      "page": "rm.empty.cols",
      "title": "Remove Empty Columns From an Imported Excel Sheet",
      "topics": [
        "rm.empty.cols"
      ]
    },
    {
      "page": "rm.newline.chars",
      "title": "Remove 'newline' Characters From Imported Excel Sheets",
      "topics": [
        "rm.newline.chars"
      ]
    }
  ],
  "_rundeps": [
    "cellranger",
    "cli",
    "cpp11",
    "crayon",
    "glue",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "plyr",
    "prettyunits",
    "progress",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "Rcpp",
    "readxl",
    "rematch",
    "rlang",
    "tibble",
    "utf8",
    "vctrs",
    "xml2"
  ],
  "_score": 1.4771212547196624,
  "_indexed": true,
  "_nocasepkg": "readmore",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2-15",
      "date": "2026-06-04T10:39:39.000Z",
      "distro": "noble",
      "commit": "c9641d45cc50bafab274e530f9b897986dad8abd",
      "fileid": "43cd5263dd6205655d2a120007ce3757160bd94c7be503581344800ffc2355b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26946304373"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2-15",
      "date": "2026-06-04T10:39:38.000Z",
      "distro": "noble",
      "commit": "c9641d45cc50bafab274e530f9b897986dad8abd",
      "fileid": "cf9eea19079502c3f5b19b7883b8de2c86e81c4d8c5550ea3a84210d4a1c0aec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26946304373"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2-15",
      "date": "2026-06-04T10:39:38.000Z",
      "commit": "c9641d45cc50bafab274e530f9b897986dad8abd",
      "fileid": "c6b6a42b64f5da01b6c91508ed5353acb745a873e54fbae0b4d910e31ebc022a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26946304373"
    }
  ]
}