CRAN Package Check Results for Package BigDataStatMeth

Last updated on 2022-01-06 15:51:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.99.14 628.05 402.92 1030.97 NOTE
r-devel-linux-x86_64-debian-gcc 0.99.14 459.89 306.79 766.68 NOTE
r-devel-linux-x86_64-fedora-clang 0.99.14 1541.04 NOTE
r-devel-linux-x86_64-fedora-gcc 0.99.14 1373.96 NOTE
r-devel-windows-x86_64-new-UL 0.99.14 657.00 562.00 1219.00 NOTE
r-devel-windows-x86_64-new-TK 0.99.14 NOTE
r-patched-linux-x86_64 0.99.14 539.00 192.39 731.39 ERROR
r-release-linux-x86_64 0.99.14 528.50 192.65 721.15 ERROR
r-release-macos-arm64 0.99.14 ERROR
r-release-macos-x86_64 0.99.14 ERROR
r-release-windows-ix86+x86_64 0.99.14 665.00 39.00 704.00 ERROR
r-oldrel-macos-x86_64 0.99.14 ERROR
r-oldrel-windows-ix86+x86_64 0.99.14 867.00 40.00 907.00 ERROR

Additional issues

gcc-ASAN gcc-UBSAN M1mac M1mac noOMP noOMP

Check Details

Version: 0.99.14
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.99.14
Check: installed package size
Result: NOTE
     installed size is 65.0Mb
     sub-directories of 1Mb or more:
     doc 2.6Mb
     libs 62.0Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64-new-UL

