ulog - Facititate logging into ulog or syslog daemons from R
RForge.net

ulog

About ulog
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/ulog.git ulog
see also ulog GitHub repository.

To install the latest development snapshot of this package, use

install.packages("ulog",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("ulog",,"http://rforge.net/")

Most recent GIT commits


974815f3| Simon Urbanek | Thu Mar 25 12:20:23 2021 +1300
add check via GitHub Actions
 A       .Rbuildignore
 A       .github/workflows/check.yml

00658bb1| Simon Urbanek | Thu Mar 25 12:08:11 2021 +1300
fix TCP support where sendto() fails with ENOTCONN (closes #3)
 M       DESCRIPTION
 M       src/ulog.c

ca51aea3| Simon Urbanek | Tue Mar 21 16:25:05 2017 -0400
add support for listening on UDP
 M       src/ulogd/ulogd.c

b992068a| Simon Urbanek | Sat Apr 9 00:13:19 2016 -0400
update to ulogd 1.2-0
 M       src/ulogd/ulogd.c

558cb244| Simon Urbanek | Fri Feb 26 16:13:10 2016 -0500
import ulog from Rserve and create a package
 A       DESCRIPTION
 A       NAMESPACE
 A       R/ulog.R
 A       man/ulog.Rd
 A       src/ulog.c
 A       src/ulog.h
 A       src/ulogd/ulogd.c