summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2021-09-28 21:06:01 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2021-09-28 21:06:01 +0000
commita0febabb407e06224e7ff102766880165f562f72 (patch)
tree0ffad86ac113244b38e40eea76dcdb78776541fc
parentd11bd8ebe61c289de97f37e67da3f5df05e21496 (diff)
automatic import of R-CRAN-elliplot
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-elliplot.spec54
-rw-r--r--sources1
3 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..50b67e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/elliplot_1.2.0.tar.gz
diff --git a/R-CRAN-elliplot.spec b/R-CRAN-elliplot.spec
new file mode 100644
index 0000000..843e9e0
--- /dev/null
+++ b/R-CRAN-elliplot.spec
@@ -0,0 +1,54 @@
+%global __brp_check_rpaths %{nil}
+%global packname elliplot
+%global packver 1.2.0
+%global rlibdir /usr/local/lib/R/library
+
+Name: R-CRAN-%{packname}
+Version: 1.2.0
+Release: 3%{?dist}%{?buildtag}
+Summary: Ellipse Summary Plot of Quantiles
+
+License: MIT + file LICENSE
+URL: https://cran.r-project.org/package=%{packname}
+Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz
+
+
+BuildRequires: R-devel
+Requires: R-core
+BuildArch: noarch
+BuildRequires: R-grDevices
+BuildRequires: R-graphics
+BuildRequires: R-methods
+BuildRequires: R-utils
+Requires: R-grDevices
+Requires: R-graphics
+Requires: R-methods
+Requires: R-utils
+
+%description
+Correlation chart of two set (x and y) of data. Using Quantiles.
+Visualize the effect of factor.
+
+%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}/DESCRIPTION
+%license %{rlibdir}/%{packname}/LICENSE
+%{rlibdir}/%{packname}/NAMESPACE
+%{rlibdir}/%{packname}/R
+%{rlibdir}/%{packname}/INDEX
diff --git a/sources b/sources
new file mode 100644
index 0000000..856989e
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1858a542f7ffed93bd7ced2dfd079887 elliplot_1.2.0.tar.gz