Skip to content

Commit 8f40825

Browse files
committed
Update DESCRIPTION
1 parent 9c227de commit 8f40825

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.Rbuildignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
^\.Rprofile$
22
^.*\.Rproj$
33
^\.Rproj\.user$
4-
^\.travis\.yaml
54
^cran-comments\.md$
6-
^LICENSE$
5+
^\.travis\.yml$
6+
^run_tests\.R$
77
^.*\.dcf$
8+
^LICENSE$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Imports:
2222
shinydashboard,
2323
shinytest,
2424
shinyWidgets
25-
RoxygenNote: 6.0.1
25+
RoxygenNote: 6.1.1
2626
Suggests: knitr,
2727
rmarkdown
2828
VignetteBuilder: knitr

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
export(eAnalytics)
44
import(energyr)
5+
import(shinytest)
56
importFrom(DT,"%>%")
67
importFrom(DT,dataTableOutput)
78
importFrom(DT,datatable)

0 commit comments

Comments
 (0)