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
Hey Megsie. Thanks for this. I was able to merge your PR after resolving a strange conflict in a file you wouldn't have touched 🤷🏼.
Re: this commit, I saved the images from your branch, committed them, and rebuilt the site. Everything seems to display just fine now when viewing your slides from the course website.
Also, two notes regarding ~/website/lectures/week_09/lec_25_intro_shiny_1.Rmd:
I changed the course number from 497 to 549, which meant I had to re-knit your .Rmd.
In the process of addressing (1), I had to install the {emo} package, but apparently it no longer installs on recent versions of R. Thus, I switched all of the emo::ji() calls over emoji::emoji().
The text was updated successfully, but these errors were encountered:
Thanks Mark! Yes, sorry about the emo package. I had that same issue and found I had to install from Hadley's GitHub using devtools: devtools::install_github("hadley/emo")
Strangely, now that the images I added are working, the gifs and images I linked aren't hot-linking! That shows me for not making permanent images, but the URLs still work on their own so they should be working online. Hmmm.... I'll see if I can download them or something and re-upload. Sorry it's weird. I'll try to add much more leeway for Wednesday's lecture.
Just to be clear, I have a working slide deck on my own machine, it's just that all my fun Spirited Away gifs don't render in the version that's on the website. It won't affect the content, just the aesthetic experience of some of the folks following along with that specific set!
Hey Megsie. Thanks for this. I was able to merge your PR after resolving a strange conflict in a file you wouldn't have touched 🤷🏼.
Re: this commit, I saved the images from your branch, committed them, and rebuilt the site. Everything seems to display just fine now when viewing your slides from the course website.
Also, two notes regarding
~/website/lectures/week_09/lec_25_intro_shiny_1.Rmd
:I changed the course number from 497 to 549, which meant I had to re-knit your
.Rmd
.In the process of addressing (1), I had to install the {emo} package, but apparently it no longer installs on recent versions of R. Thus, I switched all of the
emo::ji()
calls overemoji::emoji()
.The text was updated successfully, but these errors were encountered: