mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
42 lines
1.4 KiB
Tcl
42 lines
1.4 KiB
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
|
||
|
||
# GitHub tarball lies about its version.
|
||
R.setup cran ipeaGIT censobr 0.4.0 v
|
||
revision 0
|
||
platforms {darwin any}
|
||
maintainers nomaintainer
|
||
license MIT
|
||
description Download data from Brazilʼs Population Census
|
||
long_description {*}${description}
|
||
homepage https://ipeagit.github.io/censobr
|
||
checksums rmd160 095edef60519987d3014cb2bd00411e0d5fd02c1 \
|
||
sha256 b644d490fb9ebe692b66170925dd839cdf57e4071d67c3dfd81ec80c1746f4e5 \
|
||
size 268239
|
||
# github.tarball_from archive
|
||
supported_archs noarch
|
||
|
||
depends_lib-append port:R-arrow \
|
||
port:R-checkmate \
|
||
port:R-curl \
|
||
port:R-DBI \
|
||
port:R-dplyr \
|
||
port:R-duckdb \
|
||
port:R-duckplyr \
|
||
port:R-fs
|
||
|
||
depends_test-append port:R-covr \
|
||
port:R-dbplyr \
|
||
port:R-geobr \
|
||
port:R-ggplot2 \
|
||
port:R-rmarkdown \
|
||
port:R-knitr \
|
||
port:R-scales \
|
||
port:R-testthat
|
||
|
||
test.run yes
|
||
# https://github.com/ipeaGIT/censobr/issues/48
|
||
test.args-append --ignore-vignettes
|