Skip to content

Commit

Permalink
version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbinian Strimmer authored and gaborcsardi committed Jul 8, 2015
1 parent cb240be commit 2e894f7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
@@ -1,12 +1,13 @@
Package: st
Version: 1.2.4
Date: 2015-03-21
Version: 1.2.5
Date: 2015-07-08
Title: Shrinkage t Statistic and Correlation-Adjusted t-Score
Author: Rainer Opgen-Rhein, Verena Zuber, and Korbinian Strimmer.
Maintainer: Korbinian Strimmer <strimmerlab@gmail.com>
Depends: R (>= 2.15.1), sda (>= 1.3.6), fdrtool (>= 1.2.14), corpcor
(>= 1.6.7)
Depends: R (>= 3.0.2), sda (>= 1.3.7), fdrtool (>= 1.2.15), corpcor (>=
1.6.8)
Suggests: limma, samr
Imports: graphics, stats
Description: Implements the "shrinkage t" statistic
introduced in Opgen-Rhein and Strimmer (2007) and a shrinkage estimate
of the "correlation-adjusted t-score" (CAT score) described in
Expand All @@ -15,7 +16,7 @@ Description: Implements the "shrinkage t" statistic
employed in high-dimensional case-control studies.
License: GPL (>= 3)
URL: http://strimmerlab.org/software/st/
Packaged: 2015-03-21 14:05:06 UTC; strimmer
Packaged: 2015-07-08 18:42:21 UTC; strimmer
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-21 15:54:11
Date/Publication: 2015-07-08 22:37:28
6 changes: 3 additions & 3 deletions MD5
@@ -1,6 +1,6 @@
c4082348be24bb9cf0b5972cfd8ea798 *DESCRIPTION
b4552ce40f3bd48c9feea4cc9adf7c14 *NAMESPACE
2a69b12067d6beb597fbbddd7cb6f88c *NEWS
6951e09b86fc9952c25fe6b17fc67747 *DESCRIPTION
2543f27fd118b19925495233c273b673 *NAMESPACE
2944773c852fffcc6b4f6d59a4e6a511 *NEWS
74c13d5ae0fa3848e60c41ede02f77cb *R/cst.R
1b0a95b26dc21faf41f8c2cf90899e04 *R/efront.R
6c975e6ea1790d9dbe55dfadb0d1375e *R/lait.R
Expand Down
9 changes: 3 additions & 6 deletions NAMESPACE
Expand Up @@ -23,9 +23,6 @@ export(
"studentt.fun",
"studentt.stat"
)
import(
"fdrtool",
"sda",
"corpcor"
)

import("fdrtool","sda","corpcor")
import("graphics")
import("stats")
6 changes: 6 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,12 @@
RELEASE HISTORY OF THE "st" PACKAGE
=======================================


CHANGES IN `st' PACKAGE VERSION 1.2.5

- added import statements required by R-devel.


CHANGES IN `st' PACKAGE VERSION 1.2.4

- fixed the "please use :: or requireNamespace() instead" warnings.
Expand Down

0 comments on commit 2e894f7

Please sign in to comment.