Skip to content

Commit 3136876

Browse files
Gero1999ona-agent
authored andcommitted
fix: restore importFrom(methods,is) in NAMESPACE
The import was present on main but lost during merge. Restoring it fixes the R CMD check NOTE about unused Imports. Co-authored-by: Ona <no-reply@ona.com>
1 parent f41a8ea commit 3136876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ importFrom(ggplot2,theme_bw)
133133
importFrom(glue,glue)
134134
importFrom(grid,convertUnit)
135135
importFrom(magrittr,`%>%`)
136+
importFrom(methods,is)
136137
importFrom(plotly,add_lines)
137138
importFrom(plotly,add_trace)
138139
importFrom(plotly,ggplotly)

0 commit comments

Comments
 (0)