The R Project SVN R

Rev

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

Rev 81048 Rev 81944
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2021-10-13 r81047) -- "Unsuffered Consequences"
2
R Under development (unstable) (2022-03-19 r81942) -- "Unsuffered Consequences"
3
Copyright (C) 2021 The R Foundation for Statistical Computing
3
Copyright (C) 2022 The R Foundation for Statistical Computing
4
Platform: x86_64-pc-linux-gnu (64-bit)
4
Platform: x86_64-pc-linux-gnu (64-bit)
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.
8
Type 'license()' or 'licence()' for distribution details.
8
Type 'license()' or 'licence()' for distribution details.
Line 319... Line 319...
319
f(df1 = 10, df2 = 2, ncp = 3) PASSED
319
f(df1 = 10, df2 = 2, ncp = 3) PASSED
320
[1] TRUE
320
[1] TRUE
321
> 
321
> 
322
> 
322
> 
323
> cat('Time elapsed: ', proc.time() - .proctime00,'\n')
323
> cat('Time elapsed: ', proc.time() - .proctime00,'\n')
324
Time elapsed:  1.453 0.036 1.493 0 0 
324
Time elapsed:  2.978 0.073 3.078 0 0 
325
> 
325
> 
326
> 
326
>