Skip to content

Commit 42544d6

Browse files
committed
Prepare for 1.1.0 release
1 parent 1a13387 commit 42544d6

File tree

6 files changed

+91
-75
lines changed

6 files changed

+91
-75
lines changed

DESCRIPTION

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: xml2
2-
Version: 1.0.0.9002
2+
Version: 1.1.0
33
Title: Parse XML
44
Description: Work with XML files using a simple, consistent interface. Built on
55
top of the 'libxml2' C library.
@@ -27,7 +27,6 @@ Suggests:
2727
rmarkdown,
2828
magrittr,
2929
httr
30-
Remotes: RcppCore/Rcpp
3130
SystemRequirements: libxml2: libxml2-dev (deb), libxml2-devel (rpm)
3231
License: GPL (>= 2)
3332
RoxygenNote: 5.0.1.9000

cran-comments.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
## Release summary
22

3-
This release allows for mutating XML nodes.
3+
I (Jim Hester) am taking over maintenance of the xml2 package from Hadley
4+
Wickham.
5+
6+
This contains bug fixes and adds some more functionality for XML node mutation.
47

58
## Test environments
69
* local OS X install, R 3.3.0.
7-
* ubuntu 12.04 (on travis-ci), R 3.3.0.
8-
* win-builder (devel and release)
10+
* Ubuntu 12.04 (on travis-ci), R-oldrel, R-release, R-devel
11+
* Windows Server 2012 R2 (x64), R 3.3.0
12+
* Rhub
13+
* Windows Server 2008 R2 SP1, R-devel, 32/64 bit
14+
* Debian Linux, R-devel, GCC ASAN/UBSAN
15+
* Fedora Linux, R-devel, clang, gfortran
16+
* Ubuntu Linux 16.04 LTS, R-release, GCC
917

1018
## R CMD check results
1119
There were no ERRORs or WARNINGs.
@@ -17,8 +25,6 @@ There was 1 NOTE:
1725
do about this.
1826

