You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
921 B
Tcl
24 lines
921 B
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
|
|
|
|
R.setup cran SteffenMoritz imputeTS 3.3
|
|
revision 2
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Time series missing value imputation
|
|
long_description {*}${description}
|
|
homepage https://steffenmoritz.github.io/imputeTS
|
|
checksums rmd160 ff71f075c96d46c4f27b35d278d35feb9b0aefca \
|
|
sha256 fdfdbec609c55ef21069c507d82fddcefe5da7925aae6f97263c32ea4255b678 \
|
|
size 2183322
|
|
|
|
depends_lib-append port:R-forecast \
|
|
port:R-ggplot2 \
|
|
port:R-ggtext \
|
|
port:R-magrittr \
|
|
port:R-Rcpp \
|
|
port:R-stinepack
|