summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2019-10-22 17:57:06 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2019-10-22 17:57:06 +0000
commitfa9cbe15d38a3756ca044bb55ae7507d9d25735b (patch)
tree9401bb5d8c64fb22628ea1d9f3b7af831ad22c13
parentccbb04e7bb982e26e512c3a9452dbd94eb0110c0 (diff)
automatic import of R-CRAN-RatingScaleReductionf31f30
-rw-r--r--.gitignore1
-rw-r--r--R-CRAN-RatingScaleReduction.spec51
-rw-r--r--sources1
3 files changed, 53 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a2409c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/RatingScaleReduction_1.2.2.tar.gz
diff --git a/R-CRAN-RatingScaleReduction.spec b/R-CRAN-RatingScaleReduction.spec
new file mode 100644
index 0000000..fa71dc8
--- /dev/null
+++ b/R-CRAN-RatingScaleReduction.spec
@@ -0,0 +1,51 @@
+%global packname RatingScaleReduction
+%global packver 1.2.2
+%global rlibdir /usr/local/lib/R/library
+
+Name: R-CRAN-%{packname}
+Version: 1.2.2
+Release: 1%{?dist}
+Summary: Rating Scale Reduction Procedure
+
+License: GPL-2
+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-CRAN-pROC
+BuildRequires: R-CRAN-ggplot2
+Requires: R-CRAN-pROC
+Requires: R-CRAN-ggplot2
+
+%description
+Describes a new procedure of reducing items in a rating scale called
+Rating Scale Reduction (RSR). The new stop criterion in RSR procedure is
+added (stop global max). Data sets are added.
+
+%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
+%{rlibdir}/%{packname}/NAMESPACE
+%{rlibdir}/%{packname}/R
+%{rlibdir}/%{packname}/INDEX
diff --git a/sources b/sources
new file mode 100644
index 0000000..00f5404
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+96816d92104db2a40e610664d3057826 RatingScaleReduction_1.2.2.tar.gz