Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RStudio Edition : Desktop RStudio Version : 1.3.776 OS Version : Mac OS R Version : 3.6.0
Launching learnr tutorials fails
I've installed {learnr}, version 0.10.0 on my machine but when I tried to launch any of them, I have the following error:
{learnr}
Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : object 'tutorialLaunchBrowser' not found Calls: sourceWithProgress -> eval -> eval -> <Anonymous> -> ::: -> get Execution halted
This doesn't seem to be {learnr} related as I can launch
library(learnr) run_tutorial("ex-data-basics", "learnr")
with success.
The text was updated successfully, but these errors were encountered:
Do you have the development version of rstudioapi installed?
rstudioapi
remotes::install_github("rstudio/rstudioapi")
Sorry, something went wrong.
Works with the dev version of {rstudioapi}, thanks ✅
{rstudioapi}
RStudioapi 0.11 now on CRAN; this should be resolved.
No branches or pull requests
System details
Steps to reproduce the problem
Launching learnr tutorials fails
Describe the problem in detail
I've installed
{learnr}, version 0.10.0 on my machine but when I tried to launch any of them, I have the following error:This doesn't seem to be
{learnr}related as I can launchwith success.
The text was updated successfully, but these errors were encountered: