{
  "_id": "6a23ba99530b9bc726bd928c",
  "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-06-06 06:11:10 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>",
  "MD5sum": "0fb2af66a26188b15bd4a24285e527dc",
  "_user": "geobosh",
  "_type": "src",
  "_file": "gbutils_0.5.0.9000.tar.gz",
  "_fileid": "510dbc7495027f3c3d5636c8a6612ba19d5b2d36e9d06078421bc6b432438436",
  "_filesize": 286138,
  "_sha256": "510dbc7495027f3c3d5636c8a6612ba19d5b2d36e9d06078421bc6b432438436",
  "_created": "2026-06-06T06:11:10.000Z",
  "_published": "2026-06-06T06:13:45.702Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79856608052,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7451865233"
    },
    {
      "job": 79856608045,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451866628"
    },
    {
      "job": 79856608047,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7451861575"
    },
    {
      "job": 79856608039,
      "time": 119,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451866688"
    },
    {
      "job": 79855630296,
      "time": 954,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451851427"
    },
    {
      "job": 79856608066,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451863579"
    },
    {
      "job": 79856608056,
      "time": 68,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7451860327"
    },
    {
      "job": 79856608053,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7451859664"
    },
    {
      "job": 79856608050,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451861175"
    }
  ],
  "_buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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"
  },
  "_downloads": {
    "count": 14903,
    "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.0",
  "_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.732821257033014,
  "_indexed": true,
  "_nocasepkg": "gbutils",
  "_universes": [
    "geobosh"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:13:03.000Z",
      "distro": "noble",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "ddec2bc598cc2b93d3e716abf6d4eb68120b5b1a36c0511e7903a67a1146adf8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:13:12.000Z",
      "distro": "noble",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "01349294d970f805e5e02b2786ddcdb31ac849be9e3aaaf083d7115ecf2878cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:12:38.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "a1cc0586b91d5d2bdba6c68533d8350cbea0fcfa5534f617c39001e9f5c3989c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:13:13.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "60de371a2b5d7e8fb470cc75d3f2bfef39fd1ccd04454d2b176c73f2c6142a54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:13:02.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "1a0a8e5a73dd982e5bde39df5ac7ec7a4ce031faa3ee717c0aac61a990a2ba5d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:12:20.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "c5d3f7a89a1cdbc7c4732856ce4a86207f77db3db79f4988d4afb00ad2d563fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:12:16.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "8568efe8783d71fa9a066ecbeb95771c576dec02e08dd4effa4dfb4c685a0ad1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-06-06T06:12:25.000Z",
      "commit": "f3a4e694771036cacbcc355c868b9ca7402fde2e",
      "fileid": "57f3986fbcd516b2e57917d1304dfed65894e601f55164c87b67c1ef4498f212",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/geobosh/actions/runs/27054321633"
    }
  ]
}