rstudio / rscloud

Managing RStudio Cloud spaces with R
https://rstudio.github.io/rscloud
Other
22 stars 11 forks source link

add qualified namespaces for all `usethis::ui_*` calls #61

Open jacpete opened 1 year ago

jacpete commented 1 year ago

I was setting up an example for a customer and was running into the error from #51. I could only get the code to work if I explicitly added library(usethis) to my script. I took a look at the code and realized that there were ui_field and ui_value functions in the members.R file that weren't namespaced correctly.