fef953af13
Configurable Progress bars, they may include percentage, elapsed time, and/or the estimated completion time. They work in terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works with or without 'Rcpp'.
12 lines
336 B
Makefile
12 lines
336 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/07/31 13:40:18 brook Exp $
|
|
|
|
BUILDLINK_TREE+= R-progress
|
|
|
|
.if !defined(R_PROGRESS_BUILDLINK3_MK)
|
|
R_PROGRESS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.R-progress+= R-progress>=1.2.2
|
|
BUILDLINK_PKGSRCDIR.R-progress?= ../../sysutils/R-progress
|
|
.endif # R_PROGRESS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -R-progress
|