1927
## Downstream dependencies
20-
I ran `R CMD check` on all 51 reverse dependencies (https://github.com/hadley/xml2/tree/master/revdep/summary.md).
28+
I ran `R CMD check` on all 86 reverse dependencies (https://github.com/hadley/xml2/tree/master/revdep).
2129

22-
There were 2 Warnings in rversions and docxtractr due to deprecated functions,
23-
these maintainers have been alerted to the changes and will release new
24-
versions of their packages soon.
30+
There were no issues found related to xml2.

revdep/README.md

+44-33
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
|language |(EN) |
1111
|collate |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2016-12-30 |
13+
|date |2017-01-05 |
1414

1515
## Packages
1616

1717
|package |* |version |date |source |
1818
|:---------|:--|:----------|:----------|:--------------------------------|
1919
|BH | |1.62.0-1 |2016-11-19 |cran (@1.62.0-) |
20-
|covr | |2.2.1 |2016-12-30 |Github (jimhester/covr@7e49d3e) |
20+
|covr | |2.2.2 |2017-01-05 |Github (jimhester/covr@43af1f7) |
2121
|curl | |2.3 |2016-11-24 |cran (@2.3) |
2222
|httr | |1.2.1 |2016-07-03 |cran (@1.2.1) |
2323
|knitr | |1.15.1 |2016-11-22 |cran (@1.15.1) |
2424
|magrittr | |1.5 |2014-11-22 |cran (@1.5) |
25-
|Rcpp | |0.12.8.3 |2016-12-30 |Github (RcppCore/Rcpp@2883ef3) |
25+
|Rcpp | |0.12.8.3 |2017-01-05 |Github (RcppCore/Rcpp@a53c4c5) |
2626
|rmarkdown | |1.3 |2016-12-21 |cran (@1.3) |
2727
|testthat | |1.0.2.9000 |2016-12-30 |Github (hadley/testthat@3b2f225) |
28-
|xml2 | |1.0.0.9002 |2016-12-30 |local (jimhester/xml2@NA) |
28+
|xml2 | |1.1.0 |2017-01-05 |local (jimhester/xml2@NA) |
2929

3030
# Check results
31-
84 packages
31+
86 packages
3232

3333
## addinslist (0.2)
3434
Maintainer: Dean Attali <[email protected]>
@@ -118,30 +118,11 @@ Bug reports: http://www.github.com/ropensci/ckanr/issues
118118

119119
0 errors | 0 warnings | 0 notes
120120

121-
## covr (2.2.1)
121+
## covr (2.2.2)
122122
Maintainer: Jim Hester <[email protected]>
123123
Bug reports: https://github.com/jimhester/covr/issues
124124

125-
1 error | 0 warnings | 0 notes
126-
127-
```
128-
checking tests ... ERROR
129-
Running the tests in ‘tests/testthat.R’ failed.
130-
Last 13 lines of output:
131-
1. Failure: it works with coverage objects (@test-cobertura.R#7) ---------------
132-
readLines(tmp)[-2] not equal to readLines("cobertura.xml")[-2].
133-
1/35 mismatches
134-
x[1]: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
135-
y[1]: "<?xml version=\"1.0\"?>"
136-
137-
138-
testthat results ================================================================
139-
OK: 231 SKIPPED: 3 FAILED: 1
140-
1. Failure: it works with coverage objects (@test-cobertura.R#7)
141-
142-
Error: testthat unit tests failed
143-
Execution halted
144-
```
125+
0 errors | 0 warnings | 0 notes
145126

146127
## cycleRtools (1.1.1)
147128
Maintainer: Jordan Mackie <[email protected]>
@@ -187,10 +168,10 @@ Error in re-building vignettes:
187168
...
188169
264 records found. Retrieving batch 1
189170
339 records found. Retrieving batch 1
190-
6929 records found. Retrieving batch 1
171+
6933 records found. Retrieving batch 1
191172
131 records found. Retrieving batch 1
192-
125037 records found. Retrieving batch 1
193-
108948 records found. Retrieving batch 1
173+
125058 records found. Retrieving batch 1
174+
108967 records found. Retrieving batch 1
194175
197 records found. Returning 25
195176
18 records found. Returning 18
196177
Quitting from lines 176-177 (rebi-vignettes.Rmd)
@@ -333,7 +314,7 @@ Bug reports: https://github.com/ropenscilabs/mregions/issues
333314

334315
0 errors | 0 warnings | 0 notes
335316

336-
## natserv (0.1.0)
317+
## natserv (0.1.4)
337318
Maintainer: Scott Chamberlain <[email protected]>
338319
Bug reports: https://github.com/ropensci/natserv/issues
339320

@@ -363,7 +344,7 @@ Bug reports: https://www.github.com/expersso/OECD/issues
363344

364345
0 errors | 0 warnings | 0 notes
365346

366-
## openadds (0.1.0)
347+
## openadds (0.2.0)
367348
Maintainer: Scott Chamberlain <[email protected]>
368349
Bug reports: https://github.com/sckott/openadds/issues
369350

@@ -462,7 +443,7 @@ Bug reports: https://github.com/ropensci/rnoaa/issues
462443

463444
0 errors | 0 warnings | 0 notes
464445

465-
## rNOMADS (2.3.0)
446+
## rNOMADS (2.3.2)
466447
Maintainer: Daniel C. Bowman <[email protected]>
467448

468449
0 errors | 0 warnings | 0 notes
@@ -497,7 +478,7 @@ Bug reports: https://github.com/hadley/rvest/issues
497478

498479
0 errors | 0 warnings | 0 notes
499480

500-
## rvg (0.1.1)
481+
## rvg (0.1.2)
501482
Maintainer: David Gohel <[email protected]>
502483
Bug reports: https://github.com/davidgohel/rvg/issues
503484

@@ -561,6 +542,31 @@ Bug reports: https://github.com/ropensci/taxize/issues
561542

562543
0 errors | 0 warnings | 0 notes
563544

545+
## tidyquant (0.1.0)
546+
Maintainer: Matt Dancho <[email protected]>
547+
Bug reports: https://github.com/mdancho84/tidyquant/issues
548+
549+
1 error | 0 warnings | 0 notes
550+
551+
```
552+
checking tests ... ERROR
553+
Running the tests in ‘tests/testthat.R’ failed.
554+
Last 13 lines of output:
555+
AAPL %>% tq_mutate_(x_fun = "close", mutate_fun = mutate_fun)
556+
}, paste0("fun = ", mutate_fun, " not a valid option.")) at testthat/test_tq_transform.R:118
557+
2: paste0("fun = ", mutate_fun, " not a valid option.") at /private/var/folders/dt/r5s12t392tb5sk181j3gs4zw0000gn/T/RtmphUL6BL/devtools13aac2becf413/hadley-testthat-3b2f225/R/expect-output.R:147
558+
559+
testthat results ================================================================
560+
OK: 125 SKIPPED: 1 FAILED: 4
561+
1. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_mutate.R#115)
562+
2. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_mutate.R#133)
563+
3. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_transform.R#100)
564+
4. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_transform.R#118)
565+
566+
Error: testthat unit tests failed
567+
Execution halted
568+
```
569+
564570
## tidyverse (1.0.0)
565571
Maintainer: Hadley Wickham <[email protected]>
566572
Bug reports: https://github.com/hadley/tidyverse/issues
@@ -595,6 +601,11 @@ Maintainer: Kurt Hornik <[email protected]>
595601

596602
0 errors | 0 warnings | 0 notes
597603

604+
## waterData (1.0.5)
605+
Maintainer: Karen R. Ryberg <[email protected]>
606+
607+
0 errors | 0 warnings | 0 notes
608+
598609
## webchem (0.1.1.1)
599610
Maintainer: Eduard Szöcs <[email protected]>
600611
Bug reports: https://github.com/ropensci/webchem/issues

revdep/check.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
library("devtools")
22

3-
res <- revdep_check_resume()
3+
res <- revdep_check()
44
revdep_check_save_summary()
55
revdep_check_print_problems()

revdep/checks.rds

262 Bytes
Binary file not shown.

revdep/problems.md

+32-32
Original file line numberDiff line numberDiff line change
@@ -10,51 +10,26 @@
1010
|language |(EN) |
1111
|collate |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2016-12-30 |
13+
|date |2017-01-05 |
1414

1515
## Packages
1616

1717
|package |* |version |date |source |
1818
|:---------|:--|:----------|:----------|:--------------------------------|
1919
|BH | |1.62.0-1 |2016-11-19 |cran (@1.62.0-) |
20-
|covr | |2.2.1 |2016-12-30 |Github (jimhester/covr@7e49d3e) |
20+
|covr | |2.2.2 |2017-01-05 |Github (jimhester/covr@43af1f7) |
2121
|curl | |2.3 |2016-11-24 |cran (@2.3) |
2222
|httr | |1.2.1 |2016-07-03 |cran (@1.2.1) |
2323
|knitr | |1.15.1 |2016-11-22 |cran (@1.15.1) |
2424
|magrittr | |1.5 |2014-11-22 |cran (@1.5) |
25-
|Rcpp | |0.12.8.3 |2016-12-30 |Github (RcppCore/Rcpp@2883ef3) |
25+
|Rcpp | |0.12.8.3 |2017-01-05 |Github (RcppCore/Rcpp@a53c4c5) |
2626
|rmarkdown | |1.3 |2016-12-21 |cran (@1.3) |
2727
|testthat | |1.0.2.9000 |2016-12-30 |Github (hadley/testthat@3b2f225) |
28-
|xml2 | |1.0.0.9002 |2016-12-30 |local (jimhester/xml2@NA) |
28+
|xml2 | |1.1.0 |2017-01-05 |local (jimhester/xml2@NA) |
2929

3030
# Check results
3131
4 packages with problems
3232

33-
## covr (2.2.1)
34-
Maintainer: Jim Hester <[email protected]>
35-
Bug reports: https://github.com/jimhester/covr/issues
36-
37-
1 error | 0 warnings | 0 notes
38-
39-
```
40-
checking tests ... ERROR
41-
Running the tests in ‘tests/testthat.R’ failed.
42-
Last 13 lines of output:
43-
1. Failure: it works with coverage objects (@test-cobertura.R#7) ---------------
44-
readLines(tmp)[-2] not equal to readLines("cobertura.xml")[-2].
45-
1/35 mismatches
46-
x[1]: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
47-
y[1]: "<?xml version=\"1.0\"?>"
48-
49-
50-
testthat results ================================================================
51-
OK: 231 SKIPPED: 3 FAILED: 1
52-
1. Failure: it works with coverage objects (@test-cobertura.R#7)
53-
54-
Error: testthat unit tests failed
55-
Execution halted
56-
```
57-
5833
## europepmc (0.1.0)
5934
Maintainer: Najko Jahn <[email protected]>
6035
Bug reports: http://github.com/ropensci/europepmc/issues
@@ -67,10 +42,10 @@ Error in re-building vignettes:
6742
...
6843
264 records found. Retrieving batch 1
6944
339 records found. Retrieving batch 1
70-
6929 records found. Retrieving batch 1
45+
6933 records found. Retrieving batch 1
7146
131 records found. Retrieving batch 1
72-
125037 records found. Retrieving batch 1
73-
108948 records found. Retrieving batch 1
47+
125058 records found. Retrieving batch 1
48+
108967 records found. Retrieving batch 1
7449
197 records found. Returning 25
7550
18 records found. Returning 18
7651
Quitting from lines 176-177 (rebi-vignettes.Rmd)
@@ -126,3 +101,28 @@ Found the following significant warnings:
126101
See ‘/Users/jhester/Dropbox/projects/xml2/revdep/checks/htmltidy.Rcheck/00install.out’ for details.
127102
```
128103

104+
## tidyquant (0.1.0)
105+
Maintainer: Matt Dancho <[email protected]>
106+
Bug reports: https://github.com/mdancho84/tidyquant/issues
107+
108+
1 error | 0 warnings | 0 notes
109+
110+
```
111+
checking tests ... ERROR
112+
Running the tests in ‘tests/testthat.R’ failed.
113+
Last 13 lines of output:
114+
AAPL %>% tq_mutate_(x_fun = "close", mutate_fun = mutate_fun)
115+
}, paste0("fun = ", mutate_fun, " not a valid option.")) at testthat/test_tq_transform.R:118
116+
2: paste0("fun = ", mutate_fun, " not a valid option.") at /private/var/folders/dt/r5s12t392tb5sk181j3gs4zw0000gn/T/RtmphUL6BL/devtools13aac2becf413/hadley-testthat-3b2f225/R/expect-output.R:147
117+
118+
testthat results ================================================================
119+
OK: 125 SKIPPED: 1 FAILED: 4
120+
1. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_mutate.R#115)
121+
2. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_mutate.R#133)
122+
3. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_transform.R#100)
123+
4. Error: Test error on invalid x_fun, .x and .y inputs. (@test_tq_transform.R#118)
124+
125+
Error: testthat unit tests failed
126+
Execution halted
127+
```
128+

0 commit comments

Comments
 (0)