Skip to content

Commit

Permalink
Tweaks for CRAN submit
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Apr 14, 2023
1 parent 1a2a182 commit 84ea9a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Other

* Added license GPL (>=2).
* Added license statement GPL (>=2).

* Expand README, adding an example with conditional simulation.

Expand Down
3 changes: 3 additions & 0 deletions R/powerPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
#' # Different plot type, not dependent of `threshold`
#' powerPlot(ep, ip, size = 2, type = 3)
#'
#'
#' \donttest{
#' ### Example 2: Exploring powers for different sets of available relatives
#'
#' # Create trio pedigree
Expand All @@ -113,6 +115,7 @@
#' # Power plot 1: EP vs IP
#' powerPlot(simData, type = 1)
#' powerPlot(simData, type = 1, minorpoints = FALSE, hline = 0.8)
#' }
#'
#' \donttest{
#'
Expand Down
3 changes: 3 additions & 0 deletions man/powerPlot.Rd

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

0 comments on commit 84ea9a0

Please sign in to comment.