diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-04-18 00:11:00 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-04-18 00:11:00 +0000 |
commit | 405107accaa36d48acae4df94c7fe70f421e570e (patch) | |
tree | 7a783357190d964a4bb0e0e8720418908e055e19 | |
parent | 3ea2ae7268b1ada65c2fee4bf6a3736ab30cbdab (diff) |
automatic import of R-CRAN-PakPMICS2018f36
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-PakPMICS2018.spec | 68 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 70 insertions, 0 deletions
@@ -0,0 +1 @@ +/PakPMICS2018_1.0.0.tar.gz diff --git a/R-CRAN-PakPMICS2018.spec b/R-CRAN-PakPMICS2018.spec new file mode 100644 index 0000000..3995acc --- /dev/null +++ b/R-CRAN-PakPMICS2018.spec @@ -0,0 +1,68 @@ +%global __brp_check_rpaths %{nil} +%global packname PakPMICS2018 +%global packver 1.0.0 +%global rlibdir /usr/local/lib/R/library + +Name: R-CRAN-%{packname} +Version: 1.0.0 +Release: 3%{?dist}%{?buildtag} +Summary: Multiple Indicator Cluster Survey (MICS) 2017-18 Data forPunjab, Pakistan + +License: GPL-2 | GPL-3 +URL: https://cran.r-project.org/package=%{packname} +Source0: %{url}&version=%{packver}#/%{packname}_%{packver}.tar.gz + + +BuildRequires: R-devel >= 3.5.0 +Requires: R-core >= 3.5.0 +BuildArch: noarch +BuildRequires: R-CRAN-tibble +Requires: R-CRAN-tibble + +%description +Provides data set and function for exploration of Multiple Indicator +Cluster Survey (MICS) 2017-18 data for Punjab, Pakistan. The results of +the present survey are critically important for the purposes of SDG +monitoring, as the survey produces information on 32 global SDG +indicators. The data was collected from 53,840 households selected at the +second stage with systematic random sampling out of a sample of 2,692 +clusters selected using Probability Proportional to size sampling. Six +questionnaires were used in the survey: (1) a household questionnaire to +collect basic demographic information on all de jure household members +(usual residents), the household, and the dwelling; (2) a water quality +testing questionnaire administered in three households in each cluster of +the sample; (3) a questionnaire for individual women administered in each +household to all women age 15-49 years; (4) a questionnaire for individual +men administered in every second household to all men age 15-49 years; (5) +an under-5 questionnaire, administered to mothers (or caretakers) of all +children under 5 living in the household; and (6) a questionnaire for +children age 5-17 years, administered to the mother (or caretaker) of one +randomly selected child age 5-17 years living in the household +(<http://www.mics.unicef.org/surveys>). + +%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 +%{rlibdir}/%{packname}/NAMESPACE +%doc %{rlibdir}/%{packname}/NEWS.md +%{rlibdir}/%{packname}/R +%doc %{rlibdir}/%{packname}/CITATION +%doc %{rlibdir}/%{packname}/doc +%{rlibdir}/%{packname}/INDEX @@ -0,0 +1 @@ +f5845be57041daa27dd24b687c6ef995 PakPMICS2018_1.0.0.tar.gz |