* using log directory 'd:/Rcompile/CRANpkg/local/3.4/daff.Rcheck' * using R version 3.4.4 (2018-03-15) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'daff/DESCRIPTION' ... OK * this is package 'daff' version '0.3.4' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'daff' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [5s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [3s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [15s] OK Running 'more_tests.R' [8s] Comparing 'more_tests.Rout' to 'more_tests.Rout.save' ...4,17c4,14 < > # set.seed(42) < > # < > # df.orig <- data.frame(letters=letters, < > # ints=1:26, < > # doubles=(1:26)+0.5, < > # factors=factor(LETTERS), < > # LETTERS=LETTERS, < > # lL=paste (letters, LETTERS), < > # stringsAsFactors = FALSE, < > # unchanged=paste0(letters, LETTERS) < > # ) < > # saveRDS(df.orig, file="tests/more_tests.Rds") < > # print(getwd()) < > df.orig <- readRDS("more_tests.Rds") --- > > set.seed(42) > > > > df.orig <- data.frame(letters=letters, > + ints=1:26, > + doubles=(1:26)+0.5, > + factors=factor(LETTERS), > + LETTERS=LETTERS, > + lL=paste (letters, LETTERS), > + stringsAsFactors = FALSE, > + unchanged=paste0(letters, LETTERS) > + ) 88,92c85,89 < 3:1 c 3 ... < 25:2 : y 25 ... < 15:3 : o 15 ... < 6:4 f 6 ... < 14:5 : n 14 ... --- > 24:1 : x 24 ... > 26:2 : z 26 ... > 7:3 g 7 ... > 20:4 : t 20 ... > 15:5 o 15 ... 94,99c91,96 < 4:21 : d 4 ... < 12:22 : l 12 ... < 21:23 : u 21 ... < 18:24 : r 18 ... < 8:25 h 8 ... < ... ... ... ... --- > 17:21 q 17 ... > 1:22 : a 1 ... > 25:23 y 25 ... > 19:24 : s 19 ... > 5:25 : e 5 ... > 9:26 : i 9 ... 106c103,107 < D:A F:B G:C E:D A:E B:F C:G --- > First 6 and last 6 patch lines: > C:A F:B G:C D:D E:E B:F A:G > ! : : : : > @@ doubles lL unchanged factors LETTERS ints letters > ... ... ... ... ... ... ... ... ... 108c109 < @@ factors lL unchanged LETTERS letters ints doubles --- > @@ doubles lL unchanged factors LETTERS ints letters 115a117 > First 6 and last 6 patch lines: 119a122,125 > ... ... ... ... ... ... ... ... > ... ... ... ... ... ... ... ... > z 26 26.5 Z Z z Z zZ > +++ n 75 14.5 N N n N nN 125a132 > First 6 and last 6 patch lines: 131a139,144 > ... ... ... ... ... ... ... ... > ... ... ... ... ... ... ... ... > t 20 20.5 T T t T ... > --- u 21 21.5 U U u U ... > v 22 22.5 V V v V ... > ... ... ... ... ... ... ... ... 158a172 > First 6 and last 6 patch lines: 160a175,176 > ... ... ... ... ... ... > @@ letters ints doubles factors ... 389,401c405,417 < -> a 1->5 1.5 A A a A aA->zZ < -> b 2->16 2.5 B B b B bB->yY < -> c->NULL 3->17 3.5 C C c C cC->xX < -> d-> 4->18 4.5 D D d D dD->wW < -> e->E 5->17 5.5 E E e E eE->vV < -> f->fg 6->5 6.5 F F f F fF->uU < ... ... ... ... ... ... ... ... < -> u 21->15 21.5 U-> U u U-> u U uU->fF < -> v 22->14 22.5 V V v V-> v V vV->eE < -> w 23->4 23.5 W W w W-> w W wW->dD < -> x 24->26 24.5 X X x X-> x X xX->cC < -> y 25->6 25.5 Y Y y Y-> y Y yY->bB < -> z 26->2 26.5 Z Z z Z-> z Z zZ->aA --- > -> a 1->18 1.5 A A a A aA->zZ > -> b 2->1 2.5 B B b B bB->yY > -> c->NULL 3->22 3.5 C C c C cC->xX > -> d-> 4->1 4.5 D D d D dD->wW > -> e->E 5->6 5.5 E E e E eE->vV > -> f->fg 6->24 6.5 F F f F fF->uU > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU->fF > -> v 22->2 22.5 V V v V-> v V vV->eE > -> w 23->20 23.5 W W w W-> w W wW->dD > -> x 24->18 24.5 X X x X-> x X xX->cC > -> y 25->5 25.5 Y Y y Y-> y Y yY->bB > -> z 26->7 26.5 Z Z z Z-> z Z zZ->aA 407,419c423,435 < -> a 1->5 1.5 A A a A aA->zZ < -> b 2->16 2.5 B B b B bB->yY < -> c->NULL 3->17 3.5 C C c C cC->xX < -> d-> 4->18 4.5 D D d D dD->wW < -> e->E 5->17 5.5 E E e E eE->vV < -> f->fg 6->5 6.5 F F f F fF->uU < ... ... ... ... ... ... ... ... < -> u 21->15 21.5 U-> U u U-> u U uU->fF < -> v 22->14 22.5 V V v V-> v V vV->eE < -> w 23->4 23.5 W W w W-> w W wW->dD < -> x 24->26 24.5 X X x X-> x X xX->cC < -> y 25->6 25.5 Y Y y Y-> y Y yY->bB < -> z 26->2 26.5 Z Z z Z-> z Z zZ->aA --- > -> a 1->18 1.5 A A a A aA->zZ > -> b 2->1 2.5 B B b B bB->yY > -> c->NULL 3->22 3.5 C C c C cC->xX > -> d-> 4->1 4.5 D D d D dD->wW > -> e->E 5->6 5.5 E E e E eE->vV > -> f->fg 6->24 6.5 F F f F fF->uU > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU->fF > -> v 22->2 22.5 V V v V-> v V vV->eE > -> w 23->20 23.5 W W w W-> w W wW->dD > -> x 24->18 24.5 X X x X-> x X xX->cC > -> y 25->5 25.5 Y Y y Y-> y Y yY->bB > -> z 26->7 26.5 Z Z z Z-> z Z zZ->aA 425,437c441,453 < -> a 1->5 1.5 A A a A aA->zZ < -> b 2->16 2.5 B B b B bB->yY < -> c->NULL 3->17 3.5 C C c C cC->xX < -> d-> 4->18 4.5 D D d D dD->wW < -> e->E 5->17 5.5 E E e E eE->vV < -> f->fg 6->5 6.5 F F f F fF->uU < ... ... ... ... ... ... ... ... < -> u 21->15 21.5 U-> U u U-> u U uU->fF < -> v 22->14 22.5 V V v V-> v V vV->eE < -> w 23->4 23.5 W W w W-> w W wW->dD < -> x 24->26 24.5 X X x X-> x X xX->cC < -> y 25->6 25.5 Y Y y Y-> y Y yY->bB < -> z 26->2 26.5 Z Z z Z-> z Z zZ->aA --- > -> a 1->18 1.5 A A a A aA->zZ > -> b 2->1 2.5 B B b B bB->yY > -> c->NULL 3->22 3.5 C C c C cC->xX > -> d-> 4->1 4.5 D D d D dD->wW > -> e->E 5->6 5.5 E E e E eE->vV > -> f->fg 6->24 6.5 F F f F fF->uU > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU->fF > -> v 22->2 22.5 V V v V-> v V vV->eE > -> w 23->20 23.5 W W w W-> w W wW->dD > -> x 24->18 24.5 X X x X-> x X xX->cC > -> y 25->5 25.5 Y Y y Y-> y Y yY->bB > -> z 26->7 26.5 Z Z z Z-> z Z zZ->aA 668a685 > First 6 and last 6 patch lines: 675a693,697 > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU > -> v 22 22.5 V V v V-> v V vV > -> w 23 23.5 W W w W-> w W wW > -> x 24 24.5 X X x X-> x X xX 680a703 > First 6 and last 6 patch lines: 687a711,715 > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU > -> v 22 22.5 V V v V-> v V vV > -> w 23 23.5 W W w W-> w W wW > -> x 24 24.5 X X x X-> x X xX 692a721 > First 6 and last 6 patch lines: 699a729,733 > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU > -> v 22 22.5 V V v V-> v V vV > -> w 23 23.5 W W w W-> w W wW > -> x 24 24.5 X X x X-> x X xX 704a739 > First 6 and last 6 patch lines: 711a747,751 > ... ... ... ... ... ... ... ... > -> u 21 21.5 U-> U u U-> u U uU > -> v 22 22.5 V V v V-> v V vV > -> w 23 23.5 W W w W-> w W wW > -> x 24 24.5 X X x X-> x X xX 759a800 > First 6 and last 6 patch lines: 766a808,812 > ... ... ... ... ... ... ... ... > -> c->NULL 3 3.5 C C c C cC > -> d-> 4 4.5 D D d D dD > -> e->E 5 5.5 E E e E eE > -> f->fg 6 6.5 F F f F fF 771a818 > First 6 and last 6 patch lines: 778a826,830 > ... ... ... ... ... > -> c->NULL 3 3.5 ... > -> d-> 4 4.5 ... > -> e->E 5 5.5 ... > -> f->fg 6 6.5 ... 799a852 > First 6 and last 6 patch lines: 806a860,862 > ... ... > +++ factor > +++ character Running 'testthat.R' [6s] * checking PDF version of manual ... OK * DONE Status: OK