~enricoschumann/esutils

An R package, comprising various tools

clone

read-only
https://git.sr.ht/~enricoschumann/esutils
read/write
git@git.sr.ht:~enricoschumann/esutils

You can also use your local clone with git send-email.

#esutils

Various R tools, for instance for finding git repositories and doing backups. Most functions in esutils are at some point moved to more-appropriate specialized packages.

[More]

#Installing the package

The latest released version is available from http://enricoschumann.net. In an R session, just type:

install.packages('esutils',
                 repos = c('http://enricoschumann.net/R', getOption('repos')))

#System dependencies

Function 'ss2csv' uses 'ssconvert', which is part of Gnumeric.

Function 'pdf2txt' uses 'pdftotext', which is part of Xpdf.