Skip to content

Commit

Permalink
add dplyr to suggests and tests #5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinKosinski committed Sep 17, 2018
1 parent 920d79f commit 49719fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat,
Suggests:
testthat,
dplyr,
purrr
2 changes: 2 additions & 0 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
library(testthat)
library(sweary)
library(dplyr)
library(purr)

This comment has been minimized.

Copy link
@pdrhlik

pdrhlik Sep 17, 2018

Owner

You're missing one r here. It should be library(purrr)


test_check("sweary")
3 changes: 0 additions & 3 deletions tests/testthat/test_swear_word_df.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
library(dplyr)
library(purrr)

context("Swear word data frame")

test_that("swear word data frame exists", {
Expand Down

0 comments on commit 49719fd

Please sign in to comment.