forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ec5fd0
commit 69bc090
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# -*- 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 version is outdated. | ||
R.setup cran zizroc villager 2.0.0 | ||
revision 0 | ||
categories-append economics | ||
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer | ||
license MIT | ||
description Framework for designing and running agent-based models | ||
long_description {*}${description} (ABM). | ||
homepage https://github.com/zizroc/villager | ||
checksums rmd160 2896217f7710103bc08cd34392bc7102261e7f25 \ | ||
sha256 4fe26ef150061212c5ba8a1c89f70e22710b882be49988d7b03f16abcd978fc9 \ | ||
size 1853365 | ||
supported_archs noarch | ||
|
||
depends_lib-append port:R-R6 \ | ||
port:R-readr \ | ||
port:R-uuid | ||
|
||
depends_test-append port:R-covr \ | ||
port:R-dplyr \ | ||
port:R-knitr \ | ||
port:R-leaflet \ | ||
port:R-pandoc \ | ||
port:R-plotly \ | ||
port:R-remotes \ | ||
port:R-rmarkdown \ | ||
port:R-roxygen2 \ | ||
port:R-testthat | ||
|
||
test.run yes |