Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartos committed Sep 27, 2020
1 parent d717240 commit 3dff7a3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
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")))
Expand All @@ -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,
Expand Down
27 changes: 15 additions & 12 deletions NEWS.md
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.
4 changes: 3 additions & 1 deletion man/OSC.z.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dff7a3

Please sign in to comment.