Thomas J. Leeper
Thomas J. Leeper
Just a note that there appears to be an alternative LimeSurvey package being developed here: https://github.com/kalimu/LimeRick
Looks like AWS finally deprecated all the APIs. Everything will break irreparably. If anyone wants to fix, it’s probably best to start from scratch on top of aws.signature given the...
This package is not being actively maintained. If you're interested in contributing or taking over, please express your interest here.
This may be relevant: http://stackoverflow.com/questions/1535021/whats-the-biggest-r-gotcha-youve-run-across
I just started using this and noticed that tags of the form `\href{URL}{TEXT}` get converted to `\href{URLTEXT}` (brackets dropped). I'm not sure where this is happening in the code, though,...
Can this be updated to accommodate output to [maxygen](https://github.com/gaborcsardi/maxygen), which will hopefully be a core part of roxygen soon (see https://github.com/klutometis/roxygen/issues/365)?
A substantial proportion of questions on StackOverflow are about how to read in data from weird text formats that aren't covered by the usual functionality. Sometimes these are just fixed-width...
One issue I've been wrestling with is how to write effective, comprehensive unit tests (regardless of particular testing framework). This remains a sticking point for convincing people to switch from...
R documentation is pretty good, but package documentation is often really incomplete (to the point of just enough to pass `R CMD check`). Some would argue that roxygen helps here,...
The `show_rounds_country()` function takes a numeric vector of ESS rounds (as integers) and returns participating countries. It's not obvious from [the documentation](https://github.com/cimentadaj/ess/blob/master/R/show_any_rounds.R#L3-L4), however, whether the countries that are returned are...