Skip to content
Snippets Groups Projects
Unverified Commit 3323f5ee authored by Todor Kondic's avatar Todor Kondic
Browse files

Fix importFrom directive

* R/shiny-ui-base.R, NAMESPACE:
  importFrom(shiny,validate) now correct.
parent 3ec9a7f6
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ export(run)
export(run_in_dir)
export(vrfy_conf)
import(data.table)
importFrom("(shiny,","validate)")
importFrom(shiny,validate)
......@@ -12,7 +12,7 @@
## See the License for the specific language governing permissions and
## limitations under the License.
##' @importFrom(shiny, validate)
##' @importFrom shiny validate
react_v <- shiny::reactiveValues
react_f <- shiny::reactive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment