# -*- 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 lags behind. R.setup cran rstudio pins 1.3.0 revision 1 categories-append devel maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license Apache-2+ description Pin, discover and share resources long_description Publish data sets, models and other R objects, \ making it easy to share them across projects \ and with your colleagues. homepage https://pins.rstudio.com checksums rmd160 d1bafcf2b7ca40d3c74d5e2b5591d25513fffe8e \ sha256 57b6a80976d0eec75f1bf16b94e25ba0907552ca62b51bcc133105a64cf279c9 \ size 248249 supported_archs noarch depends_lib-append port:R-cli \ port:R-digest \ port:R-ellipsis \ port:R-fs \ port:R-generics \ port:R-glue \ port:R-httr \ port:R-jsonlite \ port:R-lifecycle \ port:R-magrittr \ port:R-purrr \ port:R-rappdirs \ port:R-rlang \ port:R-tibble \ port:R-whisker \ port:R-withr \ port:R-yaml # We omit a few deps below, # as those are not yet in Macports. depends_test-append port:R-archive \ port:R-arrow \ port:R-covr \ port:R-data.table \ port:R-filelock \ port:R-gitcreds \ port:R-googleCloudStorageR \ port:R-googledrive \ port:R-ids \ port:R-knitr \ port:R-mime \ port:R-mockery \ port:R-openssl \ port:R-qs \ port:R-R.utils \ port:R-rmarkdown \ port:R-rsconnect \ port:R-shiny \ port:R-sodium \ port:R-testthat \ port:R-webfakes \ port:R-xml2 \ port:R-zip # FIXME: one test fails at the moment: # fs::file_access(path, "write") is not FALSE # https://github.com/rstudio/pins-r/issues/825 # [ FAIL 1 | WARN 0 | SKIP 58 | PASS 163 ] test.run yes