[Distr-commits] r1351 - in branches/distr-2.9/pkg/distrMod: inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 11 10:01:01 CET 2019


Author: ruckdeschel
Date: 2019-12-11 10:01:00 +0100 (Wed, 11 Dec 2019)
New Revision: 1351

Modified:
   branches/distr-2.9/pkg/distrMod/inst/NEWS
   branches/distr-2.9/pkg/distrMod/man/isKerAinKerB.Rd
Log:
+distrMod {devel-branch} : inserted another ## IGNORE_RDIFF_BEGIN comment to prevent NOTES when comparing R.out.save to 
  R.out on varying architectures, e.g. Rblas/ATLAS in isKerAinKerB


Modified: branches/distr-2.9/pkg/distrMod/inst/NEWS
===================================================================
--- branches/distr-2.9/pkg/distrMod/inst/NEWS	2019-09-22 23:08:40 UTC (rev 1350)
+++ branches/distr-2.9/pkg/distrMod/inst/NEWS	2019-12-11 09:01:00 UTC (rev 1351)
@@ -10,6 +10,9 @@
 ##############
 v 2.9.0
 ##############
+under the hood:
++ inserted another ## IGNORE_RDIFF_BEGIN comment to prevent NOTES when comparing R.out.save to 
+  R.out on varying architectures, e.g. Rblas/ATLAS in isKerAinKerB
 
 ##############
 v 2.8.2

Modified: branches/distr-2.9/pkg/distrMod/man/isKerAinKerB.Rd
===================================================================
--- branches/distr-2.9/pkg/distrMod/man/isKerAinKerB.Rd	2019-09-22 23:08:40 UTC (rev 1350)
+++ branches/distr-2.9/pkg/distrMod/man/isKerAinKerB.Rd	2019-12-11 09:01:00 UTC (rev 1351)
@@ -27,8 +27,11 @@
 \examples{
 ma <- cbind(1,1,c(1,1,7))
 D <- t(ma \%*\% c(0,1,-1))
+## IGNORE_RDIFF_BEGIN
+## note that results may vary according to BLAS
 isKerAinKerB(D,ma)
 isKerAinKerB(ma,D)
+## IGNORE_RDIFF_END
 }
 \keyword{algebra}
 \keyword{array}



More information about the Distr-commits mailing list