Skip to content

Releases: Alipsa/xmlr

Ver 0.2.1

29 Oct 21:46
Compare
Choose a tag to compare

There are no changes to the actual source code in this release but tests have been improved and a Renjin (JVM R) version is now published to maven central.

<dependency>
  <groupId>se.alipsa</groupId>
  <artifactId>xmlr</artifactId>
  <version>0.2.1</version>
</dependency>

Due to publishing rules, when using xmlr in Renjin you load it by library('se.alipsa:xmlr') as opposed to library('xmlr') in GNU R (native R).

Ver 0.1.2

12 May 16:53
Compare
Choose a tag to compare

Minor fixes since initial release including:

  • Removed all print calls and replaced with warning or message when relevant
  • Add Authors@R field instead if Author and Copyright fields as per feed-back.
  • Add Steven Brandt as contributor as his article in Java World formed the basis of the XML parser
  • Add \value tag to utils.Rd
  • Add single quote in Title and Description fields where required in DESCRPTION

This version was accepted by CRAN.

Note about attachements.
The jar file is for Renjin R and the tar.gz is for GNU-R

Initial release

14 Apr 19:53
Compare
Choose a tag to compare

Submitted to CRAN. See README.md and vignette for detailed information.