Version: 0.99.14
Check: examples
Result: ERROR
    Running examples in ‘BigDataStatMeth-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: bdCrossprod
    > ### Title: Crossproduct of DelayedArray
    > ### Aliases: bdCrossprod
    >
    > ### ** Examples
    >
    >
    > library(DelayedArray)
    Loading required package: stats4
    Loading required package: Matrix
    Loading required package: BiocGenerics
    
    Attaching package: ‘BiocGenerics’
    
    The following objects are masked from ‘package:stats’:
    
     IQR, mad, sd, var, xtabs
    
    The following objects are masked from ‘package:base’:
    
     Filter, Find, Map, Position, Reduce, anyDuplicated, append,
     as.data.frame, basename, cbind, colnames, dirname, do.call,
     duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
     lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
     pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
     tapply, union, unique, unsplit, which.max, which.min
    
    Loading required package: MatrixGenerics
    Loading required package: matrixStats
    
    Attaching package: ‘MatrixGenerics’
    
    The following objects are masked from ‘package:matrixStats’:
    
     colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
     colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
     colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
     colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
     colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
     colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
     colWeightedMeans, colWeightedMedians, colWeightedSds,
     colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
     rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
     rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
     rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
     rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
     rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
     rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
     rowWeightedSds, rowWeightedVars
    
    Loading required package: S4Vectors
    
    Attaching package: ‘S4Vectors’
    
    The following objects are masked from ‘package:Matrix’:
    
     expand, unname
    
    The following objects are masked from ‘package:base’:
    
     I, expand.grid, unname
    
    Loading required package: IRanges
    
    Attaching package: ‘DelayedArray’
    
    The following objects are masked from ‘package:base’:
    
     aperm, apply, rowsum, scale, sweep
    
    >
    > n <- 100
    > p <- 60
    >
    > X <- matrix(rnorm(n*p), nrow=n, ncol=p)
    >
    > # without DelayedArray
    > bdCrossprod(X)
     [,1] [,2] [,3] [,4] [,5]
     [1,] 81.0550927 -0.49637465 2.01369284 -3.8857354 14.86778280
     [2,] -0.4963746 90.97864395 -4.97067333 -5.6891795 15.14248536
     [3,] 2.0136928 -4.97067333 105.98885926 11.4017437 3.44053581
     [4,] -3.8857354 -5.68917953 11.40174373 97.6248135 2.54128247
     [5,] 14.8677828 15.14248536 3.44053581 2.5412825 135.58443168
     [6,] -9.9308029 -1.67862986 -4.27357031 -9.4305103 -9.97619997
     [7,] 6.1193988 -8.41344754 -4.44296865 -14.6254464 8.80802449
     [8,] 3.5003399 6.99323931 -16.14234131 2.2905400 12.80999664
     [9,] 6.6733596 -0.07540405 0.09717535 23.3515608 10.29227400
    [10,] 8.2828486 -1.73918478 -19.85067297 12.3644248 -11.39701974
    [11,] -12.6899584 -10.55007247 -3.58096248 0.1756843 0.34051618
    [12,] -8.2304039 -1.70465616 -3.71431805 -0.2999867 -6.38310283
    [13,] 1.4496223 12.99341581 4.43733418 -14.9974984 5.30490324
    [14,] -8.4957559 -1.97108062 -5.98270438 -13.9543771 5.99821064
    [15,] 0.3951284 -11.84869423 -17.88749642 9.8725465 9.37189613
    [16,] -4.2885569 2.42618160 -16.25187198 27.0340707 -1.14375626
    [17,] 15.1748202 7.01298176 8.42226926 10.1849476 4.55937206
    [18,] -4.2366820 -17.43834945 0.63102984 -8.1880753 -3.00472336
    [19,] -8.2669963 -9.80927338 17.39196801 13.6905870 -6.46861183
    [20,] 13.2812089 -2.46404728 -21.26770104 -11.5316647 13.18801312
    [21,] 7.0059986 14.55441470 14.85358722 6.7322927 2.35729077
    [22,] -9.5864098 -1.17419382 13.12187592 21.9667601 -0.54474061
    [23,] -12.2468856 10.40840781 0.75234045 -9.3812652 -7.19742001
    [24,] 7.7366750 -0.77942174 -4.92268477 3.6095945 -0.27578344
    [25,] 6.1591597 -17.24162009 24.24584213 -10.3936819 9.77829058
    [26,] -2.9364207 -1.17613356 -3.37556371 0.9497670 -10.73390060
    [27,] -5.8093689 -10.19317056 -12.91751960 4.9441268 -2.17886264
    [28,] -2.1418544 -7.64386166 -10.25710418 -17.9238494 -5.46093653
    [29,] -3.3616555 6.23083925 -0.72688249 6.4304600 -3.32930573
    [30,] 0.9787916 -0.96722537 3.65942173 -5.2595178 -11.80750921
    [31,] 13.4880815 13.73124163 7.86566537 5.4145375 16.47559432
    [32,] -8.5350709 4.97935331 -18.94437263 -7.1166255 -3.94259710
    [33,] 8.6730844 -6.04526479 -6.90749229 -6.7426107 11.38690364
    [34,] 18.8718720 -18.30891756 -4.78415378 -2.6120459 4.78721117
    [35,] 10.4461472 -19.80551900 13.83424085 8.6692713 -5.96260527
    [36,] -4.2049190 -15.42814473 6.74612837 20.7092792 -6.50488204
    [37,] -1.3401418 11.22477166 2.56160838 -7.1410463 20.69698981
    [38,] 1.0872075 -6.48636459 -5.59717144 -9.3490896 -17.64891354
    [39,] 2.8236842 -5.91075329 10.97163831 -12.0023946 -31.87371620
    [40,] -1.1263198 -0.10850037 12.44409357 1.2722152 -2.79631946
    [41,] -7.6923612 -0.34393030 -8.94232685 1.9809870 -1.41626686
    [42,] -15.2538768 -3.80199010 -9.18411509 -5.4950602 4.27020408
    [43,] -0.5163611 -15.56276982 -12.03516701 4.0218935 -22.48306241
    [44,] -3.2395209 -11.32164419 3.39333143 8.9402307 -6.27990242
    [45,] 2.6191508 -13.10669813 5.80668782 9.6692926 -4.22786269
    [46,] 0.8170621 -1.57639204 6.40120072 0.4099638 -6.05037164
    [47,] -14.8956315 -2.92252067 9.33883411 3.3272261 -13.85545621
    [48,] -3.6624587 -5.73661087 -0.70677131 7.6796933 -6.48912327
    [49,] -7.0335163 13.27188528 -0.86023319 -8.2995555 -15.48670692
    [50,] 13.8075667 0.63952484 -12.89370498 15.5889760 -8.01972453
    [51,] -9.0796899 7.43332364 -2.85530142 8.0414439 -2.91730319
    [52,] -4.3287340 10.75826464 25.93216089 -11.6266628 -11.28899035
    [53,] -9.9072607 15.25026707 -0.28763368 13.3006904 11.07500569
    [54,] -6.1718831 15.31611874 2.37079745 -6.9428280 -5.82737308
    [55,] 4.9958579 5.65285935 -6.02141613 -10.9951182 0.04120373
    [56,] -4.7129858 -0.10618025 14.72548202 16.2683339 14.49898434
    [57,] 3.6224919 1.78069113 -10.55279524 14.3426088 6.64585422
    [58,] -1.3240313 11.39368507 -11.30608184 0.4766264 -6.58139490
    [59,] -6.7569798 9.16489117 -3.40349318 -1.7722203 8.27607243
    [60,] -1.1860511 -7.23422450 -7.49157959 -10.3121088 21.24078823
     [,6] [,7] [,8] [,9] [,10] [,11]
     [1,] -9.9308029 6.1193988 3.5003399 6.67335956 8.2828486 -12.6899584
     [2,] -1.6786299 -8.4134475 6.9932393 -0.07540405 -1.7391848 -10.5500725
     [3,] -4.2735703 -4.4429687 -16.1423413 0.09717535 -19.8506730 -3.5809625
     [4,] -9.4305103 -14.6254464 2.2905400 23.35156081 12.3644248 0.1756843
     [5,] -9.9762000 8.8080245 12.8099966 10.29227400 -11.3970197 0.3405162
     [6,] 92.6151553 1.6824797 -16.1627513 15.87237738 -6.4415196 -5.0996671
     [7,] 1.6824797 119.6356049 11.6144904 0.11941823 -9.4522555 2.5440995
     [8,] -16.1627513 11.6144904 119.2029246 -4.05189872 8.5882169 7.8610494
     [9,] 15.8723774 0.1194182 -4.0518987 117.27864397 22.6663154 -14.0915232
    [10,] -6.4415196 -9.4522555 8.5882169 22.66631536 110.1512540 3.3203161
    [11,] -5.0996671 2.5440995 7.8610494 -14.09152322 3.3203161 104.9804330
    [12,] -1.8453425 0.6877980 -2.4614510 -16.59976863 -1.0763712 12.0760430
    [13,] 8.2014806 9.9893558 -1.4408390 -1.67816543 20.3418426 6.1942670
    [14,] 3.3580841 -3.7386492 4.1805392 -16.31583950 -1.2456966 9.0118068
    [15,] -6.9700306 10.9840256 27.8575541 10.40659562 -18.7870573 8.9206000
    [16,] -6.3081705 -16.9543882 23.3717097 -2.80003547 23.9726241 7.2713315
    [17,] 0.6803194 18.7831707 -20.3449411 6.29491288 15.7004316 -6.6514306
    [18,] 11.3677988 -1.2199254 -18.8399141 -10.85707531 -9.8132425 -16.6435175
    [19,] -0.1276837 -2.1616072 -6.9254815 29.94729273 -14.7677297 4.8861188
    [20,] -20.1841288 14.6906494 27.6148127 1.39049635 -1.9705054 4.8560776
    [21,] -1.5498570 -5.3407762 -21.5770083 5.32174958 4.7675964 1.9687727
    [22,] -12.6944969 -7.1119379 -1.1671080 25.23981082 15.2182413 3.1359897
    [23,] 7.6833451 14.3016682 -1.6372096 -10.09821896 6.6159484 11.1043217
    [24,] 8.1890417 -9.4794336 -8.5880521 -1.10520514 -17.4224920 5.2493575
    [25,] -3.1550401 -11.3552345 -10.0994053 -0.63600962 1.6201849 11.8080087
    [26,] 11.3794056 9.6759770 -20.9505389 -4.21151930 0.2571942 5.1374407
    [27,] -8.3360623 7.9102357 -9.5290162 1.26859205 11.4465606 17.2226333
    [28,] 13.1359311 4.2280627 5.3034441 6.44903849 13.2959147 -7.3031668
    [29,] -5.9681800 6.7815310 6.2854904 3.80969559 4.5802715 6.6750778
    [30,] -6.4608860 13.7115207 13.2301872 0.51246914 4.0796638 24.3345206
    [31,] -19.8791498 -8.4822482 5.9745112 6.77775333 -2.0729250 1.9248054
    [32,] -1.5056574 -16.9305186 -10.7897586 -9.53881281 -3.2293712 15.7449157
    [33,] 1.0963879 13.5435890 11.9088236 -10.43685377 -8.3985770 27.2198772
    [34,] -0.1504193 5.8814935 -1.0552062 43.32424265 17.4151022 -18.3426481
    [35,] 11.8937863 -6.0708949 -10.0586370 12.73896910 1.5692205 -6.9742599
    [36,] 15.1913562 3.9524892 -5.1856369 0.18945220 -9.0505385 -0.2662558
    [37,] 19.5178730 31.1676150 3.3916654 -7.96846286 -11.8794845 1.7917374
    [38,] 23.2267867 -2.3904429 2.2681612 7.49588115 25.1116050 8.7577301
    [39,] 5.8299620 2.4156617 -16.4873916 1.21704035 -4.7642068 -4.5065091
    [40,] -5.3580017 10.2012898 -6.3998916 -15.65898054 -27.8194649 -12.2135449
    [41,] -0.3101817 3.7769307 25.0405066 11.31657934 0.7026392 -4.3161288
    [42,] 13.8669035 -11.7519580 -13.6101125 3.89312041 -20.8653554 6.9924565
    [43,] -4.9965045 -5.4890376 -8.4805666 -0.59350526 3.2821421 -3.0506808
    [44,] -1.5279292 -4.0431082 7.3010128 -6.72091102 -0.2797331 10.1565913
    [45,] -2.2088535 -2.3399517 0.6408552 6.39036929 13.6958087 -3.7860378
    [46,] 1.3843284 8.0931070 4.7304363 -14.28856076 -11.7223243 3.5735950
    [47,] -5.2130365 -19.1021005 4.8152711 -17.96558836 -4.4474162 1.8337328
    [48,] 14.9257246 -5.7951027 -3.8626724 3.42334644 14.6406401 24.2886754
    [49,] -4.7677712 -2.2772196 1.3598465 -8.40049324 0.1755423 -12.3997213
    [50,] 4.5105080 3.9269453 -10.2666957 16.69198046 9.8470730 -11.8276204
    [51,] 10.7244905 6.0416465 -0.1173996 -9.18569693 -5.1426092 -2.8320362
    [52,] 9.5395965 -2.4425359 -10.6175613 4.10263909 -11.6769866 0.6262070
    [53,] 10.6462704 -8.3477934 -8.9650647 0.61694190 3.9948279 -11.9174158
    [54,] -0.1257433 -5.3322415 13.9216417 11.13969211 10.8394214 -4.3559417
    [55,] -1.0180750 9.4554997 12.8719201 -23.82440733 -16.3503189 4.9521552
    [56,] -7.6631353 -14.0906684 4.2367528 -2.08159278 7.4076149 -4.0545920
    [57,] 8.7154727 0.7216291 9.8478937 -11.93926571 12.7197734 -16.7897377
    [58,] -3.0770475 5.4841867 -0.5374688 1.35377657 2.1415518 -6.9942871
    [59,] 1.4715710 3.6168567 -13.5260934 -7.99679840 7.7892446 14.2236878
    [60,] 0.5854433 -24.7466810 3.8821314 -3.41211305 2.0977651 -2.2016587
     [,12] [,13] [,14] [,15] [,16]
     [1,] -8.23040387 1.4496223 -8.49575588 0.3951284 -4.28855692
     [2,] -1.70465616 12.9934158 -1.97108062 -11.8486942 2.42618160
     [3,] -3.71431805 4.4373342 -5.98270438 -17.8874964 -16.25187198
     [4,] -0.29998675 -14.9974984 -13.95437710 9.8725465 27.03407070
     [5,] -6.38310283 5.3049032 5.99821064 9.3718961 -1.14375626
     [6,] -1.84534249 8.2014806 3.35808405 -6.9700306 -6.30817048
     [7,] 0.68779795 9.9893558 -3.73864915 10.9840256 -16.95438821
     [8,] -2.46145102 -1.4408390 4.18053919 27.8575541 23.37170967
     [9,] -16.59976863 -1.6781654 -16.31583950 10.4065956 -2.80003547
    [10,] -1.07637119 20.3418426 -1.24569660 -18.7870573 23.97262408
    [11,] 12.07604300 6.1942670 9.01180676 8.9206000 7.27133155
    [12,] 98.60388865 -7.6166663 10.89566109 -7.8020127 7.58517814
    [13,] -7.61666634 121.0017341 11.52244153 -9.2727555 -7.00399484
    [14,] 10.89566109 11.5224415 76.72945495 -8.9665810 -3.67961616
    [15,] -7.80201266 -9.2727555 -8.96658102 107.3580700 0.43275375
    [16,] 7.58517814 -7.0039948 -3.67961616 0.4327538 110.97490736
    [17,] 9.38464195 -5.8545270 4.36282152 -11.1446383 -10.38680267
    [18,] -5.58745038 -37.5953160 -0.35537202 15.9698014 -1.20622219
    [19,] -1.17750565 5.3416462 -1.34514168 14.7193671 -6.82665444
    [20,] -8.39160439 -8.8354351 1.77566438 18.7733665 -3.63619859
    [21,] 6.44822518 -19.1552929 -6.04359546 -5.2880816 2.63048866
    [22,] 1.99300459 -22.7459413 -1.04203213 -14.8758425 18.49511303
    [23,] -10.79084056 3.4495101 -4.64765984 8.6389633 0.05980191
    [24,] -12.99284637 8.4991441 6.17684247 -4.6719039 -11.14666363
    [25,] 8.95283791 -1.6254482 3.53129765 -0.9378391 -14.31942789
    [26,] 0.37378162 -14.3297808 -8.36040653 -13.5081868 -14.71256866
    [27,] -11.42572380 9.9501374 0.01235073 14.7033954 -9.69667985
    [28,] -16.15095583 10.3673934 4.25081253 12.1604317 -16.32569986
    [29,] -5.44233707 4.1789079 5.07830763 -9.3144870 -13.02448369
    [30,] -0.10534698 -1.8199764 -7.02271021 17.6708026 -10.36570916
    [31,] 14.20007773 7.9646057 7.02901872 1.1232597 22.60102789
    [32,] 21.09186970 13.6775140 -4.65006958 2.4581544 -8.47146321
    [33,] 13.25266195 2.4793105 1.09225173 4.3253521 3.89801205
    [34,] 3.57954656 -7.1598871 -6.88138496 -3.7363873 0.04905736
    [35,] -1.59318397 0.2854147 -17.33883370 -3.7889007 -11.32999213
    [36,] -4.31596340 -3.0591026 -4.50393344 4.3416240 8.27015857
    [37,] -13.26062009 -20.2683922 -6.33349086 -3.8257496 -15.77446437
    [38,] 20.70917274 13.1342603 10.29352270 -4.1905405 14.51413425
    [39,] -8.02739554 -9.0520162 -2.11419929 -8.2641532 -3.88301287
    [40,] -6.59053281 -18.1980271 -8.12722779 -4.5237023 -10.02809549
    [41,] -1.26683845 11.4391063 3.11549857 -0.5370171 4.07927831
    [42,] 9.66672100 -3.2122690 4.74659544 -4.7840789 2.60920858
    [43,] -9.58799134 19.8680279 20.14118570 -10.8679503 -1.53318345
    [44,] -14.54560472 -14.9931989 5.11155467 8.3111972 1.40973309
    [45,] -10.79848698 -8.3168441 -8.46838425 2.1941570 4.37196930
    [46,] 0.09105131 -12.2919455 13.18733605 -5.6015448 12.47620797
    [47,] 16.11639123 17.6812051 7.17154977 -6.9512838 7.34646068
    [48,] 9.71847294 1.1084042 -22.03734766 4.6733037 2.36535907
    [49,] 15.81894545 -7.6173063 0.60540483 -8.2200601 -3.68754395
    [50,] -4.74258509 -7.8609493 8.29131879 -20.7133703 -0.95245541
    [51,] 1.21401225 12.6593699 12.04197470 -19.7045849 -7.54871040
    [52,] 10.24848593 11.6717924 1.51869212 -7.4135463 13.38332583
    [53,] 3.82714550 -8.1523768 10.45975083 -22.3769514 20.32853302
    [54,] -8.91785573 9.4746480 3.29508609 6.1330380 -5.06655741
    [55,] -7.54289402 -2.0293340 5.98689520 10.3507195 -5.48992314
    [56,] 4.60086065 -23.0039350 1.08157002 -7.0405544 21.14264095
    [57,] -9.73379549 -1.2158018 -3.23354390 5.4539729 -0.66674445
    [58,] -1.04828467 9.3010339 -8.28605846 15.5843463 7.37770699
    [59,] -0.99591130 -1.3826220 -5.86020072 3.6948226 6.94360326
    [60,] -0.82833637 -2.1744033 2.54417343 13.4415306 8.42995862
     [,17] [,18] [,19] [,20] [,21] [,22]
     [1,] 15.1748202 -4.2366820 -8.266996289 13.2812089 7.0059986 -9.5864098
     [2,] 7.0129818 -17.4383495 -9.809273375 -2.4640473 14.5544147 -1.1741938
     [3,] 8.4222693 0.6310298 17.391968015 -21.2677010 14.8535872 13.1218759
     [4,] 10.1849476 -8.1880753 13.690586974 -11.5316647 6.7322927 21.9667601
     [5,] 4.5593721 -3.0047234 -6.468611834 13.1880131 2.3572908 -0.5447406
     [6,] 0.6803194 11.3677988 -0.127683663 -20.1841288 -1.5498570 -12.6944969
     [7,] 18.7831707 -1.2199254 -2.161607207 14.6906494 -5.3407762 -7.1119379
     [8,] -20.3449411 -18.8399141 -6.925481516 27.6148127 -21.5770083 -1.1671080
     [9,] 6.2949129 -10.8570753 29.947292732 1.3904964 5.3217496 25.2398108
    [10,] 15.7004316 -9.8132425 -14.767729673 -1.9705054 4.7675964 15.2182413
    [11,] -6.6514306 -16.6435175 4.886118777 4.8560776 1.9687727 3.1359897
    [12,] 9.3846420 -5.5874504 -1.177505650 -8.3916044 6.4482252 1.9930046
    [13,] -5.8545270 -37.5953160 5.341646237 -8.8354351 -19.1552929 -22.7459413
    [14,] 4.3628215 -0.3553720 -1.345141676 1.7756644 -6.0435955 -1.0420321
    [15,] -11.1446383 15.9698014 14.719367090 18.7733665 -5.2880816 -14.8758425
    [16,] -10.3868027 -1.2062222 -6.826654436 -3.6361986 2.6304887 18.4951130
    [17,] 98.5891759 14.3491336 -4.926681729 -11.0722228 11.4758519 -10.2124982
    [18,] 14.3491336 138.2404985 21.166760334 -10.2366184 7.4891446 -5.7118275
    [19,] -4.9266817 21.1667603 113.096074711 -16.8206812 4.9646072 -1.3588541
    [20,] -11.0722228 -10.2366184 -16.820681155 111.1701492 -1.0448225 -18.1813419
    [21,] 11.4758519 7.4891446 4.964607223 -1.0448225 112.0009165 -1.3631030
    [22,] -10.2124982 -5.7118275 -1.358854081 -18.1813419 -1.3631030 120.0888776
    [23,] 11.0990464 14.7461934 12.095382478 -5.1518096 16.6051156 -18.0746616
    [24,] -6.1780633 2.6564245 5.843212556 9.8464968 -0.5550957 -16.2475112
    [25,] -1.1102267 -8.1646028 12.908564370 -17.3503407 4.6114630 7.5752142
    [26,] -0.7240485 11.6328548 3.053821270 -3.5160843 12.8201138 -2.9752687
    [27,] 6.0314236 12.2191971 -12.533871034 9.6266202 4.1645827 -1.5353937
    [28,] 1.1051727 24.2105479 0.558452987 -3.3607031 -6.7101594 -1.3682388
    [29,] -2.5956085 -10.5135310 3.003410515 -19.7206131 8.0641715 16.2779084
    [30,] 4.3089171 -1.3694619 -1.858509035 -7.3055127 4.4707580 -4.9302690
    [31,] 13.8040503 -21.2764510 5.110708767 -0.2186243 -1.9434242 4.7856345
    [32,] 2.5134054 1.1069917 8.427970653 -13.5431775 16.4373230 -22.5482847
    [33,] -6.8632516 3.7992823 19.607062159 9.1328397 -9.4895654 2.0059235
    [34,] 3.0303950 -6.5118486 -1.339739387 -5.6179181 -19.1204403 14.3117199
    [35,] -0.9712866 12.0974582 6.004544454 -3.9549857 11.3000801 15.0116458
    [36,] -2.1587755 -6.4725011 -23.660948450 4.9768621 -2.3725709 -8.7312122
    [37,] -8.0017451 11.9941997 -10.680827310 21.6080413 3.5527786 -1.6388284
    [38,] 8.9077355 -3.9308374 -8.155254766 -10.1512175 -2.5397686 9.0533104
    [39,] -3.5848832 -6.9900285 -0.002666076 3.8610397 11.3281298 -0.6058378
    [40,] -2.0150764 12.1023962 9.849043836 5.3329580 8.0061775 -4.5920852
    [41,] 10.2158106 -21.7215459 16.697068001 0.9539313 -0.4411360 -17.9201181
    [42,] -4.0619260 0.1527672 -3.142301432 -0.7100371 -25.4752277 5.0440843
    [43,] -7.3883259 -15.7013221 4.340056472 -3.5497543 -1.4757002 0.7464893
    [44,] 5.3219277 16.0094197 3.763341455 3.7049539 -11.7912845 16.3430448
    [45,] 8.2896330 6.3784720 -3.348694948 4.9124069 3.1200449 6.2714437
    [46,] 26.8106091 19.7273506 10.507591710 -11.2987690 -4.9192175 -6.9094657
    [47,] -16.5074599 -4.2648906 12.467777379 -7.4195996 1.1551976 3.0705808
    [48,] 0.6793037 -1.4797046 -2.627315760 5.7292399 9.0958867 1.0783954
    [49,] 4.5457545 12.8403634 -13.655871042 -3.2232052 -5.2076621 -2.1376056
    [50,] 15.7937162 -26.0894262 -3.731522504 -3.2041349 -5.7671739 -6.0478911
    [51,] 4.8441074 18.3314784 0.236422769 -1.4303393 -2.1296585 6.1875941
    [52,] -12.8908366 -4.9475715 4.434132918 -20.8000492 -9.9105069 5.8922271
    [53,] 6.0963860 -1.6998669 -10.294590416 -3.2344551 -4.1816046 9.2507627
    [54,] 7.2733147 -5.5199113 -5.233955251 -8.9954740 10.5297204 17.8689559
    [55,] 0.2338547 6.2465771 -3.585864679 -8.2049907 -23.9786311 -23.0356951
    [56,] 18.0038551 23.6767032 0.010042364 -2.0508559 3.5029940 8.4982335
    [57,] -3.0611771 -3.8731502 -20.693030681 -5.9006744 3.2310017 8.3228603
    [58,] 12.8822657 -1.5444936 7.949736983 2.5484288 1.9145303 -4.8995776
    [59,] -5.2126315 -7.1368378 -4.389556996 -11.2424956 6.4796176 0.2535846
    [60,] -7.6266346 -1.2321708 -11.910528045 0.9621778 -12.2080998 -10.8380162
     [,23] [,24] [,25] [,26] [,27] [,28]
     [1,] -12.24688561 7.7366750 6.1591597 -2.9364207 -5.80936886 -2.1418544
     [2,] 10.40840781 -0.7794217 -17.2416201 -1.1761336 -10.19317056 -7.6438617
     [3,] 0.75234045 -4.9226848 24.2458421 -3.3755637 -12.91751960 -10.2571042
     [4,] -9.38126524 3.6095945 -10.3936819 0.9497670 4.94412676 -17.9238494
     [5,] -7.19742001 -0.2757834 9.7782906 -10.7339006 -2.17886264 -5.4609365
     [6,] 7.68334514 8.1890417 -3.1550401 11.3794056 -8.33606229 13.1359311
     [7,] 14.30166824 -9.4794336 -11.3552345 9.6759770 7.91023573 4.2280627
     [8,] -1.63720962 -8.5880521 -10.0994053 -20.9505389 -9.52901620 5.3034441
     [9,] -10.09821896 -1.1052051 -0.6360096 -4.2115193 1.26859205 6.4490385
    [10,] 6.61594841 -17.4224920 1.6201849 0.2571942 11.44656065 13.2959147
    [11,] 11.10432173 5.2493575 11.8080087 5.1374407 17.22263332 -7.3031668
    [12,] -10.79084056 -12.9928464 8.9528379 0.3737816 -11.42572380 -16.1509558
    [13,] 3.44951012 8.4991441 -1.6254482 -14.3297808 9.95013744 10.3673934
    [14,] -4.64765984 6.1768425 3.5312977 -8.3604065 0.01235073 4.2508125
    [15,] 8.63896333 -4.6719039 -0.9378391 -13.5081868 14.70339542 12.1604317
    [16,] 0.05980191 -11.1466636 -14.3194279 -14.7125687 -9.69667985 -16.3256999
    [17,] 11.09904644 -6.1780633 -1.1102267 -0.7240485 6.03142358 1.1051727
    [18,] 14.74619342 2.6564245 -8.1646028 11.6328548 12.21919705 24.2105479
    [19,] 12.09538248 5.8432126 12.9085644 3.0538213 -12.53387103 0.5584530
    [20,] -5.15180959 9.8464968 -17.3503407 -3.5160843 9.62662019 -3.3607031
    [21,] 16.60511562 -0.5550957 4.6114630 12.8201138 4.16458270 -6.7101594
    [22,] -18.07466157 -16.2475112 7.5752142 -2.9752687 -1.53539367 -1.3682388
    [23,] 96.91601300 -4.3489581 -24.8916792 8.4120616 4.51612745 11.7180186
    [24,] -4.34895810 97.2303971 -11.3702433 14.9723134 3.67614889 15.0457490
    [25,] -24.89167916 -11.3702433 110.7821157 1.4420551 1.93970147 3.6947481
    [26,] 8.41206163 14.9723134 1.4420551 79.9609985 2.74733221 15.3117082
    [27,] 4.51612745 3.6761489 1.9397015 2.7473322 90.51139376 27.2501898
    [28,] 11.71801857 15.0457490 3.6947481 15.3117082 27.25018980 113.0221201
    [29,] 16.67783343 2.3400849 -21.6612315 3.3479594 -7.27332373 -6.8618302
    [30,] 2.29245616 9.3243801 -11.0544099 -13.7511857 15.66480514 1.0761659
    [31,] -3.87962281 10.0123271 13.1875040 -10.5786860 -7.17275170 12.6450015
    [32,] 7.21126090 23.3139203 -6.8012241 15.7672974 -3.93642950 11.1861294
    [33,] 12.91157245 -9.9249041 -4.1754208 -9.7548524 4.61036399 4.1393002
    [34,] -15.01690338 -3.5298742 -4.5165709 -13.5826684 -18.75476234 -5.2324531
    [35,] -7.83173323 -2.1830388 5.1152567 2.6718032 -10.92515753 -5.0050619
    [36,] -6.04924835 5.7706503 -19.1812130 3.2938981 3.88856419 -16.8216551
    [37,] -4.69614139 8.1960074 -7.0855327 22.7420633 4.95648668 14.8116605
    [38,] -14.24433368 -21.7773156 16.5689635 -1.7947039 -2.30099988 21.0372779
    [39,] 0.61317308 -4.0047599 -4.3800930 8.8481976 -10.39725232 -10.6320138
    [40,] 1.87354378 13.3629459 3.2551247 3.1735467 0.19963091 0.7972652
    [41,] -0.63023218 6.8108075 -6.2135172 -4.9812326 -7.51972518 2.8539790
    [42,] -20.74422374 14.8248923 4.8704894 1.8522070 13.14099477 6.6906591
    [43,] -4.01337718 16.2814445 2.9629249 16.8173027 0.22521237 22.5509103
    [44,] 10.92365845 -22.4247405 1.3716913 -2.6660957 5.00207247 -3.1043783
    [45,] -2.79534655 -2.0352150 -6.0169635 4.9259153 8.17182602 7.0446469
    [46,] -1.45804351 3.6106209 -3.5678795 -9.3621620 -20.31699082 1.4753138
    [47,] -8.42049389 -9.2398581 5.7145827 -2.4102627 -11.22723187 -21.0003255
    [48,] 10.85680478 -8.9045040 6.5063855 -2.4602144 16.27691760 -3.7982777
    [49,] -16.82676632 -8.3206539 -0.6352358 -14.8432408 1.87084002 -18.7917364
    [50,] -27.13056194 12.6151311 -0.8896139 6.7079903 -14.08651815 6.3239594
    [51,] -8.44602622 -16.6300907 9.5580440 17.0318148 -1.66345746 -12.2095709
    [52,] 8.30210744 -2.6032215 7.2918288 -4.3906704 -9.62912490 14.7991524
    [53,] -7.74061172 3.1934171 -1.4304147 -2.4107907 -7.75403251 2.0993443
    [54,] 6.45260896 -2.1142924 -7.9507022 2.7390933 1.87144946 5.7031094
    [55,] 6.13281309 20.1058157 16.3946494 0.5338545 4.69920186 5.6643589
    [56,] 12.39584307 -8.9918527 -12.3194958 8.1852687 -8.99777322 10.0032874
    [57,] 13.49457844 -3.9386709 4.5939683 14.2777336 -3.25218303 17.9415572
    [58,] 1.82823093 -1.4503746 -6.8245065 4.6659709 -5.64832843 -9.2245041
    [59,] 10.43816008 -2.9725994 11.2740162 2.1953090 20.62232095 13.5272761
    [60,] -8.50243730 1.1283349 6.6321765 7.1480537 10.68970757 8.8896631
     [,29] [,30] [,31] [,32] [,33] [,34]
     [1,] -3.3616555 0.9787916 13.4880815 -8.5350709 8.6730844 18.87187205
     [2,] 6.2308392 -0.9672254 13.7312416 4.9793533 -6.0452648 -18.30891756
     [3,] -0.7268825 3.6594217 7.8656654 -18.9443726 -6.9074923 -4.78415378
     [4,] 6.4304600 -5.2595178 5.4145375 -7.1166255 -6.7426107 -2.61204593
     [5,] -3.3293057 -11.8075092 16.4755943 -3.9425971 11.3869036 4.78721117
     [6,] -5.9681800 -6.4608860 -19.8791498 -1.5056574 1.0963879 -0.15041928
     [7,] 6.7815310 13.7115207 -8.4822482 -16.9305186 13.5435890 5.88149355
     [8,] 6.2854904 13.2301872 5.9745112 -10.7897586 11.9088236 -1.05520624
     [9,] 3.8096956 0.5124691 6.7777533 -9.5388128 -10.4368538 43.32424265
    [10,] 4.5802715 4.0796638 -2.0729250 -3.2293712 -8.3985770 17.41510221
    [11,] 6.6750778 24.3345206 1.9248054 15.7449157 27.2198772 -18.34264814
    [12,] -5.4423371 -0.1053470 14.2000777 21.0918697 13.2526619 3.57954656
    [13,] 4.1789079 -1.8199764 7.9646057 13.6775140 2.4793105 -7.15988707
    [14,] 5.0783076 -7.0227102 7.0290187 -4.6500696 1.0922517 -6.88138496
    [15,] -9.3144870 17.6708026 1.1232597 2.4581544 4.3253521 -3.73638731
    [16,] -13.0244837 -10.3657092 22.6010279 -8.4714632 3.8980121 0.04905736
    [17,] -2.5956085 4.3089171 13.8040503 2.5134054 -6.8632516 3.03039497
    [18,] -10.5135310 -1.3694619 -21.2764510 1.1069917 3.7992823 -6.51184860
    [19,] 3.0034105 -1.8585090 5.1107088 8.4279707 19.6070622 -1.33973939
    [20,] -19.7206131 -7.3055127 -0.2186243 -13.5431775 9.1328397 -5.61791808
    [21,] 8.0641715 4.4707580 -1.9434242 16.4373230 -9.4895654 -19.12044032
    [22,] 16.2779084 -4.9302690 4.7856345 -22.5482847 2.0059235 14.31171989
    [23,] 16.6778334 2.2924562 -3.8796228 7.2112609 12.9115724 -15.01690338
    [24,] 2.3400849 9.3243801 10.0123271 23.3139203 -9.9249041 -3.52987425
    [25,] -21.6612315 -11.0544099 13.1875040 -6.8012241 -4.1754208 -4.51657094
    [26,] 3.3479594 -13.7511857 -10.5786860 15.7672974 -9.7548524 -13.58266836
    [27,] -7.2733237 15.6648051 -7.1727517 -3.9364295 4.6103640 -18.75476234
    [28,] -6.8618302 1.0761659 12.6450015 11.1861294 4.1393002 -5.23245310
    [29,] 119.4626367 15.2003070 -0.8582573 9.4569947 2.1585064 22.18430182
    [30,] 15.2003070 122.3772925 -14.3438560 -13.7083114 8.5673453 0.11795214
    [31,] -0.8582573 -14.3438560 134.7951306 12.0118265 -1.5910239 9.38373890
    [32,] 9.4569947 -13.7083114 12.0118265 107.2399586 1.1574962 -10.54685199
    [33,] 2.1585064 8.5673453 -1.5910239 1.1574962 113.2146817 -17.95873109
    [34,] 22.1843018 0.1179521 9.3837389 -10.5468520 -17.9587311 114.76060813
    [35,] -14.6450289 2.7687362 -29.3729338 6.7188147 3.0251262 -6.10241545
    [36,] 12.9717481 -1.8481717 -5.6981883 -6.7782187 -10.1918691 5.55648677
    [37,] -1.1369016 7.3490585 -1.0109546 -16.1485645 16.7802760 -10.97180121
    [38,] -5.7939245 7.3062729 8.2232936 10.3313657 -8.7230635 -2.60871141
    [39,] -4.8748854 -4.1026685 -28.3897959 -14.1559299 5.8448610 9.69411446
    [40,] -7.4701240 -2.7393760 7.3201502 -15.7558775 -1.7250616 -11.99591434
    [41,] 3.6547704 14.1881559 5.4993771 8.9210464 8.1153183 19.84535017
    [42,] -0.9994367 -4.1079117 11.0094878 7.2369381 -3.3320018 -2.47121504
    [43,] 0.2170807 -15.4831741 13.5071967 -7.9709123 4.9460279 -6.62758942
    [44,] 7.8247091 -9.9243151 -1.7639062 -19.5643722 -1.6538631 9.92364226
    [45,] 7.8514880 5.9674544 -21.8244590 4.8062306 5.7346599 -7.14104341
    [46,] -8.5717201 5.3716470 -0.4189023 -25.6023358 -4.1482995 -5.55745470
    [47,] 16.3570883 -4.2168443 -0.6778236 0.3674575 -2.9897356 -12.03758996
    [48,] -4.5375597 -7.4624215 15.6097976 17.2695627 9.0454869 2.04735233
    [49,] -19.7702271 -6.0731386 2.7220509 1.4341696 -3.4536831 8.96979884
    [50,] 10.5278948 -4.7366732 14.6570802 1.9292308 -15.2837210 10.62329279
    [51,] -8.1233494 -12.0499028 -15.5834278 -7.2653835 -10.2678670 -22.61670967
    [52,] -3.2313421 7.2381765 24.0573659 3.6864452 -6.2373899 8.92180959
    [53,] 3.6426678 -8.5515854 14.6825085 2.3369345 -31.2951699 1.86415365
    [54,] -2.5856299 -0.3261112 -10.3985087 2.6759692 -4.7296202 -17.07655613
    [55,] 1.8652289 15.4764206 -9.6304787 5.2477454 1.6319280 -12.63494689
    [56,] -10.5575019 -11.9775844 9.4582032 -6.9373166 12.1520388 -5.46646561
    [57,] -1.3254102 -0.7656068 -9.5999281 4.3033465 16.8515243 -8.66601529
    [58,] -18.1968041 7.2561074 -16.8810396 5.4264932 -0.8225964 -4.21715031
    [59,] 3.8107774 12.1862253 4.2149474 -9.4325657 1.7264171 -8.87472886
    [60,] 1.7539299 18.4999670 13.8116213 -7.3435927 -17.3271244 14.63999566
     [,35] [,36] [,37] [,38] [,39]
     [1,] 10.446147241 -4.2049190 -1.3401418 1.0872075 2.823684181
     [2,] -19.805519000 -15.4281447 11.2247717 -6.4863646 -5.910753289
     [3,] 13.834240853 6.7461284 2.5616084 -5.5971714 10.971638313
     [4,] 8.669271272 20.7092792 -7.1410463 -9.3490896 -12.002394603
     [5,] -5.962605274 -6.5048820 20.6969898 -17.6489135 -31.873716196
     [6,] 11.893786318 15.1913562 19.5178730 23.2267867 5.829962034
     [7,] -6.070894864 3.9524892 31.1676150 -2.3904429 2.415661724
     [8,] -10.058636992 -5.1856369 3.3916654 2.2681612 -16.487391637
     [9,] 12.738969101 0.1894522 -7.9684629 7.4958811 1.217040350
    [10,] 1.569220516 -9.0505385 -11.8794845 25.1116050 -4.764206786
    [11,] -6.974259885 -0.2662558 1.7917374 8.7577301 -4.506509073
    [12,] -1.593183970 -4.3159634 -13.2606201 20.7091727 -8.027395543
    [13,] 0.285414707 -3.0591026 -20.2683922 13.1342603 -9.052016194
    [14,] -17.338833696 -4.5039334 -6.3334909 10.2935227 -2.114199288
    [15,] -3.788900720 4.3416240 -3.8257496 -4.1905405 -8.264153210
    [16,] -11.329992130 8.2701586 -15.7744644 14.5141342 -3.883012872
    [17,] -0.971286614 -2.1587755 -8.0017451 8.9077355 -3.584883217
    [18,] 12.097458199 -6.4725011 11.9941997 -3.9308374 -6.990028492
    [19,] 6.004544454 -23.6609484 -10.6808273 -8.1552548 -0.002666076
    [20,] -3.954985704 4.9768621 21.6080413 -10.1512175 3.861039719
    [21,] 11.300080064 -2.3725709 3.5527786 -2.5397686 11.328129765
    [22,] 15.011645788 -8.7312122 -1.6388284 9.0533104 -0.605837826
    [23,] -7.831733225 -6.0492483 -4.6961414 -14.2443337 0.613173083
    [24,] -2.183038790 5.7706503 8.1960074 -21.7773156 -4.004759940
    [25,] 5.115256669 -19.1812130 -7.0855327 16.5689635 -4.380092961
    [26,] 2.671803195 3.2938981 22.7420633 -1.7947039 8.848197585
    [27,] -10.925157535 3.8885642 4.9564867 -2.3009999 -10.397252320
    [28,] -5.005061881 -16.8216551 14.8116605 21.0372779 -10.632013828
    [29,] -14.645028877 12.9717481 -1.1369016 -5.7939245 -4.874885446
    [30,] 2.768736236 -1.8481717 7.3490585 7.3062729 -4.102668490
    [31,] -29.372933803 -5.6981883 -1.0109546 8.2232936 -28.389795923
    [32,] 6.718814750 -6.7782187 -16.1485645 10.3313657 -14.155929910
    [33,] 3.025126237 -10.1918691 16.7802760 -8.7230635 5.844860955
    [34,] -6.102415446 5.5564868 -10.9718012 -2.6087114 9.694114462
    [35,] 98.784458616 3.8158186 -3.5483586 4.1001146 -5.616167393
    [36,] 3.815818556 97.8439268 2.7932047 12.3392839 6.184331524
    [37,] -3.548358617 2.7932047 115.6060454 -13.5908795 5.124169811
    [38,] 4.100114602 12.3392839 -13.5908795 108.6080183 -5.029409763
    [39,] -5.616167393 6.1843315 5.1241698 -5.0294098 114.951936132
    [40,] -9.514987619 7.1366113 13.1879362 -22.0067719 9.288885014
    [41,] -10.801572611 -5.3659317 -11.0351294 -5.3842152 -6.471394390
    [42,] -0.661459221 9.6176205 2.1101744 4.0299760 -18.779298463
    [43,] 13.008058740 10.9043930 -0.1144859 -4.8977411 4.277191217
    [44,] 3.997617174 11.5269577 3.5915621 -10.9298187 -5.007535398
    [45,] 13.423238222 16.3204198 0.4968968 16.9643231 11.115361203
    [46,] -0.165651944 -13.8178761 0.3512681 8.9778627 -2.038571581
    [47,] 9.001064726 17.8589027 -15.9590956 -0.1441093 -1.691002619
    [48,] 18.375355054 8.8891430 5.6755095 12.9959639 -13.977478072
    [49,] -2.264376551 15.5139581 -2.7937045 -10.5219553 -10.901338519
    [50,] 1.299150415 4.2200054 1.4932158 15.2954756 -11.075167194
    [51,] 6.003670833 11.3344206 6.8787113 4.0271504 -11.856994453
    [52,] -4.544709217 -1.6745883 -7.3769022 9.0367295 -12.347315193
    [53,] -3.065216883 12.6382302 -5.1360208 5.7269586 -4.027299609
    [54,] -0.007751343 -5.1514843 2.4506234 2.9044130 5.429962332
    [55,] -23.807243215 -7.4011314 11.0734144 -7.6412329 5.627010124
    [56,] 10.002319756 3.9414334 -14.2942206 15.2770121 9.219158351
    [57,] 15.236649623 6.0984521 12.1804150 5.4085763 4.969377050
    [58,] -8.919675034 -19.4438805 -6.2130939 -12.5925448 22.460050802
    [59,] -17.187819961 -8.0322873 2.5603477 6.6252472 -5.186748962
    [60,] -6.641678354 5.5495903 0.9587113 5.4066275 -9.069753853
     [,40] [,41] [,42] [,43] [,44] [,45]
     [1,] -1.1263198 -7.6923612 -15.2538768 -0.5163611 -3.2395209 2.6191508
     [2,] -0.1085004 -0.3439303 -3.8019901 -15.5627698 -11.3216442 -13.1066981
     [3,] 12.4440936 -8.9423268 -9.1841151 -12.0351670 3.3933314 5.8066878
     [4,] 1.2722152 1.9809870 -5.4950602 4.0218935 8.9402307 9.6692926
     [5,] -2.7963195 -1.4162669 4.2702041 -22.4830624 -6.2799024 -4.2278627
     [6,] -5.3580017 -0.3101817 13.8669035 -4.9965045 -1.5279292 -2.2088535
     [7,] 10.2012898 3.7769307 -11.7519580 -5.4890376 -4.0431082 -2.3399517
     [8,] -6.3998916 25.0405066 -13.6101125 -8.4805666 7.3010128 0.6408552
     [9,] -15.6589805 11.3165793 3.8931204 -0.5935053 -6.7209110 6.3903693
    [10,] -27.8194649 0.7026392 -20.8653554 3.2821421 -0.2797331 13.6958087
    [11,] -12.2135449 -4.3161288 6.9924565 -3.0506808 10.1565913 -3.7860378
    [12,] -6.5905328 -1.2668384 9.6667210 -9.5879913 -14.5456047 -10.7984870
    [13,] -18.1980271 11.4391063 -3.2122690 19.8680279 -14.9931989 -8.3168441
    [14,] -8.1272278 3.1154986 4.7465954 20.1411857 5.1115547 -8.4683843
    [15,] -4.5237023 -0.5370171 -4.7840789 -10.8679503 8.3111972 2.1941570
    [16,] -10.0280955 4.0792783 2.6092086 -1.5331835 1.4097331 4.3719693
    [17,] -2.0150764 10.2158106 -4.0619260 -7.3883259 5.3219277 8.2896330
    [18,] 12.1023962 -21.7215459 0.1527672 -15.7013221 16.0094197 6.3784720
    [19,] 9.8490438 16.6970680 -3.1423014 4.3400565 3.7633415 -3.3486949
    [20,] 5.3329580 0.9539313 -0.7100371 -3.5497543 3.7049539 4.9124069
    [21,] 8.0061775 -0.4411360 -25.4752277 -1.4757002 -11.7912845 3.1200449
    [22,] -4.5920852 -17.9201181 5.0440843 0.7464893 16.3430448 6.2714437
    [23,] 1.8735438 -0.6302322 -20.7442237 -4.0133772 10.9236585 -2.7953466
    [24,] 13.3629459 6.8108075 14.8248923 16.2814445 -22.4247405 -2.0352150
    [25,] 3.2551247 -6.2135172 4.8704894 2.9629249 1.3716913 -6.0169635
    [26,] 3.1735467 -4.9812326 1.8522070 16.8173027 -2.6660957 4.9259153
    [27,] 0.1996309 -7.5197252 13.1409948 0.2252124 5.0020725 8.1718260
    [28,] 0.7972652 2.8539790 6.6906591 22.5509103 -3.1043783 7.0446469
    [29,] -7.4701240 3.6547704 -0.9994367 0.2170807 7.8247091 7.8514880
    [30,] -2.7393760 14.1881559 -4.1079117 -15.4831741 -9.9243151 5.9674544
    [31,] 7.3201502 5.4993771 11.0094878 13.5071967 -1.7639062 -21.8244590
    [32,] -15.7558775 8.9210464 7.2369381 -7.9709123 -19.5643722 4.8062306
    [33,] -1.7250616 8.1153183 -3.3320018 4.9460279 -1.6538631 5.7346599
    [34,] -11.9959143 19.8453502 -2.4712150 -6.6275894 9.9236423 -7.1410434
    [35,] -9.5149876 -10.8015726 -0.6614592 13.0080587 3.9976172 13.4232382
    [36,] 7.1366113 -5.3659317 9.6176205 10.9043930 11.5269577 16.3204198
    [37,] 13.1879362 -11.0351294 2.1101744 -0.1144859 3.5915621 0.4968968
    [38,] -22.0067719 -5.3842152 4.0299760 -4.8977411 -10.9298187 16.9643231
    [39,] 9.2888850 -6.4713944 -18.7792985 4.2771912 -5.0075354 11.1153612
    [40,] 72.1974988 0.6909625 0.4206728 3.4703206 -4.9256182 -13.1514319
    [41,] 0.6909625 93.9889373 0.7341960 2.2671221 -7.6719092 14.8596930
    [42,] 0.4206728 0.7341960 95.2797514 4.8035994 12.6990305 1.1288061
    [43,] 3.4703206 2.2671221 4.8035994 124.0587179 -2.9496599 3.5105968
    [44,] -4.9256182 -7.6719092 12.6990305 -2.9496599 85.8783081 -0.0746986
    [45,] -13.1514319 14.8596930 1.1288061 3.5105968 -0.0746986 82.7822572
    [46,] 10.5069138 9.3062320 -7.5640956 -5.4287392 9.0325316 -20.9094481
    [47,] 16.4905695 -5.1154489 7.4214463 8.0020332 16.3636900 -4.3618658
    [48,] -5.6675192 -9.6238096 11.5898923 3.9588508 6.4105041 10.9357836
    [49,] 5.7990311 -0.3809360 4.6670629 -12.0947780 14.1017233 -12.9940410
    [50,] -11.9042653 19.6663279 17.4260791 20.6031779 -6.2051604 4.3409107
    [51,] -1.9821964 -5.8600959 -6.4886828 14.0105028 9.7728845 8.3124896
    [52,] -1.3863819 -2.9917026 9.8225073 -10.2585729 -5.7344656 -8.5880295
    [53,] -4.7068514 1.1163937 21.1740057 -7.0816946 12.6932821 -0.2243377
    [54,] 4.5706929 -3.6966289 -15.5103242 -2.6770687 -2.8073675 3.5625354
    [55,] 4.6333116 0.6960404 4.0173722 5.0329403 -3.6789990 -2.0128692
    [56,] -1.4256010 -13.8259665 6.2372323 -5.5896159 -2.5268619 12.6090395
    [57,] 2.3052799 24.3886792 -12.5282648 12.3551152 -9.8673276 13.4526519
    [58,] -16.3833700 3.9125686 -24.0929888 -12.1994911 -14.2186196 -8.9567406
    [59,] 9.1868939 5.5718468 -2.4739482 -8.5348544 -7.4898626 -1.9899344
    [60,] -5.2450258 -0.2469396 8.0168266 15.1319430 -2.3941793 1.6452868
     [,46] [,47] [,48] [,49] [,50]
     [1,] 0.81706205 -14.89563153 -3.66245874 -7.0335163 13.8075667
     [2,] -1.57639204 -2.92252067 -5.73661087 13.2718853 0.6395248
     [3,] 6.40120072 9.33883411 -0.70677131 -0.8602332 -12.8937050
     [4,] 0.40996385 3.32722614 7.67969332 -8.2995555 15.5889760
     [5,] -6.05037164 -13.85545621 -6.48912327 -15.4867069 -8.0197245
     [6,] 1.38432836 -5.21303653 14.92572460 -4.7677712 4.5105080
     [7,] 8.09310697 -19.10210054 -5.79510267 -2.2772196 3.9269453
     [8,] 4.73043626 4.81527110 -3.86267239 1.3598465 -10.2666957
     [9,] -14.28856076 -17.96558836 3.42334644 -8.4004932 16.6919805
    [10,] -11.72232435 -4.44741619 14.64064012 0.1755423 9.8470730
    [11,] 3.57359503 1.83373278 24.28867543 -12.3997213 -11.8276204
    [12,] 0.09105131 16.11639123 9.71847294 15.8189454 -4.7425851
    [13,] -12.29194547 17.68120514 1.10840415 -7.6173063 -7.8609493
    [14,] 13.18733605 7.17154977 -22.03734766 0.6054048 8.2913188
    [15,] -5.60154483 -6.95128377 4.67330368 -8.2200601 -20.7133703
    [16,] 12.47620797 7.34646068 2.36535907 -3.6875440 -0.9524554
    [17,] 26.81060913 -16.50745985 0.67930372 4.5457545 15.7937162
    [18,] 19.72735062 -4.26489057 -1.47970462 12.8403634 -26.0894262
    [19,] 10.50759171 12.46777738 -2.62731576 -13.6558710 -3.7315225
    [20,] -11.29876895 -7.41959956 5.72923990 -3.2232052 -3.2041349
    [21,] -4.91921755 1.15519762 9.09588669 -5.2076621 -5.7671739
    [22,] -6.90946567 3.07058080 1.07839537 -2.1376056 -6.0478911
    [23,] -1.45804351 -8.42049389 10.85680478 -16.8267663 -27.1305619
    [24,] 3.61062090 -9.23985806 -8.90450402 -8.3206539 12.6151311
    [25,] -3.56787955 5.71458271 6.50638551 -0.6352358 -0.8896139
    [26,] -9.36216202 -2.41026274 -2.46021437 -14.8432408 6.7079903
    [27,] -20.31699082 -11.22723187 16.27691760 1.8708400 -14.0865182
    [28,] 1.47531376 -21.00032547 -3.79827774 -18.7917364 6.3239594
    [29,] -8.57172009 16.35708827 -4.53755966 -19.7702271 10.5278948
    [30,] 5.37164697 -4.21684434 -7.46242149 -6.0731386 -4.7366732
    [31,] -0.41890229 -0.67782363 15.60979759 2.7220509 14.6570802
    [32,] -25.60233581 0.36745746 17.26956271 1.4341696 1.9292308
    [33,] -4.14829946 -2.98973556 9.04548689 -3.4536831 -15.2837210
    [34,] -5.55745470 -12.03758996 2.04735233 8.9697988 10.6232928
    [35,] -0.16565194 9.00106473 18.37535505 -2.2643766 1.2991504
    [36,] -13.81787607 17.85890267 8.88914305 15.5139581 4.2200054
    [37,] 0.35126807 -15.95909564 5.67550951 -2.7937045 1.4932158
    [38,] 8.97786271 -0.14410929 12.99596388 -10.5219553 15.2954756
    [39,] -2.03857158 -1.69100262 -13.97747807 -10.9013385 -11.0751672
    [40,] 10.50691384 16.49056948 -5.66751917 5.7990311 -11.9042653
    [41,] 9.30623196 -5.11544890 -9.62380957 -0.3809360 19.6663279
    [42,] -7.56409557 7.42144628 11.58989228 4.6670629 17.4260791
    [43,] -5.42873924 8.00203315 3.95885081 -12.0947780 20.6031779
    [44,] 9.03253161 16.36369003 6.41050411 14.1017233 -6.2051604
    [45,] -20.90944813 -4.36186578 10.93578365 -12.9940410 4.3409107
    [46,] 109.07901537 5.47970202 -16.81051302 5.4138772 3.6487490
    [47,] 5.47970202 85.72047207 14.51326891 3.1871260 -15.2414527
    [48,] -16.81051302 14.51326891 112.02097993 1.2701843 -3.9372968
    [49,] 5.41387721 3.18712602 1.27018435 86.7472428 -1.4413132
    [50,] 3.64874895 -15.24145272 -3.93729681 -1.4413132 102.7238319
    [51,] -9.18860606 10.77215175 -10.78965865 15.2220238 17.6275146
    [52,] 6.74460387 0.07144725 3.97194943 0.7024794 1.5958180
    [53,] 9.11626446 -1.90832522 -0.03081983 2.1393438 15.5177777
    [54,] 2.48757091 0.78048365 -3.86006328 17.5203964 -11.6928122
    [55,] 12.03602418 -11.03323044 -9.54315475 3.1933960 8.9454078
    [56,] 8.25669148 -10.99689487 2.94110993 -13.4088281 -1.8314170
    [57,] 0.20293998 -14.50765364 -5.08776222 -6.8968165 0.7427221
    [58,] -0.33061922 -9.08401541 -24.36033336 5.7007932 -18.0851862
    [59,] -14.06834506 -12.84239537 9.42199760 1.8203081 -3.9183913
    [60,] 0.40582863 -1.02653395 -6.35965644 3.6751551 -0.6155979
     [,51] [,52] [,53] [,54] [,55]
     [1,] -9.0796899 -4.32873396 -9.90726067 -6.171883129 4.99585792
     [2,] 7.4333236 10.75826464 15.25026707 15.316118740 5.65285935
     [3,] -2.8553014 25.93216089 -0.28763368 2.370797447 -6.02141613
     [4,] 8.0414439 -11.62666277 13.30069042 -6.942828018 -10.99511825
     [5,] -2.9173032 -11.28899035 11.07500569 -5.827373082 0.04120373
     [6,] 10.7244905 9.53959645 10.64627042 -0.125743348 -1.01807502
     [7,] 6.0416465 -2.44253590 -8.34779335 -5.332241528 9.45549974
     [8,] -0.1173996 -10.61756132 -8.96506471 13.921641681 12.87192012
     [9,] -9.1856969 4.10263909 0.61694190 11.139692107 -23.82440733
    [10,] -5.1426092 -11.67698662 3.99482793 10.839421391 -16.35031887
    [11,] -2.8320362 0.62620701 -11.91741583 -4.355941673 4.95215519
    [12,] 1.2140122 10.24848593 3.82714550 -8.917855733 -7.54289402
    [13,] 12.6593699 11.67179237 -8.15237680 9.474648043 -2.02933397
    [14,] 12.0419747 1.51869212 10.45975083 3.295086087 5.98689520
    [15,] -19.7045849 -7.41354630 -22.37695138 6.133038004 10.35071951
    [16,] -7.5487104 13.38332583 20.32853302 -5.066557407 -5.48992314
    [17,] 4.8441074 -12.89083656 6.09638600 7.273314723 0.23385470
    [18,] 18.3314784 -4.94757154 -1.69986687 -5.519911251 6.24657715
    [19,] 0.2364228 4.43413292 -10.29459042 -5.233955251 -3.58586468
    [20,] -1.4303393 -20.80004924 -3.23445511 -8.995474006 -8.20499065
    [21,] -2.1296585 -9.91050693 -4.18160458 10.529720377 -23.97863113
    [22,] 6.1875941 5.89222712 9.25076266 17.868955869 -23.03569513
    [23,] -8.4460262 8.30210744 -7.74061172 6.452608959 6.13281309
    [24,] -16.6300907 -2.60322153 3.19341713 -2.114292395 20.10581570
    [25,] 9.5580440 7.29182875 -1.43041468 -7.950702244 16.39464940
    [26,] 17.0318148 -4.39067041 -2.41079072 2.739093262 0.53385447
    [27,] -1.6634575 -9.62912490 -7.75403251 1.871449462 4.69920186
    [28,] -12.2095709 14.79915245 2.09934431 5.703109386 5.66435890
    [29,] -8.1233494 -3.23134210 3.64266779 -2.585629921 1.86522893
    [30,] -12.0499028 7.23817654 -8.55158536 -0.326111180 15.47642064
    [31,] -15.5834278 24.05736586 14.68250849 -10.398508714 -9.63047874
    [32,] -7.2653835 3.68644522 2.33693453 2.675969190 5.24774537
    [33,] -10.2678670 -6.23738989 -31.29516993 -4.729620151 1.63192804
    [34,] -22.6167097 8.92180959 1.86415365 -17.076556133 -12.63494689
    [35,] 6.0036708 -4.54470922 -3.06521688 -0.007751343 -23.80724321
    [36,] 11.3344206 -1.67458833 12.63823016 -5.151484277 -7.40113136
    [37,] 6.8787113 -7.37690224 -5.13602083 2.450623449 11.07341440
    [38,] 4.0271504 9.03672954 5.72695860 2.904412967 -7.64123293
    [39,] -11.8569945 -12.34731519 -4.02729961 5.429962332 5.62701012
    [40,] -1.9821964 -1.38638192 -4.70685142 4.570692872 4.63331156
    [41,] -5.8600959 -2.99170258 1.11639365 -3.696628944 0.69604041
    [42,] -6.4886828 9.82250732 21.17400567 -15.510324152 4.01737218
    [43,] 14.0105028 -10.25857288 -7.08169460 -2.677068745 5.03294032
    [44,] 9.7728845 -5.73446565 12.69328207 -2.807367509 -3.67899905
    [45,] 8.3124896 -8.58802950 -0.22433770 3.562535367 -2.01286918
    [46,] -9.1886061 6.74460387 9.11626446 2.487570915 12.03602418
    [47,] 10.7721518 0.07144725 -1.90832522 0.780483650 -11.03323044
    [48,] -10.7896586 3.97194943 -0.03081983 -3.860063279 -9.54315475
    [49,] 15.2220238 0.70247935 2.13934379 17.520396391 3.19339602
    [50,] 17.6275146 1.59581799 15.51777771 -11.692812206 8.94540779
    [51,] 99.5698366 -3.45863220 -4.40483487 16.229316989 -5.65402492
    [52,] -3.4586322 83.31138216 16.90596973 10.270176753 -6.82145304
    [53,] -4.4048349 16.90596973 85.52483435 -21.062584106 4.98414483
    [54,] 16.2293170 10.27017675 -21.06258411 87.783848512 3.90981815
    [55,] -5.6540249 -6.82145304 4.98414483 3.909818151 94.81962267
    [56,] -8.5260253 4.21871621 5.84503907 -11.446699138 -8.25330350
    [57,] -5.9829167 -15.79507721 -6.14216935 -3.318530423 8.11839423
    [58,] 3.3300019 -2.36614933 -13.31980264 20.961968491 5.03863407
    [59,] -9.6947232 -4.81955980 5.56666392 -0.447878736 -1.86118373
    [60,] 1.5522016 8.80204022 4.51368535 10.807604250 9.92372728
     [,56] [,57] [,58] [,59] [,60]
     [1,] -4.71298584 3.6224919 -1.3240313 -6.7569798 -1.1860511
     [2,] -0.10618025 1.7806911 11.3936851 9.1648912 -7.2342245
     [3,] 14.72548202 -10.5527952 -11.3060818 -3.4034932 -7.4915796
     [4,] 16.26833386 14.3426088 0.4766264 -1.7722203 -10.3121088
     [5,] 14.49898434 6.6458542 -6.5813949 8.2760724 21.2407882
     [6,] -7.66313532 8.7154727 -3.0770475 1.4715710 0.5854433
     [7,] -14.09066844 0.7216291 5.4841867 3.6168567 -24.7466810
     [8,] 4.23675280 9.8478937 -0.5374688 -13.5260934 3.8821314
     [9,] -2.08159278 -11.9392657 1.3537766 -7.9967984 -3.4121131
    [10,] 7.40761485 12.7197734 2.1415518 7.7892446 2.0977651
    [11,] -4.05459196 -16.7897377 -6.9942871 14.2236878 -2.2016587
    [12,] 4.60086065 -9.7337955 -1.0482847 -0.9959113 -0.8283364
    [13,] -23.00393501 -1.2158018 9.3010339 -1.3826220 -2.1744033
    [14,] 1.08157002 -3.2335439 -8.2860585 -5.8602007 2.5441734
    [15,] -7.04055442 5.4539729 15.5843463 3.6948226 13.4415306
    [16,] 21.14264095 -0.6667444 7.3777070 6.9436033 8.4299586
    [17,] 18.00385508 -3.0611771 12.8822657 -5.2126315 -7.6266346
    [18,] 23.67670321 -3.8731502 -1.5444936 -7.1368378 -1.2321708
    [19,] 0.01004236 -20.6930307 7.9497370 -4.3895570 -11.9105280
    [20,] -2.05085589 -5.9006744 2.5484288 -11.2424956 0.9621778
    [21,] 3.50299402 3.2310017 1.9145303 6.4796176 -12.2080998
    [22,] 8.49823348 8.3228603 -4.8995776 0.2535846 -10.8380162
    [23,] 12.39584307 13.4945784 1.8282309 10.4381601 -8.5024373
    [24,] -8.99185267 -3.9386709 -1.4503746 -2.9725994 1.1283349
    [25,] -12.31949576 4.5939683 -6.8245065 11.2740162 6.6321765
    [26,] 8.18526867 14.2777336 4.6659709 2.1953090 7.1480537
    [27,] -8.99777322 -3.2521830 -5.6483284 20.6223209 10.6897076
    [28,] 10.00328739 17.9415572 -9.2245041 13.5272761 8.8896631
    [29,] -10.55750188 -1.3254102 -18.1968041 3.8107774 1.7539299
    [30,] -11.97758436 -0.7656068 7.2561074 12.1862253 18.4999670
    [31,] 9.45820320 -9.5999281 -16.8810396 4.2149474 13.8116213
    [32,] -6.93731660 4.3033465 5.4264932 -9.4325657 -7.3435927
    [33,] 12.15203878 16.8515243 -0.8225964 1.7264171 -17.3271244
    [34,] -5.46646561 -8.6660153 -4.2171503 -8.8747289 14.6399957
    [35,] 10.00231976 15.2366496 -8.9196750 -17.1878200 -6.6416784
    [36,] 3.94143339 6.0984521 -19.4438805 -8.0322873 5.5495903
    [37,] -14.29422063 12.1804150 -6.2130939 2.5603477 0.9587113
    [38,] 15.27701208 5.4085763 -12.5925448 6.6252472 5.4066275
    [39,] 9.21915835 4.9693770 22.4600508 -5.1867490 -9.0697539
    [40,] -1.42560100 2.3052799 -16.3833700 9.1868939 -5.2450258
    [41,] -13.82596647 24.3886792 3.9125686 5.5718468 -0.2469396
    [42,] 6.23723227 -12.5282648 -24.0929888 -2.4739482 8.0168266
    [43,] -5.58961594 12.3551152 -12.1994911 -8.5348544 15.1319430
    [44,] -2.52686186 -9.8673276 -14.2186196 -7.4898626 -2.3941793
    [45,] 12.60903947 13.4526519 -8.9567406 -1.9899344 1.6452868
    [46,] 8.25669148 0.2029400 -0.3306192 -14.0683451 0.4058286
    [47,] -10.99689487 -14.5076536 -9.0840154 -12.8423954 -1.0265339
    [48,] 2.94110993 -5.0877622 -24.3603334 9.4219976 -6.3596564
    [49,] -13.40882806 -6.8968165 5.7007932 1.8203081 3.6751551
    [50,] -1.83141703 0.7427221 -18.0851862 -3.9183913 -0.6155979
    [51,] -8.52602534 -5.9829167 3.3300019 -9.6947232 1.5522016
    [52,] 4.21871621 -15.7950772 -2.3661493 -4.8195598 8.8020402
    [53,] 5.84503907 -6.1421693 -13.3198026 5.5666639 4.5136853
    [54,] -11.44669914 -3.3185304 20.9619685 -0.4478787 10.8076043
    [55,] -8.25330350 8.1183942 5.0386341 -1.8611837 9.9237273
    [56,] 114.10139591 13.1259608 0.6456431 -19.1281867 -3.7022355
    [57,] 13.12596085 109.5229051 -1.8059321 -5.8334050 0.4987011
    [58,] 0.64564305 -1.8059321 90.4925031 6.6639200 6.1532960
    [59,] -19.12818670 -5.8334050 6.6639200 99.0036297 7.5371517
    [60,] -3.70223547 0.4987011 6.1532960 7.5371517 93.3635495
    >
    > # with DelayedArray
    > XD <- DelayedArray(X)
    > bdCrossprod(XD)
    Error in bdCrossprod(XD) : No such namespace: beachmat.
    Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.99.14
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘BigDataStatMeth_hdf5.Rmd’ using rmarkdown
    --- finished re-building ‘BigDataStatMeth_hdf5.Rmd’
    
    --- re-building ‘BigDataStatMeth_memory.Rmd’ using rmarkdown
    Loading required package: stats4
    Loading required package: BiocGenerics
    
    Attaching package: 'BiocGenerics'
    
    The following objects are masked from 'package:stats':
    
     IQR, mad, sd, var, xtabs
    
    The following objects are masked from 'package:base':
    
     Filter, Find, Map, Position, Reduce, anyDuplicated, append,
     as.data.frame, basename, cbind, colnames, dirname, do.call,
     duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
     lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
     pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
     tapply, union, unique, unsplit, which.max, which.min
    
    Loading required package: MatrixGenerics
    Loading required package: matrixStats
    
    Attaching package: 'MatrixGenerics'
    
    The following objects are masked from 'package:matrixStats':
    
     colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
     colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
     colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
     colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
     colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
     colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
     colWeightedMeans, colWeightedMedians, colWeightedSds,
     colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
     rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
     rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
     rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
     rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
     rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
     rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
     rowWeightedSds, rowWeightedVars
    
    Loading required package: S4Vectors
    
    Attaching package: 'S4Vectors'
    
    The following objects are masked from 'package:Matrix':
    
     expand, unname
    
    The following objects are masked from 'package:base':
    
     I, expand.grid, unname
    
    Loading required package: IRanges
    
    Attaching package: 'DelayedArray'
    
    The following objects are masked from 'package:base':
    
     aperm, apply, rowsum, scale, sweep
    
    Quitting from lines 155-160 (BigDataStatMeth_memory.Rmd)
    Error: processing vignette 'BigDataStatMeth_memory.Rmd' failed with diagnostics:
    argument is of length zero
    --- failed re-building ‘BigDataStatMeth_memory.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘BigDataStatMeth_memory.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.99.14
