This is the Debian GNU/Linux r-cran-gbutils.  The
gbutils package offers a collection of utilities for simulation, plots,
quantile functions and programming. The gbutils package was written by
Georgi N. Boshnakov.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	https://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	https://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'gbutils' to
'r-cran-gbutils' to fit the pattern of CRAN (and non-CRAN) packages
for R.

Files: *
Copyright: 2016-2022 George N. Boshnakov
License: GPL-2+

Files: debian/*
Copyright: 2022 Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2.

For reference, the upstream DESCRIPTION file is included below:

  Package: gbutils
  Type: Package
  Title: Utilities for Simulation, Plots, Quantile Functions and
          Programming
  Version: 0.5
  Date: 2022-05-27
  Depends: methods
  Imports: stats, utils, Rdpack (>= 0.9)
  Suggests: testthat (>= 3.0.0), classGraph, graph, Rgraphviz
  RdMacros: Rdpack
  Authors@R: person(given = c("Georgi", "N."), family = "Boshnakov",
                    role = c("aut", "cre"), 
                    email = "georgi.boshnakov@manchester.ac.uk")
  Description: Plot density and distribution functions with automatic selection of
         suitable regions. Numerically invert (compute quantiles) distribution
         functions. Simulate real and complex numbers from distributions of their
         magnitude and arguments. Optionally, the magnitudes and/or arguments may
         be fixed in almost arbitrary ways. Create polynomials from roots given in
         Cartesian or polar form. Small programming utilities: check if an object
         is identical to NA, count positional arguments in a call, set
         intersection of more than two sets, check if an argument is unnamed,
         compute the graph of S4 classes in packages.
  URL: https://github.com/GeoBosh/gbutils (devel),
          https://geobosh.github.io/gbutils/ (website)
  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
          history.R cdf2qf.R S4utils.R pseudoInverse.R rpoly.R
  Config/testthat/edition: 3
  NeedsCompilation: no
  Packaged: 2022-05-27 07:31:07 UTC; georgi
  Author: Georgi N. Boshnakov [aut, cre]
  Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk>
  Repository: CRAN
  Date/Publication: 2022-05-27 09:30:07 UTC