Skip to content

Commit 5f87cf5

Browse files
committed
Minor fix
1 parent 4292e20 commit 5f87cf5

File tree

3 files changed

+8487
-8476
lines changed

3 files changed

+8487
-8476
lines changed

R/biblioshiny.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ biblioshiny <- function(host = "127.0.0.1", port = NULL,
2929
shinyOptions(maxUploadSize = maxUploadSize)
3030

3131
runApp(system.file("biblioshiny",package="bibliometrix"),launch.browser = launch.browser, port = port, host = getOption("shiny.host", host))
32+
33+
#remove utils functions from global environment
34+
rm(ValueBoxes, countryCollab, pos = ".GlobalEnv")
35+
3236
}

0 commit comments

Comments
 (0)