aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-scatterplot3d
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainer for my R-cran portsPedro F. Giffuni2022-02-211-1/+1
| | | | | | | | | | | | | | | | | | devel/R-cran-praise graphics/R-cran-qcc math/R-cran-BsMD math/R-cran-Rsolnp math/R-cran-combinat math/R-cran-conf.design math/R-cran-nortest math/R-cran-qualityTools math/R-cran-scatterplot3d math/R-cran-truncnorm These were not at all difficult to maintain but I may not be able to keep an eye on them in the near future. Approved by: thierry (mentor, implicit)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/R: Update to version 4.0.0Joseph Mingrone2020-05-051-1/+1
| | | | | | | | | | | | | | Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572 Notes: svn path=/head/; revision=534095
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* scatterplot3d: 3D Scatter Plot.Wen Heping2019-02-183-0/+24
Plots a three dimensional (3D) point cloud. WWW: https://cran.r-project.org/package=scatterplot3d PR: 220065 Submitted by: pfg@ Notes: svn path=/head/; revision=493236