- Add a new port: math/R-cran-labeling

Implements a number of axis labeling schemes, including those
  compared in An Extension of Wilkinson's Algorithm for Positioning
  Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.

  WWW:	http://cran.r-project.org/web/packages/labeling/
This commit is contained in:
TAKATSU Tomonari 2012-05-09 22:24:28 +00:00
parent e73b3273a0
commit 601d6e7c57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296327
4 changed files with 27 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += R-cran-gpclib
SUBDIR += R-cran-igraph
SUBDIR += R-cran-inline
SUBDIR += R-cran-labeling
SUBDIR += R-cran-memisc
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-psych

View File

@ -0,0 +1,19 @@
# New ports collection makefile for: R-cran-labeling
# Date created: 2012-05-09
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= labeling
PORTVERSION= 0.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Provides a range of axis labeling algorithms
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (labeling_0.1.tar.gz) = 7a7c0fedd64eeb15ff518bdf93c5d8f4ecf34d3f9293dd8b491e3dff7f419332
SIZE (labeling_0.1.tar.gz) = 9049

View File

@ -0,0 +1,5 @@
Implements a number of axis labeling schemes, including those
compared in An Extension of Wilkinson's Algorithm for Positioning
Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.
WWW: http://cran.r-project.org/web/packages/labeling/