The R Project SVN R

Rev

Rev 89341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89341 Rev 89350
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2026-01-25 r89331) -- "Unsuffered Consequences"
2
R Under development (unstable) (2026-01-29 r89349) -- "Unsuffered Consequences"
3
Copyright (C) 2026 The R Foundation for Statistical Computing
3
Copyright (C) 2026 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu
4
Platform: x86_64-pc-linux-gnu
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 1058... Line 1058...
1058
 NAs      :  1                            
1058
 NAs      :  1                            
1059
> 
1059
> 
1060
> summary(numeric())  # suffered from print.table's na.print="" in R < 4.6.0
1060
> summary(numeric())  # suffered from print.table's na.print="" in R < 4.6.0
1061
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
1061
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
1062
     NA      NA      NA     NaN      NA      NA 
1062
     NA      NA      NA     NaN      NA      NA 
-
 
1063
> unname(summary(pi)) # printed with empty names for a few days in R-devel
-
 
1064
[1] 3.142 3.142 3.142 3.142 3.142 3.142
1063
> 
1065
>