Check: examples
Result: ERROR
    Running examples in ‘BigDataStatMeth-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: bdCrossprod
    > ### Title: Crossproduct of DelayedArray
    > ### Aliases: bdCrossprod
    >
    > ### ** Examples
    >
    >
    > library(DelayedArray)
    Loading required package: stats4
    Loading required package: Matrix
    Loading required package: BiocGenerics
    Loading required package: parallel
    
    Attaching package: ‘BiocGenerics’
    
    The following objects are masked from ‘package:parallel’:
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
    The following objects are masked from ‘package:stats’:
    
     IQR, mad, sd, var, xtabs
    
    The following objects are masked from ‘package:base’:
    
     Filter, Find, Map, Position, Reduce, anyDuplicated, append,
     as.data.frame, basename, cbind, colnames, dirname, do.call,
     duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
     lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
     pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
     tapply, union, unique, unsplit, which.max, which.min
    
    Loading required package: MatrixGenerics
    Loading required package: matrixStats
    
    Attaching package: ‘MatrixGenerics’
    
    The following objects are masked from ‘package:matrixStats’:
    
     colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
     colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
     colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
     colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
     colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
     colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
     colWeightedMeans, colWeightedMedians, colWeightedSds,
     colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
     rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
     rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
     rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
     rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
     rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
     rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
     rowWeightedSds, rowWeightedVars
    
    Loading required package: S4Vectors
    
    Attaching package: ‘S4Vectors’
    
    The following objects are masked from ‘package:Matrix’:
    
     expand, unname
    
    The following objects are masked from ‘package:base’:
    
     I, expand.grid, unname
    
    Loading required package: IRanges
    
    Attaching package: ‘DelayedArray’
    
    The following objects are masked from ‘package:base’:
    
     aperm, apply, rowsum, scale, sweep
    
    >
    > n <- 100
    > p <- 60
    >
    > X <- matrix(rnorm(n*p), nrow=n, ncol=p)
    >
    > # without DelayedArray
    > bdCrossprod(X)
     [,1] [,2] [,3] [,4] [,5]
     [1,] 81.0550927 -0.49637465 2.01369284 -3.8857354 14.86778280
     [2,] -0.4963746 90.97864395 -4.97067333 -5.6891795 15.14248536
     [3,] 2.0136928 -4.97067333 105.98885926 11.4017437 3.44053581
     [4,] -3.8857354 -5.68917953 11.40174373 97.6248135 2.54128247
     [5,] 14.8677828 15.14248536 3.44053581 2.5412825 135.58443168
     [6,] -9.9308029 -1.67862986 -4.27357031 -9.4305103 -9.97619997
     [7,] 6.1193988 -8.41344754 -4.44296865 -14.6254464 8.80802449
     [8,] 3.5003399 6.99323931 -16.14234131 2.2905400 12.80999664
     [9,] 6.6733596 -0.07540405 0.09717535 23.3515608 10.29227400
    [10,] 8.2828486 -1.73918478 -19.85067297 12.3644248 -11.39701974
    [11,] -12.6899584 -10.55007247 -3.58096248 0.1756843 0.34051618
    [12,] -8.2304039 -1.70465616 -3.71431805 -0.2999867 -6.38310283
    [13,] 1.4496223 12.99341581 4.43733418 -14.9974984 5.30490324
    [14,] -8.4957559 -1.97108062 -5.98270438 -13.9543771 5.99821064
    [15,] 0.3951284 -11.84869423 -17.88749642 9.8725465 9.37189613
    [16,] -4.2885569 2.42618160 -16.25187198 27.0340707 -1.14375626
    [17,] 15.1748202 7.01298176 8.42226926 10.1849476 4.55937206
    [18,] -4.2366820 -17.43834945 0.63102984 -8.1880753 -3.00472336
    [19,] -8.2669963 -9.80927338 17.39196801 13.6905870 -6.46861183
    [20,] 13.2812089 -2.46404728 -21.26770104 -11.5316647 13.18801312
    [21,] 7.0059986 14.55441470 14.85358722 6.7322927 2.35729077
    [22,] -9.5864098 -1.17419382 13.12187592 21.9667601 -0.54474061
    [23,] -12.2468856 10.40840781 0.75234045 -9.3812652 -7.19742001
    [24,] 7.7366750 -0.77942174 -4.92268477 3.6095945 -0.27578344
    [25,] 6.1591597 -17.24162009 24.24584213 -10.3936819 9.77829058
    [26,] -2.9364207 -1.17613356 -3.37556371 0.9497670 -10.73390060
    [27,] -5.8093689 -10.19317056 -12.91751960 4.9441268 -2.17886264
    [28,] -2.1418544 -7.64386166 -10.25710418 -17.9238494 -5.46093653
    [29,] -3.3616555 6.23083925 -0.72688249 6.4304600 -3.32930573
    [30,] 0.9787916 -0.96722537 3.65942173 -5.2595178 -11.80750921
    [31,] 13.4880815 13.73124163 7.86566537 5.4145375 16.47559432
    [32,] -8.5350709 4.97935331 -18.94437263 -7.1166255 -3.94259710
    [33,] 8.6730844 -6.04526479 -6.90749229 -6.7426107 11.38690364
    [34,] 18.8718720 -18.30891756 -4.78415378 -2.6120459 4.78721117
    [35,] 10.4461472 -19.80551900 13.83424085 8.6692713 -5.96260527
    [36,] -4.2049190 -15.42814473 6.74612837 20.7092792 -6.50488204
    [37,] -1.3401418 11.22477166 2.56160838 -7.1410463 20.69698981
    [38,] 1.0872075 -6.48636459 -5.59717144 -9.3490896 -17.64891354
    [39,] 2.8236842 -5.91075329 10.97163831 -12.0023946 -31.87371620
    [40,] -1.1263198 -0.10850037 12.44409357 1.2722152 -2.79631946
    [41,] -7.6923612 -0.34393030 -8.94232685 1.9809870 -1.41626686
    [42,] -15.2538768 -3.80199010 -9.18411509 -5.4950602 4.27020408
    [43,] -0.5163611 -15.56276982 -12.03516701 4.0218935 -22.48306241
    [44,] -3.2395209 -11.32164419 3.39333143 8.9402307 -6.27990242
    [45,] 2.6191508 -13.10669813 5.80668782 9.6692926 -4.22786269
    [46,] 0.8170621 -1.57639204 6.40120072 0.4099638 -6.05037164
    [47,] -14.8956315 -2.92252067 9.33883411 3.3272261 -13.85545621
    [48,] -3.6624587 -5.73661087 -0.70677131 7.6796933 -6.48912327
    [49,] -7.0335163 13.27188528 -0.86023319 -8.2995555 -15.48670692
    [50,] 13.8075667 0.63952484 -12.89370498 15.5889760 -8.01972453
    [51,] -9.0796899 7.43332364 -2.85530142 8.0414439 -2.91730319
    [52,] -4.3287340 10.75826464 25.93216089 -11.6266628 -11.28899035
    [53,] -9.9072607 15.25026707 -0.28763368 13.3006904 11.07500569
    [54,] -6.1718831 15.31611874 2.37079745 -6.9428280 -5.82737308
    [55,] 4.9958579 5.65285935 -6.02141613 -10.9951182 0.04120373
    [56,] -4.7129858 -0.10618025 14.72548202 16.2683339 14.49898434
    [57,] 3.6224919 1.78069113 -10.55279524 14.3426088 6.64585422
    [58,] -1.3240313 11.39368507 -11.30608184 0.4766264 -6.58139490
    [59,] -6.7569798 9.16489117 -3.40349318 -1.7722203 8.27607243
    [60,] -1.1860511 -7.23422450 -7.49157959 -10.3121088 21.24078823
     [,6] [,7] [,8] [,9] [,10] [,11]
     [1,] -9.9308029 6.1193988 3.5003399 6.67335956 8.2828486 -12.6899584
     [2,] -1.6786299 -8.4134475 6.9932393 -0.07540405 -1.7391848 -10.5500725
     [3,] -4.2735703 -4.4429687 -16.1423413 0.09717535 -19.8506730 -3.5809625
     [4,] -9.4305103 -14.6254464 2.2905400 23.35156081 12.3644248 0.1756843
     [5,] -9.9762000 8.8080245 12.8099966 10.29227400 -11.3970197 0.3405162
     [6,] 92.6151553 1.6824797 -16.1627513 15.87237738 -6.4415196 -5.0996671
     [7,] 1.6824797 119.6356049 11.6144904 0.11941823 -9.4522555 2.5440995
     [8,] -16.1627513 11.6144904 119.2029246 -4.05189872 8.5882169 7.8610494
     [9,] 15.8723774 0.1194182 -4.0518987 117.27864397 22.6663154 -14.0915232
    [10,] -6.4415196 -9.4522555 8.5882169 22.66631536 110.1512540 3.3203161
    [11,] -5.0996671 2.5440995 7.8610494 -14.09152322 3.3203161 104.9804330
    [12,] -1.8453425 0.6877980 -2.4614510 -16.59976863 -1.0763712 12.0760430
    [13,] 8.2014806 9.9893558 -1.4408390 -1.67816543 20.3418426 6.1942670
    [14,] 3.3580841 -3.7386492 4.1805392 -16.31583950 -1.2456966 9.0118068
    [15,] -6.9700306 10.9840256 27.8575541 10.40659562 -18.7870573 8.9206000
    [16,] -6.3081705 -16.9543882 23.3717097 -2.80003547 23.9726241 7.2713315
    [17,] 0.6803194 18.7831707 -20.3449411 6.29491288 15.7004316 -6.6514306
    [18,] 11.3677988 -1.2199254 -18.8399141 -10.85707531 -9.8132425 -16.6435175
    [19,] -0.1276837 -2.1616072 -6.9254815 29.94729273 -14.7677297 4.8861188
    [20,] -20.1841288 14.6906494 27.6148127 1.39049635 -1.9705054 4.8560776
    [21,] -1.5498570 -5.3407762 -21.5770083 5.32174958 4.7675964 1.9687727
    [22,] -12.6944969 -7.1119379 -1.1671080 25.23981082 15.2182413 3.1359897
    [23,] 7.6833451 14.3016682 -1.6372096 -10.09821896 6.6159484 11.1043217
    [24,] 8.1890417 -9.4794336 -8.5880521 -1.10520514 -17.4224920 5.2493575
    [25,] -3.1550401 -11.3552345 -10.0994053 -0.63600962 1.6201849 11.8080087
    [26,] 11.3794056 9.6759770 -20.9505389 -4.21151930 0.2571942 5.1374407
    [27,] -8.3360623 7.9102357 -9.5290162 1.26859205 11.4465606 17.2226333
    [28,] 13.1359311 4.2280627 5.3034441 6.44903849 13.2959147 -7.3031668
    [29,] -5.9681800 6.7815310 6.2854904 3.80969559 4.5802715 6.6750778
    [30,] -6.4608860 13.7115207 13.2301872 0.51246914 4.0796638 24.3345206
    [31,] -19.8791498 -8.4822482 5.9745112 6.77775333 -2.0729250 1.9248054
    [32,] -1.5056574 -16.9305186 -10.7897586 -9.53881281 -3.2293712 15.7449157
    [33,] 1.0963879 13.5435890 11.9088236 -10.43685377 -8.3985770 27.2198772
    [34,] -0.1504193 5.8814935 -1.0552062 43.32424265 17.4151022 -18.3426481
    [35,] 11.8937863 -6.0708949 -10.0586370 12.73896910 1.5692205 -6.9742599
    [36,] 15.1913562 3.9524892 -5.1856369 0.18945220 -9.0505385 -0.2662558
    [37,] 19.5178730 31.1676150 3.3916654 -7.96846286 -11.8794845 1.7917374
    [38,] 23.2267867 -2.3904429 2.2681612 7.49588115 25.1116050 8.7577301
    [39,] 5.8299620 2.4156617 -16.4873916 1.21704035 -4.7642068 -4.5065091
    [40,] -5.3580017 10.2012898 -6.3998916 -15.65898054 -27.8194649 -12.2135449
    [41,] -0.3101817 3.7769307 25.0405066 11.31657934 0.7026392 -4.3161288
    [42,] 13.8669035 -11.7519580 -13.6101125 3.89312041 -20.8653554 6.9924565
    [43,] -4.9965045 -5.4890376 -8.4805666 -0.59350526 3.2821421 -3.0506808
    [44,] -1.5279292 -4.0431082 7.3010128 -6.72091102 -0.2797331 10.1565913
    [45,] -2.2088535 -2.3399517 0.6408552 6.39036929 13.6958087 -3.7860378
    [46,] 1.3843284 8.0931070 4.7304363 -14.28856076 -11.7223243 3.5735950
    [47,] -5.2130365 -19.1021005 4.8152711 -17.96558836 -4.4474162 1.8337328
    [48,] 14.9257246 -5.7951027 -3.8626724 3.42334644 14.6406401 24.2886754
    [49,] -4.7677712 -2.2772196 1.3598465 -8.40049324 0.1755423 -12.3997213
    [50,] 4.5105080 3.9269453 -10.2666957 16.69198046 9.8470730 -11.8276204
    [51,] 10.7244905 6.0416465 -0.1173996 -9.18569693 -5.1426092 -2.8320362
    [52,] 9.5395965 -2.4425359 -10.6175613 4.10263909 -11.6769866 0.6262070
    [53,] 10.6462704 -8.3477934 -8.9650647 0.61694190 3.9948279 -11.9174158
    [54,] -0.1257433 -5.3322415 13.9216417 11.13969211 10.8394214 -4.3559417
    [55,] -1.0180750 9.4554997 12.8719201 -23.82440733 -16.3503189 4.9521552
    [56,] -7.6631353 -14.0906684 4.2367528 -2.08159278 7.4076149 -4.0545920
    [57,] 8.7154727 0.7216291 9.8478937 -11.93926571 12.7197734 -16.7897377
    [58,] -3.0770475 5.4841867 -0.5374688 1.35377657 2.1415518 -6.9942871
    [59,] 1.4715710 3.6168567 -13.5260934 -7.99679840 7.7892446 14.2236878
    [60,] 0.5854433 -24.7466810 3.8821314 -3.41211305 2.0977651 -2.2016587
     [,12] [,13] [,14] [,15] [,16]
     [1,] -8.23040387 1.4496223 -8.49575588 0.3951284 -4.28855692
     [2,] -1.70465616 12.9934158 -1.97108062 -11.8486942 2.42618160
     [3,] -3.71431805 4.4373342 -5.98270438 -17.8874964 -16.25187198
     [4,] -0.29998675 -14.9974984 -13.95437710 9.8725465 27.03407070
     [5,] -6.38310283 5.3049032 5.99821064 9.3718961 -1.14375626
     [6,] -1.84534249 8.2014806 3.35808405 -6.9700306 -6.30817048
     [7,] 0.68779795 9.9893558 -3.73864915 10.9840256 -16.95438821
     [8,] -2.46145102 -1.4408390 4.18053919 27.8575541 23.37170967
     [9,] -16.59976863 -1.6781654 -16.31583950 10.4065956 -2.80003547
    [10,] -1.07637119 20.3418426 -1.24569660 -18.7870573 23.97262408
    [11,] 12.07604300 6.1942670 9.01180676 8.9206000 7.27133155
    [12,] 98.60388865 -7.6166663 10.89566109 -7.8020127 7.58517814
    [13,] -7.61666634 121.0017341 11.52244153 -9.2727555 -7.00399484
    [14,] 10.89566109 11.5224415 76.72945495 -8.9665810 -3.67961616
    [15,] -7.80201266 -9.2727555 -8.96658102 107.3580700 0.43275375
    [16,] 7.58517814 -7.0039948 -3.67961616 0.4327538 110.97490736
    [17,] 9.38464195 -5.8545270 4.36282152 -11.1446383 -10.38680267
    [18,] -5.58745038 -37.5953160 -0.35537202 15.9698014 -1.20622219
    [19,] -1.17750565 5.3416462 -1.34514168 14.7193671 -6.82665444
    [20,] -8.39160439 -8.8354351 1.77566438 18.7733665 -3.63619859
    [21,] 6.44822518 -19.1552929 -6.04359546 -5.2880816 2.63048866
    [22,] 1.99300459 -22.7459413 -1.04203213 -14.8758425 18.49511303
    [23,] -10.79084056 3.4495101 -4.64765984 8.6389633 0.05980191
    [24,] -12.99284637 8.4991441 6.17684247 -4.6719039 -11.14666363
    [25,] 8.95283791 -1.6254482 3.53129765 -0.9378391 -14.31942789
    [26,] 0.37378162 -14.3297808 -8.36040653 -13.5081868 -14.71256866
    [27,] -11.42572380 9.9501374 0.01235073 14.7033954 -9.69667985
    [28,] -16.15095583 10.3673934 4.25081253 12.1604317 -16.32569986
    [29,] -5.44233707 4.1789079 5.07830763 -9.3144870 -13.02448369
    [30,] -0.10534698 -1.8199764 -7.02271021 17.6708026 -10.36570916
    [31,] 14.20007773 7.9646057 7.02901872 1.1232597 22.60102789
    [32,] 21.09186970 13.6775140 -4.65006958 2.4581544 -8.47146321
    [33,] 13.25266195 2.4793105 1.09225173 4.3253521 3.89801205
    [34,] 3.57954656 -7.1598871 -6.88138496 -3.7363873 0.04905736
    [35,] -1.59318397 0.2854147 -17.33883370 -3.7889007 -11.32999213
    [36,] -4.31596340 -3.0591026 -4.50393344 4.3416240 8.27015857
    [37,] -13.26062009 -20.2683922 -6.33349086 -3.8257496 -15.77446437
    [38,] 20.70917274 13.1342603 10.29352270 -4.1905405 14.51413425
    [39,] -8.02739554 -9.0520162 -2.11419929 -8.2641532 -3.88301287
    [40,] -6.59053281 -18.1980271 -8.12722779 -4.5237023 -10.02809549
    [41,] -1.26683845 11.4391063 3.11549857 -0.5370171 4.07927831
    [42,] 9.66672100 -3.2122690 4.74659544 -4.7840789 2.60920858
    [43,] -9.58799134 19.8680279 20.14118570 -10.8679503 -1.53318345
    [44,] -14.54560472 -14.9931989 5.11155467 8.3111972 1.40973309
    [45,] -10.79848698 -8.3168441 -8.46838425 2.1941570 4.37196930
    [46,] 0.09105131 -12.2919455 13.18733605 -5.6015448 12.47620797
    [47,] 16.11639123 17.6812051 7.17154977 -6.9512838 7.34646068
    [48,] 9.71847294 1.1084042 -22.03734766 4.6733037 2.36535907
    [49,] 15.81894545 -7.6173063 0.60540483 -8.2200601 -3.68754395
    [50,] -4.74258509 -7.8609493 8.29131879 -20.7133703 -0.95245541
    [51,] 1.21401225 12.6593699 12.04197470 -19.7045849 -7.54871040
    [52,] 10.24848593 11.6717924 1.51869212 -7.4135463 13.38332583
    [53,] 3.82714550 -8.1523768 10.45975083 -22.3769514 20.32853302
    [54,] -8.91785573 9.4746480 3.29508609 6.1330380 -5.06655741
    [55,] -7.54289402 -2.0293340 5.98689520 10.3507195 -5.48992314
    [56,] 4.60086065 -23.0039350 1.08157002 -7.0405544 21.14264095
    [57,] -9.73379549 -1.2158018 -3.23354390 5.4539729 -0.66674445
    [58,] -1.04828467 9.3010339 -8.28605846 15.5843463 7.37770699
    [59,] -0.99591130 -1.3826220 -5.86020072 3.6948226 6.94360326
    [60,] -0.82833637 -2.1744033 2.54417343 13.4415306 8.42995862
     [,17] [,18] [,19] [,20] [,21] [,22]
     [1,] 15.1748202 -4.2366820 -8.266996289 13.2812089 7.0059986 -9.5864098
     [2,] 7.0129818 -17.4383495 -9.809273375 -2.4640473 14.5544147 -1.1741938
     [3,] 8.4222693 0.6310298 17.391968015 -21.2677010 14.8535872 13.1218759
     [4,] 10.1849476 -8.1880753 13.690586974 -11.5316647 6.7322927 21.9667601
     [5,] 4.5593721 -3.0047234 -6.468611834 13.1880131 2.3572908 -0.5447406
     [6,] 0.6803194 11.3677988 -0.127683663 -20.1841288 -1.5498570 -12.6944969
     [7,] 18.7831707 -1.2199254 -2.161607207 14.6906494 -5.3407762 -7.1119379
     [8,] -20.3449411 -18.8399141 -6.925481516 27.6148127 -21.5770083 -1.1671080
     [9,] 6.2949129 -10.8570753 29.947292732 1.3904964 5.3217496 25.2398108
    [10,] 15.7004316 -9.8132425 -14.767729673 -1.9705054 4.7675964 15.2182413
    [11,] -6.6514306 -16.6435175 4.886118777 4.8560776 1.9687727 3.1359897
    [12,] 9.3846420 -5.5874504 -1.177505650 -8.3916044 6.4482252 1.9930046
    [13,] -5.8545270 -37.5953160 5.341646237 -8.8354351 -19.1552929 -22.7459413
    [14,] 4.3628215 -0.3553720 -1.345141676 1.7756644 -6.0435955 -1.0420321
    [15,] -11.1446383 15.9698014 14.719367090 18.7733665 -5.2880816 -14.8758425
    [16,] -10.3868027 -1.2062222 -6.826654436 -3.6361986 2.6304887 18.4951130
    [17,] 98.5891759 14.3491336 -4.926681729 -11.0722228 11.4758519 -10.2124982
    [18,] 14.3491336 138.2404985 21.166760334 -10.2366184 7.4891446 -5.7118275
    [19,] -4.9266817 21.1667603 113.096074711 -16.8206812 4.9646072 -1.3588541
    [20,] -11.0722228 -10.2366184 -16.820681155 111.1701492 -1.0448225 -18.1813419
    [21,] 11.4758519 7.4891446 4.964607223 -1.0448225 112.0009165 -1.3631030
    [22,] -10.2124982 -5.7118275 -1.358854081 -18.1813419 -1.3631030 120.0888776
    [23,] 11.0990464 14.7461934 12.095382478 -5.1518096 16.6051156 -18.0746616
    [24,] -6.1780633 2.6564245 5.843212556 9.8464968 -0.5550957 -16.2475112
    [25,] -1.1102267 -8.1646028 12.908564370 -17.3503407 4.6114630 7.5752142
    [26,] -0.7240485 11.6328548 3.053821270 -3.5160843 12.8201138 -2.9752687
    [27,] 6.0314236 12.2191971 -12.533871034 9.6266202 4.1645827 -1.5353937
    [28,] 1.1051727 24.2105479 0.558452987 -3.3607031 -6.7101594 -1.3682388
    [29,] -2.5956085 -10.5135310 3.003410515 -19.7206131 8.0641715 16.2779084
    [30,] 4.3089171 -1.3694619 -1.858509035 -7.3055127 4.4707580 -4.9302690
    [31,] 13.8040503 -21.2764510 5.110708767 -0.2186243 -1.9434242 4.7856345
    [32,] 2.5134054 1.1069917 8.427970653 -13.5431775 16.4373230 -22.5482847
    [33,] -6.8632516 3.7992823 19.607062159 9.1328397 -9.4895654 2.0059235
    [34,] 3.0303950 -6.5118486 -1.339739387 -5.6179181 -19.1204403 14.3117199
    [35,] -0.9712866 12.0974582 6.004544454 -3.9549857 11.3000801 15.0116458
    [36,] -2.1587755 -6.4725011 -23.660948450 4.9768621 -2.3725709 -8.7312122
    [37,] -8.0017451 11.9941997 -10.680827310 21.6080413 3.5527786 -1.6388284
    [38,] 8.9077355 -3.9308374 -8.155254766 -10.1512175 -2.5397686 9.0533104
    [39,] -3.5848832 -6.9900285 -0.002666076 3.8610397 11.3281298 -0.6058378
    [40,] -2.0150764 12.1023962 9.849043836 5.3329580 8.0061775 -4.5920852
    [41,] 10.2158106 -21.7215459 16.697068001 0.9539313 -0.4411360 -17.9201181
    [42,] -4.0619260 0.1527672 -3.142301432 -0.7100371 -25.4752277 5.0440843
    [43,] -7.3883259 -15.7013221 4.340056472 -3.5497543 -1.4757002 0.7464893
    [44,] 5.3219277 16.0094197 3.763341455 3.7049539 -11.7912845 16.3430448
    [45,] 8.2896330 6.3784720 -3.348694948 4.9124069 3.1200449 6.2714437
    [46,] 26.8106091 19.7273506 10.507591710 -11.2987690 -4.9192175 -6.9094657
    [47,] -16.5074599 -4.2648906 12.467777379 -7.4195996 1.1551976 3.0705808
    [48,] 0.6793037 -1.4797046 -2.627315760 5.7292399 9.0958867 1.0783954
    [49,] 4.5457545 12.8403634 -13.655871042 -3.2232052 -5.2076621 -2.1376056
    [50,] 15.7937162 -26.0894262 -3.731522504 -3.2041349 -5.7671739 -6.0478911
    [51,] 4.8441074 18.3314784 0.236422769 -1.4303393 -2.1296585 6.1875941
    [52,] -12.8908366 -4.9475715 4.434132918 -20.8000492 -9.9105069 5.8922271
    [53,] 6.0963860 -1.6998669 -10.294590416 -3.2344551 -4.1816046 9.2507627
    [54,] 7.2733147 -5.5199113 -5.233955251 -8.9954740 10.5297204 17.8689559
    [55,] 0.2338547 6.2465771 -3.585864679 -8.2049907 -23.9786311 -23.0356951
    [56,] 18.0038551 23.6767032 0.010042364 -2.0508559 3.5029940 8.4982335
    [57,] -3.0611771 -3.8731502 -20.693030681 -5.9006744 3.2310017 8.3228603
    [58,] 12.8822657 -1.5444936 7.949736983 2.5484288 1.9145303 -4.8995776
    [59,] -5.2126315 -7.1368378 -4.389556996 -11.2424956 6.4796176 0.2535846
    [60,] -7.6266346 -1.2321708 -11.910528045 0.9621778 -12.2080998 -10.8380162
     [,23] [,24] [,25] [,26] [,27] [,28]
     [1,] -12.24688561 7.7366750 6.1591597 -2.9364207 -5.80936886 -2.1418544
     [2,] 10.40840781 -0.7794217 -17.2416201 -1.1761336 -10.19317056 -7.6438617
     [3,] 0.75234045 -4.9226848 24.2458421 -3.3755637 -12.91751960 -10.2571042
     [4,] -9.38126524 3.6095945 -10.3936819 0.9497670 4.94412676 -17.9238494
     [5,] -7.19742001 -0.2757834 9.7782906 -10.7339006 -2.17886264 -5.4609365
     [6,] 7.68334514 8.1890417 -3.1550401 11.3794056 -8.33606229 13.1359311
     [7,] 14.30166824 -9.4794336 -11.3552345 9.6759770 7.91023573 4.2280627
     [8,] -1.63720962 -8.5880521 -10.0994053 -20.9505389 -9.52901620 5.3034441
     [9,] -10.09821896 -1.1052051 -0.6360096 -4.2115193 1.26859205 6.4490385
    [10,] 6.61594841 -17.4224920 1.6201849 0.2571942 11.44656065 13.2959147
    [11,] 11.10432173 5.2493575 11.8080087 5.1374407 17.22263332 -7.3031668
    [12,] -10.79084056 -12.9928464 8.9528379 0.3737816 -11.42572380 -16.1509558
    [13,] 3.44951012 8.4991441 -1.6254482 -14.3297808 9.95013744 10.3673934
    [14,] -4.64765984 6.1768425 3.5312977 -8.3604065 0.01235073 4.2508125
    [15,] 8.63896333 -4.6719039 -0.9378391 -13.5081868 14.70339542 12.1604317
    [16,] 0.05980191 -11.1466636 -14.3194279 -14.7125687 -9.69667985 -16.3256999
    [17,] 11.09904644 -6.1780633 -1.1102267 -0.7240485 6.03142358 1.1051727
    [18,] 14.74619342 2.6564245 -8.1646028 11.6328548 12.21919705 24.2105479
    [19,] 12.09538248 5.8432126 12.9085644 3.0538213 -12.53387103 0.5584530
    [20,] -5.15180959 9.8464968 -17.3503407 -3.5160843 9.62662019 -3.3607031
    [21,] 16.60511562 -0.5550957 4.6114630 12.8201138 4.16458270 -6.7101594
    [22,] -18.07466157 -16.2475112 7.5752142 -2.9752687 -1.53539367 -1.3682388
    [23,] 96.91601300 -4.3489581 -24.8916792 8.4120616 4.51612745 11.7180186
    [24,] -4.34895810 97.2303971 -11.3702433 14.9723134 3.67614889 15.0457490
    [25,] -24.89167916 -11.3702433 110.7821157 1.4420551 1.93970147 3.6947481
    [26,] 8.41206163 14.9723134 1.4420551 79.9609985 2.74733221 15.3117082
    [27,] 4.51612745 3.6761489 1.9397015 2.7473322 90.51139376 27.2501898
    [28,] 11.71801857 15.0457490 3.6947481 15.3117082 27.25018980 113.0221201
    [29,] 16.67783343 2.3400849 -21.6612315 3.3479594 -7.27332373 -6.8618302
    [30,] 2.29245616 9.3243801 -11.0544099 -13.7511857 15.66480514 1.0761659
    [31,] -3.87962281 10.0123271 13.1875040 -10.5786860 -7.17275170 12.6450015
    [32,] 7.21126090 23.3139203 -6.8012241 15.7672974 -3.93642950 11.1861294
    [33,] 12.91157245 -9.9249041 -4.1754208 -9.7548524 4.61036399 4.1393002
    [34,] -15.01690338 -3.5298742 -4.5165709 -13.5826684 -18.75476234 -5.2324531
    [35,] -7.83173323 -2.1830388 5.1152567 2.6718032 -10.92515753 -5.0050619
    [36,] -6.04924835 5.7706503 -19.1812130 3.2938981 3.88856419 -16.8216551
    [37,] -4.69614139 8.1960074 -7.0855327 22.7420633 4.95648668 14.8116605
    [38,] -14.24433368 -21.7773156 16.5689635 -1.7947039 -2.30099988 21.0372779
    [39,] 0.61317308 -4.0047599 -4.3800930 8.8481976 -10.39725232 -10.6320138
    [40,] 1.87354378 13.3629459 3.2551247 3.1735467 0.19963091 0.7972652
    [41,] -0.63023218 6.8108075 -6.2135172 -4.9812326 -7.51972518 2.8539790
    [42,] -20.74422374 14.8248923 4.8704894 1.8522070 13.14099477 6.6906591
    [43,] -4.01337718 16.2814445 2.9629249 16.8173027 0.22521237 22.5509103
    [44,] 10.92365845 -22.4247405 1.3716913 -2.6660957 5.00207247 -3.1043783
    [45,] -2.79534655 -2.0352150 -6.0169635 4.9259153 8.17182602 7.0446469
    [46,] -1.45804351 3.6106209 -3.5678795 -9.3621620 -20.31699082 1.4753138
    [47,] -8.42049389 -9.2398581 5.7145827 -2.4102627 -11.22723187 -21.0003255
    [48,] 10.85680478 -8.9045040 6.5063855 -2.4602144 16.27691760 -3.7982777
    [49,] -16.82676632 -8.3206539 -0.6352358 -14.8432408 1.87084002 -18.7917364
    [50,] -27.13056194 12.6151311 -0.8896139 6.7079903 -14.08651815 6.3239594
    [51,] -8.44602622 -16.6300907 9.5580440 17.0318148 -1.66345746 -12.2095709
    [52,] 8.30210744 -2.6032215 7.2918288 -4.3906704 -9.62912490 14.7991524
    [53,] -7.74061172 3.1934171 -1.4304147 -2.4107907 -7.75403251 2.0993443
    [54,] 6.45260896 -2.1142924 -7.9507022 2.7390933 1.87144946 5.7031094
    [55,] 6.13281309 20.1058157 16.3946494 0.5338545 4.69920186 5.6643589
    [56,] 12.39584307 -8.9918527 -12.3194958 8.1852687 -8.99777322 10.0032874
    [57,] 13.49457844 -3.9386709 4.5939683 14.2777336 -3.25218303 17.9415572
    [58,] 1.82823093 -1.4503746 -6.8245065 4.6659709 -5.64832843 -9.2245041
    [59,] 10.43816008 -2.9725994 11.2740162 2.1953090 20.62232095 13.5272761
    [60,] -8.50243730 1.1283349 6.6321765 7.1480537 10.68970757 8.8896631
     [,29] [,30] [,31] [,32] [,33] [,34]
     [1,] -3.3616555 0.9787916 13.4880815 -8.5350709 8.6730844 18.87187205
     [2,] 6.2308392 -0.9672254 13.7312416 4.9793533 -6.0452648 -18.30891756
     [3,] -0.7268825 3.6594217 7.8656654 -18.9443726 -6.9074923 -4.78415378
     [4,] 6.4304600 -5.2595178 5.4145375 -7.1166255 -6.7426107 -2.61204593
     [5,] -3.3293057 -11.8075092 16.4755943 -3.9425971 11.3869036 4.78721117
     [6,] -5.9681800 -6.4608860 -19.8791498 -1.5056574 1.0963879 -0.15041928
     [7,] 6.7815310 13.7115207 -8.4822482 -16.9305186 13.5435890 5.88149355
     [8,] 6.2854904 13.2301872 5.9745112 -10.7897586 11.9088236 -1.05520624
     [9,] 3.8096956 0.5124691 6.7777533 -9.5388128 -10.4368538 43.32424265
    [10,] 4.5802715 4.0796638 -2.0729250 -3.2293712 -8.3985770 17.41510221
    [11,] 6.6750778 24.3345206 1.9248054 15.7449157 27.2198772 -18.34264814
    [12,] -5.4423371 -0.1053470 14.2000777 21.0918697 13.2526619 3.57954656
    [13,] 4.1789079 -1.8199764 7.9646057 13.6775140 2.4793105 -7.15988707
    [14,] 5.0783076 -7.0227102 7.0290187 -4.6500696 1.0922517 -6.88138496
    [15,] -9.3144870 17.6708026 1.1232597 2.4581544 4.3253521 -3.73638731
    [16,] -13.0244837 -10.3657092 22.6010279 -8.4714632 3.8980121 0.04905736
    [17,] -2.5956085 4.3089171 13.8040503 2.5134054 -6.8632516 3.03039497
    [18,] -10.5135310 -1.3694619 -21.2764510 1.1069917 3.7992823 -6.51184860
    [19,] 3.0034105 -1.8585090 5.1107088 8.4279707 19.6070622 -1.33973939
    [20,] -19.7206131 -7.3055127 -0.2186243 -13.5431775 9.1328397 -5.61791808
    [21,] 8.0641715 4.4707580 -1.9434242 16.4373230 -9.4895654 -19.12044032
    [22,] 16.2779084 -4.9302690 4.7856345 -22.5482847 2.0059235 14.31171989
    [23,] 16.6778334 2.2924562 -3.8796228 7.2112609 12.9115724 -15.01690338
    [24,] 2.3400849 9.3243801 10.0123271 23.3139203 -9.9249041 -3.52987425
    [25,] -21.6612315 -11.0544099 13.1875040 -6.8012241 -4.1754208 -4.51657094
    [26,] 3.3479594 -13.7511857 -10.5786860 15.7672974 -9.7548524 -13.58266836
    [27,] -7.2733237 15.6648051 -7.1727517 -3.9364295 4.6103640 -18.75476234
    [28,] -6.8618302 1.0761659 12.6450015 11.1861294 4.1393002 -5.23245310
    [29,] 119.4626367 15.2003070 -0.8582573 9.4569947 2.1585064 22.18430182
    [30,] 15.2003070 122.3772925 -14.3438560 -13.7083114 8.5673453 0.11795214
    [31,] -0.8582573 -14.3438560 134.7951306 12.0118265 -1.5910239 9.38373890
    [32,] 9.4569947 -13.7083114 12.0118265 107.2399586 1.1574962 -10.54685199
    [33,] 2.1585064 8.5673453 -1.5910239 1.1574962 113.2146817 -17.95873109
    [34,] 22.1843018 0.1179521 9.3837389 -10.5468520 -17.9587311 114.76060813
    [35,] -14.6450289 2.7687362 -29.3729338 6.7188147 3.0251262 -6.10241545
    [36,] 12.9717481 -1.8481717 -5.6981883 -6.7782187 -10.1918691 5.55648677
    [37,] -1.1369016 7.3490585 -1.0109546 -16.1485645 16.7802760 -10.97180121
    [38,] -5.7939245 7.3062729 8.2232936 10.3313657 -8.7230635 -2.60871141
    [39,] -4.8748854 -4.1026685 -28.3897959 -14.1559299 5.8448610 9.69411446
    [40,] -7.4701240 -2.7393760 7.3201502 -15.7558775 -1.7250616 -11.99591434
    [41,] 3.6547704 14.1881559 5.4993771 8.9210464 8.1153183 19.84535017
    [42,] -0.9994367 -4.1079117 11.0094878 7.2369381 -3.3320018 -2.47121504
    [43,] 0.2170807 -15.4831741 13.5071967 -7.9709123 4.9460279 -6.62758942
    [44,] 7.8247091 -9.9243151 -1.7639062 -19.5643722 -1.6538631 9.92364226
    [45,] 7.8514880 5.9674544 -21.8244590 4.8062306 5.7346599 -7.14104341
    [46,] -8.5717201 5.3716470 -0.4189023 -25.6023358 -4.1482995 -5.55745470
    [47,] 16.3570883 -4.2168443 -0.6778236 0.3674575 -2.9897356 -12.03758996
    [48,] -4.5375597 -7.4624215 15.6097976 17.2695627 9.0454869 2.04735233
    [49,] -19.7702271 -6.0731386 2.7220509 1.4341696 -3.4536831 8.96979884
    [50,] 10.5278948 -4.7366732 14.6570802 1.9292308 -15.2837210 10.62329279
    [51,] -8.1233494 -12.0499028 -15.5834278 -7.2653835 -10.2678670 -22.61670967
    [52,] -3.2313421 7.2381765 24.0573659 3.6864452 -6.2373899 8.92180959
    [53,] 3.6426678 -8.5515854 14.6825085 2.3369345 -31.2951699 1.86415365
    [54,] -2.5856299 -0.3261112 -10.3985087 2.6759692 -4.7296202 -17.07655613
    [55,] 1.8652289 15.4764206 -9.6304787 5.2477454 1.6319280 -12.63494689
    [56,] -10.5575019 -11.9775844 9.4582032 -6.9373166 12.1520388 -5.46646561
    [57,] -1.3254102 -0.7656068 -9.5999281 4.3033465 16.8515243 -8.66601529
    [58,] -18.1968041 7.2561074 -16.8810396 5.4264932 -0.8225964 -4.21715031
    [59,] 3.8107774 12.1862253 4.2149474 -9.4325657 1.7264171 -8.87472886
    [60,] 1.7539299 18.4999670 13.8116213 -7.3435927 -17.3271244 14.63999566
     [,35] [,36] [,37] [,38] [,39]
     [1,] 10.446147241 -4.2049190 -1.3401418 1.0872075 2.823684181
     [2,] -19.805519000 -15.4281447 11.2247717 -6.4863646 -5.910753289
     [3,] 13.834240853 6.7461284 2.5616084 -5.5971714 10.971638313
     [4,] 8.669271272 20.7092792 -7.1410463 -9.3490896 -12.002394603
     [5,] -5.962605274 -6.5048820 20.6969898 -17.6489135 -31.873716196
     [6,] 11.893786318 15.1913562 19.5178730 23.2267867 5.829962034
     [7,] -6.070894864 3.9524892 31.1676150 -2.3904429 2.415661724
     [8,] -10.058636992 -5.1856369 3.3916654 2.2681612 -16.487391637
     [9,] 12.738969101 0.1894522 -7.9684629 7.4958811 1.217040350
    [10,] 1.569220516 -9.0505385 -11.8794845 25.1116050 -4.764206786
    [11,] -6.974259885 -0.2662558 1.7917374 8.7577301 -4.506509073
    [12,] -1.593183970 -4.3159634 -13.2606201 20.7091727 -8.027395543
    [13,] 0.285414707 -3.0591026 -20.2683922 13.1342603 -9.052016194
    [14,] -17.338833696 -4.5039334 -6.3334909 10.2935227 -2.114199288
    [15,] -3.788900720 4.3416240 -3.8257496 -4.1905405 -8.264153210
    [16,] -11.329992130 8.2701586 -15.7744644 14.5141342 -3.883012872
    [17,] -0.971286614 -2.1587755 -8.0017451 8.9077355 -3.584883217
    [18,] 12.097458199 -6.4725011 11.9941997 -3.9308374 -6.990028492
    [19,] 6.004544454 -23.6609484 -10.6808273 -8.1552548 -0.002666076
    [20,] -3.954985704 4.9768621 21.6080413 -10.1512175 3.861039719
    [21,] 11.300080064 -2.3725709 3.5527786 -2.5397686 11.328129765
    [22,] 15.011645788 -8.7312122 -1.6388284 9.0533104 -0.605837826
    [23,] -7.831733225 -6.0492483 -4.6961414 -14.2443337 0.613173083
    [24,] -2.183038790 5.7706503 8.1960074 -21.7773156 -4.004759940
    [25,] 5.115256669 -19.1812130 -7.0855327 16.5689635 -4.380092961
    [26,] 2.671803195 3.2938981 22.7420633 -1.7947039 8.848197585
    [27,] -10.925157535 3.8885642 4.9564867 -2.3009999 -10.397252320
    [28,] -5.005061881 -16.8216551 14.8116605 21.0372779 -10.632013828
    [29,] -14.645028877 12.9717481 -1.1369016 -5.7939245 -4.874885446
    [30,] 2.768736236 -1.8481717 7.3490585 7.3062729 -4.102668490
    [31,] -29.372933803 -5.6981883 -1.0109546 8.2232936 -28.389795923
    [32,] 6.718814750 -6.7782187 -16.1485645 10.3313657 -14.155929910
    [33,] 3.025126237 -10.1918691 16.7802760 -8.7230635 5.844860955
    [34,] -6.102415446 5.5564868 -10.9718012 -2.6087114 9.694114462
    [35,] 98.784458616 3.8158186 -3.5483586 4.1001146 -5.616167393
    [36,] 3.815818556 97.8439268 2.7932047 12.3392839 6.184331524
    [37,] -3.548358617 2.7932047 115.6060454 -13.5908795 5.124169811
    [38,] 4.100114602 12.3392839 -13.5908795 108.6080183 -5.029409763
    [39,] -5.616167393 6.1843315 5.1241698 -5.0294098 114.951936132
    [40,] -9.514987619 7.1366113 13.1879362 -22.0067719 9.288885014
    [41,] -10.801572611 -5.3659317 -11.0351294 -5.3842152 -6.471394390
    [42,] -0.661459221 9.6176205 2.1101744 4.0299760 -18.779298463
    [43,] 13.008058740 10.9043930 -0.1144859 -4.8977411 4.277191217
    [44,] 3.997617174 11.5269577 3.5915621 -10.9298187 -5.007535398
    [45,] 13.423238222 16.3204198 0.4968968 16.9643231 11.115361203
    [46,] -0.165651944 -13.8178761 0.3512681 8.9778627 -2.038571581
    [47,] 9.001064726 17.8589027 -15.9590956 -0.1441093 -1.691002619
    [48,] 18.375355054 8.8891430 5.6755095 12.9959639 -13.977478072
    [49,] -2.264376551 15.5139581 -2.7937045 -10.5219553 -10.901338519
    [50,] 1.299150415 4.2200054 1.4932158 15.2954756 -11.075167194
    [51,] 6.003670833 11.3344206 6.8787113 4.0271504 -11.856994453
    [52,] -4.544709217 -1.6745883 -7.3769022 9.0367295 -12.347315193
    [53,] -3.065216883 12.6382302 -5.1360208 5.7269586 -4.027299609
    [54,] -0.007751343 -5.1514843 2.4506234 2.9044130 5.429962332
    [55,] -23.807243215 -7.4011314 11.0734144 -7.6412329 5.627010124
    [56,] 10.002319756 3.9414334 -14.2942206 15.2770121 9.219158351
    [57,] 15.236649623 6.0984521 12.1804150 5.4085763 4.969377050
    [58,] -8.919675034 -19.4438805 -6.2130939 -12.5925448 22.460050802
    [59,] -17.187819961 -8.0322873 2.5603477 6.6252472 -5.186748962
    [60,] -6.641678354 5.5495903 0.9587113 5.4066275 -9.069753853
     [,40] [,41] [,42] [,43] [,44] [,45]
     [1,] -1.1263198 -7.6923612 -15.2538768 -0.5163611 -3.2395209 2.6191508
     [2,] -0.1085004 -0.3439303 -3.8019901 -15.5627698 -11.3216442 -13.1066981
     [3,] 12.4440936 -8.9423268 -9.1841151 -12.0351670 3.3933314 5.8066878
     [4,] 1.2722152 1.9809870 -5.4950602 4.0218935 8.9402307 9.6692926
     [5,] -2.7963195 -1.4162669 4.2702041 -22.4830624 -6.2799024 -4.2278627
     [6,] -5.3580017 -0.3101817 13.8669035 -4.9965045 -1.5279292 -2.2088535
     [7,] 10.2012898 3.7769307 -11.7519580 -5.4890376 -4.0431082 -2.3399517
     [8,] -6.3998916 25.0405066 -13.6101125 -8.4805666 7.3010128 0.6408552
     [9,] -15.6589805 11.3165793 3.8931204 -0.5935053 -6.7209110 6.3903693
    [10,] -27.8194649 0.7026392 -20.8653554 3.2821421 -0.2797331 13.6958087
    [11,] -12.2135449 -4.3161288 6.9924565 -3.0506808 10.1565913 -3.7860378
    [12,] -6.5905328 -1.2668384 9.6667210 -9.5879913 -14.5456047 -10.7984870
    [13,] -18.1980271 11.4391063 -3.2122690 19.8680279 -14.9931989 -8.3168441
    [14,] -8.1272278 3.1154986 4.7465954 20.1411857 5.1115547 -8.4683843
    [15,] -4.5237023 -0.5370171 -4.7840789 -10.8679503 8.3111972 2.1941570
    [16,] -10.0280955 4.0792783 2.6092086 -1.5331835 1.4097331 4.3719693
    [17,] -2.0150764 10.2158106 -4.0619260 -7.3883259 5.3219277 8.2896330
    [18,] 12.1023962 -21.7215459 0.1527672 -15.7013221 16.0094197 6.3784720
    [19,] 9.8490438 16.6970680 -3.1423014 4.3400565 3.7633415 -3.3486949
    [20,] 5.3329580 0.9539313 -0.7100371 -3.5497543 3.7049539 4.9124069
    [21,] 8.0061775 -0.4411360 -25.4752277 -1.4757002 -11.7912845 3.1200449
    [22,] -4.5920852 -17.9201181 5.0440843 0.7464893 16.3430448 6.2714437
    [23,] 1.8735438 -0.6302322 -20.7442237 -4.0133772 10.9236585 -2.7953466
    [24,] 13.3629459 6.8108075 14.8248923 16.2814445 -22.4247405 -2.0352150
    [25,] 3.2551247 -6.2135172 4.8704894 2.9629249 1.3716913 -6.0169635
    [26,] 3.1735467 -4.9812326 1.8522070 16.8173027 -2.6660957 4.9259153
    [27,] 0.1996309 -7.5197252 13.1409948 0.2252124 5.0020725 8.1718260
    [28,] 0.7972652 2.8539790 6.6906591 22.5509103 -3.1043783 7.0446469
    [29,] -7.4701240 3.6547704 -0.9994367 0.2170807 7.8247091 7.8514880
    [30,] -2.7393760 14.1881559 -4.1079117 -15.4831741 -9.9243151 5.9674544
    [31,] 7.3201502 5.4993771 11.0094878 13.5071967 -1.7639062 -21.8244590
    [32,] -15.7558775 8.9210464 7.2369381 -7.9709123 -19.5643722 4.8062306
    [33,] -1.7250616 8.1153183 -3.3320018 4.9460279 -1.6538631 5.7346599
    [34,] -11.9959143 19.8453502 -2.4712150 -6.6275894 9.9236423 -7.1410434
    [35,] -9.5149876 -10.8015726 -0.6614592 13.0080587 3.9976172 13.4232382
    [36,] 7.1366113 -5.3659317 9.6176205 10.9043930 11.5269577 16.3204198
    [37,] 13.1879362 -11.0351294 2.1101744 -0.1144859 3.5915621 0.4968968
    [38,] -22.0067719 -5.3842152 4.0299760 -4.8977411 -10.9298187 16.9643231
    [39,] 9.2888850 -6.4713944 -18.7792985 4.2771912 -5.0075354 11.1153612
    [40,] 72.1974988 0.6909625 0.4206728 3.4703206 -4.9256182 -13.1514319
    [41,] 0.6909625 93.9889373 0.7341960 2.2671221 -7.6719092 14.8596930
    [42,] 0.4206728 0.7341960 95.2797514 4.8035994 12.6990305 1.1288061
    [43,] 3.4703206 2.2671221 4.8035994 124.0587179 -2.9496599 3.5105968
    [44,] -4.9256182 -7.6719092 12.6990305 -2.9496599 85.8783081 -0.0746986
    [45,] -13.1514319 14.8596930 1.1288061 3.5105968 -0.0746986 82.7822572
    [46,] 10.5069138 9.3062320 -7.5640956 -5.4287392 9.0325316 -20.9094481
    [47,] 16.4905695 -5.1154489 7.4214463 8.0020332 16.3636900 -4.3618658
    [48,] -5.6675192 -9.6238096 11.5898923 3.9588508 6.4105041 10.9357836
    [49,] 5.7990311 -0.3809360 4.6670629 -12.0947780 14.1017233 -12.9940410
    [50,] -11.9042653 19.6663279 17.4260791 20.6031779 -6.2051604 4.3409107
    [51,] -1.9821964 -5.8600959 -6.4886828 14.0105028 9.7728845 8.3124896
    [52,] -1.3863819 -2.9917026 9.8225073 -10.2585729 -5.7344656 -8.5880295
    [53,] -4.7068514 1.1163937 21.1740057 -7.0816946 12.6932821 -0.2243377
    [54,] 4.5706929 -3.6966289 -15.5103242 -2.6770687 -2.8073675 3.5625354
    [55,] 4.6333116 0.6960404 4.0173722 5.0329403 -3.6789990 -2.0128692
    [56,] -1.4256010 -13.8259665 6.2372323 -5.5896159 -2.5268619 12.6090395
    [57,] 2.3052799 24.3886792 -12.5282648 12.3551152 -9.8673276 13.4526519
    [58,] -16.3833700 3.9125686 -24.0929888 -12.1994911 -14.2186196 -8.9567406
    [59,] 9.1868939 5.5718468 -2.4739482 -8.5348544 -7.4898626 -1.9899344
    [60,] -5.2450258 -0.2469396 8.0168266 15.1319430 -2.3941793 1.6452868
     [,46] [,47] [,48] [,49] [,50]
     [1,] 0.81706205 -14.89563153 -3.66245874 -7.0335163 13.8075667
     [2,] -1.57639204 -2.92252067 -5.73661087 13.2718853 0.6395248
     [3,] 6.40120072 9.33883411 -0.70677131 -0.8602332 -12.8937050
     [4,] 0.40996385 3.32722614 7.67969332 -8.2995555 15.5889760
     [5,] -6.05037164 -13.85545621 -6.48912327 -15.4867069 -8.0197245
     [6,] 1.38432836 -5.21303653 14.92572460 -4.7677712 4.5105080
     [7,] 8.09310697 -19.10210054 -5.79510267 -2.2772196 3.9269453
     [8,] 4.73043626 4.81527110 -3.86267239 1.3598465 -10.2666957
     [9,] -14.28856076 -17.96558836 3.42334644 -8.4004932 16.6919805
    [10,] -11.72232435 -4.44741619 14.64064012 0.1755423 9.8470730
    [11,] 3.57359503 1.83373278 24.28867543 -12.3997213 -11.8276204
    [12,] 0.09105131 16.11639123 9.71847294 15.8189454 -4.7425851
    [13,] -12.29194547 17.68120514 1.10840415 -7.6173063 -7.8609493
    [14,] 13.18733605 7.17154977 -22.03734766 0.6054048 8.2913188
    [15,] -5.60154483 -6.95128377 4.67330368 -8.2200601 -20.7133703
    [16,] 12.47620797 7.34646068 2.36535907 -3.6875440 -0.9524554
    [17,] 26.81060913 -16.50745985 0.67930372 4.5457545 15.7937162
    [18,] 19.72735062 -4.26489057 -1.47970462 12.8403634 -26.0894262
    [19,] 10.50759171 12.46777738 -2.62731576 -13.6558710 -3.7315225
    [20,] -11.29876895 -7.41959956 5.72923990 -3.2232052 -3.2041349
    [21,] -4.91921755 1.15519762 9.09588669 -5.2076621 -5.7671739
    [22,] -6.90946567 3.07058080 1.07839537 -2.1376056 -6.0478911
    [23,] -1.45804351 -8.42049389 10.85680478 -16.8267663 -27.1305619
    [24,] 3.61062090 -9.23985806 -8.90450402 -8.3206539 12.6151311
    [25,] -3.56787955 5.71458271 6.50638551 -0.6352358 -0.8896139
    [26,] -9.36216202 -2.41026274 -2.46021437 -14.8432408 6.7079903
    [27,] -20.31699082 -11.22723187 16.27691760 1.8708400 -14.0865182
    [28,] 1.47531376 -21.00032547 -3.79827774 -18.7917364 6.3239594
    [29,] -8.57172009 16.35708827 -4.53755966 -19.7702271 10.5278948
    [30,] 5.37164697 -4.21684434 -7.46242149 -6.0731386 -4.7366732
    [31,] -0.41890229 -0.67782363 15.60979759 2.7220509 14.6570802
    [32,] -25.60233581 0.36745746 17.26956271 1.4341696 1.9292308
    [33,] -4.14829946 -2.98973556 9.04548689 -3.4536831 -15.2837210
    [34,] -5.55745470 -12.03758996 2.04735233 8.9697988 10.6232928
    [35,] -0.16565194 9.00106473 18.37535505 -2.2643766 1.2991504
    [36,] -13.81787607 17.85890267 8.88914305 15.5139581 4.2200054
    [37,] 0.35126807 -15.95909564 5.67550951 -2.7937045 1.4932158
    [38,] 8.97786271 -0.14410929 12.99596388 -10.5219553 15.2954756
    [39,] -2.03857158 -1.69100262 -13.97747807 -10.9013385 -11.0751672
    [40,] 10.50691384 16.49056948 -5.66751917 5.7990311 -11.9042653
    [41,] 9.30623196 -5.11544890 -9.62380957 -0.3809360 19.6663279
    [42,] -7.56409557 7.42144628 11.58989228 4.6670629 17.4260791
    [43,] -5.42873924 8.00203315 3.95885081 -12.0947780 20.6031779
    [44,] 9.03253161 16.36369003 6.41050411 14.1017233 -6.2051604
    [45,] -20.90944813 -4.36186578 10.93578365 -12.9940410 4.3409107
    [46,] 109.07901537 5.47970202 -16.81051302 5.4138772 3.6487490
    [47,] 5.47970202 85.72047207 14.51326891 3.1871260 -15.2414527
    [48,] -16.81051302 14.51326891 112.02097993 1.2701843 -3.9372968
    [49,] 5.41387721 3.18712602 1.27018435 86.7472428 -1.4413132
    [50,] 3.64874895 -15.24145272 -3.93729681 -1.4413132 102.7238319
    [51,] -9.18860606 10.77215175 -10.78965865 15.2220238 17.6275146
    [52,] 6.74460387 0.07144725 3.97194943 0.7024794 1.5958180
    [53,] 9.11626446 -1.90832522 -0.03081983 2.1393438 15.5177777
    [54,] 2.48757091 0.78048365 -3.86006328 17.5203964 -11.6928122
    [55,] 12.03602418 -11.03323044 -9.54315475 3.1933960 8.9454078
    [56,] 8.25669148 -10.99689487 2.94110993 -13.4088281 -1.8314170
    [57,] 0.20293998 -14.50765364 -5.08776222 -6.8968165 0.7427221
    [58,] -0.33061922 -9.08401541 -24.36033336 5.7007932 -18.0851862
    [59,] -14.06834506 -12.84239537 9.42199760 1.8203081 -3.9183913
    [60,] 0.40582863 -1.02653395 -6.35965644 3.6751551 -0.6155979
     [,51] [,52] [,53] [,54] [,55]
     [1,] -9.0796899 -4.32873396 -9.90726067 -6.171883129 4.99585792
     [2,] 7.4333236 10.75826464 15.25026707 15.316118740 5.65285935
     [3,] -2.8553014 25.93216089 -0.28763368 2.370797447 -6.02141613
     [4,] 8.0414439 -11.62666277 13.30069042 -6.942828018 -10.99511825
     [5,] -2.9173032 -11.28899035 11.07500569 -5.827373082 0.04120373
     [6,] 10.7244905 9.53959645 10.64627042 -0.125743348 -1.01807502
     [7,] 6.0416465 -2.44253590 -8.34779335 -5.332241528 9.45549974
     [8,] -0.1173996 -10.61756132 -8.96506471 13.921641681 12.87192012
     [9,] -9.1856969 4.10263909 0.61694190 11.139692107 -23.82440733
    [10,] -5.1426092 -11.67698662 3.99482793 10.839421391 -16.35031887
    [11,] -2.8320362 0.62620701 -11.91741583 -4.355941673 4.95215519
    [12,] 1.2140122 10.24848593 3.82714550 -8.917855733 -7.54289402
    [13,] 12.6593699 11.67179237 -8.15237680 9.474648043 -2.02933397
    [14,] 12.0419747 1.51869212 10.45975083 3.295086087 5.98689520
    [15,] -19.7045849 -7.41354630 -22.37695138 6.133038004 10.35071951
    [16,] -7.5487104 13.38332583 20.32853302 -5.066557407 -5.48992314
    [17,] 4.8441074 -12.89083656 6.09638600 7.273314723 0.23385470
    [18,] 18.3314784 -4.94757154 -1.69986687 -5.519911251 6.24657715
    [19,] 0.2364228 4.43413292 -10.29459042 -5.233955251 -3.58586468
    [20,] -1.4303393 -20.80004924 -3.23445511 -8.995474006 -8.20499065
    [21,] -2.1296585 -9.91050693 -4.18160458 10.529720377 -23.97863113
    [22,] 6.1875941 5.89222712 9.25076266 17.868955869 -23.03569513
    [23,] -8.4460262 8.30210744 -7.74061172 6.452608959 6.13281309
    [24,] -16.6300907 -2.60322153 3.19341713 -2.114292395 20.10581570
    [25,] 9.5580440 7.29182875 -1.43041468 -7.950702244 16.39464940
    [26,] 17.0318148 -4.39067041 -2.41079072 2.739093262 0.53385447
    [27,] -1.6634575 -9.62912490 -7.75403251 1.871449462 4.69920186
    [28,] -12.2095709 14.79915245 2.09934431 5.703109386 5.66435890
    [29,] -8.1233494 -3.23134210 3.64266779 -2.585629921 1.86522893
    [30,] -12.0499028 7.23817654 -8.55158536 -0.326111180 15.47642064
    [31,] -15.5834278 24.05736586 14.68250849 -10.398508714 -9.63047874
    [32,] -7.2653835 3.68644522 2.33693453 2.675969190 5.24774537
    [33,] -10.2678670 -6.23738989 -31.29516993 -4.729620151 1.63192804
    [34,] -22.6167097 8.92180959 1.86415365 -17.076556133 -12.63494689
    [35,] 6.0036708 -4.54470922 -3.06521688 -0.007751343 -23.80724321
    [36,] 11.3344206 -1.67458833 12.63823016 -5.151484277 -7.40113136
    [37,] 6.8787113 -7.37690224 -5.13602083 2.450623449 11.07341440
    [38,] 4.0271504 9.03672954 5.72695860 2.904412967 -7.64123293
    [39,] -11.8569945 -12.34731519 -4.02729961 5.429962332 5.62701012
    [40,] -1.9821964 -1.38638192 -4.70685142 4.570692872 4.63331156
    [41,] -5.8600959 -2.99170258 1.11639365 -3.696628944 0.69604041
    [42,] -6.4886828 9.82250732 21.17400567 -15.510324152 4.01737218
    [43,] 14.0105028 -10.25857288 -7.08169460 -2.677068745 5.03294032
    [44,] 9.7728845 -5.73446565 12.69328207 -2.807367509 -3.67899905
    [45,] 8.3124896 -8.58802950 -0.22433770 3.562535367 -2.01286918
    [46,] -9.1886061 6.74460387 9.11626446 2.487570915 12.03602418
    [47,] 10.7721518 0.07144725 -1.90832522 0.780483650 -11.03323044
    [48,] -10.7896586 3.97194943 -0.03081983 -3.860063279 -9.54315475
    [49,] 15.2220238 0.70247935 2.13934379 17.520396391 3.19339602
    [50,] 17.6275146 1.59581799 15.51777771 -11.692812206 8.94540779
    [51,] 99.5698366 -3.45863220 -4.40483487 16.229316989 -5.65402492
    [52,] -3.4586322 83.31138216 16.90596973 10.270176753 -6.82145304
    [53,] -4.4048349 16.90596973 85.52483435 -21.062584106 4.98414483
    [54,] 16.2293170 10.27017675 -21.06258411 87.783848512 3.90981815
    [55,] -5.6540249 -6.82145304 4.98414483 3.909818151 94.81962267
    [56,] -8.5260253 4.21871621 5.84503907 -11.446699138 -8.25330350
    [57,] -5.9829167 -15.79507721 -6.14216935 -3.318530423 8.11839423
    [58,] 3.3300019 -2.36614933 -13.31980264 20.961968491 5.03863407
    [59,] -9.6947232 -4.81955980 5.56666392 -0.447878736 -1.86118373
    [60,] 1.5522016 8.80204022 4.51368535 10.807604250 9.92372728
     [,56] [,57] [,58] [,59] [,60]
     [1,] -4.71298584 3.6224919 -1.3240313 -6.7569798 -1.1860511
     [2,] -0.10618025 1.7806911 11.3936851 9.1648912 -7.2342245
     [3,] 14.72548202 -10.5527952 -11.3060818 -3.4034932 -7.4915796
     [4,] 16.26833386 14.3426088 0.4766264 -1.7722203 -10.3121088
     [5,] 14.49898434 6.6458542 -6.5813949 8.2760724 21.2407882
     [6,] -7.66313532 8.7154727 -3.0770475 1.4715710 0.5854433
     [7,] -14.09066844 0.7216291 5.4841867 3.6168567 -24.7466810
     [8,] 4.23675280 9.8478937 -0.5374688 -13.5260934 3.8821314
     [9,] -2.08159278 -11.9392657 1.3537766 -7.9967984 -3.4121131
    [10,] 7.40761485 12.7197734 2.1415518 7.7892446 2.0977651
    [11,] -4.05459196 -16.7897377 -6.9942871 14.2236878 -2.2016587
    [12,] 4.60086065 -9.7337955 -1.0482847 -0.9959113 -0.8283364
    [13,] -23.00393501 -1.2158018 9.3010339 -1.3826220 -2.1744033
    [14,] 1.08157002 -3.2335439 -8.2860585 -5.8602007 2.5441734
    [15,] -7.04055442 5.4539729 15.5843463 3.6948226 13.4415306
    [16,] 21.14264095 -0.6667444 7.3777070 6.9436033 8.4299586
    [17,] 18.00385508 -3.0611771 12.8822657 -5.2126315 -7.6266346
    [18,] 23.67670321 -3.8731502 -1.5444936 -7.1368378 -1.2321708
    [19,] 0.01004236 -20.6930307 7.9497370 -4.3895570 -11.9105280
    [20,] -2.05085589 -5.9006744 2.5484288 -11.2424956 0.9621778
    [21,] 3.50299402 3.2310017 1.9145303 6.4796176 -12.2080998
    [22,] 8.49823348 8.3228603 -4.8995776 0.2535846 -10.8380162
    [23,] 12.39584307 13.4945784 1.8282309 10.4381601 -8.5024373
    [24,] -8.99185267 -3.9386709 -1.4503746 -2.9725994 1.1283349
    [25,] -12.31949576 4.5939683 -6.8245065 11.2740162 6.6321765
    [26,] 8.18526867 14.2777336 4.6659709 2.1953090 7.1480537
    [27,] -8.99777322 -3.2521830 -5.6483284 20.6223209 10.6897076
    [28,] 10.00328739 17.9415572 -9.2245041 13.5272761 8.8896631
    [29,] -10.55750188 -1.3254102 -18.1968041 3.8107774 1.7539299
    [30,] -11.97758436 -0.7656068 7.2561074 12.1862253 18.4999670
    [31,] 9.45820320 -9.5999281 -16.8810396 4.2149474 13.8116213
    [32,] -6.93731660 4.3033465 5.4264932 -9.4325657 -7.3435927
    [33,] 12.15203878 16.8515243 -0.8225964 1.7264171 -17.3271244
    [34,] -5.46646561 -8.6660153 -4.2171503 -8.8747289 14.6399957
    [35,] 10.00231976 15.2366496 -8.9196750 -17.1878200 -6.6416784
    [36,] 3.94143339 6.0984521 -19.4438805 -8.0322873 5.5495903
    [37,] -14.29422063 12.1804150 -6.2130939 2.5603477 0.9587113
    [38,] 15.27701208 5.4085763 -12.5925448 6.6252472 5.4066275
    [39,] 9.21915835 4.9693770 22.4600508 -5.1867490 -9.0697539
    [40,] -1.42560100 2.3052799 -16.3833700 9.1868939 -5.2450258
    [41,] -13.82596647 24.3886792 3.9125686 5.5718468 -0.2469396
    [42,] 6.23723227 -12.5282648 -24.0929888 -2.4739482 8.0168266
    [43,] -5.58961594 12.3551152 -12.1994911 -8.5348544 15.1319430
    [44,] -2.52686186 -9.8673276 -14.2186196 -7.4898626 -2.3941793
    [45,] 12.60903947 13.4526519 -8.9567406 -1.9899344 1.6452868
    [46,] 8.25669148 0.2029400 -0.3306192 -14.0683451 0.4058286
    [47,] -10.99689487 -14.5076536 -9.0840154 -12.8423954 -1.0265339
    [48,] 2.94110993 -5.0877622 -24.3603334 9.4219976 -6.3596564
    [49,] -13.40882806 -6.8968165 5.7007932 1.8203081 3.6751551
    [50,] -1.83141703 0.7427221 -18.0851862 -3.9183913 -0.6155979
    [51,] -8.52602534 -5.9829167 3.3300019 -9.6947232 1.5522016
    [52,] 4.21871621 -15.7950772 -2.3661493 -4.8195598 8.8020402
    [53,] 5.84503907 -6.1421693 -13.3198026 5.5666639 4.5136853
    [54,] -11.44669914 -3.3185304 20.9619685 -0.4478787 10.8076043
    [55,] -8.25330350 8.1183942 5.0386341 -1.8611837 9.9237273
    [56,] 114.10139591 13.1259608 0.6456431 -19.1281867 -3.7022355
    [57,] 13.12596085 109.5229051 -1.8059321 -5.8334050 0.4987011
    [58,] 0.64564305 -1.8059321 90.4925031 6.6639200 6.1532960
    [59,] -19.12818670 -5.8334050 6.6639200 99.0036297 7.5371517
    [60,] -3.70223547 0.4987011 6.1532960 7.5371517 93.3635495
    >
    > # with DelayedArray
    > XD <- DelayedArray(X)
    > bdCrossprod(XD)
    Error in bdCrossprod(XD) : No such namespace: beachmat.
    Execution halted
