Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 594f0ba5a9f033be379e736f87a460d2 > files > 2

R-cran-CompetingRiskFrailty-2.0-4mdv2009.0.src.rpm

%define modulename CompetingRiskFrailty
%define realver 2.0
%define r_library %{_libdir}/R/library

Summary:	Competing risk model with frailties for right censored survival data for R
Name:		R-cran-%{modulename}
Version:	%realver
Release:	%mkrel 4
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://cran.r-project.org/web/packages/%{modulename}/index.html
Source0:	http://cran.r-project.org/src/contrib/%{modulename}_%{realver}.tar.gz
BuildRequires:	R-base
Requires:	R-base
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The package offers a fitting of smooth varying coefficients in a 
competing risks modelling of hazards as well as estimating of the 
frailties (or unobserved heterogenities) for clustered observations.
Nonparametric penalized spline (p-spline) fitting of smooth covariates 
effects is proposed. As a spline basis truncated polynomial functions 
are chosen. The frailties are also fitted (via the EM-algoritghm) in a 
flexible way using a penalizied mixture of gamma distributions.

%prep
%setup -q -c

%build

R CMD build %{modulename}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}/%{r_library}

# (tpg) install
R CMD INSTALL %{modulename} --library=%{buildroot}/%{r_library}

# (tpg) provided by R-base
rm -rf %{buildroot}/%{r_library}/R.css

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{r_library}/%{modulename}


%changelog
* Fri Aug 01 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.0-4mdv2009.0
+ Revision: 260127
- rebuild

* Fri Jul 25 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.0-3mdv2009.0
+ Revision: 248229
- rebuild

* Sun Feb 17 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 2.0-1mdv2008.1
+ Revision: 169920
- complete spec file
- fix Url
- add source and spec file
- Created package structure for R-cran-CompetingRiskFrailty.