Next | Query returned 47 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2019-10-15 20:44:21 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/R2pkg: remove unused code
   2019-10-13 21:34:13 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/R2pkg: shorten code in read.Makefile.as.dataframe
   2019-10-13 21:13:47 by Roland Illig | Files touched by this commit (2)
Log message:
pkgtools/R2pkg: add more unit tests
   2019-10-13 20:13:04 by Roland Illig | Files touched by this commit (3)
Log message:
pkgtools/R2pkg: add unit tests
   2019-10-13 19:23:29 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/R2pkg: code cleanup
   2019-10-13 19:20:00 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/R2pkg: replace integer indices with named attributes
   2019-10-13 17:35:48 by Roland Illig | Files touched by this commit (2)
Log message:
pkgtools/R2pkg: make R2pkg.R testable

Placing the code into a main function allows the tests to source the file
without any side effects.

The LC_ALL=C environment variable is necessary on NetBSD/x86_64 8.0 in
the en_US.UTF-8 locale since otherwise R dumps core in the source(...)
call, deep inside towctrans.
   2019-10-13 15:28:45 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/R2pkg: fix typo
   2019-10-13 15:26:23 by Roland Illig | Files touched by this commit (5)
Log message:
pkgtools/R2pkg: separate R code from shell code

Before, it was difficult to edit the R code since all dollars,
backslashes and backticks had to be escaped. Separating the code also
makes the R part testable on its own.
   2019-10-13 11:43:26 by Roland Illig | Files touched by this commit (3) | Package updated
Log message:
pkgtools/R2pkg: update to 0.6.1

Changes since 0.6:

* Run properly even if TMPDIR is not set.

* Quote variables to prevent unintended interpolation.

* Write error messages to stderr instead of stdout.

Next | Query returned 47 messages, browsing 31 to 40 | Previous