Skip to content

Commit

Permalink
updated imports to include openintro package
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Jan 15, 2014
1 parent 380b828 commit e81569c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Imports:
stringr,
plotrix,
pwr,
testthat
testthat,
openintro
Description: swirl is a platform for learning (and teaching) statistics and R
simultaneously and interactively.
URL: http://swirlstats.com
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export(nxt)
export(play)
export(skip)
export(swirl)
import(openintro)
importFrom(plotrix,draw.circle)
importFrom(pwr,pwr.norm.test)
importFrom(pwr,pwr.t.test)
Expand Down
1 change: 1 addition & 0 deletions R/swirl.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#' @importFrom testthat is_identical_to is_a matches
#' @importFrom pwr pwr.norm.test pwr.t.test
#' @importFrom plotrix draw.circle
#' @import openintro
#' @examples
#' \dontrun{
#'
Expand Down

0 comments on commit e81569c

Please sign in to comment.