mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Resurrect devel/R-cran-vcd and update to 1.4.4
PR: 220059 Submitted by: pfg@
This commit is contained in:
parent
d346e95ffe
commit
7f771d800a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478555
1
MOVED
1
MOVED
@ -5731,7 +5731,6 @@ devel/ros_tutorials||2014-03-28|Has expired: Depends on expiring devel/ros_comm
|
||||
math/ros-geometry||2014-03-28|Has expired: Depends on expiring devel/ros_comm
|
||||
devel/ros-nxt||2014-03-28|Has expired: Depends on expiring devel/ros_comm
|
||||
devel/ros-rx||2014-03-28|Has expired: Depends on expiring devel/ros_comm
|
||||
devel/R-cran-vcd||2014-03-28|Has expired: New port without proper maintainer
|
||||
devel/ros-documentation||2014-03-28|Has expired: Depends on expiring devel/ros_comm
|
||||
devel/ros-common_msgs||2014-03-28|Has expired: Depends on expiring devel/ros_comm
|
||||
devel/ros_comm||2014-03-28|Has expired: Broken for more than 6 months
|
||||
|
@ -72,6 +72,7 @@
|
||||
SUBDIR += R-cran-tibble
|
||||
SUBDIR += R-cran-tidyr
|
||||
SUBDIR += R-cran-tidyselect
|
||||
SUBDIR += R-cran-vcd
|
||||
SUBDIR += R-cran-withr
|
||||
SUBDIR += RStudio
|
||||
SUBDIR += SpecTcl
|
||||
|
19
devel/R-cran-vcd/Makefile
Normal file
19
devel/R-cran-vcd/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vcd
|
||||
DISTVERSION= 1.4-4
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= pfg@FreeBSD.org
|
||||
COMMENT= Visualization techniques, data sets for categorical data
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace \
|
||||
R-cran-lmtest>0:finance/R-cran-lmtest
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-vcd/distinfo
Normal file
3
devel/R-cran-vcd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1535722063
|
||||
SHA256 (vcd_1.4-4.tar.gz) = a561adf120b5ce41b66e0c0c321542fcddc772eb12b3d7020d86e9cd014ce9d2
|
||||
SIZE (vcd_1.4-4.tar.gz) = 968929
|
6
devel/R-cran-vcd/pkg-descr
Normal file
6
devel/R-cran-vcd/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Visualization techniques, data sets, summary and inference procedures aimed
|
||||
particularly at categorical data. Special emphasis is given to highly
|
||||
extensible grid graphics. The package was inspired by the book "Visualizing
|
||||
Categorical Data" by Michael Friendly.
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/vcd/index.html
|
Loading…
Reference in New Issue
Block a user