{
  "_id": "6a574293ff0138dec5d6fc02",
  "Package": "functiondepends",
  "Type": "Package",
  "Title": "Find Functions and their Dependencies",
  "Version": "0.2.3",
  "Authors@R": "person(\n\"Jakub\",\n\"Sobolewski\",\nemail = \"jakupsob@gmail.com\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Find functions in an unstructured directory and explore\ntheir dependencies. Sourcing of R source files is performed\nwithout side-effects: from R scripts that have executable code\nand function definitions only functions are sourced.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://jakubsob.r-universe.dev",
  "Date/Publication": "2022-02-21 18:44:47 UTC",
  "RemoteUrl": "https://github.com/jakubsob/functiondepends",
  "RemoteRef": "HEAD",
  "RemoteSha": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-15 08:16:17 UTC",
    "User": "root"
  },
  "Author": "Jakub Sobolewski [aut, cre]",
  "Maintainer": "Jakub Sobolewski <jakupsob@gmail.com>",
  "_user": "jakubsob",
  "_type": "src",
  "_file": "functiondepends_0.2.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/5bd7d9e80ec47cf032031e7bd31c5f3ca00aa73c086b2eb80c3e5fab93dcba2a",
  "_filesize": 677175,
  "_sha256": "5bd7d9e80ec47cf032031e7bd31c5f3ca00aa73c086b2eb80c3e5fab93dcba2a",
  "_expires": "2026-10-23T08:19:29.000Z",
  "_created": "2026-07-15T08:16:17.000Z",
  "_published": "2026-07-15T08:19:31.503Z",
  "_jobs": [
    {
      "job": 87302803208,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8336785412"
    },
    {
      "job": 87302803202,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8336774425"
    },
    {
      "job": 87302803238,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8336755548"
    },
    {
      "job": 87302803248,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8336778870"
    },
    {
      "job": 87302166710,
      "time": 203,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8336728536"
    },
    {
      "job": 87302803280,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8336780198"
    },
    {
      "job": 87302803287,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8336759173"
    },
    {
      "job": 87302803257,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8336757528"
    },
    {
      "job": 87302803296,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8336760316"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045",
  "_status": "success",
  "_upstream": "https://github.com/jakubsob/functiondepends",
  "_commit": {
    "id": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
    "author": "Jakub Sobolewski <jakub.sobolewski@appsilon.com>",
    "committer": "Jakub Sobolewski <jakub.sobolewski@appsilon.com>",
    "message": "Remove badges from README\n",
    "time": 1645469087
  },
  "_maintainer": {
    "name": "Jakub Sobolewski",
    "email": "jakupsob@gmail.com",
    "login": "jakubsob",
    "linkedin": "in/jakub-sobolewski-r",
    "description": "",
    "uuid": 37193264
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.1.1",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0.3",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    }
  ],
  "_owner": "jakubsob",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 13,
  "_contributors": [
    {
      "user": "jakubsob",
      "count": 25,
      "uuid": 37193264
    },
    {
      "user": "romainfrancois",
      "count": 1,
      "uuid": 2625526
    }
  ],
  "_userbio": {
    "uuid": 37193264,
    "type": "user",
    "name": "Jakub Sobolewski",
    "followers": 35
  },
  "_downloads": {
    "count": 311,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/functiondepends"
  },
  "_devurl": "https://github.com/jakubsob/functiondepends",
  "_searchresults": 13,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/functiondepends.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jakubsob/functiondepends",
  "_realowner": "jakubsob",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2020-11-03"
    },
    {
      "version": "0.2.3",
      "date": "2022-02-21"
    }
  ],
  "_exports": [
    "find_dependencies",
    "find_functions"
  ],
  "_help": [
    {
      "page": "find_dependencies",
      "title": "Find dependencies",
      "topics": [
        "find_dependencies"
      ]
    },
    {
      "page": "find_functions",
      "title": "Functions in path",
      "topics": [
        "find_functions"
      ]
    }
  ],
  "_pkglogo": "https://github.com/jakubsob/functiondepends/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/jakubsob/functiondepends/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"
  ],
  "_vignettes": [
    {
      "source": "functiondepends-usage.Rmd",
      "filename": "functiondepends-usage.html",
      "title": "Functiondepends - usage",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-10-26 11:54:37",
      "modified": "2022-02-20 14:20:00",
      "commits": 3
    }
  ],
  "_score": 5.403977963669355,
  "_indexed": true,
  "_nocasepkg": "functiondepends",
  "_universes": [
    "jakubsob"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-07-15T08:18:47.000Z",
      "distro": "resolute",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/b407a026a8ace26659f75c712b253cfcbf082ed58103afcb7c98f8401b8334aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-07-15T08:18:24.000Z",
      "distro": "resolute",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/1b1aa765c05e136219f90033882debb66d9e4d9a59e2ff5eee7bdf7cbd1bcaf9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-07-15T08:17:36.000Z",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/76d3ff9da5254ccf8bd3bc1c1f7b0445dd52cdf47ca1086d5eebf4c8f4a3bb15",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-07-15T08:18:33.000Z",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/79bb563fa66b2cf3b1fde8255d73a316d8272199f3ae04aa3dc077544c122646",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.3",
      "date": "2026-07-15T08:18:52.000Z",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/1d0f56f5a0ce46ab9cda6a3f2c0eab22348de59247b1d8f9a6d1fa7c51f7cc39",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-07-15T08:17:33.000Z",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/63d6d0e65bbec0e56a8139f2aeb710200fd881696b0a71ab3ae226a1332a61ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-07-15T08:17:30.000Z",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/5cfd3cf1cd0fc0a988492ae5e86ad31a50813b62d5e4a05cdc0a8516654e8329",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-07-15T08:17:36.000Z",
      "commit": "c8d0ce525961bccb778e6eff71e0dbc6a7faee64",
      "fileid": "https://r2.ropensci.org/333441cb6949b90f6333ad52a4e47e127d102e6b63748d3ff6a6a33f8b0fca5c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jakubsob/actions/runs/29399987045"
    }
  ]
}