We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54f0b1 commit d92a72dCopy full SHA for d92a72d
README.md
@@ -52,6 +52,19 @@ it will look like this:
52
>
53
```
54
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
+
68
# Limitations
69
Processing instructions, custom entity references, and comments are not yet supported.
70
0 commit comments