diff --git a/DESCRIPTION b/DESCRIPTION index 1abbbf3c..7ad4c6b7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: blockr Title: A block-based framework for data manipulation and visualization -Version: 0.0.2.9030 +Version: 0.0.2.9031 Authors@R: c(person(given = "Nicolas", family = "Bennett", diff --git a/NEWS.md b/NEWS.md index 11ef3686..f6f2e77c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# blockr 0.0.2.9030 +# blockr 0.0.2.9031 ## Feature - Improved `submit` feature for blocks. Now submit isn't added as a class but as a special block attribute. When you design a block, you can pass the `submit` parameter like so: diff --git a/R/server.R b/R/server.R index b90cb1b8..70653199 100644 --- a/R/server.R +++ b/R/server.R @@ -17,6 +17,7 @@ generate_server.result_field <- function(x, ...) { function(id, init = NULL, data = NULL) { moduleServer(id, function(input, output, session) { get_result <- function(inp) { + req(inp) res <- get_stack_result( get_workspace_stack(inp) ) diff --git a/_pkgdown.yml b/_pkgdown.yml index c08b212a..978229fb 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -206,6 +206,6 @@ reference: news: releases: - - text: "blockr 0.0.2.9023" + - text: "blockr 0.0.2.9031" - text: "blockr 0.0.2" - text: "blockr 0.0.1.9000"