Allows to display a progress bar in the R console for long running computations taking place in c++ code, and support for interrupting those computations even in multithreaded code, typically using OpenMP. WWW: https://cran.r-project.org/web/packages/RcppProgress/
15 lines
282 B
Makefile
15 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= RcppProgress
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Interruptible Progress Bar with OpenMP Support for C++ in R Packages
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|