VincyaneBadouard / TreeData_broken

Harmonization and correction forest data tool.
https://vincyanebadouard.github.io/TreeData/
0 stars 1 forks source link

Trying to run shinny from within R #57

Closed LimaRAF closed 1 year ago

LimaRAF commented 1 year ago

Hey!

My inital idea was to test the shinny from within R.

I used remotes::install_github("VincyaneBadouard/TreeData") and had no issues in installing the repo from GitHub. Although the package description has 9 dependencies, it seems that are many recursive dependencies (at least 58 contrib packages). As you probably know, this can be problematic in the long term maintenance of the package.

Then, I tried to run the next line of the tutorial and got the error below:

shiny::runGitHub( "VincyaneBadouard/TreeData", subdir = "inst/app")
Warning: Error in virtualSelectInput: could not find function "virtualSelectInput"
101: dots_list
100: div
99: column

Will try to run the app directly from the online link.

Cheers

LimaRAF commented 1 year ago

@ValentineHerr Just to say that I am now able to run the shiny app from within R. Thanks!