Replies: 3 comments 3 replies
-
Thanks for these questions! 🙌 We have some info on better supporting opening Shiny apps in your default browser in #8450. The short answer is that you can do it today if you are building a Shiny app where you can run it by clicking the "Play" button, but not if you launch the app from the R console. Take a look for the current advice, and give a 👍 if you run your apps from the console. We've made some big improvements in static analysis (i.e. not crying wolf with PROBLEMS like you describe) lately, and I don't think I observe the problem you describe anymore. Can you share what version of Positron you are using? We do in fact integrate testthat in the Testing UI. Here is what I see in an R package: ![]() Are you not observing that? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the responses! |
Beta Was this translation helpful? Give feedback.
-
I've added a DESCRIPTION and a blank NAMESPACE file to my root to test things, and now the test show up and work as expected! So that's fine by me! I've installed the Shiny extension and edited the options as per the linked post, so I got it to run in external browser with one click, thanks! The options to do so from console would be appreciated. Also a "stop" icon like in RStudio for the running shiny app would be nice, to not have to CTRL+C it. As for the Problems pane, now there's no problems in any of my app.R files (where I call the library() functions), but when I open an individual .R file with specific functions I get "No symbol named..." problems for any functions from external libraries or other .R files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, love the work on Positron and I already see some features that could improve my workflow :)
I'm wondering about several things I'm used to in RStudio and would love to be able to access in Positron:
Beta Was this translation helpful? Give feedback.
All reactions