A Simple Router for HTTP and WebSocket Requests (routr)
In order to make sure that web request ends up in the correct handler function a router is often used. ‘routr’ is a package implementing a simple but powerful routing functionality for R based servers. It is a fully functional ‘fiery’ plugin, but can also be used with other ‘httpuv’ based servers.

Correlation Coefficients for Information Retrieval (ircor)
Provides implementation of various correlation coefficients of common use in Information Retrieval. In particular, it includes Kendall (1970, isbn:0852641990) tau coefficient as well as tau_a and tau_b for the treatment of ties. It also includes Yilmaz et al. (2008) <doi:10.1145/1390334.1390435> tauAP correlation coefficient, and versions tauAP_a and tauAP_b developed by Urbano and Marrero (2017) <doi:10.1145/3121050.3121106> to cope with ties.

Multisection Composite Distributions (CompDist)
Computes density function, cumulative distribution function, quantile function and random numbers for a multisection composite distribution specified by the user. Also fits the user specified distribution to a given data set. More details of the package can be found in the following paper submitted to the R journal Wiegand M and Nadarajah S (2017) CompDist: Multisection composite distributions.