Skip to content

Releases: Alipsa/renjin-test-maven-plugin

Ver 1.3.6

29 Oct 18:46
Compare
Choose a tag to compare
  • Add option for filter copy (replace strings in the R code) for tests. This is useful if you created a plugin where the same code should work in both GNU R and Renjin but you want to publish the renjin version with a group name you own instead of org.renjin.cran and hence you need to change the call to library name in your tests to include the group name.

Ver 1.3.5

15 Oct 18:09
Compare
Choose a tag to compare

Minor updates:

  • upgrade junit, commons-io, commons-lang3 and maven plugins
  • add auto codescan

Ver 1.3.4

04 Aug 19:43
Compare
Choose a tag to compare
  • copy full content of testResourceDirectory

Ver 1.3.3

30 Jul 16:19
Compare
Choose a tag to compare

Minor fix: honor the -DskipTest as well as true property.

Ver 1.3.2

29 Jul 16:07
Compare
Choose a tag to compare

fix bug where R files in test/resources was deleted from test-classes output dir. Bump up ioutils version.

Version 1.3.1

22 Apr 21:04
Compare
Choose a tag to compare

Fix bug in the cleanup that was deleting everything which prevents java tests from working. Now only removes R and S files.

Version 1.3

21 Apr 20:31
Compare
Choose a tag to compare

Added basic support for testthat.
Renamed artifact to reflect change of purpose.
Enhanced docs.

v1.1

07 Feb 15:41
Compare
Choose a tag to compare

Minor fixes such as removing some printlines and adding total time to console output.

1.0-final

31 Jan 07:35
Compare
Choose a tag to compare

I have happily used this plugin for a couple of weeks now so will release this as 1.0. Additions compared to the beta includes several minor bug fixes and support for generating test reports.

1.0 beta

06 Jan 18:37
Compare
Choose a tag to compare
1.0 beta Pre-release
Pre-release

Working version providing console output.