mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
771 B
Tcl
22 lines
771 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# Revert to GitHub once updated there.
|
|
R.setup cran r-lib fastmap 1.2.0 v
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Fast map implementation for R
|
|
long_description {*}${description}
|
|
homepage https://fastmap.r-lib.org
|
|
checksums rmd160 dc17178ccd9d93b26d8b9cb79c81f19e5b225290 \
|
|
sha256 b1da04a2915d1d057f3c2525e295ef15016a64e6667eac83a14641bbd83b9246 \
|
|
size 46710
|
|
|
|
depends_test-append port:R-testthat
|
|
|
|
test.run yes
|