-
Notifications
You must be signed in to change notification settings - Fork 2
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
feedback on exercices - Malika #4
Comments
overall I was quite lost with the exercises, having read all the theory carefully yesterday (but admitedly being just out of a 5h meeting...) - I think there needs to be solutions, screenshots, videos, either as a section under the instructions, as a new page, or embeded at each step of the way. Note that usually our self paced tutorials completely embed theory in the exercices (i.e. hands on focused, with the minimal theory needed to complete the exercises) - I enjoyed reading the theory, but I wonder if students will take the time to read it carefully. Either way, having read it, I'm still completely lost with the exercies and left on my own. I can't imagine students being better of? More and more often (attention deficiency in newer generations?), even when the explanation is intertwined with the commands to type, they skip straight to the commands to type, and then ask questions whose answers are written in front of them... could there be a solution button for each steps that opens a call out box or something and contains what to notice, how to compelte the step, a video ect? |
I'm confused on what is happening here. The earlier instructions on the page indicate that people should fork + clone the exercises repo which does not already have an Indicating that people should not init with git, however, is good to note. |
I've rewritten the instructions for all exercises except the embed and use (which are not currently incorporated into the intro to renv tutorial anyway). The updates fix all of the mentioned errors and aim to address all ambiguous points you've raised @MalikaIhle. I still need to do the following:
Point 1 will be addressed today, most likely. Point 2 will be addressed in the next 1-2 days. |
https://lmu-osc.github.io/introduction-to-renv/ex_init_snapshot.html
https://lmu-osc.github.io/introduction-to-renv/ex_2.html
The 'yaml' package is required to parse dependencies within R Markdown files
Consider installing it with
install.packages("yaml")
.What happens? Why did the render fail? -> I'm not sure all know about 'render' ? maybe point them to the quarto workshop? also Rstudio prompts me to install new versions of stuff - should I agree? I did, but then it failed: "Execution halted Unable to locate an installed version of R. Install R from https://cloud.r-project.org/"
==================================
ERROR: this R is version 4.3.2, package 'Matrix' requires R >= 4.4.0
install of package 'Matrix' failed [error code 1]
https://lmu-osc.github.io/introduction-to-renv/ex_3.html
Error in map_data("world") :
The package "maps" is required for
map_data()
.Calls: .main ... eval_with_user_handlers -> eval -> eval -> map_data -> check_installed
Execution halted
No documentation for ‘map_data’ in specified packages and libraries:
you could try ‘??map_data’
I can't continue the exercise at this stage. I think it needs a lot more hand holding, what are we atrying to look at and notice?
(Feedback on the embed and use exercises was moved to issue #7)
The text was updated successfully, but these errors were encountered: