Last updated on 2024-11-13 03:50:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.1 | 14.36 | 483.87 | 498.23 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.1 | 10.19 | 272.83 | 283.02 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.1 | 787.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 817.76 | OK | |||
r-devel-windows-x86_64 | 1.4.1 | 122.00 | 534.00 | 656.00 | OK | |
r-patched-linux-x86_64 | 1.4.1 | 14.02 | 420.47 | 434.49 | OK | |
r-release-linux-x86_64 | 1.4.1 | 14.73 | 425.63 | 440.36 | OK | |
r-release-macos-arm64 | 1.4.1 | 306.00 | OK | |||
r-release-macos-x86_64 | 1.4.1 | 903.00 | OK | |||
r-release-windows-x86_64 | 1.4.1 | 124.00 | 530.00 | 654.00 | OK | |
r-oldrel-macos-arm64 | 1.4.1 | 305.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.1 | 917.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.1 | 149.00 | 612.00 | 761.00 | ERROR |
Version: 1.4.1
Check: examples
Result: ERROR
Running examples in 'SFSI-Ex.R' failed
The error most likely occurred in:
> ### Name: Reading and combining SGP outputs
> ### Title: Read and combine SGP outputs
> ### Aliases: read_SGP read_summary
>
> ### ** Examples
>
> require(SFSI)
> data(wheatHTP)
>
> index = which(Y$trial %in% 1:10) # Use only a subset of data
> Y = Y[index,]
> M = scale(M[index,])/sqrt(ncol(M)) # Subset and scale markers
> G = tcrossprod(M) # Genomic relationship matrix
> y = as.vector(scale(Y[,"E1"])) # Scale response variable
>
> # Training and testing sets
> tst = which(Y$trial %in% 1:3)
> trn = seq_along(y)[-tst]
>
> path = paste0(tempdir(),"/testSGP_")
>
> # Run the analysis into 4 subsets and save them at a given path
> SGP(y, K=G, trn=trn, tst=tst, subset=c(1,4), save.at=path)
Parameter estimation from a LMM within training data (nTRN = 194)
Variance components:
varU varE
1.5145659 0.1149247
Fixed effects:
(Intercept)
0.0009088514
Fitting a SGP model using nTST = 21 (subset 1/4) of 84 and nTRN = 194 records
|
| | 0%
|
|=== | 5%
|
|======= | 10%
|
|========== | 14%
|
|============= | 19%
|
|================= | 24%
|
|==================== | 29%
|
|======================= | 33%
|
|=========================== | 38%
|
|============================== | 43%
|
|================================= | 48%
|
|===================================== | 52%
|
|======================================== | 57%
|
|=========================================== | 62%
|
|=============================================== | 67%
|
|================================================== | 71%
|
|===================================================== | 76%
|
|========================================================= | 81%
|
|============================================================ | 86%
|
|=============================================================== | 90%
|
|=================================================================== | 95%
|
|======================================================================| 100%
Results were saved at file:
'D:\temp\2024_11_11_17_15_36_10152\RtmpoXU00H\testSGP_subset_1_of_4_SGP.RData'
> SGP(y, K=G, trn=trn, tst=tst, subset=c(2,4), save.at=path)
Parameter estimation from a LMM within training data (nTRN = 194)
Variance components:
varU varE
1.5145659 0.1149247
Fixed effects:
(Intercept)
0.0009088514
Fitting a SGP model using nTST = 21 (subset 2/4) of 84 and nTRN = 194 records
|
| | 0%
|
|=== | 5%
|
|======= | 10%
|
|========== | 14%
|
|============= | 19%
|
|================= | 24%
|
|==================== | 29%
|
|======================= | 33%
|
|=========================== | 38%
|
|============================== | 43%
|
|================================= | 48%
|
|===================================== | 52%
|
|======================================== | 57%
|
|=========================================== | 62%
|
|=============================================== | 67%
|
|================================================== | 71%
|
|===================================================== | 76%
|
|========================================================= | 81%
|
|============================================================ | 86%
|
|=============================================================== | 90%
|
|=================================================================== | 95%
|
|======================================================================| 100%
Results were saved at file:
'D:\temp\2024_11_11_17_15_36_10152\RtmpoXU00H\testSGP_subset_2_of_4_SGP.RData'
> SGP(y, K=G, trn=trn, tst=tst, subset=c(3,4), save.at=path)
Parameter estimation from a LMM within training data (nTRN = 194)
Variance components:
varU varE
1.5145659 0.1149247
Fixed effects:
(Intercept)
0.0009088514
Fitting a SGP model using nTST = 21 (subset 3/4) of 84 and nTRN = 194 records
|
| | 0%
|
|=== | 5%
|
|======= | 10%
|
|========== | 14%
|
|============= | 19%
|
|================= | 24%
|
|==================== | 29%
|
|======================= | 33%
|
|=========================== | 38%
|
|============================== | 43%
|
|================================= | 48%
|
|===================================== | 52%
|
|======================================== | 57%
|
|=========================================== | 62%
|
|=============================================== | 67%
|
|================================================== | 71%
|
|===================================================== | 76%
|
|========================================================= | 81%
|
|============================================================ | 86%
|
|=============================================================== | 90%
|
|=================================================================== | 95%
|
|======================================================================| 100%
Results were saved at file:
'D:\temp\2024_11_11_17_15_36_10152\RtmpoXU00H\testSGP_subset_3_of_4_SGP.RData'
> SGP(y, K=G, trn=trn, tst=tst, subset=c(4,4), save.at=path)
Parameter estimation from a LMM within training data (nTRN = 194)
Variance components:
varU varE
1.5145659 0.1149247
Fixed effects:
(Intercept)
0.0009088514
Fitting a SGP model using nTST = 21 (subset 4/4) of 84 and nTRN = 194 records
|
| | 0%
|
|=== | 5%
|
|======= | 10%
|
|========== | 14%
|
|============= | 19%
|
|================= | 24%
|
|==================== | 29%
|
|======================= | 33%
|
|=========================== | 38%
|
|============================== | 43%
|
|================================= | 48%
|
|===================================== | 52%
|
|======================================== | 57%
|
|=========================================== | 62%
|
|=============================================== | 67%
|
|================================================== | 71%
|
|===================================================== | 76%
|
|========================================================= | 81%
|
|============================================================ | 86%
|
|=============================================================== | 90%
|
|=================================================================== | 95%
|
|======================================================================| 100%
Results were saved at file:
'D:\temp\2024_11_11_17_15_36_10152\RtmpoXU00H\testSGP_subset_4_of_4_SGP.RData'
>
> # Collect all results after completion
> fm = read_SGP(path)
Warning in grep(pattern = paste0(fullpath, "$"), value = TRUE, x = list.files(infolder, :
TRE pattern compilation error 'Invalid back reference'
Error in grep(pattern = paste0(fullpath, "$"), value = TRUE, x = list.files(infolder, :
invalid regular expression 'D:\temp\2024_11_11_17_15_36_10152\RtmpoXU00H\testSGP_.*SGP.RData$', reason 'Invalid back reference'
Calls: read_SGP -> lapply -> FUN -> basename -> grep
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.