Skip to content
Prev 13320 / 63424 Next

Check failed after compilation (PR#7159)

Full_Name: Madeleine Yeh
Version: 1.9.1
OS: AIX 5.2
Submission from: (NULL) (151.121.225.1)


  After compiling R-1.9.1 on AIX 5.2 using the IBM cc compiler, I ran the
checks.  One of them failed.  Here is the output from running the check solo.

root@svweb:/fsapps/test/build/R/1.9.1/R-1.9.1/tests/Examples:
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.1  (2004-06-21), ISBN 3-900051-00-3

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
+ {
+     pp <- par(c("mfg","mfcol","oma","mar"))
+     if(all(pp$mfg[1:2] == c(1, pp$mfcol[2]))) {
+       outer <- (oma4 <- pp$oma[4]) > 0; mar4 <- pp$mar[4]
+       mtext(paste("help(", ..nameEx, ")"), side = 4,
+             line = if(outer)max(1, oma4 - 1) else min(1, mar4 - 1),
+             outer = outer, adj = 1, cex = .8, col = "orchid", las=3)
+     }
+ }
+ {
+     pushViewport(viewport(width=unit(1, "npc") - unit(1, "lines"),
+                         x=0, just="left"))
+     grid.text(paste("help(", ..nameEx, ")"), 
+             x=unit(1, "npc") + unit(0.5, "lines"),
+             y=unit(0.8, "npc"), rot=90, 
+             gp=gpar(col="orchid"))
+ }
+        function(env = .GlobalEnv) {
+          rm(list = ls(envir = env, all.names = TRUE), envir = env)
+            RNGkind("default", "default")
+          set.seed(1)
+          options(warn = 1)
+          assign("T", delay(stop("T used instead of TRUE")),
+                 pos = .CheckExEnv)
+          assign("F", delay(stop("F used instead of FALSE")),
+                 pos = .CheckExEnv)
+          sch <- search()
+          newitems <- sch[! sch %in% .oldSearch]
+          for(item in rev(newitems))
+                eval(substitute(detach(item), list(item=item)))
+          missitems <- .oldSearch[! .oldSearch %in% sch]
+          if(length(missitems))
+              warning("items ", paste(missitems, collapse=", "),
+                      " have been removed from the search path")
+        },
+        env = .CheckExEnv)
.CheckExEnv)
[1] 326.0716
+                     AIC(logLik(lm1))))
[1] 339.0226
0           1           2           3           4           5 
1.000000000 0.875000000 0.625000000 0.406250000 0.250000000 0.148437500 
          6           7           8           9          10 
0.085937500 0.048828125 0.027343750 0.015136719 0.008300781
[1] 0.875000000 0.625000000 0.406250000 0.250000000 0.148437500 0.085937500
 [7] 0.048828125 0.027343750 0.015136719 0.008300781
[1]  0.8750000 -0.6000000  0.3750000 -0.2727273  0.2142857 -0.1764706
 [7]  0.1500000 -0.1304348  0.1153846 -0.1034483
[1]  8.000000e-01 -2.500000e-01 -6.579099e-17 -3.045879e-19  5.302086e-19
 [6]  2.059071e-17 -6.361500e-33 -1.027984e-17  5.139921e-18  1.606263e-33
[1] 2.00000000 1.75000000 1.25000000 0.81250000 0.50000000 0.29687500
 [7] 0.17187500 0.09765625 0.05468750 0.03027344
[1] 2.00000000 1.75000000 1.25000000 0.81250000 0.50000000 0.29687500
 [7] 0.17187500 0.09765625 0.05468750 0.03027344
+    start = c(A = 20, lrc = log(.35)))
A        lrc 
19.1425768 -0.6328215
Nonlinear regression model
  model:  demand ~ A * (1 - exp(-exp(lrc) * Time)) 
   data:  BOD 
         A        lrc 
19.1425768 -0.6328215 
 residual sum-of-squares:  25.99027
+    start = c(lrc = log(.35)), algorithm = "plinear", trace = TRUE)
32.94622 : -1.049822 22.126001 
25.99248 : -0.6257161 19.1031883 
25.99027 : -0.6327039 19.1419223 
25.99027 : -0.6328192 19.1425644
Formula: demand ~ SSasympOrig(Time, A, lrc)

Parameters:
    Estimate Std. Error t value Pr(>|t|)   
A    19.1426     2.4959   7.670  0.00155 **
lrc  -0.6328     0.3824  -1.655  0.17328   
---
Signif. codes:  0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 

Residual standard error: 2.549 on 4 degrees of freedom

Correlation of Parameter Estimates:
          A
lrc -0.8528
[1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
[1] 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40 0.45 0.50 0.55 0.60 0.65 0.70
[16] 0.75 0.80 0.85 0.90 0.95 1.00
[1] 0.6317984
+       main = "dbinom(*, log=TRUE) is better than  log(dbinom(*))")
[1] 0.15915494 0.31830989 0.15915494 0.06366198 0.03183099 0.01872411
+     type = "b", show = FALSE)
+     data = ChickWeight, subset = Chick == 1)
Formula: weight ~ SSlogis(Time, Asym, xmid, scal)

Parameters:
     Estimate Std. Error t value Pr(>|t|)    
Asym 937.0213   465.8578   2.011  0.07516 .  
xmid  35.2228     8.3119   4.238  0.00218 ** 
scal  11.4052     0.9052  12.599 5.08e-07 ***
---
Signif. codes:  0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 

Residual standard error: 2.919 on 9 degrees of freedom

Correlation of Parameter Estimates:
       Asym   xmid
xmid 0.9991       
scal 0.9745 0.9829
[1] 0.2419707 0.3032653 0.2419707
[1] 0.1987480
[1] 0.19874804 0.13229855 0.08787311 0.05824691 0.03853592
[1] TRUE
[1] TRUE
The decimal point is at the |

  0 | 0000000000000000000000000000000000000013356778899
  1 | 0001333456678888899
  2 | 0011444467
  3 | 00233345888
  4 | 111246
  5 | 
  6 | 
  7 | 178
  8 | 23
+     show = FALSE, type = "b")
+     show = FALSE, type = "b")
+     data = DNase, subset = Run == 1)
+     data = DNase, subset = Run == 1)
Formula: density ~ SSfpl(log(conc), A, B, xmid, scal)

Parameters:
      Estimate Std. Error t value Pr(>|t|)    
A    -0.007897   0.017200  -0.459    0.654    
B     2.377239   0.109516  21.707 5.35e-11 ***
xmid  1.507403   0.102080  14.767 4.65e-09 ***
scal  1.062579   0.056996  18.643 3.16e-10 ***
---
Signif. codes:  0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1 

Residual standard error: 0.01981 on 12 degrees of freedom

Correlation of Parameter Estimates:
           A      B   xmid
B    -0.6375              
xmid -0.5176 0.9811       
scal -0.8030 0.9266 0.8796
Analysis of Variance Table

Model 1: density ~ SSlogis(log(conc), Asym, xmid, scal)
Model 2: density ~ SSfpl(log(conc), A, B, xmid, scal)
  Res.Df Res.Sum Sq Df    Sum Sq F value Pr(>F)
1     13  0.0047896                            
2     12  0.0047073  1 0.0000823  0.2098 0.6551
[1] 0
[1] TRUE
90% 
1.542479e-15
[1] 1 2 3 4
[1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
[1] 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
[1]  0  0  1  2  3  4  5  7 10
0  1  2  3  4  5  6  7  8  9 10 11 
 5  3  3  1  2  2  0  1  0  1  1  1
Call:
factanal(factors = 1, covmat = Harman23.cor)

Uniquenesses:
        height       arm.span        forearm      lower.leg         weight 
         0.158          0.135          0.190          0.187          0.760 
bitro.diameter    chest.girth    chest.width 
         0.829          0.877          0.801 

Loadings:
               Factor1
height         0.918  
arm.span       0.930  
forearm        0.900  
lower.leg      0.902  
weight         0.490  
bitro.diameter 0.413  
chest.girth    0.351  
chest.width    0.446  

               Factor1
SS loadings      4.064
Proportion Var   0.508

Test of the hypothesis that 1 factor is sufficient.
The chi square statistic is 611.44 on 20 degrees of freedom.
The p-value is 1.12e-116
Error in La.svd(B) : infinite or missing values in x
Execution halted

    If there is any other information I can give you, please write and I'll send
it.
 thanks;
       Madeleine