-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: zcurve | ||
Title: An Implementation of Z-Curves | ||
Version: 1.0.5 | ||
Version: 1.0.6 | ||
Authors@R: c( | ||
person("František", "Bartoš", email = "[email protected]", role = c("aut", "cre")), | ||
person("Ulrich", "Schimmack", email = "[email protected]", role = c("aut"))) | ||
|
@@ -17,7 +17,7 @@ License: GPL-3 | |
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.1 | ||
Imports: | ||
Rcpp (>= 1.0.2), | ||
nleqslv, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
# zcurve 1.0.5 | ||
Adding convenience functions for extracting the z-curve estimates directly from the fitted object. (issue #3) | ||
## version 1.0.6 | ||
- Fixing the formatting of the NEWS.md file. | ||
|
||
# zcurve 1.0.4 | ||
Adding observed discovery rate, number of included studies, and number of significant studies to the summary output. (issue #3) | ||
## version 1.0.5 | ||
- Adding convenience functions for extracting the z-curve estimates directly from the fitted object. (issue #3) | ||
|
||
# zcurve 1.0.3 | ||
Fixing a help file entry and making sure of proper control specification '[[]]' vs '$' list accesssing. | ||
## version 1.0.4 | ||
- Adding observed discovery rate, number of included studies, and number of significant studies to the summary output. (issue #3) | ||
|
||
# zcurve 1.0.2 | ||
Fixing a bug when producing figure with no non-significant z-scores. | ||
## version 1.0.3 | ||
- Fixing a help file entry and making sure of proper control specification '[[]]' vs '$' list accessing. | ||
|
||
# zcurve 1.0.1 | ||
Added check for suppling p-values as z-scores. (issue #2) | ||
## version 1.0.2 | ||
- Fixing a bug when producing figure with no non-significant z-scores. | ||
|
||
# zcurve 1.0. | ||
The relase version of the package. | ||
## version 1.0.1 | ||
- Added check for supplying p-values as z-scores. (issue #2) | ||
|
||
## version 1.0. | ||
- The release version of the package. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.