{
  "_id": "6a4b522ba6574ff277f9986f",
  "Package": "gbutils",
  "Type": "Package",
  "Title": "Utilities for Simulation, Plots, Quantile Functions and\nProgramming",
  "Version": "0.5.0.9000",
  "RdMacros": "Rdpack",
  "Authors@R": "person(given = c(\"Georgi\", \"N.\"), family = \"Boshnakov\",\nrole = c(\"aut\", \"cre\"),\nemail = \"georgi.boshnakov@manchester.ac.uk\",\ncomment = c(ORCID = \"0000-0003-2839-346X\"))",
  "Description": "Plot density and distribution functions with automatic\nselection of suitable regions. Numerically invert (compute\nquantiles) distribution functions. Simulate real and complex\nnumbers from distributions of their magnitude and arguments.\nOptionally, the magnitudes and/or arguments may be fixed in\nalmost arbitrary ways. Create polynomials from roots given in\nCartesian or polar form. Small programming utilities: check if\nan object is identical to NA, count positional arguments in a\ncall, set intersection of more than two sets, check if an\nargument is unnamed, compute the graph of S4 classes in\npackages.",
  "URL": "https://github.com/GeoBosh/gbutils (devel),\nhttps://geobosh.github.io/gbutils/ (doc)",
  "BugReports": "https://github.com/GeoBosh/gbutils/issues",
  "License": "GPL (>=2)",
  "Encoding": "UTF-8",
  "Collate": "parse_text.R sim_numbers.R isNA.R mintersect.R pad.R args.R\nhistory.R cdf2qf.R S4utils.R pseudoInverse.R rpoly.R",
  "Config/testthat/edition": "3",
  "Repository": "https://geobosh.r-universe.dev",
  "Date/Publication": "2025-11-05 13:14:43 UTC",
  "RemoteUrl": "https://github.com/geobosh/gbutils",
  "RemoteRef": "HEAD",
  "RemoteSha": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-06 06:56:20 UTC",
    "User": "root"
  },
  "Author": "Georgi N. Boshnakov [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2839-346X>)",
  "Maintainer": "Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>",
  "_user": "geobosh",
  "_type": "src",
  "_file": "gbutils_0.5.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/dc50679cc21fb106660d11abebf9c59c6cb8bc0b17a794bc68aa540a5833e750",
  "_filesize": 288784,
  "_sha256": "dc50679cc21fb106660d11abebf9c59c6cb8bc0b17a794bc68aa540a5833e750",
  "_expires": "2026-10-14T06:58:49.000Z",
  "_created": "2026-07-06T06:56:20.000Z",
  "_published": "2026-07-06T06:58:51.419Z",
  "_jobs": [
    {
      "job": 85312457664,
      "time": 113,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8101761157"
    },
    {
      "job": 85312457508,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101761410"
    },
    {
      "job": 85312457537,
      "time": 66,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8101747764"
    },
    {
      "job": 85312457519,
      "time": 98,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101756576"
    },
    {
      "job": 85312079254,
      "time": 164,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101729007"
    },
    {
      "job": 85312457509,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8101754915"
    },
    {
      "job": 85312457548,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8101750700"
    },
    {
      "job": 85312457545,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8101746592"
    },
    {
      "job": 85312457515,
      "time": 67,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8101747665"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500",
  "_status": "success",
  "_upstream": "https://github.com/geobosh/gbutils",
  "_commit": {
    "id": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
    "author": "Georgi Boshnakov <georgi.boshnakov@gmail.com>",
    "committer": "Georgi Boshnakov <georgi.boshnakov@gmail.com>",
    "message": "update the entry for v0.5 in NEWS.md\n\n(it had been left at the development in the submission)\n",
    "time": 1762348483
  },
  "_maintainer": {
    "name": "Georgi N. Boshnakov",
    "email": "georgi.boshnakov@manchester.ac.uk",
    "orcid": "0000-0003-2839-346X"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "version": ">= 0.9",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "classGraph",
      "role": "Suggests"
    },
    {
      "package": "graph",
      "role": "Suggests"
    },
    {
      "package": "Rgraphviz",
      "role": "Suggests"
    }
  ],
  "_owner": "geobosh",
  "_selfowned": true,
  "_usedby": 62,
  "_updates": [
    {
      "week": "2025-45",
      "n": 3
    }
  ],
  "_tags": [],
  "_topics": [
    "adjacency-matrix",
    "complex-numbers",
    "plotting-functions",
    "s4",
    "s4class",
    "simulation"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "geobosh",
      "count": 14,
      "uuid": 22681858
    }
  ],
  "_userbio": {
    "uuid": 22681858,
    "type": "user",
    "name": "Georgi N. Boshnakov",
    "followers": 20
  },
  "_downloads": {
    "count": 10097,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/gbutils"
  },
  "_devurl": "https://github.com/geobosh/gbutils",
  "_pkgdown": "https://geobosh.github.io/gbutils/",
  "_searchresults": 39,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/gbutils.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/geobosh/gbutils",
  "_realowner": "geobosh",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2-0",
      "date": "2016-01-08"
    },
    {
      "version": "0.2-1",
      "date": "2017-10-05"
    },
    {
      "version": "0.3-0",
      "date": "2018-08-12"
    },
    {
      "version": "0.4-0",
      "date": "2018-10-05"
    },
    {
      "version": "0.5",
      "date": "2022-05-27"
    },
    {
      "version": "0.5.1",
      "date": "2025-12-18"
    }
  ],
  "_exports": [
    "adjacencyOfClasses",
    "cdf2quantile",
    "isargunnamed",
    "isNA",
    "mintersect",
    "missing_arg",
    "myouter",
    "nposargs",
    "pad",
    "pad<-",
    "padcheck",
    "parse_text",
    "plotpdf",
    "pseudoInverse",
    "raw_history",
    "rpoly",
    "shiftleft",
    "shiftright",
    "sim_complex",
    "sim_numbers",
    "sim_real"
  ],
  "_help": [
    {
      "page": "adjacencyOfClasses",
      "title": "Adjacency graph of classes in packages",
      "topics": [
        "adjacencyOfClasses"
      ]
    },
    {
      "page": "cdf2quantile",
      "title": "Calculate a quantile from a distribution function",
      "topics": [
        "cdf2quantile"
      ]
    },
    {
      "page": "isargunnamed",
      "title": "Is an element of a list named?",
      "topics": [
        "isargunnamed"
      ]
    },
    {
      "page": "isNA",
      "title": "Check if an object is NA",
      "topics": [
        "isNA"
      ]
    },
    {
      "page": "mintersect",
      "title": "Set intersection of arbitrary number of arguments",
      "topics": [
        "mintersect"
      ]
    },
    {
      "page": "missing_arg",
      "title": "Check if an element of a pairlist is missing",
      "topics": [
        "missing_arg"
      ]
    },
    {
      "page": "myouter",
      "title": "Functions for some basic operations",
      "topics": [
        "myouter",
        "shiftleft",
        "shiftright"
      ]
    },
    {
      "page": "nposargs",
      "title": "Function to count the number of positional arguments used in a call",
      "topics": [
        "nposargs"
      ]
    },
    {
      "page": "parse_text",
      "title": "Parse expressions residing in character vectors",
      "topics": [
        "parse_text"
      ]
    },
    {
      "page": "plotpdf",
      "title": "Plot a probability denstity function",
      "topics": [
        "plotpdf"
      ]
    },
    {
      "page": "pseudoInverse",
      "title": "Compute a pseudo-inverse matrix",
      "topics": [
        "pseudoInverse"
      ]
    },
    {
      "page": "raw_history",
      "title": "Get the command history",
      "topics": [
        "raw_history"
      ]
    },
    {
      "page": "rpoly",
      "title": "Polynomials with real coefficients",
      "topics": [
        "rpoly"
      ]
    },
    {
      "page": "sim_complex",
      "title": "Simulate real or complex numbers using polar form",
      "topics": [
        "sim_complex",
        "sim_real"
      ]
    },
    {
      "page": "sim_numbers",
      "title": "Simulation based on polar form specifications",
      "topics": [
        "sim_numbers"
      ]
    }
  ],
  "_readme": "https://github.com/geobosh/gbutils/raw/HEAD/README.md",
  "_rundeps": [
    "rbibutils",
    "Rdpack"
  ],
  "_vignettes": [
    {
      "source": "Plot_pdf.Rnw",
      "filename": "Plot_pdf.pdf",
      "title": "Plotting with plotpdf()",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2018-02-05 13:52:01",
      "modified": "2018-02-05 13:52:01",
      "commits": 1
    }
  ],
  "_score": 7.563739911840148,
  "_indexed": true,
  "_nocasepkg": "gbutils",
  "_universes": [
    "geobosh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:58:16.000Z",
      "distro": "resolute",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/f711010e3799aac6b6334faaff3ebff4a4c79be775554bbbcbb7e18e6039c72b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:58:16.000Z",
      "distro": "resolute",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/d923374d711a0694bc72d6dacb309ddcd1e302cefce0e9ef8aaf791fb30306dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:57:33.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/830a910ea2fb9052a1e43e0df51960c5bc78882753891c280e67a224dc29b3cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:57:59.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/fa49f1a30a0a877f692b92c341c8bddfa28d51f3493ad9f9410d11aa7f630abd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:58:06.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/c18dfa1239b61deda0c629e94566e4f5c5793bd2128c0e80629b1035d2b169e3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:57:34.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/5ded7ff20364bb099c93a9a77bdcc6aa426d3a751b15ba071dd071a77c7dbd55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:57:20.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/e1d8b4f9dd26a6270f831d1b23240920af53f833c50ad7d3e068f60f49baf22f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-07-06T06:57:22.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "https://r2.ropensci.org/4151dbc4598d5942566a7abd70a1635e71497044e883513657ee2a53c383c9e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/28773455500"
    }
  ]
}