Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion inst/templates/input_r.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,6 @@
#'
#' <Add Description>
#'
#' @importFrom shiny restoreInput
#' @importFrom reactR createReactShinyInput
#' @importFrom htmltools htmlDependency tags
#'
Expand Down
1 change: 0 additions & 1 deletion inst/templates/webpack.config.js.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,6 @@ module.exports ={
mode: 'development',
entry: path.join(__dirname, 'srcjs', '${name}.jsx'),
output:{
path: path.join(__dirname, 'inst', 'www', '${package}', '${name}'),
path: path.join(__dirname, '${outputPath}'),
filename: '${name}.js'
},
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/widget_r.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -50,7 +50,7 @@ render${capName} <- function(expr, env = parent.frame(), quoted = FALSE){
}

#' Called by HTMLWidgets to produce the widget's root element.
#' @rdname ${name}-shiny
#' @noRd
${name}_html <- function(id, style, class, ...){
htmltools::tagList(
# Necessary for RStudio viewer version < 1.2
Expand Down