Note on deploying with Netlify

This is a post for anyone coming back to update their website after some time and encountering issues. In a previous post I describe how I created the site using blogdown. One issue I encountered when updating my website then using blogdown::serve_site() to view it, was the that the blog posts no longer appeared on the main page. After some searching the solution was to simply update Hugo using blogdown::install_hugo(). Then to adjust the Hugo versions listed in the config. [Read More]

Creating R packages, R markdown and blogdown

As this my very first blog post for this site (created using blogdown) I decided to write some comments/general points on my experience moving from a being a general R user making use of functions to writing R packages, using GitHub, and making use of markdown and blogdown. Packages Throughout my PhD I had to create networks from international trade data. This involved cleaning the data, removing unnecessary actors (such as territories like “Other Asia not elsewhere classified”), applying a threshold, so the network only contained ties that were some percentage of world trade and finally convert this into a network file. [Read More]