Skip to content

Commit 14a643c

Browse files
committed
bump version
1 parent 05d6f93 commit 14a643c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: datamods
22
Title: Modules to Import and Manipulate Data in 'Shiny'
3-
Version: 1.4.0.9010
3+
Version: 1.4.0.9100
44
Authors@R:
55
c(person(given = "Victor",
66
family = "Perrier",
@@ -28,7 +28,7 @@ URL: https://github.com/dreamRs/datamods
2828
BugReports: https://github.com/dreamRs/datamods/issues
2929
Encoding: UTF-8
3030
Roxygen: list(markdown = TRUE)
31-
RoxygenNote: 7.2.1
31+
RoxygenNote: 7.2.3
3232
Imports:
3333
data.table,
3434
htmltools,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ importFrom(tibble,as_tibble)
145145
importFrom(tools,file_ext)
146146
importFrom(utils,data)
147147
importFrom(utils,getFromNamespace)
148+
importFrom(utils,hasName)
148149
importFrom(utils,head)
149150
importFrom(utils,modifyList)
150151
importFrom(utils,packageName)

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ makeId <- function(x) {
132132
}
133133
}
134134

135-
135+
#' @importFrom utils hasName
136136
header_with_classes <- function(data) {
137137
function(value) {
138138
if (!hasName(data, value))

0 commit comments

Comments
 (0)