openbiox / UCSCXenaShiny

📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/; Book: https://lishensuo.github.io/UCSCXenaShiny_Book; App online: https://shiny.hiplot.cn/ucsc-xena-shiny/, https://shiny.zhoulab.ac.cn/UCSCXenaShiny
https://openbiox.github.io/UCSCXenaShiny/
GNU General Public License v3.0
83 stars 29 forks source link

Update App.R #292

Closed lishensuo closed 6 months ago

lishensuo commented 6 months ago

I find the an error when running in the hipot site. It is because when testing the package, I use the "load_all()" command and it would also load the functions that are not exported. Now, I have add the predix "UCSCXenaShiny:::" for that function. Next time, I will test package by building it in local environment.

ShixiangWang commented 6 months ago

Thanks for your fix, shensuo.