Skip to content

Commit

Permalink
move words/adject/nouns into pkg in r files instead of in data/, #125
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 27, 2017
1 parent a322942 commit 4ad99bc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions R/data.R

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions R/onload.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
)
toset <- !(names(op.do) %in% names(op))
if (any(toset)) options(op.do[toset])

utils::data("words")
utils::data("adjectives")
utils::data("nouns")

invisible()
}
Binary file removed data/adjectives.rda
Binary file not shown.
Binary file removed data/nouns.rda
Binary file not shown.
Binary file removed data/words.rda
Binary file not shown.

0 comments on commit 4ad99bc

Please sign in to comment.