{
  "_id": "6a0f6ff1acfb0bcc41c5f33e",
  "Package": "tidylaslog",
  "Type": "Package",
  "Title": "Tidy Import, Indexing, and Export of LAS Well Log Data",
  "Version": "0.1.2",
  "Authors@R": "person(given = c(\"Hope\", \"E.\"),\nfamily = \"Omodolor\",\nemail = \"hopeomodolor@gmail.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0005-7842-406X\"))",
  "Description": "Provides tools for reading, parsing, indexing, and\nexporting LAS (Log ASCII Standard) well log files into tidy,\nanalysis-ready tabular formats. The package separates LAS\nheader information and log data into structured components,\nbuilds a searchable index across collections of LAS files, and\nenables reproducible subsetting of wells based on metadata or\ncurve availability. Output tables can be written to CSV or\nParquet formats to support large-scale statistical, machine\nlearning, and earth science workflows. The tidy data structure\nfollows Wickham (2014) <doi:10.18637/jss.v059.i10>. The LAS\nfile structure follows the Canadian Well Logging Society LAS\nstandard\n<https://www.cwls.org/wp-content/uploads/2017/02/Las2_Update_Jan2017.pdf>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://omodolor.github.io/tidylaslog/",
  "BugReports": "https://github.com/Omodolor/tidylaslog/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://omodolor.r-universe.dev",
  "Date/Publication": "2026-02-17 08:58:19 UTC",
  "RemoteUrl": "https://github.com/omodolor/tidylaslog",
  "RemoteRef": "HEAD",
  "RemoteSha": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 07:37:04 UTC",
    "User": "root"
  },
  "Author": "Hope E. Omodolor [aut, cre] (ORCID:\n<https://orcid.org/0009-0005-7842-406X>)",
  "Maintainer": "Hope E. Omodolor <hopeomodolor@gmail.com>",
  "MD5sum": "ebf15a0f9bc2e8837408f2e332a7a261",
  "_user": "omodolor",
  "_type": "src",
  "_file": "tidylaslog_0.1.2.tar.gz",
  "_fileid": "14d80f7956294fbaf2c5a67aba0b0596f3da614cbf53a3fcf2c6e0e37d302704",
  "_filesize": 1899067,
  "_sha256": "14d80f7956294fbaf2c5a67aba0b0596f3da614cbf53a3fcf2c6e0e37d302704",
  "_created": "2026-05-21T07:37:04.000Z",
  "_published": "2026-05-21T20:49:53.221Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77265839465,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7129938817"
    },
    {
      "job": 77265839491,
      "time": 122,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7129924747"
    },
    {
      "job": 77265840016,
      "time": 187,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7129935753"
    },
    {
      "job": 77265839410,
      "time": 170,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7129928572"
    },
    {
      "job": 77265839066,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7129884749"
    },
    {
      "job": 77265838982,
      "time": 140,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146882368"
    },
    {
      "job": 77265839484,
      "time": 119,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7129924348"
    },
    {
      "job": 77265839412,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7129914979"
    },
    {
      "job": 77265869876,
      "time": 143,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7129931524"
    }
  ],
  "_buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/omodolor/tidylaslog",
  "_commit": {
    "id": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
    "author": "Hope Omodolor <hopeomodolor@gmail.com>",
    "committer": "Hope Omodolor <hopeomodolor@gmail.com>",
    "message": "Move home logo down\n",
    "time": 1771318699
  },
  "_maintainer": {
    "name": "Hope E. Omodolor",
    "email": "hopeomodolor@gmail.com",
    "login": "omodolor",
    "description": "Geoscientist",
    "uuid": 219905478
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "omodolor",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-06",
      "n": 7
    },
    {
      "week": "2026-07",
      "n": 2
    },
    {
      "week": "2026-08",
      "n": 22
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-02-04"
    },
    {
      "name": "v0.1.1",
      "date": "2026-02-10"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "omodolor",
      "count": 30,
      "uuid": 219905478
    }
  ],
  "_userbio": {
    "uuid": 219905478,
    "type": "user",
    "name": "Hope Omodolor",
    "description": "Geoscientist"
  },
  "_downloads": {
    "count": 463,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidylaslog"
  },
  "_devurl": "https://github.com/omodolor/tidylaslog",
  "_pkgdown": "https://omodolor.github.io/tidylaslog/",
  "_searchresults": 0,
  "_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/tidylaslog.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/omodolor/tidylaslog",
  "_realowner": "omodolor",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "available_curves",
    "batch_export_laslogs",
    "index_laslogs",
    "pull_laslogs",
    "read_laslog",
    "read_laslog_header",
    "select_laslogs",
    "tidylaslog",
    "write_laslogs"
  ],
  "_help": [
    {
      "page": "available_curves",
      "title": "List available curve mnemonics in an index",
      "topics": [
        "available_curves"
      ]
    },
    {
      "page": "batch_export_laslogs",
      "title": "Index, filter, pull, and export LAS logs in one call",
      "topics": [
        "batch_export_laslogs"
      ]
    },
    {
      "page": "index_laslogs",
      "title": "Build a FAIR index for a folder of LAS files",
      "topics": [
        "index_laslogs"
      ]
    },
    {
      "page": "pull_laslogs",
      "title": "Pull log data for selected wells (optionally selected curves)",
      "topics": [
        "pull_laslogs"
      ]
    },
    {
      "page": "read_laslog",
      "title": "Read a LAS well log file (Log ASCII Standard) into a structured object",
      "topics": [
        "read_laslog"
      ]
    },
    {
      "page": "read_laslog_header",
      "title": "Read LAS header only (no ~A data)",
      "topics": [
        "read_laslog_header"
      ]
    },
    {
      "page": "select_laslogs",
      "title": "Select wells from an index by metadata and curve availability",
      "topics": [
        "select_laslogs"
      ]
    },
    {
      "page": "tidylaslog",
      "title": "Universal entry point for reading, indexing, and exporting LAS well logs",
      "topics": [
        "tidylaslog"
      ]
    },
    {
      "page": "write_laslogs",
      "title": "Write LAS logs to CSV and/or Parquet",
      "topics": [
        "write_laslogs"
      ]
    }
  ],
  "_readme": "https://github.com/omodolor/tidylaslog/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "tidylaslog",
  "_universes": [
    "omodolor"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-21T07:39:54.000Z",
      "distro": "noble",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "8c180a43faba7d47503a4c8d23acafa4b3631f8751867ad04529a38d59568314",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-21T07:39:10.000Z",
      "distro": "noble",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "51d92e13d7850dd749808d538653a65ec5f8a4667a83046b90f364f9fb71dd34",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-21T07:39:46.000Z",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "9edd97ccda7200488a0043b18c1a03ff143136423ee32dc76178a723214b6a7e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-21T07:39:15.000Z",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "f2bde582188bcfff19dc16a8124af7863787c9afdf5699c388f8f5e6385c118d",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-21T20:49:26.000Z",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "4ff0ffcbd076643bcec47e45bc5f71c7ec029fb63873d40c08598f63d9701db8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-21T07:39:02.000Z",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "ed762eaa2612a436da8444d5726d526608bd90ac61f732f166fefbaa7abc3482",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-21T07:38:34.000Z",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "ae0de018ea382dabe40e0126e8a470d0893edc5945ba037e6a33d36b8dce206b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-21T07:39:23.000Z",
      "commit": "d2df627bce4ceec2ce3bf6d06815987ba6c84dc6",
      "fileid": "5fee39230e1a61fae2c9fdcc8ec43cc43eca6033c8973c9522ed9b4d0b2ec565",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/omodolor/actions/runs/26212208929"
    }
  ]
}