Tag: software
-
Static WordPress: Faster and More Secure?
WordPress is one of the world’s most popular content management systems and there are many reasons for this: it’s free, there are tonnes of plugins and themes (many also free), you can manage it online with minimal programming experience, etc. etc. etc. Hence, WordPress rules. But there are downsides to WordPress, which are basically this:…
-
Installing Lime Survey on an Ubuntu 20.04 VPS
This tutorial mainly includes links to other good tutorials and takes you through the entire process from first accessing your virtual private server (VPS) with an Ubuntu 20.04 operating system to having a fully operational installation of Lime Survey. It should serve you well in any Ubuntu-situation and is based on the tutorials I used,…
-
limer code examples
limer is an R package that enable R users to connect directly to a Lime Survey installation via its API (for details, see earlier post), essentially giving you remote control and a possibility of automating certain procedures. Because the documentation of limer and the Lime Survey API is a bit minimal and therefore quite confusing…
-
Lime Survey and R: limer
Lime Survey is (probably) the world’s most popular open source survey package and R is the world’s most popular open source statistical and data analysis software (probably). So it seems only natural that there should be a bridge between the two: where the limitations of Lime Survey begin, R can take over and vice-versa. Thankfully…