mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
This package uses SQLite's loadable extension feature to provide a number of
additional SQL functions and aggregates within R WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/
This commit is contained in:
parent
e1bb95f412
commit
d3988d103e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302951
@ -6,6 +6,7 @@
|
||||
SUBDIR += R-cran-DBI
|
||||
SUBDIR += R-cran-RMySQL
|
||||
SUBDIR += R-cran-RSQLite
|
||||
SUBDIR += R-cran-RSQLite.extfuns
|
||||
SUBDIR += WWWdb
|
||||
SUBDIR += adminer
|
||||
SUBDIR += adodb
|
||||
|
24
databases/R-cran-RSQLite.extfuns/Makefile
Normal file
24
databases/R-cran-RSQLite.extfuns/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: R-cran-RSQLite.extfuns
|
||||
# Date created: 2012-08-21
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= RSQLite.extfuns
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= databases
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= SQLite extension functions for RSQLite
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:${PORTSDIR}/databases/R-cran-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/R-cran-RSQLite.extfuns/distinfo
Normal file
2
databases/R-cran-RSQLite.extfuns/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (RSQLite.extfuns_0.0.1.tar.gz) = ca5c7947c041e17ba83bed3f5866f7eeb9b7f361e5c050c9b58eec5670f03d0e
|
||||
SIZE (RSQLite.extfuns_0.0.1.tar.gz) = 15367
|
4
databases/R-cran-RSQLite.extfuns/pkg-descr
Normal file
4
databases/R-cran-RSQLite.extfuns/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This package uses SQLite's loadable extension feature to provide a number of
|
||||
additional SQL functions and aggregates within R
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/RSQLite.extfuns/
|
Loading…
Reference in New Issue
Block a user