CRAN release 2.2-0
-
Added function file.encoding() to examine file encoding. Added functions latin1.to.utf8() and utf8.to.latin1() to convert file encoding.
-
Added function line.endings() to examine line endings.
-
Added arguments 'author', 'year', and 'title' to draft.software(), and improved it so it also handles software other than R packages.
-
Added argument 'clean' to taf.bootstrap().
-
Added argument 'create' to taf.library().
-
Improved process.bib() so it does not require taf.bootstrap() to create 'data' and 'software' directories.
-
Improved taf.skeleton() so every script starts with library(icesTAF) and mkdir() to create a working directory.