Skip to content

Commit a986a00

Browse files
committed
Add tibble as dependency
1 parent 9daebf0 commit a986a00

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cofeatureR
22
Title: Generate Cofeature Matrices
3-
Version: 1.1.0
3+
Version: 1.1.1
44
Authors@R:
55
person("Fong Chun", "Chan", email = "[email protected]", role = c("aut", "cre"))
66
Description: Generate cofeature (feature by sample) matrices. The package
@@ -11,7 +11,8 @@ Depends:
1111
Imports:
1212
ggplot2 (>= 1.0.0),
1313
dplyr (>= 0.4.3),
14-
lazyeval (>= 0.1.10)
14+
lazyeval (>= 0.1.10),
15+
tibble
1516
URL: https://github.com/tinyheero/cofeatureR
1617
BugReports: https://github.com/tinyheero/cofeatureR/issues
1718
License: GPL-3

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# cofeaturerR 1.1.1
2+
3+
* Added the tibble R package as a dependency
4+
15
# cofeatureR 1.1.0
26

37
* Added drop.x parameter

0 commit comments

Comments
 (0)