Last updated on 2014-11-24 23:47:02.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 4.90 | 59.20 | 64.09 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 4.78 | 58.71 | 63.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 76.83 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 73.47 | ERROR | |||
r-devel-osx-x86_64-clang | 0.1-2 | 63.99 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1-2 | 13.00 | 88.00 | 101.00 | ERROR | |
r-patched-linux-x86_64 | 0.1-2 | 5.27 | 62.48 | 67.75 | ERROR | |
r-patched-solaris-sparc | 0.1-2 | 751.80 | ERROR | |||
r-patched-solaris-x86 | 0.1-2 | 154.60 | ERROR | |||
r-release-linux-ix86 | 0.1-2 | 5.83 | 81.32 | 87.15 | OK | |
r-release-linux-x86_64 | 0.1-2 | 5.16 | 62.97 | 68.13 | ERROR | |
r-release-osx-x86_64-mavericks | 0.1-2 | OK | ||||
r-release-osx-x86_64-snowleopard | 0.1-2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1-2 | 15.00 | 91.00 | 106.00 | ERROR | |
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 13.00 | 88.00 | 101.00 | ERROR |
Memtest notes: ASAN
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Mon Nov 24 14:37:02 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.09 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sun Nov 23 22:40:06 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.16 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sun Nov 23 10:07:17 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 0.98 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sun Nov 23 11:11:13 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.08 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sat Nov 22 17:25:55 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 2.16 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-devel-osx-x86_64-clang
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in 'Ecfun-Ex.R' failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sun Nov 23 19:03:51 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.61 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sat Nov 22 06:43:13 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.2 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sat Nov 22 18:10:52 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.38 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-patched-solaris-sparc
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sat Nov 22 17:21:42 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.47 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in ‘Ecfun-Ex.R’ failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Mon Nov 24 06:42:45 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.2 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in 'Ecfun-Ex.R' failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sun Nov 23 03:11:05 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.5 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 0.1-2
Check: examples
Result: ERROR
Running examples in 'Ecfun-Ex.R' failed
The error most likely occurred in:
> ### Name: mergeUShouse.senate
> ### Title: Expand a dataset on some members of the US Congress to the
> ### entire membership
> ### Aliases: mergeUShouse.senate
> ### Keywords: manip
>
> ### ** Examples
>
> tst <- data.frame(Office=factor(rep(c('House', 'Senate'), c(4, 2))),
+ State=factor(c('Missouri', 'Minnesota', 'Tennessee',
+ 'New York', rep('South Carolina', 2))),
+ state=factor(c('MO', 'MN', 'TN', 'NY', 'SC', 'SC')),
+ district=as.character(c(4, 1, 8, 18, 2, 3)),
+ surname=c('Hartzler', 'Walz', 'Fincher', 'Maloney',
+ 'Graham', 'DeMint'),
+ givenName=c('Vicky', 'Timothy J.', 'Stephen Lee',
+ 'Sean Patrick', 'Lindsey', 'Jim'),
+ Party=c('Republican', 'Democrat', 'Republican', 'Democrat',
+ 'Republican', 'Democrat'),
+ CommitteeMember=rep(c(TRUE, FALSE), c(4, 2)),
+ amount=c(5000, 2000, 29500, 1000, 1000, 11500),
+ xvote=c('Y', 'N', 'Y', 'Y', 'notEligible', 'notEligible'),
+ incumbent=NA, stringsAsFactors=FALSE )
> tst2 <- mergeUShouse.senate(tst)
Sun Nov 23 10:32:34 2014: readUShouse(http://house.gov/representatives/)| 245791 bytes read in 1.47 seconds
Error in readUShouse() : 2 tables found with different numbers of rows
Calls: mergeUShouse.senate -> with -> UShouse.senate -> nrow -> readUShouse
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64