Hello. Thank you for your willingness to help.
I realized what I was doing wrong.
Or at least I realized how to fix it.
I created a new project with a new github repository. I was not using this command before
usethis::use_tutorial("lesson1", "Your First Lesson", open = interactive())
because I had already built the tutorial and already had the inst folder. But perhaps I should have run it again.
Anyway with the new project, I ran the use_tutorial() function and it seems to be working because when I run
Install and restart, I get this:
==> Rcmd.exe INSTALL --no-multiarch --with-keep.source TidyverseTutorials
- installing to library 'C:/Users/willi/Documents/R/win-library/4.1'
- installing source package 'TidyverseTutorials' ...
** using staged installation
No man pages found in package 'TidyverseTutorials'
** inst
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
- DONE (TidyverseTutorials)
And it appears in my list of tutorials in the tutorial pane of RStudio.
Thanks again.
By the way, if you want to try it out, it is available from this:
devtools::install_github("DataScienceProjectsJapan/TidyverseTutorials")
learnr::run_tutorial("learnrexs", "TidyverseTutorials")