- Add new port: devel/R-cran-lubridate
Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun. WWW: https://cran.r-project.org/web/packages/lubridate/
This commit is contained in:
parent
24853c7eea
commit
04da8d9815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449529
4 changed files with 32 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
SUBDIR += R-cran-hms
|
||||
SUBDIR += R-cran-iterators
|
||||
SUBDIR += R-cran-itertools
|
||||
SUBDIR += R-cran-lubridate
|
||||
SUBDIR += R-cran-magrittr
|
||||
SUBDIR += R-cran-memoise
|
||||
SUBDIR += R-cran-microbenchmark
|
||||
|
|
20
devel/R-cran-lubridate/Makefile
Normal file
20
devel/R-cran-lubridate/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lubridate
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
COMMENT= Make Dealing with Dates a Little Easier
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-lubridate/distinfo
Normal file
3
devel/R-cran-lubridate/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1505036380
|
||||
SHA256 (lubridate_1.6.0.tar.gz) = 1a87edfc2c57b22b6d9b49354545dd063e6c03a415544090b531c42423cf2632
|
||||
SIZE (lubridate_1.6.0.tar.gz) = 317672
|
8
devel/R-cran-lubridate/pkg-descr
Normal file
8
devel/R-cran-lubridate/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Functions to work with date-times and time-spans: fast and user
|
||||
friendly parsing of date-time data, extraction and updating of
|
||||
components of a date-time (years, months, days, hours, minutes, and
|
||||
seconds), algebraic manipulation on date-time and time-span objects.
|
||||
The 'lubridate' package has a consistent and memorable syntax that
|
||||
makes working with dates easy and fun.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/lubridate/
|
Loading…
Reference in a new issue