Skip to content

Commit

Permalink
Add tibble as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyheero committed Jun 24, 2018
1 parent 9daebf0 commit a986a00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cofeatureR
Title: Generate Cofeature Matrices
Version: 1.1.0
Version: 1.1.1
Authors@R:
person("Fong Chun", "Chan", email = "[email protected]", role = c("aut", "cre"))
Description: Generate cofeature (feature by sample) matrices. The package
Expand All @@ -11,7 +11,8 @@ Depends:
Imports:
ggplot2 (>= 1.0.0),
dplyr (>= 0.4.3),
lazyeval (>= 0.1.10)
lazyeval (>= 0.1.10),
tibble
URL: https://github.com/tinyheero/cofeatureR
BugReports: https://github.com/tinyheero/cofeatureR/issues
License: GPL-3
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# cofeaturerR 1.1.1

* Added the tibble R package as a dependency

# cofeatureR 1.1.0

* Added drop.x parameter
Expand Down

0 comments on commit a986a00

Please sign in to comment.