Skip to content

Commit d92a72d

Browse files
author
per
committed
add source and javadoc, published as ver 0.2.1
1 parent f54f0b1 commit d92a72d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ it will look like this:
5252
>
5353
```
5454

55+
# using xmlr
56+
xmlr is published both to CRAN for use in GNU R and to Maven Central for use in Renjin.
57+
For cran it is as simple as `install.packages('xmlr')` followed by `library('xmlr')`.
58+
For renjin add the following to your pom.xml:
59+
```xml
60+
<dependency>
61+
<groupId>se.alipsa</groupId>
62+
<artifactId>xmlr</artifactId>
63+
<version>0.2.1</version>
64+
</dependency>
65+
```
66+
...and then `library('se.alipsa:xmlr')`
67+
5568
# Limitations
5669
Processing instructions, custom entity references, and comments are not yet supported.
5770

0 commit comments

Comments
 (0)