math/R-cran-gbutils: New port: Utilities for Simulation, Plots, Quantile Functions and Programming
This commit is contained in:
parent
64948b689d
commit
1ce5b6d326
4 changed files with 29 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
SUBDIR += R-cran-forcats
|
||||
SUBDIR += R-cran-forecast
|
||||
SUBDIR += R-cran-fracdiff
|
||||
SUBDIR += R-cran-gbutils
|
||||
SUBDIR += R-cran-geepack
|
||||
SUBDIR += R-cran-geometry
|
||||
SUBDIR += R-cran-gmp
|
||||
|
|
17
math/R-cran-gbutils/Makefile
Normal file
17
math/R-cran-gbutils/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
PORTNAME= gbutils
|
||||
DISTVERSION= 0.5
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Utilities for Simulation, Plots, Quantile Functions and Programming
|
||||
WWW= https://github.com/GeoBosh/gbutils
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= R-cran-Rdpack>=0.9:devel/R-cran-Rdpack
|
||||
TEST_DEPENDS= R-cran-testthat>=3.0.0:devel/R-cran-testthat
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/R-cran-gbutils/distinfo
Normal file
3
math/R-cran-gbutils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1670305562
|
||||
SHA256 (gbutils_0.5.tar.gz) = ae53356b4e039d937bdd66ec5dd1f061d651b574fa2671997cb0c7e26265c6be
|
||||
SIZE (gbutils_0.5.tar.gz) = 110921
|
8
math/R-cran-gbutils/pkg-descr
Normal file
8
math/R-cran-gbutils/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
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.
|
Loading…
Reference in a new issue