Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Oct 11, 2023
1 parent 37c33e0 commit e21eda6
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
^uPlot-r\.Rproj$
^uPlot\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^srcjs$
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
htmlwidgets
htmlwidgets,
magrittr
Depends:
R (>= 2.10)
LazyData: true
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(renderUPlot)
export(uPlot)
export(uPlotOutput)
export(uSeries)
importFrom(grDevices,palette)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(magrittr,"%>%")
importFrom(utils,modifyList)
15 changes: 15 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

#' Re-exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from this package to avoid listing the packages used
#' as Depends
#'
#' @name re-exports
NULL

#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname re-exports
NULL
1 change: 1 addition & 0 deletions R/uPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' @return An `htmlwidget` object of class `"uPlot"`.
#'
#' @importFrom htmlwidgets createWidget sizingPolicy
#' @importFrom grDevices palette
#'
#' @export
#'
Expand Down
11 changes: 11 additions & 0 deletions man/re-exports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e21eda6

Please sign in to comment.