Overview of Scheduled Unit Tests of Jasp Modules

Aggregated runs per module

Individual runs

Clicking on a dot opens the run log.

Debug info

Sys.time()
#> [1] "2025-04-15 05:21:32 UTC"
gh::gh_rate_limit()
#> $limit
#> [1] 5000
#> 
#> $remaining
#> [1] 4661
#> 
#> $reset
#> [1] "2025-04-15 06:19:22 UTC"
print(messages)
#>  [1] "Running on CI, disabling cache"                                                                                                                                        
#>  [2] "[01/38] Making API calls for module jaspDescriptives..."                                                                                                               
#>  [3] "[02/38] Making API calls for module jaspTTests..."                                                                                                                     
#>  [4] "[03/38] Making API calls for module jaspAnova..."                                                                                                                      
#>  [5] "[04/38] Making API calls for module jaspMixedModels..."                                                                                                                
#>  [6] "[05/38] Making API calls for module jaspRegression..."                                                                                                                 
#>  [7] "[06/38] Making API calls for module jaspFrequencies..."                                                                                                                
#>  [8] "[07/38] Making API calls for module jaspFactor..."                                                                                                                     
#>  [9] "[08/38] Making API calls for module jaspAcceptanceSampling..."                                                                                                         
#> [10] "[09/38] Making API calls for module jaspAudit..."                                                                                                                      
#> [11] "[10/38] Making API calls for module jaspBain..."                                                                                                                       
#> [12] "[11/38] Making API calls for module jaspBFF..."                                                                                                                        
#> [13] "[12/38] Making API calls for module jaspBfpack..."                                                                                                                     
#> [14] "[13/38] Making API calls for module jaspBsts..."                                                                                                                       
#> [15] "[14/38] Making API calls for module jaspCircular..."                                                                                                                   
#> [16] "[15/38] Making API calls for module jaspCochrane..."                                                                                                                   
#> [17] "[16/38] Making API calls for module jaspDistributions..."                                                                                                              
#> [18] "[17/38] Making API calls for module jaspEquivalenceTTests..."                                                                                                          
#> [19] "[18/38] Making API calls for module jaspEsci..."                                                                                                                       
#> [20] "[18/38] Module jaspEsci failed with message:"                                                                                                                          
#> [21] "Error in gh::gh(\"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs?branch={branch}&event={event}&created={created}\",  : "                                   
#> [22] "  GitHub API error (404): Not Found"                                                                                                                                   
#> [23] "✖ URL not found:"                                                                                                                                                      
#> [24] "  <https://api.github.com/repos/jasp-stats/jaspEsci/actions/workflows/unittests.yml/runs?branch=master&event=schedule&created=%3E%202025-03-31&per_page=100>"          
#> [25] "ℹ Read more at"                                                                                                                                                        
#> [26] "  <https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow>"                                                                              
#> [27] ""                                                                                                                                                                      
#> [28] "[19/38] Making API calls for module jaspIrt..."                                                                                                                        
#> [29] "[20/38] Making API calls for module jaspJags..."                                                                                                                       
#> [30] "[21/38] Making API calls for module jaspLearnBayes..."                                                                                                                 
#> [31] "[22/38] Making API calls for module jaspLearnStats..."                                                                                                                 
#> [32] "[23/38] Making API calls for module jaspMachineLearning..."                                                                                                            
#> [33] "[24/38] Making API calls for module jaspMetaAnalysis..."                                                                                                               
#> [34] "[25/38] Making API calls for module jaspNetwork..."                                                                                                                    
#> [35] "[26/38] Making API calls for module jaspPower..."                                                                                                                      
#> [36] "[27/38] Making API calls for module jaspProcess..."                                                                                                                    
#> [37] "[28/38] Making API calls for module jaspProphet..."                                                                                                                    
#> [38] "[29/38] Making API calls for module jaspQualityControl..."                                                                                                             
#> [39] "[30/38] Making API calls for module jaspReliability..."                                                                                                                
#> [40] "[31/38] Making API calls for module jaspRem..."                                                                                                                        
#> [41] "[32/38] Making API calls for module jaspRobustTTests..."                                                                                                               
#> [42] "[33/38] Making API calls for module jaspSem..."                                                                                                                        
#> [43] "[34/38] Making API calls for module jaspSummaryStatistics..."                                                                                                          
#> [44] "[35/38] Making API calls for module jaspSurvival..."                                                                                                                   
#> [45] "[36/38] Making API calls for module jaspSyntax..."                                                                                                                     
#> [46] "[37/38] Making API calls for module jaspTimeSeries..."                                                                                                                 
#> [47] "[38/38] Making API calls for module jaspVisualModeling..."                                                                                                             
#> [48] "[38/38] Module jaspVisualModeling failed with message:"                                                                                                                
#> [49] "Error in gh::gh(\"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs?branch={branch}&event={event}&created={created}\",  : "                                   
#> [50] "  GitHub API error (404): Not Found"                                                                                                                                   
#> [51] "✖ URL not found:"                                                                                                                                                      
#> [52] "  <https://api.github.com/repos/jasp-stats/jaspVisualModeling/actions/workflows/unittests.yml/runs?branch=master&event=schedule&created=%3E%202025-03-31&per_page=100>"
#> [53] "ℹ Read more at"                                                                                                                                                        
#> [54] "  <https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow>"                                                                              
#> [55] ""
print(repos_successful)
#>  [1] "jaspDescriptives"       "jaspTTests"             "jaspAnova"             
#>  [4] "jaspMixedModels"        "jaspRegression"         "jaspFrequencies"       
#>  [7] "jaspFactor"             "jaspAcceptanceSampling" "jaspAudit"             
#> [10] "jaspBain"               "jaspBfpack"             "jaspBsts"              
#> [13] "jaspCircular"           "jaspCochrane"           "jaspDistributions"     
#> [16] "jaspEquivalenceTTests"  "jaspJags"               "jaspLearnBayes"        
#> [19] "jaspLearnStats"         "jaspMachineLearning"    "jaspMetaAnalysis"      
#> [22] "jaspNetwork"            "jaspProcess"            "jaspQualityControl"    
#> [25] "jaspReliability"        "jaspRem"                "jaspRobustTTests"      
#> [28] "jaspSem"                "jaspSummaryStatistics"  "jaspTimeSeries"
repos_failed <- setdiff(repos, repos_successful)
print(repos_failed)
#> [1] "jaspBFF"            "jaspEsci"           "jaspIrt"           
#> [4] "jaspPower"          "jaspProphet"        "jaspSurvival"      
#> [7] "jaspSyntax"         "jaspVisualModeling"