Welcom at réseau Sentinelles website, research team from the Pierre Louis Institute of Epidemiology and Public Health UMR S 1136 INSERM/UPMC
Others projects
rserve-php : Rserve php client library
Rserve is an extension library for the R statistical software. It provides a TCP/IP protocol allowing R to be a standalone server and to communicate with any other software. rserve-php is a php5 library implementing the Rserver binary protocol. Using this library you can build a php based website with great statistical features thanks to the awesome R software.BiostaGV website (in french) is built with it. rserve-php code is available at https://github.com/cturbelin/rserve-php
redisProgress : follow distributed taks
RedisProgress is an R package to follow progress of a set of distributed tasks (for example on a computing cluster).
Several tasks can be grouped in a task queue and followed together. Redis is used as a central point to collect progress information from each task.