mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 version is outdated.
|
|
R.setup cran ropensci bib2df 1.1.2.0 v
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Parse a BibTeX file to a data frame
|
|
long_description {*}${description}
|
|
homepage https://docs.ropensci.org/bib2df
|
|
checksums rmd160 3fbd0054192729579a5bc24be31cbf5a206e8676 \
|
|
sha256 21b36bc9e9e1aeac5d7b47e796ca2a8f3424bfe6121d81740d3b8f8ea434fdf0 \
|
|
size 46427
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-httr \
|
|
port:R-humaniformat \
|
|
port:R-stringr
|
|
|
|
depends_lib-append port:R-ggplot2 \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat \
|
|
port:R-tidyr
|
|
|
|
test.run yes
|