If at first you don’t succeed…

[This article was first published on R on R-house, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

After having some time to ponder the issues I was having in my last post, I’m pleased to say that all three are resolved, or at least partially to my immediate satisfaction.

First off, I managed to get Netlify to automatically build my website for me, thanks to the helpful advice of their online support team. It turns out I was making a very silly error of trying to run a build command including the version, e.g. hugo_0.31 AND creating a HUGO_VERSION environment variable. Turns out I just needed a simple hugo command when using the environment variable, and everything worked out fine. As an added bonus, I spontaneously decided to change my blog’s theme, despite the high risk of it all going horribly wrong, and it worked like a charm. I had a few issues with old urls not working, but that was easily resolved. I really like it.

My attempts to use the Flickr API from R have also moved on somewhat. I’ve discovered that my code to access photosets actually works, but only for photosets that are public. Since all mine are private it was just giving me an empty list. To access my photosets I’ll need to provide authentication to the API, and I’ve stumbled upon a GitHub repo which looks to contain code that I can use using the httr package.

Lastly, I discovered a great ebook Happy Git and GitHub for the useR by Jenny Bryan which has highlighted to me where I was going wrong with linking RStudio, Git, and GitHub and has a lot of good explanation. It now doesn’t seem so daunting, notwithstanding the warning that Git will crush you again with merge conflicts!

To leave a comment for the author, please follow the link and comment on their blog: R on R-house.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)