-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
Error description
I import a module via box::use, and I've confirmed that this module has been loaded search()
but when I try to reload this module, I got a error saying object “mesc_stem_heatmap_common” not found
▶ radian
R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"
Platform: x86_64-conda-linux-gnu (64-bit)
r$> box::use(./helpers/mesc_stem_heatmap_common[...])
r$> box::unload(mesc_stem_heatmap_common)
Error in box::unload(mesc_stem_heatmap_common) :
object “mesc_stem_heatmap_common” not found
r$> search()
[1] ".GlobalEnv" "mod:helpers/mesc_stem_heatmap_common"
[3] "tools:vscode" "package:stats"
[5] "package:graphics" "package:grDevices"
[7] "package:utils" "package:datasets"
[9] "package:methods" "Autoloads"
[11] "package:base"
r$>▶ radian
R version 4.1.0 (2021-05-18) -- "Camp Pontanezen"
Platform: x86_64-conda-linux-gnu (64-bit)
r$> librar
r$> box::use(./helpers/mesc_stem_heatmap_common)
r$> box::unload(mesc_stem_heatmap_common)> ls helpers
mesc_stem_heatmap_common.r themes.rR version
4.1.0
‘box’ version
1.1.0