Tutorial pane not showing up in RStudio

I followed the steps in How to deliver learnr tutorials in a package. I created and installed a learnr tutorial. After that I should get a Tutorial pane in my RStudio IDE, but it isn't there.
I also installed the learntidymodels tutorial, but this also doesn't make the Tutorial pane appear.
In both cases I can run the tutorial without problems using learnr::run_tutorial. But my question remains: Why can't I see the Tutorial pane?

Some information about my R environment:

R.Version()
$platform
[1] "x86_64-w64-mingw32"

$arch
[1] "x86_64"

$os
[1] "mingw32"

$system
[1] "x86_64, mingw32"

$status
[1] ""

$major
[1] "4"

$minor
[1] "0.2"

$year
[1] "2020"

$month
[1] "06"

$day
[1] "22"

$svn rev
[1] "78730"

$language
[1] "R"

$version.string
[1] "R version 4.0.2 (2020-06-22)"

$nickname
[1] "Taking Off Again"

Problem solved by installing the latest version of RStudio.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.