Clicking on a dot opens the run log.
Sys.time()
#> [1] "2024-11-29 05:26:05 UTC"
gh::gh_rate_limit()
#> $limit
#> [1] 5000
#>
#> $remaining
#> [1] 4641
#>
#> $reset
#> [1] "2024-11-29 06:23:33 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 jaspIrt..."
#> [20] "[19/38] Making API calls for module jaspJags..."
#> [21] "[20/38] Making API calls for module jaspLearnBayes..."
#> [22] "[21/38] Making API calls for module jaspLearnStats..."
#> [23] "[22/38] Making API calls for module jaspMachineLearning..."
#> [24] "[23/38] Making API calls for module jaspMetaAnalysis..."
#> [25] "[24/38] Making API calls for module jaspModuleBundleManager..."
#> [26] "[24/38] Module jaspModuleBundleManager failed with message:"
#> [27] "Error in gh::gh(\"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs?branch={branch}&event={event}&created={created}\", : "
#> [28] " GitHub API error (404): Not Found"
#> [29] "✖ URL not found:"
#> [30] " <https://api.github.com/repos/jasp-stats/jaspModuleBundleManager/actions/workflows/unittests.yml/runs?branch=master&event=schedule&created=%3E%3D%202024-11-15&per_page=100>"
#> [31] "ℹ Read more at"
#> [32] " <https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow>"
#> [33] ""
#> [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 jaspQmlR..."
#> [39] "[30/38] Making API calls for module jaspQualityControl..."
#> [40] "[31/38] Making API calls for module jaspReliability..."
#> [41] "[32/38] Making API calls for module jaspRem..."
#> [42] "[33/38] Making API calls for module jaspRobustTTests..."
#> [43] "[34/38] Making API calls for module jaspSem..."
#> [44] "[35/38] Making API calls for module jaspSummaryStatistics..."
#> [45] "[36/38] Making API calls for module jaspSurvival..."
#> [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%3D%202024-11-15&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" "jaspIrt" "jaspJags"
#> [19] "jaspLearnBayes" "jaspLearnStats" "jaspMachineLearning"
#> [22] "jaspMetaAnalysis" "jaspNetwork" "jaspPower"
#> [25] "jaspProcess" "jaspProphet" "jaspQualityControl"
#> [28] "jaspReliability" "jaspRobustTTests" "jaspSem"
#> [31] "jaspSummaryStatistics" "jaspTimeSeries"
repos_failed <- setdiff(repos, repos_successful)
print(repos_failed)
#> [1] "jaspBFF" "jaspModuleBundleManager"
#> [3] "jaspQmlR" "jaspRem"
#> [5] "jaspSurvival" "jaspVisualModeling"