# Description: R module lubridate
# URL: https://cran.r-project.org/web/packages/lubridate
# Maintainer: Petar Petrov, slackalaxy at gmail dot com
# Depends on: r r4-generics r4-timechange
# Optional: r4-covr r4-knitr r4-rmarkdown r4-testthat r4-vctrs

name=r4-lubridate
version=1.9.4
release=1
source=(https://cloud.r-project.org/src/contrib/lubridate_${version}.tar.gz)

build() {
	cd lubridate
	mkdir -p $PKG/usr/lib/R/library
	R CMD INSTALL . -l $PKG/usr/lib/R/library
}