(benchmarks/R-profvis) import R-profvis-0.3.7
Interactive visualizations for profiling R code.
This commit is contained in:
parent
4c02e29e89
commit
5d67dc5956
3 changed files with 23 additions and 0 deletions
1
benchmarks/R-profvis/DESCR
Normal file
1
benchmarks/R-profvis/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Interactive visualizations for profiling R code.
|
17
benchmarks/R-profvis/Makefile
Normal file
17
benchmarks/R-profvis/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/12/18 09:25:00 mef Exp $
|
||||
|
||||
R_PKGNAME= profvis
|
||||
R_PKGVER= 0.3.7
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Interactive Visualizations for Profiling R Code
|
||||
LICENSE= gnu-gpl-v3 # See more for LICENSE file
|
||||
|
||||
DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr
|
||||
DEPENDS+= R-htmlwidgets>=0.3.2:../../www/R-htmlwidgets
|
||||
|
||||
USE_LANGUAGES= c
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
benchmarks/R-profvis/distinfo
Normal file
5
benchmarks/R-profvis/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2022/12/18 09:25:00 mef Exp $
|
||||
|
||||
BLAKE2s (R/profvis_0.3.7.tar.gz) = ccb0c8218ce3659e3af0079a7f5812ef512cbcd35b4bfae0995b0fcee7483f0e
|
||||
SHA512 (R/profvis_0.3.7.tar.gz) = 9ae232def68e2d8a9ddd2e5fc20cee3ea05941a68bff6441ebe15e2f8eb14293d128056f01d46c662c680a86129822ab417356a5a73336bb08e4e6fad82f8483
|
||||
Size (R/profvis_0.3.7.tar.gz) = 142546 bytes
|
Loading…
Reference in a new issue