{
  "_id": "6a4a148318ec5aec6920421b",
  "Package": "tinytrail",
  "Title": "Lightweight Auto-Updating Project Tracker and Data Dictionary",
  "Version": "0.1.0",
  "Authors@R": "person(\"Tomas\", \"Reivinger\", , \"tomas.reivinger@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Once initialized, the package leaves a 'tiny trail' of\nhuman- and AI-readable text that makes it effortless to keep\ntrack of small to medium-sized projects. The package is\nlightweight (hence 'tiny') and maintains a YAML trail file\nrecording which scripts produced which output files. Call\ntinytrail() once at the top of each script to record metadata,\nwrap any save call with tinytrail_write() to log the output\npath, and optionally use tinytrail_dict() to capture a data\ndictionary for each input data frame.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "8.0.0",
  "URL": "https://github.com/tinytrail-r/tinytrail,\nhttps://tinytrail-r.github.io/tinytrail/",
  "BugReports": "https://github.com/tinytrail-r/tinytrail/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://tinytrail-r.r-universe.dev",
  "Date/Publication": "2026-07-04 18:43:37 UTC",
  "RemoteUrl": "https://github.com/tinytrail-r/tinytrail",
  "RemoteRef": "HEAD",
  "RemoteSha": "dd37c98207682bc362160672e041e1a75ea6ba52",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 08:19:43 UTC",
    "User": "root"
  },
  "Author": "Tomas Reivinger [aut, cre, cph]",
  "Maintainer": "Tomas Reivinger <tomas.reivinger@gmail.com>",
  "_user": "tinytrail-r",
  "_type": "src",
  "_file": "tinytrail_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/d953715d8b6e55e8a7667cb63414f43c64760576941f4197b3cdb62a12caa07e",
  "_filesize": 480010,
  "_sha256": "d953715d8b6e55e8a7667cb63414f43c64760576941f4197b3cdb62a12caa07e",
  "_expires": "2026-10-13T08:23:29.000Z",
  "_created": "2026-07-05T08:19:43.000Z",
  "_published": "2026-07-05T08:23:31.530Z",
  "_jobs": [
    {
      "job": 85206369740,
      "time": 192,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8089937352"
    },
    {
      "job": 85206369725,
      "time": 169,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8089934721"
    },
    {
      "job": 85206369750,
      "time": 135,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8089926985"
    },
    {
      "job": 85206369738,
      "time": 156,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8089929281"
    },
    {
      "job": 85206177243,
      "time": 191,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8089914417"
    },
    {
      "job": 85206369754,
      "time": 167,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8089934397"
    },
    {
      "job": 85206369790,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8089923654"
    },
    {
      "job": 85206369865,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8089923118"
    },
    {
      "job": 85206369796,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8089923307"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503",
  "_status": "success",
  "_upstream": "https://github.com/tinytrail-r/tinytrail",
  "_commit": {
    "id": "dd37c98207682bc362160672e041e1a75ea6ba52",
    "author": "Tomas Reivinger <tomas.reivinger@gmail.com>",
    "committer": "Tomas Reivinger <tomas.reivinger@gmail.com>",
    "message": "Small re-write\n",
    "time": 1783190617
  },
  "_maintainer": {
    "name": "Tomas Reivinger",
    "email": "tomas.reivinger@gmail.com",
    "login": "tomasrei",
    "description": "",
    "uuid": 50247285
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "haven",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "openxlsx",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tinytable",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "writexl",
      "role": "Suggests"
    }
  ],
  "_owner": "tinytrail-r",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-26",
      "n": 43
    },
    {
      "week": "2026-27",
      "n": 13
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "tomasrei",
      "count": 56,
      "uuid": 50247285
    }
  ],
  "_userbio": {
    "uuid": 297593632,
    "type": "organization",
    "name": "tinytrail-r",
    "followers": 0
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tinytrail"
  },
  "_devurl": "https://github.com/tinytrail-r/tinytrail",
  "_pkgdown": "https://tinytrail-r.github.io/tinytrail/",
  "_searchresults": 4,
  "_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/tinytrail.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tinytrail-r/tinytrail",
  "_realowner": "tinytrail-r",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-07-04"
    }
  ],
  "_exports": [
    "tinytrail",
    "tinytrail_dict",
    "tinytrail_write"
  ],
  "_help": [
    {
      "page": "tinytrail",
      "title": "Register a script in the project trail",
      "topics": [
        "tinytrail"
      ]
    },
    {
      "page": "tinytrail_dict",
      "title": "Add a data frame to the project data dictionary",
      "topics": [
        "tinytrail_dict"
      ]
    },
    {
      "page": "tinytrail_write",
      "title": "Record an output file path in the trail",
      "topics": [
        "tinytrail_write"
      ]
    }
  ],
  "_readme": "https://github.com/tinytrail-r/tinytrail/raw/HEAD/README.md",
  "_rundeps": [
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "tinytrail.Rmd",
      "filename": "tinytrail.html",
      "title": "Getting started with tinytrail",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The two core functions",
        "Adding a data dictionary",
        "Options"
      ],
      "created": "2026-06-27 21:00:17",
      "modified": "2026-06-28 09:16:27",
      "commits": 6
    }
  ],
  "_score": 4.301029995663981,
  "_indexed": true,
  "_nocasepkg": "tinytrail",
  "_universes": [
    "tinytrail-r",
    "tomasrei"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T08:22:50.000Z",
      "distro": "resolute",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/1ee5a2c49161940fbc18a06be73598807e2d16e3ba931aadd8bffe7af17274c1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T08:22:27.000Z",
      "distro": "resolute",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/6fe0b4c1d29f35673955e65b700ab400779d23c4006d1ba97e8ff12437f7b83e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T08:21:31.000Z",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/9bbd27cf1d61743639226ad182132923a65f34b218e2ee629b9e029c0e45242c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T08:21:48.000Z",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/478f45ab060371a0f926a459535baa4324014f59017f8586a4a9273577157ab0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-05T08:22:42.000Z",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/a164adfddf563471dff16dea4c32df07624519bc5886cc783cbb24e489d069f7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T08:20:52.000Z",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/794c5d879546ed64510ea9a8ba425f6e26f7d2e3b28484dc3cf989b37e3c6519",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T08:20:48.000Z",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/d550b8a2aabb6cdf9df5c0fa3487bd7cd08a2890a8f9ba5df363b59406e70c98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T08:20:51.000Z",
      "commit": "dd37c98207682bc362160672e041e1a75ea6ba52",
      "fileid": "https://r2.ropensci.org/ee8e51291670c04b679a8c18323afcd1d436e573197db62cfedf6ade2b795ddc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tinytrail-r/actions/runs/28734493503"
    }
  ]
}