Skip to content
New issue

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

Tutorials : object 'tutorialLaunchBrowser' not found #6177

Closed
4 tasks done
ColinFay opened this issue Feb 7, 2020 · 3 comments
Closed
4 tasks done

Tutorials : object 'tutorialLaunchBrowser' not found #6177

ColinFay opened this issue Feb 7, 2020 · 3 comments

Comments

@ColinFay
Copy link

@ColinFay ColinFay commented Feb 7, 2020

System details

RStudio Edition : Desktop
RStudio Version : 1.3.776
OS Version      : Mac OS
R Version       : 3.6.0

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:

Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : 
  object 'tutorialLaunchBrowser' not found
Calls: sourceWithProgress -> eval -> eval -> <Anonymous> -> ::: -> get
Execution halted

Screenshot 2020-02-07 at 14 14 35

This doesn't seem to be {learnr} related as I can launch

library(learnr)
run_tutorial("ex-data-basics", "learnr")

with success.

@kevinushey
Copy link
Contributor

@kevinushey kevinushey commented Feb 7, 2020

Do you have the development version of rstudioapi installed?

remotes::install_github("rstudio/rstudioapi")

@kevinushey kevinushey added this to the v1.3 milestone Feb 7, 2020
@ColinFay
Copy link
Author

@ColinFay ColinFay commented Feb 7, 2020

Works with the dev version of {rstudioapi}, thanks

@jmcphers
Copy link
Member

@jmcphers jmcphers commented Feb 12, 2020

RStudioapi 0.11 now on CRAN; this should be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants