Skip to content

Commit

Permalink
R-villager: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 9, 2024
1 parent 7ec5fd0 commit 69bc090
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions R/R-villager/Portfile
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

0 comments on commit 69bc090

Please sign in to comment.