Flavor: r-release-linux-x86_64

Version: 0.99.14
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘BigDataStatMeth_hdf5.Rmd’ using rmarkdown
    --- finished re-building ‘BigDataStatMeth_hdf5.Rmd’
    
    --- re-building ‘BigDataStatMeth_memory.Rmd’ using rmarkdown
    Loading required package: stats4
    Loading required package: BiocGenerics
    Loading required package: parallel
    
    Attaching package: 'BiocGenerics'
    
    The following objects are masked from 'package:parallel':
    
     clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
     clusterExport, clusterMap, parApply, parCapply, parLapply,
     parLapplyLB, parRapply, parSapply, parSapplyLB
    
    The following objects are masked from 'package:stats':
    
     IQR, mad, sd, var, xtabs
    
    The following objects are masked from 'package:base':
    
     Filter, Find, Map, Position, Reduce, anyDuplicated, append,
     as.data.frame, basename, cbind, colnames, dirname, do.call,
     duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
     lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
     pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
     tapply, union, unique, unsplit, which.max, which.min
    
    Loading required package: MatrixGenerics
    Loading required package: matrixStats
    
    Attaching package: 'MatrixGenerics'
    
    The following objects are masked from 'package:matrixStats':
    
     colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
     colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
     colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
     colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
     colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
     colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
     colWeightedMeans, colWeightedMedians, colWeightedSds,
     colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
     rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
     rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
     rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
     rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
     rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
     rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
     rowWeightedSds, rowWeightedVars
    
    Loading required package: S4Vectors
    
    Attaching package: 'S4Vectors'
    
    The following objects are masked from 'package:Matrix':
    
     expand, unname
    
    The following objects are masked from 'package:base':
    
     I, expand.grid, unname
    
    Loading required package: IRanges
    
    Attaching package: 'DelayedArray'
    
    The following objects are masked from 'package:base':
    
     aperm, apply, rowsum, scale, sweep
    
    Quitting from lines 155-160 (BigDataStatMeth_memory.Rmd)
    Error: processing vignette 'BigDataStatMeth_memory.Rmd' failed with diagnostics:
    argument is of length zero
    --- failed re-building ‘BigDataStatMeth_memory.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘BigDataStatMeth_memory.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-linux-x86_64

Version: 0.99.14
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64