This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
#
|
|
# This helper is for templates using R-cran.
|
|
#
|
|
do_install() {
|
|
mkdir -p ${DESTDIR}/usr/lib/R/library
|
|
( cd .. && R CMD INSTALL -l ${DESTDIR}/usr/lib/R/library ${pkgname#R-cran-} )
|
|
}
|