2023-04-03 16:13:17 +08:00
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
R.setup github e-sensing Rwtss 0.9.2 v
|
2024-04-26 20:23:06 +08:00
|
|
|
revision 2
|
2023-04-03 16:13:17 +08:00
|
|
|
categories-append www
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-04-03 16:13:17 +08:00
|
|
|
license GPL-3
|
|
|
|
|
description Client for Web Time-Series Service
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
checksums rmd160 f90dc4aafa84f18eab5701d3104bc234bdaedf48 \
|
|
|
|
|
sha256 d062a6f8ebb4febc53acadac44128e5805a55ec614cdabf0263e5b8736d04457 \
|
|
|
|
|
size 274664
|
|
|
|
|
supported_archs noarch
|
2024-05-22 15:26:15 +10:00
|
|
|
platforms {darwin any}
|
2023-04-03 16:13:17 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-assertthat \
|
|
|
|
|
port:R-dplyr \
|
|
|
|
|
port:R-geosphere \
|
|
|
|
|
port:R-ggplot2 \
|
|
|
|
|
port:R-httr \
|
|
|
|
|
port:R-jsonlite \
|
|
|
|
|
port:R-lubridate \
|
|
|
|
|
port:R-magrittr \
|
|
|
|
|
port:R-purrr \
|
|
|
|
|
port:R-reshape2 \
|
|
|
|
|
port:R-stringr \
|
|
|
|
|
port:R-tibble \
|
|
|
|
|
port:R-zoo
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-bfast \
|
|
|
|
|
port:R-knitr \
|
|
|
|
|
port:R-rmarkdown \
|
|
|
|
|
port:R-roxygen2 \
|
|
|
|
|
port:R-spelling \
|
|
|
|
|
port:R-testthat \
|
|
|
|
|
port:R-vcr
|
|
|
|
|
|
|
|
|
|
test.run yes
|