summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2021-02-20 13:28:41 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2021-02-20 13:28:41 +0000
commitf84024feb92ac98d909a555d8f00a6e995c300a6 (patch)
treed6fcb1254b815d4535284f9c38a7634e8f530adb
parent83dc64465183a3fd02e4419a896048407557f3e9 (diff)
automatic import of R-CRAN-remote
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-remote.spec75
-rw-r--r--sources1
3 files changed, 77 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..44c6650 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/remote_1.2.1.tar.gz
diff --git a/R-CRAN-remote.spec b/R-CRAN-remote.spec
new file mode 100644
index 0000000..6bfa8ba
--- /dev/null
+++ b/R-CRAN-remote.spec
@@ -0,0 +1,75 @@
+%global packname remote
+%global packver 1.2.1
+%global rlibdir /usr/local/lib/R/library
+
+Name: R-CRAN-%{packname}
+Version: 1.2.1
+Release: 3%{?dist}%{?buildtag}
+Summary: Empirical Orthogonal Teleconnections in R
+
+License: GPL (>= 3) | file LICENSE
+URL: https://cran.r-project.org/package=%{packname}
+Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz
+
+
+BuildRequires: R-devel >= 2.10
+Requires: R-core >= 2.10
+BuildRequires: R-CRAN-Rcpp >= 0.10.3
+BuildRequires: R-CRAN-raster
+BuildRequires: R-methods
+BuildRequires: R-grDevices
+BuildRequires: R-CRAN-gridExtra
+BuildRequires: R-CRAN-latticeExtra
+BuildRequires: R-CRAN-mapdata
+BuildRequires: R-CRAN-scales
+BuildRequires: R-stats
+BuildRequires: R-utils
+Requires: R-CRAN-Rcpp >= 0.10.3
+Requires: R-CRAN-raster
+Requires: R-methods
+Requires: R-grDevices
+Requires: R-CRAN-gridExtra
+Requires: R-CRAN-latticeExtra
+Requires: R-CRAN-mapdata
+Requires: R-CRAN-scales
+Requires: R-stats
+Requires: R-utils
+
+%description
+Empirical orthogonal teleconnections in R. 'remote' is short for
+'R(-based) EMpirical Orthogonal TEleconnections'. It implements a
+collection of functions to facilitate empirical orthogonal teleconnection
+analysis. Empirical Orthogonal Teleconnections (EOTs) denote a regression
+based approach to decompose spatio-temporal fields into a set of
+independent orthogonal patterns. They are quite similar to Empirical
+Orthogonal Functions (EOFs) with EOTs producing less abstract results. In
+contrast to EOFs, which are orthogonal in both space and time, EOT
+analysis produces patterns that are orthogonal in either space or time.
+
+%prep
+%setup -q -c -n %{packname}
+
+
+%build
+
+%install
+
+mkdir -p %{buildroot}%{rlibdir}
+%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
+
+test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
+rm -f %{buildroot}%{rlibdir}/R.css
+
+%files
+%dir %{rlibdir}/%{packname}
+%doc %{rlibdir}/%{packname}/html
+%{rlibdir}/%{packname}/Meta
+%{rlibdir}/%{packname}/help
+%{rlibdir}/%{packname}/data
+%{rlibdir}/%{packname}/DESCRIPTION
+%license %{rlibdir}/%{packname}/LICENSE
+%{rlibdir}/%{packname}/NAMESPACE
+%{rlibdir}/%{packname}/R
+%doc %{rlibdir}/%{packname}/CITATION
+%{rlibdir}/%{packname}/INDEX
+%{rlibdir}/%{packname}/libs
diff --git a/sources b/sources
new file mode 100644
index 0000000..3930186
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+9b98807d815cca0e8ea61006fd0996db remote_1.2.1.tar.gz