File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Package: datamods
22Title: Modules to Import and Manipulate Data in 'Shiny'
3- Version: 1.4.0.9010
3+ Version: 1.4.0.9100
44Authors@R:
55 c(person(given = "Victor",
66 family = "Perrier",
@@ -28,7 +28,7 @@ URL: https://github.com/dreamRs/datamods
2828BugReports: https://github.com/dreamRs/datamods/issues
2929Encoding: UTF-8
3030Roxygen: list(markdown = TRUE)
31- RoxygenNote: 7.2.1
31+ RoxygenNote: 7.2.3
3232Imports:
3333 data.table,
3434 htmltools,
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ importFrom(tibble,as_tibble)
145145importFrom(tools,file_ext)
146146importFrom(utils,data)
147147importFrom(utils,getFromNamespace)
148+ importFrom(utils,hasName)
148149importFrom(utils,head)
149150importFrom(utils,modifyList)
150151importFrom(utils,packageName)
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ makeId <- function(x) {
132132 }
133133}
134134
135-
135+ # ' @importFrom utils hasName
136136header_with_classes <- function (data ) {
137137 function (value ) {
138138 if (! hasName(data , value ))
You can’t perform that action at this time.
0 commit comments