~enricoschumann/esutils

An R package, comprising various tools.

6639c59 clean_ltx | Add "fls" to extensions

a month ago

11434cd Merge

10 months ago

#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.