!3 Upgrade to v0.3.2
From: @hkgy Reviewed-by: @ Signed-off-by: @misaka00251
This commit is contained in:
commit
9cabf6cbed
BIN
AUC_0.3.0.tar.gz
BIN
AUC_0.3.0.tar.gz
Binary file not shown.
BIN
AUC_0.3.2.tar.gz
Normal file
BIN
AUC_0.3.2.tar.gz
Normal file
Binary file not shown.
13
R-AUC.spec
13
R-AUC.spec
@ -2,16 +2,14 @@
|
|||||||
%global rlibdir %{_datadir}/R/library
|
%global rlibdir %{_datadir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: 0.3.0
|
Version: 0.3.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Threshold independent performance measures for probabilistic classifiers
|
Summary: Threshold independent performance measures for probabilistic classifiers
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://CRAN.R-project.org/package=%{packname}
|
URL: https://CRAN.R-project.org/package=%{packname}
|
||||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: R-devel tex(latex)
|
BuildRequires: R-devel tex(latex)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -21,25 +19,20 @@ under the specificity curve (AUSPC), the area under the accuracy curve
|
|||||||
(AUACC), and the area under the receiver operating characteristic curve
|
(AUACC), and the area under the receiver operating characteristic curve
|
||||||
(AUROC). The curves can also be visualized. Support for partial areas is
|
(AUROC). The curves can also be visualized. Support for partial areas is
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n %{packname}
|
%setup -q -c -n %{packname}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{rlibdir}
|
mkdir -p %{buildroot}%{rlibdir}
|
||||||
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
|
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
|
||||||
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
|
||||||
rm -f %{buildroot}%{rlibdir}/R.css
|
rm -f %{buildroot}%{rlibdir}/R.css
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{_bindir}/R CMD check %{packname}
|
%{_bindir}/R CMD check %{packname}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%dir %{rlibdir}/%{packname}
|
%dir %{rlibdir}/%{packname}
|
||||||
%doc %{rlibdir}/%{packname}/html
|
%doc %{rlibdir}/%{packname}/html
|
||||||
@ -52,7 +45,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
%{rlibdir}/%{packname}/help
|
%{rlibdir}/%{packname}/help
|
||||||
%{rlibdir}/%{packname}/data
|
%{rlibdir}/%{packname}/data
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 8 2022 hkgy <kaguyahatu@outlook.com> - 0.3.2-1
|
||||||
|
- Upgrade to v0.3.2
|
||||||
|
|
||||||
* Thu Jun 16 2022 misaka00251 <misaka00251@misakanet.cn> - 0.3.0-1
|
* Thu Jun 16 2022 misaka00251 <misaka00251@misakanet.cn> - 0.3.0-1
|
||||||
- Init package (Thanks to fedora team)
|
- Init package (Thanks to fedora team)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user