You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The conversion from lesson to rmd does not create the appropriate library() commands. I guess one could say to just use name spacing but although I do teach that as part of my course, it isn't in the earlier lessons and it would just be cleaner to handle it.
The text was updated successfully, but these errors were encountered:
Hi @seankross I was thinking it would be possible to use the function from swirl but I think that's actually too complicated ... it is probably reasonable to assume that if you are using lesson_to_html() that the packages are installed. In which case you could just use library() pretty easily.
The conversion from lesson to rmd does not create the appropriate library() commands. I guess one could say to just use name spacing but although I do teach that as part of my course, it isn't in the earlier lessons and it would just be cleaner to handle it.
The text was updated successfully, but these errors were encountered: