You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a major rewrite which replaces use of the XML package with xml2 (thus avoiding many memory leaks). This is a large change, so I gave the downstream maintainers plenty of time to respond.
3
+
* Fixes failing url in examples.
4
+
* Also includes two minor bug fixes.
4
5
5
6
## Test environments
6
7
7
-
* local OS X install, R 3.1.2
8
-
* ubuntu 12.04 (on travis-ci), R 3.1.2
8
+
* local OS X install, R 3.2.1
9
+
* ubuntu 12.04 (on travis-ci), R 3.2.2
9
10
* win-builder (devel and release)
10
11
11
12
## R CMD check results
12
-
13
13
There were no ERRORs or WARNINGs.
14
14
15
-
There was 1 NOTE:
16
-
17
-
* I have changed the maintainer address to hadley@rstudio.com. I'll send
18
-
a confirmation from my old address shortly.
15
+
There was one NOTE:
19
16
20
-
*There was a false positive for "found the following (possibly) invalid URLs":
21
-
the vignette includes a javascript bookmarklet which starts with
22
-
`javascript:`.
17
+
*"Found the following (possibly) invalid URLs: URL: javascript:(...)" -
18
+
this is a false positive. It's a valid used to embed a JS bookmarklet in
19
+
a vignette.
23
20
24
21
## Downstream dependencies
25
22
26
-
* I ran R CMD check on all 7 downstream dependencies. (Summary at
23
+
* I ran R CMD check on all 9 downstream dependencies. (Summary at
0 commit comments