{
  "_id": "6a1e8e261d7bb097a0a69a76",
  "Package": "wrappr",
  "Title": "A Collection of Helper and Wrapper Functions",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"John\", \"Piper\", email = \"john.piper.using.r@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0000-6003-7671\"))\n)",
  "Description": "Helper functions to easily add functionality to functions.\nThe package can assign functions to have an lazy evaluation\nallowing you to save and update the arguments before and after\neach function call.  You can set a temporary working directory\nwithin functions and wrap console messages around other\nfunctions.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 07:59:01 UTC",
    "User": "root"
  },
  "Author": "John Piper [aut, cre] (<https://orcid.org/0009-0000-6003-7671>)",
  "Maintainer": "John Piper <john.piper.using.r@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-05-23 07:50:02 UTC",
  "RemoteUrl": "https://github.com/cran/wrappr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c9fc4356eca606aef5e747264b5f2fd21d104279",
  "MD5sum": "eae141d9e3822fad011bc92e38af8c3f",
  "_user": "cran",
  "_type": "src",
  "_file": "wrappr_0.1.0.tar.gz",
  "_fileid": "a85d0c571ff0df9a18a5af489ee7697ae657234cc4587eb7af2dcc86b9e3bc74",
  "_filesize": 158643,
  "_sha256": "a85d0c571ff0df9a18a5af489ee7697ae657234cc4587eb7af2dcc86b9e3bc74",
  "_created": "2026-06-02T07:59:01.000Z",
  "_published": "2026-06-02T08:02:46.218Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79025506324,
      "time": 140,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352155445"
    },
    {
      "job": 79025506306,
      "time": 105,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352143820"
    },
    {
      "job": 79025079318,
      "time": 157,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352107339"
    },
    {
      "job": 79025506260,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352141154"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26806439459",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/wrappr",
  "_commit": {
    "id": "c9fc4356eca606aef5e747264b5f2fd21d104279",
    "author": "John Piper <john.piper.using.r@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1684828202
  },
  "_maintainer": {
    "name": "John Piper",
    "email": "john.piper.using.r@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 119,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/wrappr"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_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/wrappr.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-05-23"
    }
  ],
  "_exports": [
    "get_cache_or_create",
    "lazy_eval",
    "msg_wrap",
    "set_temp_wd"
  ],
  "_help": [
    {
      "page": "get_cache_or_create",
      "title": "Checks if variable exists in environment and returns back or creates a new variable",
      "topics": [
        "get_cache_or_create"
      ]
    },
    {
      "page": "lazy_eval",
      "title": "save and Delay a function call with the option to change the function and arguments when called",
      "topics": [
        "lazy_eval"
      ]
    },
    {
      "page": "msg_wrap",
      "title": "Wraps a message before and/or after a function",
      "topics": [
        "msg_wrap"
      ]
    },
    {
      "page": "set_temp_wd",
      "title": "Sets a temporary working directory within the function scope",
      "topics": [
        "set_temp_wd"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/wrappr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cran/wrappr/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "wrappr",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-02T08:01:27.000Z",
      "distro": "noble",
      "commit": "c9fc4356eca606aef5e747264b5f2fd21d104279",
      "fileid": "8b25baac0616988ad111db2406f905227f4e8f9ca006f3dde9532fab88ebabf7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26806439459"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-02T08:00:51.000Z",
      "distro": "noble",
      "commit": "c9fc4356eca606aef5e747264b5f2fd21d104279",
      "fileid": "dbed194cc3725697f127a8a41c9b3246637453c642bc969b23b22b1f9153ae13",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26806439459"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T08:00:54.000Z",
      "commit": "c9fc4356eca606aef5e747264b5f2fd21d104279",
      "fileid": "1d606775afc2759ad86b29dc9be0baf668742f0827e300c3cddd947116f5d24a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26806439459"
    }
  ]
}