Skip to contents

This function downloads issues from github and extracts relevant information from them

Usage

get_valid_pkgs(approved_only = TRUE)

Arguments

approved_only

only return approved packages (logical)

Value

dataframe including package, version, etc.

Examples

# only approved packages
get_valid_pkgs()
#> Warning: NAs introduced by coercion
#> [[1]]
#> [[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141"
#> 
#> [[1]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[1]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/labels{/name}"
#> 
#> [[1]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/comments"
#> 
#> [[1]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/events"
#> 
#> [[1]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/141"
#> 
#> [[1]]$id
#> [1] 3077027886
#> 
#> [[1]]$node_id
#> [1] "I_kwDOKHVskc63Z7gu"
#> 
#> [[1]]$number
#> [1] 141
#> 
#> [[1]]$title
#> [1] "[Package risk assessment]: forcats version 1.0.0"
#> 
#> [[1]]$user
#> [[1]]$user$login
#> [1] "DrEspresso"
#> 
#> [[1]]$user$id
#> [1] 45166575
#> 
#> [[1]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[1]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[1]]$user$gravatar_id
#> [1] ""
#> 
#> [[1]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[1]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[1]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[1]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[1]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[1]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[1]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[1]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[1]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[1]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[1]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[1]]$user$type
#> [1] "User"
#> 
#> [[1]]$user$user_view_type
#> [1] "public"
#> 
#> [[1]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[1]]$labels
#> [[1]]$labels[[1]]
#> [[1]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[1]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[1]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[1]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[1]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[1]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[1]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[1]]$labels[[2]]
#> [[1]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[1]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[1]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[1]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[1]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[1]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[1]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[1]]$labels[[3]]
#> [[1]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[1]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[1]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[1]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[1]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[1]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[1]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[1]]$state
#> [1] "closed"
#> 
#> [[1]]$locked
#> [1] FALSE
#> 
#> [[1]]$assignee
#> NULL
#> 
#> [[1]]$assignees
#> list()
#> 
#> [[1]]$milestone
#> NULL
#> 
#> [[1]]$comments
#> [1] 1
#> 
#> [[1]]$created_at
#> [1] "2025-05-20T13:25:57Z"
#> 
#> [[1]]$updated_at
#> [1] "2025-05-20T13:27:31Z"
#> 
#> [[1]]$closed_at
#> [1] "2025-05-20T13:27:30Z"
#> 
#> [[1]]$author_association
#> [1] "NONE"
#> 
#> [[1]]$type
#> NULL
#> 
#> [[1]]$active_lock_reason
#> NULL
#> 
#> [[1]]$sub_issues_summary
#> [[1]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[1]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[1]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[1]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nforcats\n\n### Version number of the package evaluated\n\n1.0.0\n\n### Date of release of the evaluated version of the package\n\n2023-01-29\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n7103732\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[1]]$closed_by
#> [[1]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[1]]$closed_by$id
#> [1] 41898282
#> 
#> [[1]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[1]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[1]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[1]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[1]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[1]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[1]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[1]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[1]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[1]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[1]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[1]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[1]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[1]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[1]]$closed_by$type
#> [1] "Bot"
#> 
#> [[1]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[1]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[1]]$reactions
#> [[1]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/reactions"
#> 
#> [[1]]$reactions$total_count
#> [1] 0
#> 
#> [[1]]$reactions$`+1`
#> [1] 0
#> 
#> [[1]]$reactions$`-1`
#> [1] 0
#> 
#> [[1]]$reactions$laugh
#> [1] 0
#> 
#> [[1]]$reactions$hooray
#> [1] 0
#> 
#> [[1]]$reactions$confused
#> [1] 0
#> 
#> [[1]]$reactions$heart
#> [1] 0
#> 
#> [[1]]$reactions$rocket
#> [1] 0
#> 
#> [[1]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[1]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/timeline"
#> 
#> [[1]]$performed_via_github_app
#> NULL
#> 
#> [[1]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[2]]
#> [[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140"
#> 
#> [[2]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[2]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/labels{/name}"
#> 
#> [[2]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/comments"
#> 
#> [[2]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/events"
#> 
#> [[2]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/140"
#> 
#> [[2]]$id
#> [1] 3077002658
#> 
#> [[2]]$node_id
#> [1] "I_kwDOKHVskc63Z1Wi"
#> 
#> [[2]]$number
#> [1] 140
#> 
#> [[2]]$title
#> [1] "[Package risk assessment]: roxygen2 version 7.3.2"
#> 
#> [[2]]$user
#> [[2]]$user$login
#> [1] "DrEspresso"
#> 
#> [[2]]$user$id
#> [1] 45166575
#> 
#> [[2]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[2]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[2]]$user$gravatar_id
#> [1] ""
#> 
#> [[2]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[2]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[2]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[2]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[2]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[2]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[2]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[2]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[2]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[2]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[2]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[2]]$user$type
#> [1] "User"
#> 
#> [[2]]$user$user_view_type
#> [1] "public"
#> 
#> [[2]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[2]]$labels
#> [[2]]$labels[[1]]
#> [[2]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[2]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[2]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[2]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[2]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[2]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[2]]$labels[[2]]
#> [[2]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[2]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[2]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[2]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[2]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[2]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[2]]$labels[[3]]
#> [[2]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[2]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[2]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[2]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[2]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[2]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[2]]$state
#> [1] "closed"
#> 
#> [[2]]$locked
#> [1] FALSE
#> 
#> [[2]]$assignee
#> NULL
#> 
#> [[2]]$assignees
#> list()
#> 
#> [[2]]$milestone
#> NULL
#> 
#> [[2]]$comments
#> [1] 1
#> 
#> [[2]]$created_at
#> [1] "2025-05-20T13:17:45Z"
#> 
#> [[2]]$updated_at
#> [1] "2025-05-20T13:19:28Z"
#> 
#> [[2]]$closed_at
#> [1] "2025-05-20T13:19:28Z"
#> 
#> [[2]]$author_association
#> [1] "NONE"
#> 
#> [[2]]$type
#> NULL
#> 
#> [[2]]$active_lock_reason
#> NULL
#> 
#> [[2]]$sub_issues_summary
#> [[2]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[2]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[2]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[2]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nroxygen2\n\n### Version number of the package evaluated\n\n7.3.2\n\n### Date of release of the evaluated version of the package\n\n2024-06-28\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2141229\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[2]]$closed_by
#> [[2]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[2]]$closed_by$id
#> [1] 41898282
#> 
#> [[2]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[2]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[2]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[2]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[2]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[2]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[2]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[2]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[2]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[2]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[2]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[2]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[2]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[2]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[2]]$closed_by$type
#> [1] "Bot"
#> 
#> [[2]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[2]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[2]]$reactions
#> [[2]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/reactions"
#> 
#> [[2]]$reactions$total_count
#> [1] 0
#> 
#> [[2]]$reactions$`+1`
#> [1] 0
#> 
#> [[2]]$reactions$`-1`
#> [1] 0
#> 
#> [[2]]$reactions$laugh
#> [1] 0
#> 
#> [[2]]$reactions$hooray
#> [1] 0
#> 
#> [[2]]$reactions$confused
#> [1] 0
#> 
#> [[2]]$reactions$heart
#> [1] 0
#> 
#> [[2]]$reactions$rocket
#> [1] 0
#> 
#> [[2]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[2]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/timeline"
#> 
#> [[2]]$performed_via_github_app
#> NULL
#> 
#> [[2]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[3]]
#> [[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139"
#> 
#> [[3]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[3]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/labels{/name}"
#> 
#> [[3]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/comments"
#> 
#> [[3]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/events"
#> 
#> [[3]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/139"
#> 
#> [[3]]$id
#> [1] 3076986452
#> 
#> [[3]]$node_id
#> [1] "I_kwDOKHVskc63ZxZU"
#> 
#> [[3]]$number
#> [1] 139
#> 
#> [[3]]$title
#> [1] "[Package risk assessment]: rlang version 1.1.6"
#> 
#> [[3]]$user
#> [[3]]$user$login
#> [1] "DrEspresso"
#> 
#> [[3]]$user$id
#> [1] 45166575
#> 
#> [[3]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[3]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[3]]$user$gravatar_id
#> [1] ""
#> 
#> [[3]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[3]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[3]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[3]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[3]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[3]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[3]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[3]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[3]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[3]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[3]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[3]]$user$type
#> [1] "User"
#> 
#> [[3]]$user$user_view_type
#> [1] "public"
#> 
#> [[3]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[3]]$labels
#> [[3]]$labels[[1]]
#> [[3]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[3]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[3]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[3]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[3]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[3]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[3]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[3]]$labels[[2]]
#> [[3]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[3]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[3]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[3]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[3]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[3]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[3]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[3]]$labels[[3]]
#> [[3]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[3]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[3]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[3]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[3]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[3]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[3]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[3]]$state
#> [1] "closed"
#> 
#> [[3]]$locked
#> [1] FALSE
#> 
#> [[3]]$assignee
#> NULL
#> 
#> [[3]]$assignees
#> list()
#> 
#> [[3]]$milestone
#> NULL
#> 
#> [[3]]$comments
#> [1] 1
#> 
#> [[3]]$created_at
#> [1] "2025-05-20T13:12:59Z"
#> 
#> [[3]]$updated_at
#> [1] "2025-05-20T13:14:23Z"
#> 
#> [[3]]$closed_at
#> [1] "2025-05-20T13:14:22Z"
#> 
#> [[3]]$author_association
#> [1] "NONE"
#> 
#> [[3]]$type
#> NULL
#> 
#> [[3]]$active_lock_reason
#> NULL
#> 
#> [[3]]$sub_issues_summary
#> [[3]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[3]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[3]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[3]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nrlang\n\n### Version number of the package evaluated\n\n1.1.6\n\n### Date of release of the evaluated version of the package\n\n2025-04-11\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n21258814\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[3]]$closed_by
#> [[3]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[3]]$closed_by$id
#> [1] 41898282
#> 
#> [[3]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[3]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[3]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[3]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[3]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[3]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[3]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[3]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[3]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[3]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[3]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[3]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[3]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[3]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[3]]$closed_by$type
#> [1] "Bot"
#> 
#> [[3]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[3]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[3]]$reactions
#> [[3]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/reactions"
#> 
#> [[3]]$reactions$total_count
#> [1] 0
#> 
#> [[3]]$reactions$`+1`
#> [1] 0
#> 
#> [[3]]$reactions$`-1`
#> [1] 0
#> 
#> [[3]]$reactions$laugh
#> [1] 0
#> 
#> [[3]]$reactions$hooray
#> [1] 0
#> 
#> [[3]]$reactions$confused
#> [1] 0
#> 
#> [[3]]$reactions$heart
#> [1] 0
#> 
#> [[3]]$reactions$rocket
#> [1] 0
#> 
#> [[3]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[3]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/timeline"
#> 
#> [[3]]$performed_via_github_app
#> NULL
#> 
#> [[3]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[4]]
#> [[4]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138"
#> 
#> [[4]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[4]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/labels{/name}"
#> 
#> [[4]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/comments"
#> 
#> [[4]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/events"
#> 
#> [[4]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/138"
#> 
#> [[4]]$id
#> [1] 3065109062
#> 
#> [[4]]$node_id
#> [1] "I_kwDOKHVskc62sdpG"
#> 
#> [[4]]$number
#> [1] 138
#> 
#> [[4]]$title
#> [1] "[Package risk assessment]: httr version 1.4.7"
#> 
#> [[4]]$user
#> [[4]]$user$login
#> [1] "DrEspresso"
#> 
#> [[4]]$user$id
#> [1] 45166575
#> 
#> [[4]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[4]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[4]]$user$gravatar_id
#> [1] ""
#> 
#> [[4]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[4]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[4]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[4]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[4]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[4]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[4]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[4]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[4]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[4]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[4]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[4]]$user$type
#> [1] "User"
#> 
#> [[4]]$user$user_view_type
#> [1] "public"
#> 
#> [[4]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[4]]$labels
#> [[4]]$labels[[1]]
#> [[4]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[4]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[4]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[4]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[4]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[4]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[4]]$labels[[2]]
#> [[4]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[4]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[4]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[4]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[4]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[4]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[4]]$labels[[3]]
#> [[4]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[4]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[4]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[4]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[4]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[4]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[4]]$state
#> [1] "closed"
#> 
#> [[4]]$locked
#> [1] FALSE
#> 
#> [[4]]$assignee
#> NULL
#> 
#> [[4]]$assignees
#> list()
#> 
#> [[4]]$milestone
#> NULL
#> 
#> [[4]]$comments
#> [1] 2
#> 
#> [[4]]$created_at
#> [1] "2025-05-15T06:28:43Z"
#> 
#> [[4]]$updated_at
#> [1] "2025-05-15T06:45:35Z"
#> 
#> [[4]]$closed_at
#> [1] "2025-05-15T06:29:53Z"
#> 
#> [[4]]$author_association
#> [1] "NONE"
#> 
#> [[4]]$type
#> NULL
#> 
#> [[4]]$active_lock_reason
#> NULL
#> 
#> [[4]]$sub_issues_summary
#> [[4]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[4]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[4]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[4]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nhttr\n\n### Version number of the package evaluated\n\n1.4.7\n\n### Date of release of the evaluated version of the package\n\n2023-08-15\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nUnavailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n5\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n10679020\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[4]]$closed_by
#> [[4]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[4]]$closed_by$id
#> [1] 41898282
#> 
#> [[4]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[4]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[4]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[4]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[4]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[4]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[4]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[4]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[4]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[4]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[4]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[4]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[4]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[4]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[4]]$closed_by$type
#> [1] "Bot"
#> 
#> [[4]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[4]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[4]]$reactions
#> [[4]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/reactions"
#> 
#> [[4]]$reactions$total_count
#> [1] 0
#> 
#> [[4]]$reactions$`+1`
#> [1] 0
#> 
#> [[4]]$reactions$`-1`
#> [1] 0
#> 
#> [[4]]$reactions$laugh
#> [1] 0
#> 
#> [[4]]$reactions$hooray
#> [1] 0
#> 
#> [[4]]$reactions$confused
#> [1] 0
#> 
#> [[4]]$reactions$heart
#> [1] 0
#> 
#> [[4]]$reactions$rocket
#> [1] 0
#> 
#> [[4]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[4]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/timeline"
#> 
#> [[4]]$performed_via_github_app
#> NULL
#> 
#> [[4]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[5]]
#> [[5]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137"
#> 
#> [[5]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[5]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/labels{/name}"
#> 
#> [[5]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/comments"
#> 
#> [[5]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/events"
#> 
#> [[5]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/137"
#> 
#> [[5]]$id
#> [1] 3063489260
#> 
#> [[5]]$node_id
#> [1] "I_kwDOKHVskc62mSLs"
#> 
#> [[5]]$number
#> [1] 137
#> 
#> [[5]]$title
#> [1] "[Package risk assessment]: httr2 version 1.1.2"
#> 
#> [[5]]$user
#> [[5]]$user$login
#> [1] "DrEspresso"
#> 
#> [[5]]$user$id
#> [1] 45166575
#> 
#> [[5]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[5]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[5]]$user$gravatar_id
#> [1] ""
#> 
#> [[5]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[5]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[5]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[5]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[5]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[5]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[5]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[5]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[5]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[5]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[5]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[5]]$user$type
#> [1] "User"
#> 
#> [[5]]$user$user_view_type
#> [1] "public"
#> 
#> [[5]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[5]]$labels
#> [[5]]$labels[[1]]
#> [[5]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[5]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[5]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[5]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[5]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[5]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[5]]$labels[[2]]
#> [[5]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[5]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[5]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[5]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[5]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[5]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[5]]$labels[[3]]
#> [[5]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[5]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[5]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[5]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[5]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[5]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[5]]$state
#> [1] "closed"
#> 
#> [[5]]$locked
#> [1] FALSE
#> 
#> [[5]]$assignee
#> NULL
#> 
#> [[5]]$assignees
#> list()
#> 
#> [[5]]$milestone
#> NULL
#> 
#> [[5]]$comments
#> [1] 1
#> 
#> [[5]]$created_at
#> [1] "2025-05-14T15:18:47Z"
#> 
#> [[5]]$updated_at
#> [1] "2025-05-14T15:20:08Z"
#> 
#> [[5]]$closed_at
#> [1] "2025-05-14T15:20:07Z"
#> 
#> [[5]]$author_association
#> [1] "NONE"
#> 
#> [[5]]$type
#> NULL
#> 
#> [[5]]$active_lock_reason
#> NULL
#> 
#> [[5]]$sub_issues_summary
#> [[5]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[5]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[5]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[5]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nhttr2\n\n### Version number of the package evaluated\n\n1.1.2\n\n### Date of release of the evaluated version of the package\n\n2025-03-26\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n4240872\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[5]]$closed_by
#> [[5]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[5]]$closed_by$id
#> [1] 41898282
#> 
#> [[5]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[5]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[5]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[5]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[5]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[5]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[5]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[5]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[5]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[5]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[5]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[5]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[5]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[5]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[5]]$closed_by$type
#> [1] "Bot"
#> 
#> [[5]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[5]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[5]]$reactions
#> [[5]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/reactions"
#> 
#> [[5]]$reactions$total_count
#> [1] 0
#> 
#> [[5]]$reactions$`+1`
#> [1] 0
#> 
#> [[5]]$reactions$`-1`
#> [1] 0
#> 
#> [[5]]$reactions$laugh
#> [1] 0
#> 
#> [[5]]$reactions$hooray
#> [1] 0
#> 
#> [[5]]$reactions$confused
#> [1] 0
#> 
#> [[5]]$reactions$heart
#> [1] 0
#> 
#> [[5]]$reactions$rocket
#> [1] 0
#> 
#> [[5]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[5]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/timeline"
#> 
#> [[5]]$performed_via_github_app
#> NULL
#> 
#> [[5]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[6]]
#> [[6]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136"
#> 
#> [[6]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[6]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/labels{/name}"
#> 
#> [[6]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/comments"
#> 
#> [[6]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/events"
#> 
#> [[6]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/136"
#> 
#> [[6]]$id
#> [1] 3057152588
#> 
#> [[6]]$node_id
#> [1] "I_kwDOKHVskc62OHJM"
#> 
#> [[6]]$number
#> [1] 136
#> 
#> [[6]]$title
#> [1] "[Package risk assessment]: broom version 1.0.8"
#> 
#> [[6]]$user
#> [[6]]$user$login
#> [1] "DrEspresso"
#> 
#> [[6]]$user$id
#> [1] 45166575
#> 
#> [[6]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[6]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[6]]$user$gravatar_id
#> [1] ""
#> 
#> [[6]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[6]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[6]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[6]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[6]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[6]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[6]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[6]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[6]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[6]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[6]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[6]]$user$type
#> [1] "User"
#> 
#> [[6]]$user$user_view_type
#> [1] "public"
#> 
#> [[6]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[6]]$labels
#> [[6]]$labels[[1]]
#> [[6]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[6]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[6]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[6]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[6]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[6]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[6]]$labels[[2]]
#> [[6]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[6]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[6]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[6]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[6]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[6]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[6]]$labels[[3]]
#> [[6]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[6]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[6]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[6]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[6]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[6]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[6]]$state
#> [1] "closed"
#> 
#> [[6]]$locked
#> [1] FALSE
#> 
#> [[6]]$assignee
#> NULL
#> 
#> [[6]]$assignees
#> list()
#> 
#> [[6]]$milestone
#> NULL
#> 
#> [[6]]$comments
#> [1] 1
#> 
#> [[6]]$created_at
#> [1] "2025-05-12T14:19:46Z"
#> 
#> [[6]]$updated_at
#> [1] "2025-05-12T14:21:06Z"
#> 
#> [[6]]$closed_at
#> [1] "2025-05-12T14:21:06Z"
#> 
#> [[6]]$author_association
#> [1] "NONE"
#> 
#> [[6]]$type
#> NULL
#> 
#> [[6]]$active_lock_reason
#> NULL
#> 
#> [[6]]$sub_issues_summary
#> [[6]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[6]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[6]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[6]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nbroom\n\n### Version number of the package evaluated\n\n1.0.8\n\n### Date of release of the evaluated version of the package\n\n2025-03-28\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n8490736\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[6]]$closed_by
#> [[6]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[6]]$closed_by$id
#> [1] 41898282
#> 
#> [[6]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[6]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[6]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[6]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[6]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[6]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[6]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[6]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[6]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[6]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[6]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[6]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[6]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[6]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[6]]$closed_by$type
#> [1] "Bot"
#> 
#> [[6]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[6]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[6]]$reactions
#> [[6]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/reactions"
#> 
#> [[6]]$reactions$total_count
#> [1] 0
#> 
#> [[6]]$reactions$`+1`
#> [1] 0
#> 
#> [[6]]$reactions$`-1`
#> [1] 0
#> 
#> [[6]]$reactions$laugh
#> [1] 0
#> 
#> [[6]]$reactions$hooray
#> [1] 0
#> 
#> [[6]]$reactions$confused
#> [1] 0
#> 
#> [[6]]$reactions$heart
#> [1] 0
#> 
#> [[6]]$reactions$rocket
#> [1] 0
#> 
#> [[6]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[6]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/timeline"
#> 
#> [[6]]$performed_via_github_app
#> NULL
#> 
#> [[6]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[7]]
#> [[7]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135"
#> 
#> [[7]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[7]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/labels{/name}"
#> 
#> [[7]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/comments"
#> 
#> [[7]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/events"
#> 
#> [[7]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/135"
#> 
#> [[7]]$id
#> [1] 3057069959
#> 
#> [[7]]$node_id
#> [1] "I_kwDOKHVskc62Ny-H"
#> 
#> [[7]]$number
#> [1] 135
#> 
#> [[7]]$title
#> [1] "[Package risk assessment]: secuTrialR version 1.3.3"
#> 
#> [[7]]$user
#> [[7]]$user$login
#> [1] "DrEspresso"
#> 
#> [[7]]$user$id
#> [1] 45166575
#> 
#> [[7]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[7]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[7]]$user$gravatar_id
#> [1] ""
#> 
#> [[7]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[7]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[7]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[7]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[7]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[7]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[7]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[7]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[7]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[7]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[7]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[7]]$user$type
#> [1] "User"
#> 
#> [[7]]$user$user_view_type
#> [1] "public"
#> 
#> [[7]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[7]]$labels
#> [[7]]$labels[[1]]
#> [[7]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[7]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[7]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[7]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[7]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[7]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[7]]$labels[[2]]
#> [[7]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[7]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[7]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[7]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[7]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[7]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[7]]$labels[[3]]
#> [[7]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[7]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[7]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[7]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[7]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[7]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[7]]$state
#> [1] "closed"
#> 
#> [[7]]$locked
#> [1] FALSE
#> 
#> [[7]]$assignee
#> NULL
#> 
#> [[7]]$assignees
#> list()
#> 
#> [[7]]$milestone
#> NULL
#> 
#> [[7]]$comments
#> [1] 2
#> 
#> [[7]]$created_at
#> [1] "2025-05-12T13:54:59Z"
#> 
#> [[7]]$updated_at
#> [1] "2025-05-12T14:07:51Z"
#> 
#> [[7]]$closed_at
#> [1] "2025-05-12T13:56:13Z"
#> 
#> [[7]]$author_association
#> [1] "NONE"
#> 
#> [[7]]$type
#> NULL
#> 
#> [[7]]$active_lock_reason
#> NULL
#> 
#> [[7]]$sub_issues_summary
#> [[7]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[7]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[7]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[7]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nsecuTrialR\n\n### Version number of the package evaluated\n\n1.3.3\n\n### Date of release of the evaluated version of the package\n\n2024-05-30\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n6668\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[7]]$closed_by
#> [[7]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[7]]$closed_by$id
#> [1] 41898282
#> 
#> [[7]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[7]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[7]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[7]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[7]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[7]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[7]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[7]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[7]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[7]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[7]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[7]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[7]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[7]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[7]]$closed_by$type
#> [1] "Bot"
#> 
#> [[7]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[7]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[7]]$reactions
#> [[7]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/reactions"
#> 
#> [[7]]$reactions$total_count
#> [1] 0
#> 
#> [[7]]$reactions$`+1`
#> [1] 0
#> 
#> [[7]]$reactions$`-1`
#> [1] 0
#> 
#> [[7]]$reactions$laugh
#> [1] 0
#> 
#> [[7]]$reactions$hooray
#> [1] 0
#> 
#> [[7]]$reactions$confused
#> [1] 0
#> 
#> [[7]]$reactions$heart
#> [1] 0
#> 
#> [[7]]$reactions$rocket
#> [1] 0
#> 
#> [[7]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[7]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/timeline"
#> 
#> [[7]]$performed_via_github_app
#> NULL
#> 
#> [[7]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[8]]
#> [[8]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134"
#> 
#> [[8]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[8]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/labels{/name}"
#> 
#> [[8]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/comments"
#> 
#> [[8]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/events"
#> 
#> [[8]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/134"
#> 
#> [[8]]$id
#> [1] 3048207843
#> 
#> [[8]]$node_id
#> [1] "I_kwDOKHVskc61r_Xj"
#> 
#> [[8]]$number
#> [1] 134
#> 
#> [[8]]$title
#> [1] "[Package risk assessment]: digest version 0.6.37"
#> 
#> [[8]]$user
#> [[8]]$user$login
#> [1] "DrEspresso"
#> 
#> [[8]]$user$id
#> [1] 45166575
#> 
#> [[8]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[8]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[8]]$user$gravatar_id
#> [1] ""
#> 
#> [[8]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[8]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[8]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[8]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[8]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[8]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[8]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[8]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[8]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[8]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[8]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[8]]$user$type
#> [1] "User"
#> 
#> [[8]]$user$user_view_type
#> [1] "public"
#> 
#> [[8]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[8]]$labels
#> [[8]]$labels[[1]]
#> [[8]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[8]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[8]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[8]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[8]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[8]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[8]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[8]]$labels[[2]]
#> [[8]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[8]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[8]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[8]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[8]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[8]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[8]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[8]]$labels[[3]]
#> [[8]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[8]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[8]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[8]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[8]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[8]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[8]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[8]]$state
#> [1] "closed"
#> 
#> [[8]]$locked
#> [1] FALSE
#> 
#> [[8]]$assignee
#> NULL
#> 
#> [[8]]$assignees
#> list()
#> 
#> [[8]]$milestone
#> NULL
#> 
#> [[8]]$comments
#> [1] 1
#> 
#> [[8]]$created_at
#> [1] "2025-05-08T08:21:52Z"
#> 
#> [[8]]$updated_at
#> [1] "2025-05-08T08:23:10Z"
#> 
#> [[8]]$closed_at
#> [1] "2025-05-08T08:23:09Z"
#> 
#> [[8]]$author_association
#> [1] "NONE"
#> 
#> [[8]]$type
#> NULL
#> 
#> [[8]]$active_lock_reason
#> NULL
#> 
#> [[8]]$sub_issues_summary
#> [[8]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[8]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[8]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[8]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\ndigest\n\n### Version number of the package evaluated\n\n0.6.37\n\n### Date of release of the evaluated version of the package\n\n2024-08-19\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12535269\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[8]]$closed_by
#> [[8]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[8]]$closed_by$id
#> [1] 41898282
#> 
#> [[8]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[8]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[8]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[8]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[8]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[8]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[8]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[8]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[8]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[8]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[8]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[8]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[8]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[8]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[8]]$closed_by$type
#> [1] "Bot"
#> 
#> [[8]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[8]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[8]]$reactions
#> [[8]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/reactions"
#> 
#> [[8]]$reactions$total_count
#> [1] 0
#> 
#> [[8]]$reactions$`+1`
#> [1] 0
#> 
#> [[8]]$reactions$`-1`
#> [1] 0
#> 
#> [[8]]$reactions$laugh
#> [1] 0
#> 
#> [[8]]$reactions$hooray
#> [1] 0
#> 
#> [[8]]$reactions$confused
#> [1] 0
#> 
#> [[8]]$reactions$heart
#> [1] 0
#> 
#> [[8]]$reactions$rocket
#> [1] 0
#> 
#> [[8]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[8]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/timeline"
#> 
#> [[8]]$performed_via_github_app
#> NULL
#> 
#> [[8]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[9]]
#> [[9]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133"
#> 
#> [[9]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[9]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/labels{/name}"
#> 
#> [[9]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/comments"
#> 
#> [[9]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/events"
#> 
#> [[9]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/133"
#> 
#> [[9]]$id
#> [1] 3046062730
#> 
#> [[9]]$node_id
#> [1] "I_kwDOKHVskc61jzqK"
#> 
#> [[9]]$number
#> [1] 133
#> 
#> [[9]]$title
#> [1] "[Package risk assessment]: dbplyr version 2.5.0"
#> 
#> [[9]]$user
#> [[9]]$user$login
#> [1] "DrEspresso"
#> 
#> [[9]]$user$id
#> [1] 45166575
#> 
#> [[9]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[9]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[9]]$user$gravatar_id
#> [1] ""
#> 
#> [[9]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[9]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[9]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[9]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[9]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[9]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[9]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[9]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[9]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[9]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[9]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[9]]$user$type
#> [1] "User"
#> 
#> [[9]]$user$user_view_type
#> [1] "public"
#> 
#> [[9]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[9]]$labels
#> [[9]]$labels[[1]]
#> [[9]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[9]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[9]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[9]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[9]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[9]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[9]]$labels[[2]]
#> [[9]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[9]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[9]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[9]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[9]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[9]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[9]]$labels[[3]]
#> [[9]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[9]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[9]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[9]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[9]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[9]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[9]]$state
#> [1] "closed"
#> 
#> [[9]]$locked
#> [1] FALSE
#> 
#> [[9]]$assignee
#> NULL
#> 
#> [[9]]$assignees
#> list()
#> 
#> [[9]]$milestone
#> NULL
#> 
#> [[9]]$comments
#> [1] 2
#> 
#> [[9]]$created_at
#> [1] "2025-05-07T13:54:42Z"
#> 
#> [[9]]$updated_at
#> [1] "2025-05-07T13:57:22Z"
#> 
#> [[9]]$closed_at
#> [1] "2025-05-07T13:56:17Z"
#> 
#> [[9]]$author_association
#> [1] "NONE"
#> 
#> [[9]]$type
#> NULL
#> 
#> [[9]]$active_lock_reason
#> NULL
#> 
#> [[9]]$sub_issues_summary
#> [[9]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[9]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[9]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[9]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\ndbplyr\n\n### Version number of the package evaluated\n\n2.5.0\n\n### Date of release of the evaluated version of the package\n\n2024-03-19\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n18\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n6893003\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[9]]$closed_by
#> [[9]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[9]]$closed_by$id
#> [1] 41898282
#> 
#> [[9]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[9]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[9]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[9]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[9]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[9]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[9]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[9]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[9]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[9]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[9]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[9]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[9]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[9]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[9]]$closed_by$type
#> [1] "Bot"
#> 
#> [[9]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[9]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[9]]$reactions
#> [[9]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/reactions"
#> 
#> [[9]]$reactions$total_count
#> [1] 0
#> 
#> [[9]]$reactions$`+1`
#> [1] 0
#> 
#> [[9]]$reactions$`-1`
#> [1] 0
#> 
#> [[9]]$reactions$laugh
#> [1] 0
#> 
#> [[9]]$reactions$hooray
#> [1] 0
#> 
#> [[9]]$reactions$confused
#> [1] 0
#> 
#> [[9]]$reactions$heart
#> [1] 0
#> 
#> [[9]]$reactions$rocket
#> [1] 0
#> 
#> [[9]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[9]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/timeline"
#> 
#> [[9]]$performed_via_github_app
#> NULL
#> 
#> [[9]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[10]]
#> [[10]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132"
#> 
#> [[10]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[10]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/labels{/name}"
#> 
#> [[10]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/comments"
#> 
#> [[10]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/events"
#> 
#> [[10]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/132"
#> 
#> [[10]]$id
#> [1] 3039693986
#> 
#> [[10]]$node_id
#> [1] "I_kwDOKHVskc61Lgyi"
#> 
#> [[10]]$number
#> [1] 132
#> 
#> [[10]]$title
#> [1] "[Package risk assessment]: purrr version 1.0.4"
#> 
#> [[10]]$user
#> [[10]]$user$login
#> [1] "lisajohanna"
#> 
#> [[10]]$user$id
#> [1] 61314076
#> 
#> [[10]]$user$node_id
#> [1] "MDQ6VXNlcjYxMzE0MDc2"
#> 
#> [[10]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/61314076?v=4"
#> 
#> [[10]]$user$gravatar_id
#> [1] ""
#> 
#> [[10]]$user$url
#> [1] "https://api.github.com/users/lisajohanna"
#> 
#> [[10]]$user$html_url
#> [1] "https://github.com/lisajohanna"
#> 
#> [[10]]$user$followers_url
#> [1] "https://api.github.com/users/lisajohanna/followers"
#> 
#> [[10]]$user$following_url
#> [1] "https://api.github.com/users/lisajohanna/following{/other_user}"
#> 
#> [[10]]$user$gists_url
#> [1] "https://api.github.com/users/lisajohanna/gists{/gist_id}"
#> 
#> [[10]]$user$starred_url
#> [1] "https://api.github.com/users/lisajohanna/starred{/owner}{/repo}"
#> 
#> [[10]]$user$subscriptions_url
#> [1] "https://api.github.com/users/lisajohanna/subscriptions"
#> 
#> [[10]]$user$organizations_url
#> [1] "https://api.github.com/users/lisajohanna/orgs"
#> 
#> [[10]]$user$repos_url
#> [1] "https://api.github.com/users/lisajohanna/repos"
#> 
#> [[10]]$user$events_url
#> [1] "https://api.github.com/users/lisajohanna/events{/privacy}"
#> 
#> [[10]]$user$received_events_url
#> [1] "https://api.github.com/users/lisajohanna/received_events"
#> 
#> [[10]]$user$type
#> [1] "User"
#> 
#> [[10]]$user$user_view_type
#> [1] "public"
#> 
#> [[10]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[10]]$labels
#> [[10]]$labels[[1]]
#> [[10]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[10]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[10]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[10]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[10]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[10]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[10]]$labels[[2]]
#> [[10]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[10]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[10]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[10]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[10]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[10]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[10]]$labels[[3]]
#> [[10]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[10]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[10]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[10]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[10]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[10]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[10]]$state
#> [1] "closed"
#> 
#> [[10]]$locked
#> [1] FALSE
#> 
#> [[10]]$assignee
#> NULL
#> 
#> [[10]]$assignees
#> list()
#> 
#> [[10]]$milestone
#> NULL
#> 
#> [[10]]$comments
#> [1] 1
#> 
#> [[10]]$created_at
#> [1] "2025-05-05T13:31:18Z"
#> 
#> [[10]]$updated_at
#> [1] "2025-05-05T13:32:39Z"
#> 
#> [[10]]$closed_at
#> [1] "2025-05-05T13:32:38Z"
#> 
#> [[10]]$author_association
#> [1] "NONE"
#> 
#> [[10]]$type
#> NULL
#> 
#> [[10]]$active_lock_reason
#> NULL
#> 
#> [[10]]$sub_issues_summary
#> [[10]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[10]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[10]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[10]]$body
#> [1] "### Name\n\nLisa Hofer\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npurrr\n\n### Version number of the package evaluated\n\n1.0.4\n\n### Date of release of the evaluated version of the package\n\n2025-02-05\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n5\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12253815\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[10]]$closed_by
#> [[10]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[10]]$closed_by$id
#> [1] 41898282
#> 
#> [[10]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[10]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[10]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[10]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[10]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[10]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[10]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[10]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[10]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[10]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[10]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[10]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[10]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[10]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[10]]$closed_by$type
#> [1] "Bot"
#> 
#> [[10]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[10]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[10]]$reactions
#> [[10]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/reactions"
#> 
#> [[10]]$reactions$total_count
#> [1] 0
#> 
#> [[10]]$reactions$`+1`
#> [1] 0
#> 
#> [[10]]$reactions$`-1`
#> [1] 0
#> 
#> [[10]]$reactions$laugh
#> [1] 0
#> 
#> [[10]]$reactions$hooray
#> [1] 0
#> 
#> [[10]]$reactions$confused
#> [1] 0
#> 
#> [[10]]$reactions$heart
#> [1] 0
#> 
#> [[10]]$reactions$rocket
#> [1] 0
#> 
#> [[10]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[10]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/timeline"
#> 
#> [[10]]$performed_via_github_app
#> NULL
#> 
#> [[10]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[11]]
#> [[11]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131"
#> 
#> [[11]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[11]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/labels{/name}"
#> 
#> [[11]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/comments"
#> 
#> [[11]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/events"
#> 
#> [[11]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/131"
#> 
#> [[11]]$id
#> [1] 3039641245
#> 
#> [[11]]$node_id
#> [1] "I_kwDOKHVskc61LT6d"
#> 
#> [[11]]$number
#> [1] 131
#> 
#> [[11]]$title
#> [1] "[Package risk assessment]: survival version 3.8-3"
#> 
#> [[11]]$user
#> [[11]]$user$login
#> [1] "lisajohanna"
#> 
#> [[11]]$user$id
#> [1] 61314076
#> 
#> [[11]]$user$node_id
#> [1] "MDQ6VXNlcjYxMzE0MDc2"
#> 
#> [[11]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/61314076?v=4"
#> 
#> [[11]]$user$gravatar_id
#> [1] ""
#> 
#> [[11]]$user$url
#> [1] "https://api.github.com/users/lisajohanna"
#> 
#> [[11]]$user$html_url
#> [1] "https://github.com/lisajohanna"
#> 
#> [[11]]$user$followers_url
#> [1] "https://api.github.com/users/lisajohanna/followers"
#> 
#> [[11]]$user$following_url
#> [1] "https://api.github.com/users/lisajohanna/following{/other_user}"
#> 
#> [[11]]$user$gists_url
#> [1] "https://api.github.com/users/lisajohanna/gists{/gist_id}"
#> 
#> [[11]]$user$starred_url
#> [1] "https://api.github.com/users/lisajohanna/starred{/owner}{/repo}"
#> 
#> [[11]]$user$subscriptions_url
#> [1] "https://api.github.com/users/lisajohanna/subscriptions"
#> 
#> [[11]]$user$organizations_url
#> [1] "https://api.github.com/users/lisajohanna/orgs"
#> 
#> [[11]]$user$repos_url
#> [1] "https://api.github.com/users/lisajohanna/repos"
#> 
#> [[11]]$user$events_url
#> [1] "https://api.github.com/users/lisajohanna/events{/privacy}"
#> 
#> [[11]]$user$received_events_url
#> [1] "https://api.github.com/users/lisajohanna/received_events"
#> 
#> [[11]]$user$type
#> [1] "User"
#> 
#> [[11]]$user$user_view_type
#> [1] "public"
#> 
#> [[11]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[11]]$labels
#> [[11]]$labels[[1]]
#> [[11]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[11]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[11]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[11]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[11]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[11]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[11]]$labels[[2]]
#> [[11]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[11]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[11]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[11]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[11]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[11]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[11]]$labels[[3]]
#> [[11]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[11]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[11]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[11]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[11]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[11]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[11]]$state
#> [1] "closed"
#> 
#> [[11]]$locked
#> [1] FALSE
#> 
#> [[11]]$assignee
#> NULL
#> 
#> [[11]]$assignees
#> list()
#> 
#> [[11]]$milestone
#> NULL
#> 
#> [[11]]$comments
#> [1] 2
#> 
#> [[11]]$created_at
#> [1] "2025-05-05T13:13:49Z"
#> 
#> [[11]]$updated_at
#> [1] "2025-05-08T07:13:44Z"
#> 
#> [[11]]$closed_at
#> [1] "2025-05-07T14:47:50Z"
#> 
#> [[11]]$author_association
#> [1] "NONE"
#> 
#> [[11]]$type
#> NULL
#> 
#> [[11]]$active_lock_reason
#> NULL
#> 
#> [[11]]$sub_issues_summary
#> [[11]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[11]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[11]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[11]]$body
#> [1] "### Name\n\nLisa Hofer\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsurvival\n\n### Version number of the package evaluated\n\n3.8-3\n\n### Date of release of the evaluated version of the package\n\n2024-12-17\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1527935\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[11]]$closed_by
#> [[11]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[11]]$closed_by$id
#> [1] 41898282
#> 
#> [[11]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[11]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[11]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[11]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[11]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[11]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[11]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[11]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[11]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[11]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[11]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[11]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[11]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[11]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[11]]$closed_by$type
#> [1] "Bot"
#> 
#> [[11]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[11]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[11]]$reactions
#> [[11]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/reactions"
#> 
#> [[11]]$reactions$total_count
#> [1] 0
#> 
#> [[11]]$reactions$`+1`
#> [1] 0
#> 
#> [[11]]$reactions$`-1`
#> [1] 0
#> 
#> [[11]]$reactions$laugh
#> [1] 0
#> 
#> [[11]]$reactions$hooray
#> [1] 0
#> 
#> [[11]]$reactions$confused
#> [1] 0
#> 
#> [[11]]$reactions$heart
#> [1] 0
#> 
#> [[11]]$reactions$rocket
#> [1] 0
#> 
#> [[11]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[11]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/timeline"
#> 
#> [[11]]$performed_via_github_app
#> NULL
#> 
#> [[11]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[12]]
#> [[12]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130"
#> 
#> [[12]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[12]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/labels{/name}"
#> 
#> [[12]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/comments"
#> 
#> [[12]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/events"
#> 
#> [[12]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/130"
#> 
#> [[12]]$id
#> [1] 3016287868
#> 
#> [[12]]$node_id
#> [1] "I_kwDOKHVskc6zyOZ8"
#> 
#> [[12]]$number
#> [1] 130
#> 
#> [[12]]$title
#> [1] "[Package risk assessment]: pracma version 2.4.4"
#> 
#> [[12]]$user
#> [[12]]$user$login
#> [1] "allenr-CH"
#> 
#> [[12]]$user$id
#> [1] 208921946
#> 
#> [[12]]$user$node_id
#> [1] "U_kgDODHPlWg"
#> 
#> [[12]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/208921946?v=4"
#> 
#> [[12]]$user$gravatar_id
#> [1] ""
#> 
#> [[12]]$user$url
#> [1] "https://api.github.com/users/allenr-CH"
#> 
#> [[12]]$user$html_url
#> [1] "https://github.com/allenr-CH"
#> 
#> [[12]]$user$followers_url
#> [1] "https://api.github.com/users/allenr-CH/followers"
#> 
#> [[12]]$user$following_url
#> [1] "https://api.github.com/users/allenr-CH/following{/other_user}"
#> 
#> [[12]]$user$gists_url
#> [1] "https://api.github.com/users/allenr-CH/gists{/gist_id}"
#> 
#> [[12]]$user$starred_url
#> [1] "https://api.github.com/users/allenr-CH/starred{/owner}{/repo}"
#> 
#> [[12]]$user$subscriptions_url
#> [1] "https://api.github.com/users/allenr-CH/subscriptions"
#> 
#> [[12]]$user$organizations_url
#> [1] "https://api.github.com/users/allenr-CH/orgs"
#> 
#> [[12]]$user$repos_url
#> [1] "https://api.github.com/users/allenr-CH/repos"
#> 
#> [[12]]$user$events_url
#> [1] "https://api.github.com/users/allenr-CH/events{/privacy}"
#> 
#> [[12]]$user$received_events_url
#> [1] "https://api.github.com/users/allenr-CH/received_events"
#> 
#> [[12]]$user$type
#> [1] "User"
#> 
#> [[12]]$user$user_view_type
#> [1] "public"
#> 
#> [[12]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[12]]$labels
#> [[12]]$labels[[1]]
#> [[12]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[12]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[12]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[12]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[12]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[12]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[12]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[12]]$labels[[2]]
#> [[12]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[12]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[12]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[12]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[12]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[12]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[12]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[12]]$labels[[3]]
#> [[12]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[12]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[12]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[12]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[12]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[12]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[12]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[12]]$state
#> [1] "closed"
#> 
#> [[12]]$locked
#> [1] FALSE
#> 
#> [[12]]$assignee
#> NULL
#> 
#> [[12]]$assignees
#> list()
#> 
#> [[12]]$milestone
#> NULL
#> 
#> [[12]]$comments
#> [1] 1
#> 
#> [[12]]$created_at
#> [1] "2025-04-24T07:21:38Z"
#> 
#> [[12]]$updated_at
#> [1] "2025-04-24T07:22:36Z"
#> 
#> [[12]]$closed_at
#> [1] "2025-04-24T07:22:35Z"
#> 
#> [[12]]$author_association
#> [1] "NONE"
#> 
#> [[12]]$type
#> NULL
#> 
#> [[12]]$active_lock_reason
#> NULL
#> 
#> [[12]]$sub_issues_summary
#> [[12]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[12]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[12]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[12]]$body
#> [1] "### Name\n\nRichard Allen\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npracma\n\n### Version number of the package evaluated\n\n2.4.4\n\n### Date of release of the evaluated version of the package\n\n2023-11-10\n\n### The package author has...\n\nNo clear credentials or group association\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n4\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n1037669\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[12]]$closed_by
#> [[12]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[12]]$closed_by$id
#> [1] 41898282
#> 
#> [[12]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[12]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[12]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[12]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[12]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[12]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[12]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[12]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[12]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[12]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[12]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[12]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[12]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[12]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[12]]$closed_by$type
#> [1] "Bot"
#> 
#> [[12]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[12]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[12]]$reactions
#> [[12]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/reactions"
#> 
#> [[12]]$reactions$total_count
#> [1] 0
#> 
#> [[12]]$reactions$`+1`
#> [1] 0
#> 
#> [[12]]$reactions$`-1`
#> [1] 0
#> 
#> [[12]]$reactions$laugh
#> [1] 0
#> 
#> [[12]]$reactions$hooray
#> [1] 0
#> 
#> [[12]]$reactions$confused
#> [1] 0
#> 
#> [[12]]$reactions$heart
#> [1] 0
#> 
#> [[12]]$reactions$rocket
#> [1] 0
#> 
#> [[12]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[12]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/timeline"
#> 
#> [[12]]$performed_via_github_app
#> NULL
#> 
#> [[12]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[13]]
#> [[13]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129"
#> 
#> [[13]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[13]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/labels{/name}"
#> 
#> [[13]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/comments"
#> 
#> [[13]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/events"
#> 
#> [[13]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/129"
#> 
#> [[13]]$id
#> [1] 3016225715
#> 
#> [[13]]$node_id
#> [1] "I_kwDOKHVskc6zx_Oz"
#> 
#> [[13]]$number
#> [1] 129
#> 
#> [[13]]$title
#> [1] "[Package risk assessment]: lubridate version 1.9.4"
#> 
#> [[13]]$user
#> [[13]]$user$login
#> [1] "allenr-CH"
#> 
#> [[13]]$user$id
#> [1] 208921946
#> 
#> [[13]]$user$node_id
#> [1] "U_kgDODHPlWg"
#> 
#> [[13]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/208921946?v=4"
#> 
#> [[13]]$user$gravatar_id
#> [1] ""
#> 
#> [[13]]$user$url
#> [1] "https://api.github.com/users/allenr-CH"
#> 
#> [[13]]$user$html_url
#> [1] "https://github.com/allenr-CH"
#> 
#> [[13]]$user$followers_url
#> [1] "https://api.github.com/users/allenr-CH/followers"
#> 
#> [[13]]$user$following_url
#> [1] "https://api.github.com/users/allenr-CH/following{/other_user}"
#> 
#> [[13]]$user$gists_url
#> [1] "https://api.github.com/users/allenr-CH/gists{/gist_id}"
#> 
#> [[13]]$user$starred_url
#> [1] "https://api.github.com/users/allenr-CH/starred{/owner}{/repo}"
#> 
#> [[13]]$user$subscriptions_url
#> [1] "https://api.github.com/users/allenr-CH/subscriptions"
#> 
#> [[13]]$user$organizations_url
#> [1] "https://api.github.com/users/allenr-CH/orgs"
#> 
#> [[13]]$user$repos_url
#> [1] "https://api.github.com/users/allenr-CH/repos"
#> 
#> [[13]]$user$events_url
#> [1] "https://api.github.com/users/allenr-CH/events{/privacy}"
#> 
#> [[13]]$user$received_events_url
#> [1] "https://api.github.com/users/allenr-CH/received_events"
#> 
#> [[13]]$user$type
#> [1] "User"
#> 
#> [[13]]$user$user_view_type
#> [1] "public"
#> 
#> [[13]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[13]]$labels
#> [[13]]$labels[[1]]
#> [[13]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[13]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[13]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[13]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[13]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[13]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[13]]$labels[[2]]
#> [[13]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[13]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[13]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[13]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[13]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[13]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[13]]$labels[[3]]
#> [[13]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[13]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[13]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[13]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[13]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[13]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[13]]$state
#> [1] "closed"
#> 
#> [[13]]$locked
#> [1] FALSE
#> 
#> [[13]]$assignee
#> NULL
#> 
#> [[13]]$assignees
#> list()
#> 
#> [[13]]$milestone
#> NULL
#> 
#> [[13]]$comments
#> [1] 1
#> 
#> [[13]]$created_at
#> [1] "2025-04-24T07:00:34Z"
#> 
#> [[13]]$updated_at
#> [1] "2025-04-24T07:01:34Z"
#> 
#> [[13]]$closed_at
#> [1] "2025-04-24T07:01:33Z"
#> 
#> [[13]]$author_association
#> [1] "NONE"
#> 
#> [[13]]$type
#> NULL
#> 
#> [[13]]$active_lock_reason
#> NULL
#> 
#> [[13]]$sub_issues_summary
#> [[13]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[13]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[13]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[13]]$body
#> [1] "### Name\n\nRichard Allen\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlubridate\n\n### Version number of the package evaluated\n\n1.9.4\n\n### Date of release of the evaluated version of the package\n\n2024-12-08\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n3\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n9140165\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[13]]$closed_by
#> [[13]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[13]]$closed_by$id
#> [1] 41898282
#> 
#> [[13]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[13]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[13]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[13]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[13]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[13]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[13]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[13]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[13]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[13]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[13]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[13]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[13]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[13]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[13]]$closed_by$type
#> [1] "Bot"
#> 
#> [[13]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[13]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[13]]$reactions
#> [[13]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/reactions"
#> 
#> [[13]]$reactions$total_count
#> [1] 0
#> 
#> [[13]]$reactions$`+1`
#> [1] 0
#> 
#> [[13]]$reactions$`-1`
#> [1] 0
#> 
#> [[13]]$reactions$laugh
#> [1] 0
#> 
#> [[13]]$reactions$hooray
#> [1] 0
#> 
#> [[13]]$reactions$confused
#> [1] 0
#> 
#> [[13]]$reactions$heart
#> [1] 0
#> 
#> [[13]]$reactions$rocket
#> [1] 0
#> 
#> [[13]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[13]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/timeline"
#> 
#> [[13]]$performed_via_github_app
#> NULL
#> 
#> [[13]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[14]]
#> [[14]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128"
#> 
#> [[14]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[14]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/labels{/name}"
#> 
#> [[14]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/comments"
#> 
#> [[14]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/events"
#> 
#> [[14]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/128"
#> 
#> [[14]]$id
#> [1] 3010795815
#> 
#> [[14]]$node_id
#> [1] "I_kwDOKHVskc6zdRkn"
#> 
#> [[14]]$number
#> [1] 128
#> 
#> [[14]]$title
#> [1] "[Package risk assessment]: officer version 0.6.8"
#> 
#> [[14]]$user
#> [[14]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[14]]$user$id
#> [1] 43375942
#> 
#> [[14]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[14]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[14]]$user$gravatar_id
#> [1] ""
#> 
#> [[14]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[14]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[14]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[14]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[14]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[14]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[14]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[14]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[14]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[14]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[14]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[14]]$user$type
#> [1] "User"
#> 
#> [[14]]$user$user_view_type
#> [1] "public"
#> 
#> [[14]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[14]]$labels
#> [[14]]$labels[[1]]
#> [[14]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[14]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[14]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[14]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[14]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[14]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[14]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[14]]$labels[[2]]
#> [[14]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[14]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[14]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[14]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[14]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[14]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[14]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[14]]$labels[[3]]
#> [[14]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[14]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[14]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[14]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[14]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[14]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[14]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[14]]$state
#> [1] "closed"
#> 
#> [[14]]$locked
#> [1] FALSE
#> 
#> [[14]]$assignee
#> NULL
#> 
#> [[14]]$assignees
#> list()
#> 
#> [[14]]$milestone
#> NULL
#> 
#> [[14]]$comments
#> [1] 1
#> 
#> [[14]]$created_at
#> [1] "2025-04-22T11:28:38Z"
#> 
#> [[14]]$updated_at
#> [1] "2025-04-22T11:29:36Z"
#> 
#> [[14]]$closed_at
#> [1] "2025-04-22T11:29:36Z"
#> 
#> [[14]]$author_association
#> [1] "NONE"
#> 
#> [[14]]$type
#> NULL
#> 
#> [[14]]$active_lock_reason
#> NULL
#> 
#> [[14]]$sub_issues_summary
#> [[14]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[14]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[14]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[14]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nofficer\n\n### Version number of the package evaluated\n\n0.6.8\n\n### Date of release of the evaluated version of the package\n\n2025-03-23\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n855290\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[14]]$closed_by
#> [[14]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[14]]$closed_by$id
#> [1] 41898282
#> 
#> [[14]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[14]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[14]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[14]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[14]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[14]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[14]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[14]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[14]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[14]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[14]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[14]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[14]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[14]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[14]]$closed_by$type
#> [1] "Bot"
#> 
#> [[14]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[14]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[14]]$reactions
#> [[14]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/reactions"
#> 
#> [[14]]$reactions$total_count
#> [1] 0
#> 
#> [[14]]$reactions$`+1`
#> [1] 0
#> 
#> [[14]]$reactions$`-1`
#> [1] 0
#> 
#> [[14]]$reactions$laugh
#> [1] 0
#> 
#> [[14]]$reactions$hooray
#> [1] 0
#> 
#> [[14]]$reactions$confused
#> [1] 0
#> 
#> [[14]]$reactions$heart
#> [1] 0
#> 
#> [[14]]$reactions$rocket
#> [1] 0
#> 
#> [[14]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[14]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/timeline"
#> 
#> [[14]]$performed_via_github_app
#> NULL
#> 
#> [[14]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[15]]
#> [[15]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127"
#> 
#> [[15]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[15]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/labels{/name}"
#> 
#> [[15]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/comments"
#> 
#> [[15]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/events"
#> 
#> [[15]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/127"
#> 
#> [[15]]$id
#> [1] 3010787488
#> 
#> [[15]]$node_id
#> [1] "I_kwDOKHVskc6zdPig"
#> 
#> [[15]]$number
#> [1] 127
#> 
#> [[15]]$title
#> [1] "[Package risk assessment]: Hmisc version 5.2-3"
#> 
#> [[15]]$user
#> [[15]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[15]]$user$id
#> [1] 43375942
#> 
#> [[15]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[15]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[15]]$user$gravatar_id
#> [1] ""
#> 
#> [[15]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[15]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[15]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[15]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[15]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[15]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[15]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[15]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[15]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[15]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[15]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[15]]$user$type
#> [1] "User"
#> 
#> [[15]]$user$user_view_type
#> [1] "public"
#> 
#> [[15]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[15]]$labels
#> [[15]]$labels[[1]]
#> [[15]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[15]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[15]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[15]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[15]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[15]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[15]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[15]]$labels[[2]]
#> [[15]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[15]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[15]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[15]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[15]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[15]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[15]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[15]]$labels[[3]]
#> [[15]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[15]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[15]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[15]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[15]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[15]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[15]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[15]]$state
#> [1] "closed"
#> 
#> [[15]]$locked
#> [1] FALSE
#> 
#> [[15]]$assignee
#> NULL
#> 
#> [[15]]$assignees
#> list()
#> 
#> [[15]]$milestone
#> NULL
#> 
#> [[15]]$comments
#> [1] 1
#> 
#> [[15]]$created_at
#> [1] "2025-04-22T11:25:27Z"
#> 
#> [[15]]$updated_at
#> [1] "2025-04-22T11:26:31Z"
#> 
#> [[15]]$closed_at
#> [1] "2025-04-22T11:26:30Z"
#> 
#> [[15]]$author_association
#> [1] "NONE"
#> 
#> [[15]]$type
#> NULL
#> 
#> [[15]]$active_lock_reason
#> NULL
#> 
#> [[15]]$sub_issues_summary
#> [[15]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[15]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[15]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[15]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nHmisc\n\n### Version number of the package evaluated\n\n5.2-3\n\n### Date of release of the evaluated version of the package\n\n2025-03-16\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n18\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2311108\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[15]]$closed_by
#> [[15]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[15]]$closed_by$id
#> [1] 41898282
#> 
#> [[15]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[15]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[15]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[15]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[15]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[15]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[15]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[15]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[15]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[15]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[15]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[15]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[15]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[15]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[15]]$closed_by$type
#> [1] "Bot"
#> 
#> [[15]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[15]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[15]]$reactions
#> [[15]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/reactions"
#> 
#> [[15]]$reactions$total_count
#> [1] 0
#> 
#> [[15]]$reactions$`+1`
#> [1] 0
#> 
#> [[15]]$reactions$`-1`
#> [1] 0
#> 
#> [[15]]$reactions$laugh
#> [1] 0
#> 
#> [[15]]$reactions$hooray
#> [1] 0
#> 
#> [[15]]$reactions$confused
#> [1] 0
#> 
#> [[15]]$reactions$heart
#> [1] 0
#> 
#> [[15]]$reactions$rocket
#> [1] 0
#> 
#> [[15]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[15]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/timeline"
#> 
#> [[15]]$performed_via_github_app
#> NULL
#> 
#> [[15]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[16]]
#> [[16]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126"
#> 
#> [[16]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[16]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/labels{/name}"
#> 
#> [[16]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/comments"
#> 
#> [[16]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/events"
#> 
#> [[16]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/126"
#> 
#> [[16]]$id
#> [1] 3010779816
#> 
#> [[16]]$node_id
#> [1] "I_kwDOKHVskc6zdNqo"
#> 
#> [[16]]$number
#> [1] 126
#> 
#> [[16]]$title
#> [1] "[Package risk assessment]: gtsummary version 2.2.0"
#> 
#> [[16]]$user
#> [[16]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[16]]$user$id
#> [1] 43375942
#> 
#> [[16]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[16]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[16]]$user$gravatar_id
#> [1] ""
#> 
#> [[16]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[16]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[16]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[16]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[16]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[16]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[16]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[16]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[16]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[16]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[16]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[16]]$user$type
#> [1] "User"
#> 
#> [[16]]$user$user_view_type
#> [1] "public"
#> 
#> [[16]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[16]]$labels
#> [[16]]$labels[[1]]
#> [[16]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[16]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[16]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[16]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[16]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[16]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[16]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[16]]$labels[[2]]
#> [[16]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[16]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[16]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[16]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[16]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[16]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[16]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[16]]$labels[[3]]
#> [[16]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[16]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[16]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[16]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[16]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[16]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[16]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[16]]$state
#> [1] "closed"
#> 
#> [[16]]$locked
#> [1] FALSE
#> 
#> [[16]]$assignee
#> NULL
#> 
#> [[16]]$assignees
#> list()
#> 
#> [[16]]$milestone
#> NULL
#> 
#> [[16]]$comments
#> [1] 1
#> 
#> [[16]]$created_at
#> [1] "2025-04-22T11:22:22Z"
#> 
#> [[16]]$updated_at
#> [1] "2025-04-22T11:23:20Z"
#> 
#> [[16]]$closed_at
#> [1] "2025-04-22T11:23:19Z"
#> 
#> [[16]]$author_association
#> [1] "NONE"
#> 
#> [[16]]$type
#> NULL
#> 
#> [[16]]$active_lock_reason
#> NULL
#> 
#> [[16]]$sub_issues_summary
#> [[16]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[16]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[16]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[16]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngtsummary\n\n### Version number of the package evaluated\n\n2.2.0\n\n### Date of release of the evaluated version of the package\n\n2025-04-14\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n460381\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[16]]$closed_by
#> [[16]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[16]]$closed_by$id
#> [1] 41898282
#> 
#> [[16]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[16]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[16]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[16]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[16]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[16]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[16]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[16]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[16]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[16]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[16]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[16]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[16]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[16]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[16]]$closed_by$type
#> [1] "Bot"
#> 
#> [[16]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[16]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[16]]$reactions
#> [[16]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/reactions"
#> 
#> [[16]]$reactions$total_count
#> [1] 0
#> 
#> [[16]]$reactions$`+1`
#> [1] 0
#> 
#> [[16]]$reactions$`-1`
#> [1] 0
#> 
#> [[16]]$reactions$laugh
#> [1] 0
#> 
#> [[16]]$reactions$hooray
#> [1] 0
#> 
#> [[16]]$reactions$confused
#> [1] 0
#> 
#> [[16]]$reactions$heart
#> [1] 0
#> 
#> [[16]]$reactions$rocket
#> [1] 0
#> 
#> [[16]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[16]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/timeline"
#> 
#> [[16]]$performed_via_github_app
#> NULL
#> 
#> [[16]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[17]]
#> [[17]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125"
#> 
#> [[17]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[17]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/labels{/name}"
#> 
#> [[17]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/comments"
#> 
#> [[17]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/events"
#> 
#> [[17]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/125"
#> 
#> [[17]]$id
#> [1] 3010773470
#> 
#> [[17]]$node_id
#> [1] "I_kwDOKHVskc6zdMHe"
#> 
#> [[17]]$number
#> [1] 125
#> 
#> [[17]]$title
#> [1] "[Package risk assessment]: ggplot2 version 3.5.2"
#> 
#> [[17]]$user
#> [[17]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[17]]$user$id
#> [1] 43375942
#> 
#> [[17]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[17]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[17]]$user$gravatar_id
#> [1] ""
#> 
#> [[17]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[17]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[17]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[17]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[17]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[17]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[17]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[17]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[17]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[17]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[17]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[17]]$user$type
#> [1] "User"
#> 
#> [[17]]$user$user_view_type
#> [1] "public"
#> 
#> [[17]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[17]]$labels
#> [[17]]$labels[[1]]
#> [[17]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[17]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[17]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[17]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[17]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[17]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[17]]$labels[[2]]
#> [[17]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[17]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[17]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[17]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[17]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[17]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[17]]$labels[[3]]
#> [[17]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[17]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[17]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[17]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[17]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[17]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[17]]$state
#> [1] "closed"
#> 
#> [[17]]$locked
#> [1] FALSE
#> 
#> [[17]]$assignee
#> NULL
#> 
#> [[17]]$assignees
#> list()
#> 
#> [[17]]$milestone
#> NULL
#> 
#> [[17]]$comments
#> [1] 1
#> 
#> [[17]]$created_at
#> [1] "2025-04-22T11:19:30Z"
#> 
#> [[17]]$updated_at
#> [1] "2025-04-22T11:20:34Z"
#> 
#> [[17]]$closed_at
#> [1] "2025-04-22T11:20:33Z"
#> 
#> [[17]]$author_association
#> [1] "NONE"
#> 
#> [[17]]$type
#> NULL
#> 
#> [[17]]$active_lock_reason
#> NULL
#> 
#> [[17]]$sub_issues_summary
#> [[17]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[17]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[17]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[17]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nggplot2\n\n### Version number of the package evaluated\n\n3.5.2\n\n### Date of release of the evaluated version of the package\n\n2025-04-09\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n20078961\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[17]]$closed_by
#> [[17]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[17]]$closed_by$id
#> [1] 41898282
#> 
#> [[17]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[17]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[17]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[17]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[17]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[17]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[17]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[17]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[17]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[17]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[17]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[17]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[17]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[17]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[17]]$closed_by$type
#> [1] "Bot"
#> 
#> [[17]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[17]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[17]]$reactions
#> [[17]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/reactions"
#> 
#> [[17]]$reactions$total_count
#> [1] 0
#> 
#> [[17]]$reactions$`+1`
#> [1] 0
#> 
#> [[17]]$reactions$`-1`
#> [1] 0
#> 
#> [[17]]$reactions$laugh
#> [1] 0
#> 
#> [[17]]$reactions$hooray
#> [1] 0
#> 
#> [[17]]$reactions$confused
#> [1] 0
#> 
#> [[17]]$reactions$heart
#> [1] 0
#> 
#> [[17]]$reactions$rocket
#> [1] 0
#> 
#> [[17]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[17]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/timeline"
#> 
#> [[17]]$performed_via_github_app
#> NULL
#> 
#> [[17]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[18]]
#> [[18]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124"
#> 
#> [[18]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[18]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/labels{/name}"
#> 
#> [[18]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/comments"
#> 
#> [[18]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/events"
#> 
#> [[18]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/124"
#> 
#> [[18]]$id
#> [1] 3010301547
#> 
#> [[18]]$node_id
#> [1] "I_kwDOKHVskc6zbY5r"
#> 
#> [[18]]$number
#> [1] 124
#> 
#> [[18]]$title
#> [1] "[Package risk assessment]: sas7bdat version 0.8"
#> 
#> [[18]]$user
#> [[18]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[18]]$user$id
#> [1] 43375942
#> 
#> [[18]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[18]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[18]]$user$gravatar_id
#> [1] ""
#> 
#> [[18]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[18]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[18]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[18]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[18]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[18]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[18]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[18]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[18]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[18]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[18]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[18]]$user$type
#> [1] "User"
#> 
#> [[18]]$user$user_view_type
#> [1] "public"
#> 
#> [[18]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[18]]$labels
#> [[18]]$labels[[1]]
#> [[18]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[18]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[18]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[18]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[18]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[18]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[18]]$labels[[2]]
#> [[18]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[18]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[18]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[18]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[18]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[18]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[18]]$labels[[3]]
#> [[18]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[18]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[18]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[18]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[18]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[18]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[18]]$state
#> [1] "closed"
#> 
#> [[18]]$locked
#> [1] FALSE
#> 
#> [[18]]$assignee
#> NULL
#> 
#> [[18]]$assignees
#> list()
#> 
#> [[18]]$milestone
#> NULL
#> 
#> [[18]]$comments
#> [1] 1
#> 
#> [[18]]$created_at
#> [1] "2025-04-22T08:13:01Z"
#> 
#> [[18]]$updated_at
#> [1] "2025-04-22T08:14:02Z"
#> 
#> [[18]]$closed_at
#> [1] "2025-04-22T08:14:02Z"
#> 
#> [[18]]$author_association
#> [1] "NONE"
#> 
#> [[18]]$type
#> NULL
#> 
#> [[18]]$active_lock_reason
#> NULL
#> 
#> [[18]]$sub_issues_summary
#> [[18]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[18]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[18]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[18]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsas7bdat\n\n### Version number of the package evaluated\n\n0.8\n\n### Date of release of the evaluated version of the package\n\n2024-08-29\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n0\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n36494\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[18]]$closed_by
#> [[18]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[18]]$closed_by$id
#> [1] 41898282
#> 
#> [[18]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[18]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[18]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[18]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[18]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[18]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[18]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[18]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[18]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[18]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[18]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[18]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[18]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[18]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[18]]$closed_by$type
#> [1] "Bot"
#> 
#> [[18]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[18]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[18]]$reactions
#> [[18]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/reactions"
#> 
#> [[18]]$reactions$total_count
#> [1] 0
#> 
#> [[18]]$reactions$`+1`
#> [1] 0
#> 
#> [[18]]$reactions$`-1`
#> [1] 0
#> 
#> [[18]]$reactions$laugh
#> [1] 0
#> 
#> [[18]]$reactions$hooray
#> [1] 0
#> 
#> [[18]]$reactions$confused
#> [1] 0
#> 
#> [[18]]$reactions$heart
#> [1] 0
#> 
#> [[18]]$reactions$rocket
#> [1] 0
#> 
#> [[18]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[18]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/timeline"
#> 
#> [[18]]$performed_via_github_app
#> NULL
#> 
#> [[18]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[19]]
#> [[19]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123"
#> 
#> [[19]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[19]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/labels{/name}"
#> 
#> [[19]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/comments"
#> 
#> [[19]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/events"
#> 
#> [[19]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/123"
#> 
#> [[19]]$id
#> [1] 3010047590
#> 
#> [[19]]$node_id
#> [1] "I_kwDOKHVskc6zaa5m"
#> 
#> [[19]]$number
#> [1] 123
#> 
#> [[19]]$title
#> [1] "[Package risk assessment]: lmerTest version 3.1-3"
#> 
#> [[19]]$user
#> [[19]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[19]]$user$id
#> [1] 43375942
#> 
#> [[19]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[19]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[19]]$user$gravatar_id
#> [1] ""
#> 
#> [[19]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[19]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[19]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[19]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[19]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[19]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[19]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[19]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[19]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[19]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[19]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[19]]$user$type
#> [1] "User"
#> 
#> [[19]]$user$user_view_type
#> [1] "public"
#> 
#> [[19]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[19]]$labels
#> [[19]]$labels[[1]]
#> [[19]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[19]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[19]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[19]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[19]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[19]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[19]]$labels[[2]]
#> [[19]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[19]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[19]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[19]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[19]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[19]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[19]]$labels[[3]]
#> [[19]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[19]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[19]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[19]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[19]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[19]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[19]]$state
#> [1] "closed"
#> 
#> [[19]]$locked
#> [1] FALSE
#> 
#> [[19]]$assignee
#> NULL
#> 
#> [[19]]$assignees
#> list()
#> 
#> [[19]]$milestone
#> NULL
#> 
#> [[19]]$comments
#> [1] 1
#> 
#> [[19]]$created_at
#> [1] "2025-04-22T06:45:39Z"
#> 
#> [[19]]$updated_at
#> [1] "2025-04-22T06:46:38Z"
#> 
#> [[19]]$closed_at
#> [1] "2025-04-22T06:46:38Z"
#> 
#> [[19]]$author_association
#> [1] "NONE"
#> 
#> [[19]]$type
#> NULL
#> 
#> [[19]]$active_lock_reason
#> NULL
#> 
#> [[19]]$sub_issues_summary
#> [[19]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[19]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[19]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[19]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlmerTest\n\n### Version number of the package evaluated\n\n3.1-3\n\n### Date of release of the evaluated version of the package\n\n2020-10-23\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n657102\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[19]]$closed_by
#> [[19]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[19]]$closed_by$id
#> [1] 41898282
#> 
#> [[19]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[19]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[19]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[19]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[19]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[19]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[19]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[19]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[19]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[19]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[19]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[19]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[19]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[19]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[19]]$closed_by$type
#> [1] "Bot"
#> 
#> [[19]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[19]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[19]]$reactions
#> [[19]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/reactions"
#> 
#> [[19]]$reactions$total_count
#> [1] 0
#> 
#> [[19]]$reactions$`+1`
#> [1] 0
#> 
#> [[19]]$reactions$`-1`
#> [1] 0
#> 
#> [[19]]$reactions$laugh
#> [1] 0
#> 
#> [[19]]$reactions$hooray
#> [1] 0
#> 
#> [[19]]$reactions$confused
#> [1] 0
#> 
#> [[19]]$reactions$heart
#> [1] 0
#> 
#> [[19]]$reactions$rocket
#> [1] 0
#> 
#> [[19]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[19]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/timeline"
#> 
#> [[19]]$performed_via_github_app
#> NULL
#> 
#> [[19]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[20]]
#> [[20]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122"
#> 
#> [[20]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[20]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/labels{/name}"
#> 
#> [[20]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/comments"
#> 
#> [[20]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/events"
#> 
#> [[20]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/122"
#> 
#> [[20]]$id
#> [1] 3010016879
#> 
#> [[20]]$node_id
#> [1] "I_kwDOKHVskc6zaTZv"
#> 
#> [[20]]$number
#> [1] 122
#> 
#> [[20]]$title
#> [1] "[Package risk assessment]: emmeans version 1.11.0"
#> 
#> [[20]]$user
#> [[20]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[20]]$user$id
#> [1] 43375942
#> 
#> [[20]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[20]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[20]]$user$gravatar_id
#> [1] ""
#> 
#> [[20]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[20]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[20]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[20]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[20]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[20]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[20]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[20]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[20]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[20]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[20]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[20]]$user$type
#> [1] "User"
#> 
#> [[20]]$user$user_view_type
#> [1] "public"
#> 
#> [[20]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[20]]$labels
#> [[20]]$labels[[1]]
#> [[20]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[20]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[20]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[20]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[20]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[20]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[20]]$labels[[2]]
#> [[20]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[20]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[20]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[20]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[20]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[20]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[20]]$labels[[3]]
#> [[20]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[20]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[20]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[20]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[20]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[20]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[20]]$state
#> [1] "closed"
#> 
#> [[20]]$locked
#> [1] FALSE
#> 
#> [[20]]$assignee
#> NULL
#> 
#> [[20]]$assignees
#> list()
#> 
#> [[20]]$milestone
#> NULL
#> 
#> [[20]]$comments
#> [1] 1
#> 
#> [[20]]$created_at
#> [1] "2025-04-22T06:29:42Z"
#> 
#> [[20]]$updated_at
#> [1] "2025-04-22T06:30:38Z"
#> 
#> [[20]]$closed_at
#> [1] "2025-04-22T06:30:37Z"
#> 
#> [[20]]$author_association
#> [1] "NONE"
#> 
#> [[20]]$type
#> NULL
#> 
#> [[20]]$active_lock_reason
#> NULL
#> 
#> [[20]]$sub_issues_summary
#> [[20]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[20]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[20]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[20]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nemmeans\n\n### Version number of the package evaluated\n\n1.11.0\n\n### Date of release of the evaluated version of the package\n\n2025-03-20\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1564628\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[20]]$closed_by
#> [[20]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[20]]$closed_by$id
#> [1] 41898282
#> 
#> [[20]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[20]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[20]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[20]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[20]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[20]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[20]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[20]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[20]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[20]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[20]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[20]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[20]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[20]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[20]]$closed_by$type
#> [1] "Bot"
#> 
#> [[20]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[20]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[20]]$reactions
#> [[20]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/reactions"
#> 
#> [[20]]$reactions$total_count
#> [1] 0
#> 
#> [[20]]$reactions$`+1`
#> [1] 0
#> 
#> [[20]]$reactions$`-1`
#> [1] 0
#> 
#> [[20]]$reactions$laugh
#> [1] 0
#> 
#> [[20]]$reactions$hooray
#> [1] 0
#> 
#> [[20]]$reactions$confused
#> [1] 0
#> 
#> [[20]]$reactions$heart
#> [1] 0
#> 
#> [[20]]$reactions$rocket
#> [1] 0
#> 
#> [[20]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[20]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/timeline"
#> 
#> [[20]]$performed_via_github_app
#> NULL
#> 
#> [[20]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[21]]
#> [[21]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121"
#> 
#> [[21]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[21]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/labels{/name}"
#> 
#> [[21]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/comments"
#> 
#> [[21]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/events"
#> 
#> [[21]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/121"
#> 
#> [[21]]$id
#> [1] 3009951284
#> 
#> [[21]]$node_id
#> [1] "I_kwDOKHVskc6zaDY0"
#> 
#> [[21]]$number
#> [1] 121
#> 
#> [[21]]$title
#> [1] "[Package risk assessment]: officedown version 0.4.0"
#> 
#> [[21]]$user
#> [[21]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[21]]$user$id
#> [1] 43375942
#> 
#> [[21]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[21]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[21]]$user$gravatar_id
#> [1] ""
#> 
#> [[21]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[21]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[21]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[21]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[21]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[21]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[21]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[21]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[21]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[21]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[21]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[21]]$user$type
#> [1] "User"
#> 
#> [[21]]$user$user_view_type
#> [1] "public"
#> 
#> [[21]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[21]]$labels
#> [[21]]$labels[[1]]
#> [[21]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[21]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[21]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[21]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[21]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[21]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[21]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[21]]$labels[[2]]
#> [[21]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[21]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[21]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[21]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[21]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[21]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[21]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[21]]$labels[[3]]
#> [[21]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[21]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[21]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[21]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[21]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[21]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[21]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[21]]$state
#> [1] "closed"
#> 
#> [[21]]$locked
#> [1] FALSE
#> 
#> [[21]]$assignee
#> NULL
#> 
#> [[21]]$assignees
#> list()
#> 
#> [[21]]$milestone
#> NULL
#> 
#> [[21]]$comments
#> [1] 1
#> 
#> [[21]]$created_at
#> [1] "2025-04-22T05:50:31Z"
#> 
#> [[21]]$updated_at
#> [1] "2025-04-22T05:51:30Z"
#> 
#> [[21]]$closed_at
#> [1] "2025-04-22T05:51:29Z"
#> 
#> [[21]]$author_association
#> [1] "NONE"
#> 
#> [[21]]$type
#> NULL
#> 
#> [[21]]$active_lock_reason
#> NULL
#> 
#> [[21]]$sub_issues_summary
#> [[21]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[21]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[21]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[21]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nofficedown\n\n### Version number of the package evaluated\n\n0.4.0\n\n### Date of release of the evaluated version of the package\n\n2025-03-18\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n43006\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[21]]$closed_by
#> [[21]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[21]]$closed_by$id
#> [1] 41898282
#> 
#> [[21]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[21]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[21]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[21]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[21]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[21]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[21]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[21]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[21]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[21]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[21]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[21]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[21]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[21]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[21]]$closed_by$type
#> [1] "Bot"
#> 
#> [[21]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[21]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[21]]$reactions
#> [[21]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/reactions"
#> 
#> [[21]]$reactions$total_count
#> [1] 0
#> 
#> [[21]]$reactions$`+1`
#> [1] 0
#> 
#> [[21]]$reactions$`-1`
#> [1] 0
#> 
#> [[21]]$reactions$laugh
#> [1] 0
#> 
#> [[21]]$reactions$hooray
#> [1] 0
#> 
#> [[21]]$reactions$confused
#> [1] 0
#> 
#> [[21]]$reactions$heart
#> [1] 0
#> 
#> [[21]]$reactions$rocket
#> [1] 0
#> 
#> [[21]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[21]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/timeline"
#> 
#> [[21]]$performed_via_github_app
#> NULL
#> 
#> [[21]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[22]]
#> [[22]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120"
#> 
#> [[22]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[22]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/labels{/name}"
#> 
#> [[22]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/comments"
#> 
#> [[22]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/events"
#> 
#> [[22]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/120"
#> 
#> [[22]]$id
#> [1] 3009936564
#> 
#> [[22]]$node_id
#> [1] "I_kwDOKHVskc6zZ_y0"
#> 
#> [[22]]$number
#> [1] 120
#> 
#> [[22]]$title
#> [1] "[Package risk assessment]: lrstat version 0.2.13"
#> 
#> [[22]]$user
#> [[22]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[22]]$user$id
#> [1] 43375942
#> 
#> [[22]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[22]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[22]]$user$gravatar_id
#> [1] ""
#> 
#> [[22]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[22]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[22]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[22]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[22]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[22]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[22]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[22]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[22]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[22]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[22]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[22]]$user$type
#> [1] "User"
#> 
#> [[22]]$user$user_view_type
#> [1] "public"
#> 
#> [[22]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[22]]$labels
#> [[22]]$labels[[1]]
#> [[22]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[22]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[22]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[22]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[22]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[22]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[22]]$labels[[2]]
#> [[22]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[22]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[22]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[22]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[22]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[22]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[22]]$labels[[3]]
#> [[22]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[22]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[22]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[22]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[22]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[22]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[22]]$state
#> [1] "closed"
#> 
#> [[22]]$locked
#> [1] FALSE
#> 
#> [[22]]$assignee
#> NULL
#> 
#> [[22]]$assignees
#> list()
#> 
#> [[22]]$milestone
#> NULL
#> 
#> [[22]]$comments
#> [1] 1
#> 
#> [[22]]$created_at
#> [1] "2025-04-22T05:41:40Z"
#> 
#> [[22]]$updated_at
#> [1] "2025-04-22T05:42:37Z"
#> 
#> [[22]]$closed_at
#> [1] "2025-04-22T05:42:37Z"
#> 
#> [[22]]$author_association
#> [1] "NONE"
#> 
#> [[22]]$type
#> NULL
#> 
#> [[22]]$active_lock_reason
#> NULL
#> 
#> [[22]]$sub_issues_summary
#> [[22]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[22]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[22]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[22]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlrstat\n\n### Version number of the package evaluated\n\n0.2.13\n\n### Date of release of the evaluated version of the package\n\n2025-03-20\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n4\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n7780\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[22]]$closed_by
#> [[22]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[22]]$closed_by$id
#> [1] 41898282
#> 
#> [[22]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[22]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[22]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[22]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[22]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[22]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[22]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[22]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[22]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[22]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[22]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[22]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[22]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[22]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[22]]$closed_by$type
#> [1] "Bot"
#> 
#> [[22]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[22]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[22]]$reactions
#> [[22]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/reactions"
#> 
#> [[22]]$reactions$total_count
#> [1] 0
#> 
#> [[22]]$reactions$`+1`
#> [1] 0
#> 
#> [[22]]$reactions$`-1`
#> [1] 0
#> 
#> [[22]]$reactions$laugh
#> [1] 0
#> 
#> [[22]]$reactions$hooray
#> [1] 0
#> 
#> [[22]]$reactions$confused
#> [1] 0
#> 
#> [[22]]$reactions$heart
#> [1] 0
#> 
#> [[22]]$reactions$rocket
#> [1] 0
#> 
#> [[22]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[22]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/timeline"
#> 
#> [[22]]$performed_via_github_app
#> NULL
#> 
#> [[22]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[23]]
#> [[23]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119"
#> 
#> [[23]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[23]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/labels{/name}"
#> 
#> [[23]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/comments"
#> 
#> [[23]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/events"
#> 
#> [[23]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/119"
#> 
#> [[23]]$id
#> [1] 3009916217
#> 
#> [[23]]$node_id
#> [1] "I_kwDOKHVskc6zZ605"
#> 
#> [[23]]$number
#> [1] 119
#> 
#> [[23]]$title
#> [1] "[Package risk assessment]: gee version 4.13-29"
#> 
#> [[23]]$user
#> [[23]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[23]]$user$id
#> [1] 43375942
#> 
#> [[23]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[23]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[23]]$user$gravatar_id
#> [1] ""
#> 
#> [[23]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[23]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[23]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[23]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[23]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[23]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[23]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[23]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[23]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[23]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[23]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[23]]$user$type
#> [1] "User"
#> 
#> [[23]]$user$user_view_type
#> [1] "public"
#> 
#> [[23]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[23]]$labels
#> [[23]]$labels[[1]]
#> [[23]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[23]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[23]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[23]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[23]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[23]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[23]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[23]]$labels[[2]]
#> [[23]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[23]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[23]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[23]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[23]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[23]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[23]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[23]]$labels[[3]]
#> [[23]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[23]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[23]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[23]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[23]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[23]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[23]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[23]]$state
#> [1] "closed"
#> 
#> [[23]]$locked
#> [1] FALSE
#> 
#> [[23]]$assignee
#> NULL
#> 
#> [[23]]$assignees
#> list()
#> 
#> [[23]]$milestone
#> NULL
#> 
#> [[23]]$comments
#> [1] 1
#> 
#> [[23]]$created_at
#> [1] "2025-04-22T05:26:46Z"
#> 
#> [[23]]$updated_at
#> [1] "2025-04-22T05:27:44Z"
#> 
#> [[23]]$closed_at
#> [1] "2025-04-22T05:27:43Z"
#> 
#> [[23]]$author_association
#> [1] "NONE"
#> 
#> [[23]]$type
#> NULL
#> 
#> [[23]]$active_lock_reason
#> NULL
#> 
#> [[23]]$sub_issues_summary
#> [[23]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[23]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[23]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[23]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngee\n\n### Version number of the package evaluated\n\n4.13-29\n\n### Date of release of the evaluated version of the package\n\n2024-12-11\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n110628\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[23]]$closed_by
#> [[23]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[23]]$closed_by$id
#> [1] 41898282
#> 
#> [[23]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[23]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[23]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[23]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[23]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[23]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[23]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[23]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[23]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[23]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[23]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[23]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[23]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[23]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[23]]$closed_by$type
#> [1] "Bot"
#> 
#> [[23]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[23]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[23]]$reactions
#> [[23]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/reactions"
#> 
#> [[23]]$reactions$total_count
#> [1] 0
#> 
#> [[23]]$reactions$`+1`
#> [1] 0
#> 
#> [[23]]$reactions$`-1`
#> [1] 0
#> 
#> [[23]]$reactions$laugh
#> [1] 0
#> 
#> [[23]]$reactions$hooray
#> [1] 0
#> 
#> [[23]]$reactions$confused
#> [1] 0
#> 
#> [[23]]$reactions$heart
#> [1] 0
#> 
#> [[23]]$reactions$rocket
#> [1] 0
#> 
#> [[23]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[23]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/timeline"
#> 
#> [[23]]$performed_via_github_app
#> NULL
#> 
#> [[23]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[24]]
#> [[24]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118"
#> 
#> [[24]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[24]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/labels{/name}"
#> 
#> [[24]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/comments"
#> 
#> [[24]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/events"
#> 
#> [[24]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/118"
#> 
#> [[24]]$id
#> [1] 3002508526
#> 
#> [[24]]$node_id
#> [1] "I_kwDOKHVskc6y9qTu"
#> 
#> [[24]]$number
#> [1] 118
#> 
#> [[24]]$title
#> [1] "[Package risk assessment]: finalfit version 1.0.8"
#> 
#> [[24]]$user
#> [[24]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[24]]$user$id
#> [1] 43375942
#> 
#> [[24]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[24]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[24]]$user$gravatar_id
#> [1] ""
#> 
#> [[24]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[24]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[24]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[24]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[24]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[24]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[24]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[24]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[24]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[24]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[24]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[24]]$user$type
#> [1] "User"
#> 
#> [[24]]$user$user_view_type
#> [1] "public"
#> 
#> [[24]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[24]]$labels
#> [[24]]$labels[[1]]
#> [[24]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[24]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[24]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[24]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[24]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[24]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[24]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[24]]$labels[[2]]
#> [[24]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[24]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[24]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[24]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[24]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[24]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[24]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[24]]$labels[[3]]
#> [[24]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[24]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[24]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[24]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[24]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[24]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[24]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[24]]$state
#> [1] "closed"
#> 
#> [[24]]$locked
#> [1] FALSE
#> 
#> [[24]]$assignee
#> NULL
#> 
#> [[24]]$assignees
#> list()
#> 
#> [[24]]$milestone
#> NULL
#> 
#> [[24]]$comments
#> [1] 1
#> 
#> [[24]]$created_at
#> [1] "2025-04-17T13:29:36Z"
#> 
#> [[24]]$updated_at
#> [1] "2025-04-17T13:30:37Z"
#> 
#> [[24]]$closed_at
#> [1] "2025-04-17T13:30:36Z"
#> 
#> [[24]]$author_association
#> [1] "NONE"
#> 
#> [[24]]$type
#> NULL
#> 
#> [[24]]$active_lock_reason
#> NULL
#> 
#> [[24]]$sub_issues_summary
#> [[24]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[24]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[24]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[24]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nfinalfit\n\n### Version number of the package evaluated\n\n1.0.8\n\n### Date of release of the evaluated version of the package\n\n2024-07-24\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n20\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n46189\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[24]]$closed_by
#> [[24]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[24]]$closed_by$id
#> [1] 41898282
#> 
#> [[24]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[24]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[24]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[24]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[24]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[24]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[24]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[24]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[24]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[24]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[24]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[24]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[24]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[24]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[24]]$closed_by$type
#> [1] "Bot"
#> 
#> [[24]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[24]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[24]]$reactions
#> [[24]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/reactions"
#> 
#> [[24]]$reactions$total_count
#> [1] 0
#> 
#> [[24]]$reactions$`+1`
#> [1] 0
#> 
#> [[24]]$reactions$`-1`
#> [1] 0
#> 
#> [[24]]$reactions$laugh
#> [1] 0
#> 
#> [[24]]$reactions$hooray
#> [1] 0
#> 
#> [[24]]$reactions$confused
#> [1] 0
#> 
#> [[24]]$reactions$heart
#> [1] 0
#> 
#> [[24]]$reactions$rocket
#> [1] 0
#> 
#> [[24]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[24]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/timeline"
#> 
#> [[24]]$performed_via_github_app
#> NULL
#> 
#> [[24]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[25]]
#> [[25]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117"
#> 
#> [[25]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[25]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/labels{/name}"
#> 
#> [[25]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/comments"
#> 
#> [[25]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/events"
#> 
#> [[25]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/117"
#> 
#> [[25]]$id
#> [1] 3002410605
#> 
#> [[25]]$node_id
#> [1] "I_kwDOKHVskc6y9SZt"
#> 
#> [[25]]$number
#> [1] 117
#> 
#> [[25]]$title
#> [1] "[Package risk assessment]: coxme version 2.2-22"
#> 
#> [[25]]$user
#> [[25]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[25]]$user$id
#> [1] 43375942
#> 
#> [[25]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[25]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[25]]$user$gravatar_id
#> [1] ""
#> 
#> [[25]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[25]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[25]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[25]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[25]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[25]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[25]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[25]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[25]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[25]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[25]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[25]]$user$type
#> [1] "User"
#> 
#> [[25]]$user$user_view_type
#> [1] "public"
#> 
#> [[25]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[25]]$labels
#> [[25]]$labels[[1]]
#> [[25]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[25]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[25]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[25]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[25]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[25]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[25]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[25]]$labels[[2]]
#> [[25]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[25]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[25]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[25]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[25]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[25]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[25]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[25]]$labels[[3]]
#> [[25]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[25]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[25]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[25]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[25]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[25]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[25]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[25]]$state
#> [1] "closed"
#> 
#> [[25]]$locked
#> [1] FALSE
#> 
#> [[25]]$assignee
#> NULL
#> 
#> [[25]]$assignees
#> list()
#> 
#> [[25]]$milestone
#> NULL
#> 
#> [[25]]$comments
#> [1] 1
#> 
#> [[25]]$created_at
#> [1] "2025-04-17T12:54:30Z"
#> 
#> [[25]]$updated_at
#> [1] "2025-04-17T12:55:48Z"
#> 
#> [[25]]$closed_at
#> [1] "2025-04-17T12:55:48Z"
#> 
#> [[25]]$author_association
#> [1] "NONE"
#> 
#> [[25]]$type
#> NULL
#> 
#> [[25]]$active_lock_reason
#> NULL
#> 
#> [[25]]$sub_issues_summary
#> [[25]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[25]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[25]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[25]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncoxme\n\n### Version number of the package evaluated\n\n2.2-22\n\n### Date of release of the evaluated version of the package\n\n2024-08-23\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n109532\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[25]]$closed_by
#> [[25]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[25]]$closed_by$id
#> [1] 41898282
#> 
#> [[25]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[25]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[25]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[25]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[25]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[25]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[25]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[25]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[25]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[25]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[25]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[25]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[25]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[25]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[25]]$closed_by$type
#> [1] "Bot"
#> 
#> [[25]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[25]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[25]]$reactions
#> [[25]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/reactions"
#> 
#> [[25]]$reactions$total_count
#> [1] 0
#> 
#> [[25]]$reactions$`+1`
#> [1] 0
#> 
#> [[25]]$reactions$`-1`
#> [1] 0
#> 
#> [[25]]$reactions$laugh
#> [1] 0
#> 
#> [[25]]$reactions$hooray
#> [1] 0
#> 
#> [[25]]$reactions$confused
#> [1] 0
#> 
#> [[25]]$reactions$heart
#> [1] 0
#> 
#> [[25]]$reactions$rocket
#> [1] 0
#> 
#> [[25]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[25]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/timeline"
#> 
#> [[25]]$performed_via_github_app
#> NULL
#> 
#> [[25]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[26]]
#> [[26]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116"
#> 
#> [[26]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[26]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/labels{/name}"
#> 
#> [[26]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/comments"
#> 
#> [[26]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/events"
#> 
#> [[26]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/116"
#> 
#> [[26]]$id
#> [1] 3002235595
#> 
#> [[26]]$node_id
#> [1] "I_kwDOKHVskc6y8nrL"
#> 
#> [[26]]$number
#> [1] 116
#> 
#> [[26]]$title
#> [1] "[Package risk assessment]: cmprsk version 2.2-12"
#> 
#> [[26]]$user
#> [[26]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[26]]$user$id
#> [1] 43375942
#> 
#> [[26]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[26]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[26]]$user$gravatar_id
#> [1] ""
#> 
#> [[26]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[26]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[26]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[26]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[26]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[26]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[26]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[26]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[26]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[26]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[26]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[26]]$user$type
#> [1] "User"
#> 
#> [[26]]$user$user_view_type
#> [1] "public"
#> 
#> [[26]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[26]]$labels
#> [[26]]$labels[[1]]
#> [[26]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[26]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[26]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[26]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[26]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[26]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[26]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[26]]$labels[[2]]
#> [[26]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[26]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[26]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[26]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[26]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[26]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[26]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[26]]$labels[[3]]
#> [[26]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[26]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[26]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[26]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[26]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[26]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[26]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[26]]$state
#> [1] "closed"
#> 
#> [[26]]$locked
#> [1] FALSE
#> 
#> [[26]]$assignee
#> NULL
#> 
#> [[26]]$assignees
#> list()
#> 
#> [[26]]$milestone
#> NULL
#> 
#> [[26]]$comments
#> [1] 1
#> 
#> [[26]]$created_at
#> [1] "2025-04-17T11:36:59Z"
#> 
#> [[26]]$updated_at
#> [1] "2025-04-17T11:37:55Z"
#> 
#> [[26]]$closed_at
#> [1] "2025-04-17T11:37:55Z"
#> 
#> [[26]]$author_association
#> [1] "NONE"
#> 
#> [[26]]$type
#> NULL
#> 
#> [[26]]$active_lock_reason
#> NULL
#> 
#> [[26]]$sub_issues_summary
#> [[26]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[26]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[26]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[26]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncmprsk\n\n### Version number of the package evaluated\n\n2.2-12\n\n### Date of release of the evaluated version of the package\n\n2024-05-19\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n214510\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[26]]$closed_by
#> [[26]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[26]]$closed_by$id
#> [1] 41898282
#> 
#> [[26]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[26]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[26]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[26]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[26]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[26]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[26]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[26]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[26]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[26]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[26]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[26]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[26]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[26]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[26]]$closed_by$type
#> [1] "Bot"
#> 
#> [[26]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[26]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[26]]$reactions
#> [[26]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/reactions"
#> 
#> [[26]]$reactions$total_count
#> [1] 0
#> 
#> [[26]]$reactions$`+1`
#> [1] 0
#> 
#> [[26]]$reactions$`-1`
#> [1] 0
#> 
#> [[26]]$reactions$laugh
#> [1] 0
#> 
#> [[26]]$reactions$hooray
#> [1] 0
#> 
#> [[26]]$reactions$confused
#> [1] 0
#> 
#> [[26]]$reactions$heart
#> [1] 0
#> 
#> [[26]]$reactions$rocket
#> [1] 0
#> 
#> [[26]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[26]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/timeline"
#> 
#> [[26]]$performed_via_github_app
#> NULL
#> 
#> [[26]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[27]]
#> [[27]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115"
#> 
#> [[27]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[27]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/labels{/name}"
#> 
#> [[27]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/comments"
#> 
#> [[27]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/events"
#> 
#> [[27]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/115"
#> 
#> [[27]]$id
#> [1] 3002195875
#> 
#> [[27]]$node_id
#> [1] "I_kwDOKHVskc6y8d-j"
#> 
#> [[27]]$number
#> [1] 115
#> 
#> [[27]]$title
#> [1] "[Package risk assessment]: clinfun version 1.1.5"
#> 
#> [[27]]$user
#> [[27]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[27]]$user$id
#> [1] 43375942
#> 
#> [[27]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[27]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[27]]$user$gravatar_id
#> [1] ""
#> 
#> [[27]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[27]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[27]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[27]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[27]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[27]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[27]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[27]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[27]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[27]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[27]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[27]]$user$type
#> [1] "User"
#> 
#> [[27]]$user$user_view_type
#> [1] "public"
#> 
#> [[27]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[27]]$labels
#> [[27]]$labels[[1]]
#> [[27]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[27]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[27]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[27]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[27]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[27]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[27]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[27]]$labels[[2]]
#> [[27]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[27]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[27]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[27]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[27]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[27]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[27]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[27]]$labels[[3]]
#> [[27]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[27]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[27]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[27]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[27]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[27]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[27]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[27]]$state
#> [1] "closed"
#> 
#> [[27]]$locked
#> [1] FALSE
#> 
#> [[27]]$assignee
#> NULL
#> 
#> [[27]]$assignees
#> list()
#> 
#> [[27]]$milestone
#> NULL
#> 
#> [[27]]$comments
#> [1] 1
#> 
#> [[27]]$created_at
#> [1] "2025-04-17T11:19:27Z"
#> 
#> [[27]]$updated_at
#> [1] "2025-04-17T11:20:26Z"
#> 
#> [[27]]$closed_at
#> [1] "2025-04-17T11:20:25Z"
#> 
#> [[27]]$author_association
#> [1] "NONE"
#> 
#> [[27]]$type
#> NULL
#> 
#> [[27]]$active_lock_reason
#> NULL
#> 
#> [[27]]$sub_issues_summary
#> [[27]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[27]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[27]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[27]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nclinfun\n\n### Version number of the package evaluated\n\n1.1.5\n\n### Date of release of the evaluated version of the package\n\n2023-10-19\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n3\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n23092\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[27]]$closed_by
#> [[27]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[27]]$closed_by$id
#> [1] 41898282
#> 
#> [[27]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[27]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[27]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[27]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[27]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[27]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[27]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[27]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[27]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[27]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[27]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[27]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[27]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[27]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[27]]$closed_by$type
#> [1] "Bot"
#> 
#> [[27]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[27]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[27]]$reactions
#> [[27]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/reactions"
#> 
#> [[27]]$reactions$total_count
#> [1] 0
#> 
#> [[27]]$reactions$`+1`
#> [1] 0
#> 
#> [[27]]$reactions$`-1`
#> [1] 0
#> 
#> [[27]]$reactions$laugh
#> [1] 0
#> 
#> [[27]]$reactions$hooray
#> [1] 0
#> 
#> [[27]]$reactions$confused
#> [1] 0
#> 
#> [[27]]$reactions$heart
#> [1] 0
#> 
#> [[27]]$reactions$rocket
#> [1] 0
#> 
#> [[27]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[27]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/timeline"
#> 
#> [[27]]$performed_via_github_app
#> NULL
#> 
#> [[27]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[28]]
#> [[28]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114"
#> 
#> [[28]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[28]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/labels{/name}"
#> 
#> [[28]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/comments"
#> 
#> [[28]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/events"
#> 
#> [[28]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/114"
#> 
#> [[28]]$id
#> [1] 3001792679
#> 
#> [[28]]$node_id
#> [1] "I_kwDOKHVskc6y67in"
#> 
#> [[28]]$number
#> [1] 114
#> 
#> [[28]]$title
#> [1] "[Package risk assessment]: rpact version 4.2.0"
#> 
#> [[28]]$user
#> [[28]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[28]]$user$id
#> [1] 43375942
#> 
#> [[28]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[28]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[28]]$user$gravatar_id
#> [1] ""
#> 
#> [[28]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[28]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[28]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[28]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[28]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[28]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[28]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[28]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[28]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[28]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[28]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[28]]$user$type
#> [1] "User"
#> 
#> [[28]]$user$user_view_type
#> [1] "public"
#> 
#> [[28]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[28]]$labels
#> [[28]]$labels[[1]]
#> [[28]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[28]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[28]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[28]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[28]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[28]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[28]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[28]]$labels[[2]]
#> [[28]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[28]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[28]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[28]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[28]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[28]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[28]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[28]]$labels[[3]]
#> [[28]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[28]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[28]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[28]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[28]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[28]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[28]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[28]]$state
#> [1] "closed"
#> 
#> [[28]]$locked
#> [1] FALSE
#> 
#> [[28]]$assignee
#> NULL
#> 
#> [[28]]$assignees
#> list()
#> 
#> [[28]]$milestone
#> NULL
#> 
#> [[28]]$comments
#> [1] 1
#> 
#> [[28]]$created_at
#> [1] "2025-04-17T08:22:06Z"
#> 
#> [[28]]$updated_at
#> [1] "2025-04-17T08:23:06Z"
#> 
#> [[28]]$closed_at
#> [1] "2025-04-17T08:23:05Z"
#> 
#> [[28]]$author_association
#> [1] "NONE"
#> 
#> [[28]]$type
#> NULL
#> 
#> [[28]]$active_lock_reason
#> NULL
#> 
#> [[28]]$sub_issues_summary
#> [[28]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[28]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[28]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[28]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrpact\n\n### Version number of the package evaluated\n\n4.2.0\n\n### Date of release of the evaluated version of the package\n\n2025-03-24\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n16536\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[28]]$closed_by
#> [[28]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[28]]$closed_by$id
#> [1] 41898282
#> 
#> [[28]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[28]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[28]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[28]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[28]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[28]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[28]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[28]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[28]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[28]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[28]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[28]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[28]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[28]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[28]]$closed_by$type
#> [1] "Bot"
#> 
#> [[28]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[28]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[28]]$reactions
#> [[28]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/reactions"
#> 
#> [[28]]$reactions$total_count
#> [1] 0
#> 
#> [[28]]$reactions$`+1`
#> [1] 0
#> 
#> [[28]]$reactions$`-1`
#> [1] 0
#> 
#> [[28]]$reactions$laugh
#> [1] 0
#> 
#> [[28]]$reactions$hooray
#> [1] 0
#> 
#> [[28]]$reactions$confused
#> [1] 0
#> 
#> [[28]]$reactions$heart
#> [1] 0
#> 
#> [[28]]$reactions$rocket
#> [1] 0
#> 
#> [[28]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[28]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/timeline"
#> 
#> [[28]]$performed_via_github_app
#> NULL
#> 
#> [[28]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[29]]
#> [[29]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113"
#> 
#> [[29]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[29]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/labels{/name}"
#> 
#> [[29]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/comments"
#> 
#> [[29]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/events"
#> 
#> [[29]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/113"
#> 
#> [[29]]$id
#> [1] 3001537717
#> 
#> [[29]]$node_id
#> [1] "I_kwDOKHVskc6y59S1"
#> 
#> [[29]]$number
#> [1] 113
#> 
#> [[29]]$title
#> [1] "[Package risk assessment]: mvtnorm version 1.3-3"
#> 
#> [[29]]$user
#> [[29]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[29]]$user$id
#> [1] 43375942
#> 
#> [[29]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[29]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[29]]$user$gravatar_id
#> [1] ""
#> 
#> [[29]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[29]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[29]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[29]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[29]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[29]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[29]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[29]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[29]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[29]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[29]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[29]]$user$type
#> [1] "User"
#> 
#> [[29]]$user$user_view_type
#> [1] "public"
#> 
#> [[29]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[29]]$labels
#> [[29]]$labels[[1]]
#> [[29]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[29]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[29]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[29]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[29]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[29]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[29]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[29]]$labels[[2]]
#> [[29]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[29]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[29]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[29]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[29]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[29]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[29]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[29]]$labels[[3]]
#> [[29]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[29]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[29]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[29]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[29]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[29]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[29]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[29]]$state
#> [1] "closed"
#> 
#> [[29]]$locked
#> [1] FALSE
#> 
#> [[29]]$assignee
#> NULL
#> 
#> [[29]]$assignees
#> list()
#> 
#> [[29]]$milestone
#> NULL
#> 
#> [[29]]$comments
#> [1] 1
#> 
#> [[29]]$created_at
#> [1] "2025-04-17T06:19:23Z"
#> 
#> [[29]]$updated_at
#> [1] "2025-04-17T06:20:22Z"
#> 
#> [[29]]$closed_at
#> [1] "2025-04-17T06:20:22Z"
#> 
#> [[29]]$author_association
#> [1] "NONE"
#> 
#> [[29]]$type
#> NULL
#> 
#> [[29]]$active_lock_reason
#> NULL
#> 
#> [[29]]$sub_issues_summary
#> [[29]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[29]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[29]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[29]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nmvtnorm\n\n### Version number of the package evaluated\n\n1.3-3\n\n### Date of release of the evaluated version of the package\n\n2025-01-10\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n2\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n3917502\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[29]]$closed_by
#> [[29]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[29]]$closed_by$id
#> [1] 41898282
#> 
#> [[29]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[29]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[29]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[29]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[29]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[29]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[29]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[29]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[29]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[29]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[29]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[29]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[29]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[29]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[29]]$closed_by$type
#> [1] "Bot"
#> 
#> [[29]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[29]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[29]]$reactions
#> [[29]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/reactions"
#> 
#> [[29]]$reactions$total_count
#> [1] 0
#> 
#> [[29]]$reactions$`+1`
#> [1] 0
#> 
#> [[29]]$reactions$`-1`
#> [1] 0
#> 
#> [[29]]$reactions$laugh
#> [1] 0
#> 
#> [[29]]$reactions$hooray
#> [1] 0
#> 
#> [[29]]$reactions$confused
#> [1] 0
#> 
#> [[29]]$reactions$heart
#> [1] 0
#> 
#> [[29]]$reactions$rocket
#> [1] 0
#> 
#> [[29]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[29]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/timeline"
#> 
#> [[29]]$performed_via_github_app
#> NULL
#> 
#> [[29]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[30]]
#> [[30]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112"
#> 
#> [[30]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[30]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/labels{/name}"
#> 
#> [[30]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/comments"
#> 
#> [[30]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/events"
#> 
#> [[30]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/112"
#> 
#> [[30]]$id
#> [1] 3001515706
#> 
#> [[30]]$node_id
#> [1] "I_kwDOKHVskc6y5366"
#> 
#> [[30]]$number
#> [1] 112
#> 
#> [[30]]$title
#> [1] "[Package risk assessment]: lme4 version 1.1-37"
#> 
#> [[30]]$user
#> [[30]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[30]]$user$id
#> [1] 43375942
#> 
#> [[30]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[30]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[30]]$user$gravatar_id
#> [1] ""
#> 
#> [[30]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[30]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[30]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[30]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[30]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[30]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[30]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[30]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[30]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[30]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[30]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[30]]$user$type
#> [1] "User"
#> 
#> [[30]]$user$user_view_type
#> [1] "public"
#> 
#> [[30]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[30]]$labels
#> [[30]]$labels[[1]]
#> [[30]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[30]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[30]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[30]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[30]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[30]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[30]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[30]]$labels[[2]]
#> [[30]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[30]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[30]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[30]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[30]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[30]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[30]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[30]]$labels[[3]]
#> [[30]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[30]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[30]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[30]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[30]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[30]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[30]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[30]]$state
#> [1] "closed"
#> 
#> [[30]]$locked
#> [1] FALSE
#> 
#> [[30]]$assignee
#> NULL
#> 
#> [[30]]$assignees
#> list()
#> 
#> [[30]]$milestone
#> NULL
#> 
#> [[30]]$comments
#> [1] 1
#> 
#> [[30]]$created_at
#> [1] "2025-04-17T06:05:28Z"
#> 
#> [[30]]$updated_at
#> [1] "2025-04-17T06:06:27Z"
#> 
#> [[30]]$closed_at
#> [1] "2025-04-17T06:06:27Z"
#> 
#> [[30]]$author_association
#> [1] "NONE"
#> 
#> [[30]]$type
#> NULL
#> 
#> [[30]]$active_lock_reason
#> NULL
#> 
#> [[30]]$sub_issues_summary
#> [[30]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[30]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[30]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[30]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlme4\n\n### Version number of the package evaluated\n\n1.1-37\n\n### Date of release of the evaluated version of the package\n\n2025-03-26\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n5453790\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[30]]$closed_by
#> [[30]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[30]]$closed_by$id
#> [1] 41898282
#> 
#> [[30]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[30]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[30]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[30]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[30]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[30]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[30]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[30]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[30]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[30]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[30]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[30]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[30]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[30]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[30]]$closed_by$type
#> [1] "Bot"
#> 
#> [[30]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[30]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[30]]$reactions
#> [[30]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/reactions"
#> 
#> [[30]]$reactions$total_count
#> [1] 0
#> 
#> [[30]]$reactions$`+1`
#> [1] 0
#> 
#> [[30]]$reactions$`-1`
#> [1] 0
#> 
#> [[30]]$reactions$laugh
#> [1] 0
#> 
#> [[30]]$reactions$hooray
#> [1] 0
#> 
#> [[30]]$reactions$confused
#> [1] 0
#> 
#> [[30]]$reactions$heart
#> [1] 0
#> 
#> [[30]]$reactions$rocket
#> [1] 0
#> 
#> [[30]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[30]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/timeline"
#> 
#> [[30]]$performed_via_github_app
#> NULL
#> 
#> [[30]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[31]]
#> [[31]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111"
#> 
#> [[31]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[31]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/labels{/name}"
#> 
#> [[31]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/comments"
#> 
#> [[31]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/events"
#> 
#> [[31]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/111"
#> 
#> [[31]]$id
#> [1] 3000005160
#> 
#> [[31]]$node_id
#> [1] "I_kwDOKHVskc6y0HIo"
#> 
#> [[31]]$number
#> [1] 111
#> 
#> [[31]]$title
#> [1] "[Package risk assessment]: patchwork version 1.3.0"
#> 
#> [[31]]$user
#> [[31]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[31]]$user$id
#> [1] 43375942
#> 
#> [[31]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[31]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[31]]$user$gravatar_id
#> [1] ""
#> 
#> [[31]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[31]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[31]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[31]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[31]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[31]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[31]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[31]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[31]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[31]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[31]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[31]]$user$type
#> [1] "User"
#> 
#> [[31]]$user$user_view_type
#> [1] "public"
#> 
#> [[31]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[31]]$labels
#> [[31]]$labels[[1]]
#> [[31]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[31]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[31]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[31]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[31]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[31]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[31]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[31]]$labels[[2]]
#> [[31]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[31]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[31]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[31]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[31]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[31]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[31]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[31]]$labels[[3]]
#> [[31]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[31]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[31]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[31]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[31]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[31]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[31]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[31]]$state
#> [1] "closed"
#> 
#> [[31]]$locked
#> [1] FALSE
#> 
#> [[31]]$assignee
#> NULL
#> 
#> [[31]]$assignees
#> list()
#> 
#> [[31]]$milestone
#> NULL
#> 
#> [[31]]$comments
#> [1] 1
#> 
#> [[31]]$created_at
#> [1] "2025-04-16T15:27:46Z"
#> 
#> [[31]]$updated_at
#> [1] "2025-04-16T15:28:45Z"
#> 
#> [[31]]$closed_at
#> [1] "2025-04-16T15:28:45Z"
#> 
#> [[31]]$author_association
#> [1] "NONE"
#> 
#> [[31]]$type
#> NULL
#> 
#> [[31]]$active_lock_reason
#> NULL
#> 
#> [[31]]$sub_issues_summary
#> [[31]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[31]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[31]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[31]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npatchwork\n\n### Version number of the package evaluated\n\n1.3.0\n\n### Date of release of the evaluated version of the package\n\n2024-09-16\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n10\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2658480\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[31]]$closed_by
#> [[31]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[31]]$closed_by$id
#> [1] 41898282
#> 
#> [[31]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[31]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[31]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[31]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[31]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[31]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[31]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[31]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[31]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[31]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[31]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[31]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[31]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[31]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[31]]$closed_by$type
#> [1] "Bot"
#> 
#> [[31]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[31]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[31]]$reactions
#> [[31]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/reactions"
#> 
#> [[31]]$reactions$total_count
#> [1] 0
#> 
#> [[31]]$reactions$`+1`
#> [1] 0
#> 
#> [[31]]$reactions$`-1`
#> [1] 0
#> 
#> [[31]]$reactions$laugh
#> [1] 0
#> 
#> [[31]]$reactions$hooray
#> [1] 0
#> 
#> [[31]]$reactions$confused
#> [1] 0
#> 
#> [[31]]$reactions$heart
#> [1] 0
#> 
#> [[31]]$reactions$rocket
#> [1] 0
#> 
#> [[31]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[31]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/timeline"
#> 
#> [[31]]$performed_via_github_app
#> NULL
#> 
#> [[31]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[32]]
#> [[32]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110"
#> 
#> [[32]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[32]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/labels{/name}"
#> 
#> [[32]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/comments"
#> 
#> [[32]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/events"
#> 
#> [[32]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/110"
#> 
#> [[32]]$id
#> [1] 2998550513
#> 
#> [[32]]$node_id
#> [1] "I_kwDOKHVskc6yuj_x"
#> 
#> [[32]]$number
#> [1] 110
#> 
#> [[32]]$title
#> [1] "[Package risk assessment]: rms version 8.0-0"
#> 
#> [[32]]$user
#> [[32]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[32]]$user$id
#> [1] 43375942
#> 
#> [[32]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[32]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[32]]$user$gravatar_id
#> [1] ""
#> 
#> [[32]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[32]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[32]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[32]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[32]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[32]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[32]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[32]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[32]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[32]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[32]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[32]]$user$type
#> [1] "User"
#> 
#> [[32]]$user$user_view_type
#> [1] "public"
#> 
#> [[32]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[32]]$labels
#> [[32]]$labels[[1]]
#> [[32]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[32]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[32]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[32]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[32]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[32]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[32]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[32]]$labels[[2]]
#> [[32]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[32]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[32]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[32]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[32]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[32]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[32]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[32]]$labels[[3]]
#> [[32]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[32]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[32]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[32]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[32]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[32]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[32]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[32]]$state
#> [1] "closed"
#> 
#> [[32]]$locked
#> [1] FALSE
#> 
#> [[32]]$assignee
#> NULL
#> 
#> [[32]]$assignees
#> list()
#> 
#> [[32]]$milestone
#> NULL
#> 
#> [[32]]$comments
#> [1] 1
#> 
#> [[32]]$created_at
#> [1] "2025-04-16T06:16:51Z"
#> 
#> [[32]]$updated_at
#> [1] "2025-04-16T06:17:48Z"
#> 
#> [[32]]$closed_at
#> [1] "2025-04-16T06:17:48Z"
#> 
#> [[32]]$author_association
#> [1] "NONE"
#> 
#> [[32]]$type
#> NULL
#> 
#> [[32]]$active_lock_reason
#> NULL
#> 
#> [[32]]$sub_issues_summary
#> [[32]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[32]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[32]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[32]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrms\n\n### Version number of the package evaluated\n\n8.0-0\n\n### Date of release of the evaluated version of the package\n\n2025-04-04\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n20\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n391198\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[32]]$closed_by
#> [[32]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[32]]$closed_by$id
#> [1] 41898282
#> 
#> [[32]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[32]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[32]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[32]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[32]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[32]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[32]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[32]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[32]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[32]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[32]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[32]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[32]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[32]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[32]]$closed_by$type
#> [1] "Bot"
#> 
#> [[32]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[32]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[32]]$reactions
#> [[32]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/reactions"
#> 
#> [[32]]$reactions$total_count
#> [1] 0
#> 
#> [[32]]$reactions$`+1`
#> [1] 0
#> 
#> [[32]]$reactions$`-1`
#> [1] 0
#> 
#> [[32]]$reactions$laugh
#> [1] 0
#> 
#> [[32]]$reactions$hooray
#> [1] 0
#> 
#> [[32]]$reactions$confused
#> [1] 0
#> 
#> [[32]]$reactions$heart
#> [1] 0
#> 
#> [[32]]$reactions$rocket
#> [1] 0
#> 
#> [[32]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[32]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/timeline"
#> 
#> [[32]]$performed_via_github_app
#> NULL
#> 
#> [[32]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[33]]
#> [[33]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109"
#> 
#> [[33]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[33]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/labels{/name}"
#> 
#> [[33]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/comments"
#> 
#> [[33]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/events"
#> 
#> [[33]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/109"
#> 
#> [[33]]$id
#> [1] 2998488198
#> 
#> [[33]]$node_id
#> [1] "I_kwDOKHVskc6yuUyG"
#> 
#> [[33]]$number
#> [1] 109
#> 
#> [[33]]$title
#> [1] "[Package risk assessment]: car version 3.1-3"
#> 
#> [[33]]$user
#> [[33]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[33]]$user$id
#> [1] 43375942
#> 
#> [[33]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[33]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[33]]$user$gravatar_id
#> [1] ""
#> 
#> [[33]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[33]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[33]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[33]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[33]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[33]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[33]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[33]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[33]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[33]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[33]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[33]]$user$type
#> [1] "User"
#> 
#> [[33]]$user$user_view_type
#> [1] "public"
#> 
#> [[33]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[33]]$labels
#> [[33]]$labels[[1]]
#> [[33]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[33]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[33]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[33]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[33]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[33]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[33]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[33]]$labels[[2]]
#> [[33]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[33]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[33]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[33]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[33]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[33]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[33]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[33]]$labels[[3]]
#> [[33]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[33]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[33]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[33]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[33]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[33]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[33]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[33]]$state
#> [1] "closed"
#> 
#> [[33]]$locked
#> [1] FALSE
#> 
#> [[33]]$assignee
#> NULL
#> 
#> [[33]]$assignees
#> list()
#> 
#> [[33]]$milestone
#> NULL
#> 
#> [[33]]$comments
#> [1] 1
#> 
#> [[33]]$created_at
#> [1] "2025-04-16T05:52:52Z"
#> 
#> [[33]]$updated_at
#> [1] "2025-04-16T05:53:54Z"
#> 
#> [[33]]$closed_at
#> [1] "2025-04-16T05:53:53Z"
#> 
#> [[33]]$author_association
#> [1] "NONE"
#> 
#> [[33]]$type
#> NULL
#> 
#> [[33]]$active_lock_reason
#> NULL
#> 
#> [[33]]$sub_issues_summary
#> [[33]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[33]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[33]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[33]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncar\n\n### Version number of the package evaluated\n\n3.1-3\n\n### Date of release of the evaluated version of the package\n\n2024-09-27\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n5394945\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[33]]$closed_by
#> [[33]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[33]]$closed_by$id
#> [1] 41898282
#> 
#> [[33]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[33]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[33]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[33]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[33]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[33]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[33]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[33]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[33]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[33]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[33]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[33]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[33]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[33]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[33]]$closed_by$type
#> [1] "Bot"
#> 
#> [[33]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[33]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[33]]$reactions
#> [[33]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/reactions"
#> 
#> [[33]]$reactions$total_count
#> [1] 0
#> 
#> [[33]]$reactions$`+1`
#> [1] 0
#> 
#> [[33]]$reactions$`-1`
#> [1] 0
#> 
#> [[33]]$reactions$laugh
#> [1] 0
#> 
#> [[33]]$reactions$hooray
#> [1] 0
#> 
#> [[33]]$reactions$confused
#> [1] 0
#> 
#> [[33]]$reactions$heart
#> [1] 0
#> 
#> [[33]]$reactions$rocket
#> [1] 0
#> 
#> [[33]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[33]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/timeline"
#> 
#> [[33]]$performed_via_github_app
#> NULL
#> 
#> [[33]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[34]]
#> [[34]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108"
#> 
#> [[34]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[34]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/labels{/name}"
#> 
#> [[34]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/comments"
#> 
#> [[34]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/events"
#> 
#> [[34]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/108"
#> 
#> [[34]]$id
#> [1] 2989046632
#> 
#> [[34]]$node_id
#> [1] "I_kwDOKHVskc6yKTto"
#> 
#> [[34]]$number
#> [1] 108
#> 
#> [[34]]$title
#> [1] "[Package risk assessment]: forestplot version 3.1.6"
#> 
#> [[34]]$user
#> [[34]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[34]]$user$id
#> [1] 43375942
#> 
#> [[34]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[34]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[34]]$user$gravatar_id
#> [1] ""
#> 
#> [[34]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[34]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[34]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[34]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[34]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[34]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[34]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[34]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[34]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[34]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[34]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[34]]$user$type
#> [1] "User"
#> 
#> [[34]]$user$user_view_type
#> [1] "public"
#> 
#> [[34]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[34]]$labels
#> [[34]]$labels[[1]]
#> [[34]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[34]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[34]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[34]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[34]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[34]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[34]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[34]]$labels[[2]]
#> [[34]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[34]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[34]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[34]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[34]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[34]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[34]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[34]]$labels[[3]]
#> [[34]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[34]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[34]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[34]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[34]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[34]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[34]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[34]]$state
#> [1] "closed"
#> 
#> [[34]]$locked
#> [1] FALSE
#> 
#> [[34]]$assignee
#> NULL
#> 
#> [[34]]$assignees
#> list()
#> 
#> [[34]]$milestone
#> NULL
#> 
#> [[34]]$comments
#> [1] 1
#> 
#> [[34]]$created_at
#> [1] "2025-04-11T15:49:48Z"
#> 
#> [[34]]$updated_at
#> [1] "2025-04-11T15:51:17Z"
#> 
#> [[34]]$closed_at
#> [1] "2025-04-11T15:51:17Z"
#> 
#> [[34]]$author_association
#> [1] "NONE"
#> 
#> [[34]]$type
#> NULL
#> 
#> [[34]]$active_lock_reason
#> NULL
#> 
#> [[34]]$sub_issues_summary
#> [[34]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[34]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[34]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[34]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nforestplot\n\n### Version number of the package evaluated\n\n3.1.6\n\n### Date of release of the evaluated version of the package\n\n2024-11-19\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n3\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n121812\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[34]]$closed_by
#> [[34]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[34]]$closed_by$id
#> [1] 41898282
#> 
#> [[34]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[34]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[34]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[34]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[34]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[34]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[34]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[34]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[34]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[34]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[34]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[34]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[34]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[34]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[34]]$closed_by$type
#> [1] "Bot"
#> 
#> [[34]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[34]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[34]]$reactions
#> [[34]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/reactions"
#> 
#> [[34]]$reactions$total_count
#> [1] 0
#> 
#> [[34]]$reactions$`+1`
#> [1] 0
#> 
#> [[34]]$reactions$`-1`
#> [1] 0
#> 
#> [[34]]$reactions$laugh
#> [1] 0
#> 
#> [[34]]$reactions$hooray
#> [1] 0
#> 
#> [[34]]$reactions$confused
#> [1] 0
#> 
#> [[34]]$reactions$heart
#> [1] 0
#> 
#> [[34]]$reactions$rocket
#> [1] 0
#> 
#> [[34]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[34]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/timeline"
#> 
#> [[34]]$performed_via_github_app
#> NULL
#> 
#> [[34]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[35]]
#> [[35]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107"
#> 
#> [[35]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[35]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/labels{/name}"
#> 
#> [[35]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/comments"
#> 
#> [[35]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/events"
#> 
#> [[35]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/107"
#> 
#> [[35]]$id
#> [1] 2984588801
#> 
#> [[35]]$node_id
#> [1] "I_kwDOKHVskc6x5TYB"
#> 
#> [[35]]$number
#> [1] 107
#> 
#> [[35]]$title
#> [1] "[Package risk assessment]: magrittr version 2.0.3"
#> 
#> [[35]]$user
#> [[35]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[35]]$user$id
#> [1] 43375942
#> 
#> [[35]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[35]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[35]]$user$gravatar_id
#> [1] ""
#> 
#> [[35]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[35]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[35]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[35]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[35]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[35]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[35]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[35]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[35]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[35]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[35]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[35]]$user$type
#> [1] "User"
#> 
#> [[35]]$user$user_view_type
#> [1] "public"
#> 
#> [[35]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[35]]$labels
#> [[35]]$labels[[1]]
#> [[35]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[35]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[35]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[35]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[35]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[35]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[35]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[35]]$labels[[2]]
#> [[35]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[35]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[35]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[35]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[35]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[35]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[35]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[35]]$labels[[3]]
#> [[35]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[35]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[35]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[35]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[35]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[35]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[35]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[35]]$state
#> [1] "closed"
#> 
#> [[35]]$locked
#> [1] FALSE
#> 
#> [[35]]$assignee
#> NULL
#> 
#> [[35]]$assignees
#> list()
#> 
#> [[35]]$milestone
#> NULL
#> 
#> [[35]]$comments
#> [1] 1
#> 
#> [[35]]$created_at
#> [1] "2025-04-10T06:22:24Z"
#> 
#> [[35]]$updated_at
#> [1] "2025-04-10T06:23:32Z"
#> 
#> [[35]]$closed_at
#> [1] "2025-04-10T06:23:31Z"
#> 
#> [[35]]$author_association
#> [1] "NONE"
#> 
#> [[35]]$type
#> NULL
#> 
#> [[35]]$active_lock_reason
#> NULL
#> 
#> [[35]]$sub_issues_summary
#> [[35]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[35]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[35]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[35]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nmagrittr\n\n### Version number of the package evaluated\n\n2.0.3\n\n### Date of release of the evaluated version of the package\n\n2022-03-30\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n0\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n13993146\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[35]]$closed_by
#> [[35]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[35]]$closed_by$id
#> [1] 41898282
#> 
#> [[35]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[35]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[35]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[35]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[35]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[35]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[35]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[35]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[35]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[35]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[35]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[35]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[35]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[35]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[35]]$closed_by$type
#> [1] "Bot"
#> 
#> [[35]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[35]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[35]]$reactions
#> [[35]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/reactions"
#> 
#> [[35]]$reactions$total_count
#> [1] 0
#> 
#> [[35]]$reactions$`+1`
#> [1] 0
#> 
#> [[35]]$reactions$`-1`
#> [1] 0
#> 
#> [[35]]$reactions$laugh
#> [1] 0
#> 
#> [[35]]$reactions$hooray
#> [1] 0
#> 
#> [[35]]$reactions$confused
#> [1] 0
#> 
#> [[35]]$reactions$heart
#> [1] 0
#> 
#> [[35]]$reactions$rocket
#> [1] 0
#> 
#> [[35]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[35]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/timeline"
#> 
#> [[35]]$performed_via_github_app
#> NULL
#> 
#> [[35]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[36]]
#> [[36]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106"
#> 
#> [[36]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[36]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/labels{/name}"
#> 
#> [[36]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/comments"
#> 
#> [[36]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/events"
#> 
#> [[36]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/106"
#> 
#> [[36]]$id
#> [1] 2976278673
#> 
#> [[36]]$node_id
#> [1] "I_kwDOKHVskc6xZmiR"
#> 
#> [[36]]$number
#> [1] 106
#> 
#> [[36]]$title
#> [1] "[Package risk assessment]: stringr version 1.5.1"
#> 
#> [[36]]$user
#> [[36]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[36]]$user$id
#> [1] 43375942
#> 
#> [[36]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[36]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[36]]$user$gravatar_id
#> [1] ""
#> 
#> [[36]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[36]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[36]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[36]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[36]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[36]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[36]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[36]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[36]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[36]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[36]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[36]]$user$type
#> [1] "User"
#> 
#> [[36]]$user$user_view_type
#> [1] "public"
#> 
#> [[36]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[36]]$labels
#> [[36]]$labels[[1]]
#> [[36]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[36]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[36]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[36]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[36]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[36]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[36]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[36]]$labels[[2]]
#> [[36]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[36]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[36]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[36]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[36]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[36]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[36]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[36]]$labels[[3]]
#> [[36]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[36]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[36]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[36]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[36]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[36]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[36]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[36]]$state
#> [1] "closed"
#> 
#> [[36]]$locked
#> [1] FALSE
#> 
#> [[36]]$assignee
#> NULL
#> 
#> [[36]]$assignees
#> list()
#> 
#> [[36]]$milestone
#> NULL
#> 
#> [[36]]$comments
#> [1] 1
#> 
#> [[36]]$created_at
#> [1] "2025-04-07T09:47:09Z"
#> 
#> [[36]]$updated_at
#> [1] "2025-04-07T09:48:14Z"
#> 
#> [[36]]$closed_at
#> [1] "2025-04-07T09:48:13Z"
#> 
#> [[36]]$author_association
#> [1] "NONE"
#> 
#> [[36]]$type
#> NULL
#> 
#> [[36]]$active_lock_reason
#> NULL
#> 
#> [[36]]$sub_issues_summary
#> [[36]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[36]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[36]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[36]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nstringr\n\n### Version number of the package evaluated\n\n1.5.1\n\n### Date of release of the evaluated version of the package\n\n2023-11-14\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12679982\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[36]]$closed_by
#> [[36]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[36]]$closed_by$id
#> [1] 41898282
#> 
#> [[36]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[36]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[36]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[36]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[36]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[36]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[36]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[36]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[36]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[36]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[36]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[36]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[36]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[36]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[36]]$closed_by$type
#> [1] "Bot"
#> 
#> [[36]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[36]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[36]]$reactions
#> [[36]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/reactions"
#> 
#> [[36]]$reactions$total_count
#> [1] 0
#> 
#> [[36]]$reactions$`+1`
#> [1] 0
#> 
#> [[36]]$reactions$`-1`
#> [1] 0
#> 
#> [[36]]$reactions$laugh
#> [1] 0
#> 
#> [[36]]$reactions$hooray
#> [1] 0
#> 
#> [[36]]$reactions$confused
#> [1] 0
#> 
#> [[36]]$reactions$heart
#> [1] 0
#> 
#> [[36]]$reactions$rocket
#> [1] 0
#> 
#> [[36]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[36]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/timeline"
#> 
#> [[36]]$performed_via_github_app
#> NULL
#> 
#> [[36]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[37]]
#> [[37]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105"
#> 
#> [[37]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[37]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/labels{/name}"
#> 
#> [[37]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/comments"
#> 
#> [[37]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/events"
#> 
#> [[37]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/105"
#> 
#> [[37]]$id
#> [1] 2976243858
#> 
#> [[37]]$node_id
#> [1] "I_kwDOKHVskc6xZeCS"
#> 
#> [[37]]$number
#> [1] 105
#> 
#> [[37]]$title
#> [1] "[Package risk assessment]: ggplot2 version 3.5.1"
#> 
#> [[37]]$user
#> [[37]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[37]]$user$id
#> [1] 43375942
#> 
#> [[37]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[37]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[37]]$user$gravatar_id
#> [1] ""
#> 
#> [[37]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[37]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[37]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[37]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[37]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[37]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[37]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[37]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[37]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[37]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[37]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[37]]$user$type
#> [1] "User"
#> 
#> [[37]]$user$user_view_type
#> [1] "public"
#> 
#> [[37]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[37]]$labels
#> [[37]]$labels[[1]]
#> [[37]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[37]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[37]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[37]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[37]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[37]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[37]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[37]]$labels[[2]]
#> [[37]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[37]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[37]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[37]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[37]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[37]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[37]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[37]]$labels[[3]]
#> [[37]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[37]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[37]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[37]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[37]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[37]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[37]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[37]]$state
#> [1] "closed"
#> 
#> [[37]]$locked
#> [1] FALSE
#> 
#> [[37]]$assignee
#> NULL
#> 
#> [[37]]$assignees
#> list()
#> 
#> [[37]]$milestone
#> NULL
#> 
#> [[37]]$comments
#> [1] 1
#> 
#> [[37]]$created_at
#> [1] "2025-04-07T09:34:29Z"
#> 
#> [[37]]$updated_at
#> [1] "2025-04-07T09:36:04Z"
#> 
#> [[37]]$closed_at
#> [1] "2025-04-07T09:36:03Z"
#> 
#> [[37]]$author_association
#> [1] "NONE"
#> 
#> [[37]]$type
#> NULL
#> 
#> [[37]]$active_lock_reason
#> NULL
#> 
#> [[37]]$sub_issues_summary
#> [[37]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[37]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[37]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[37]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nggplot2\n\n### Version number of the package evaluated\n\n3.5.1\n\n### Date of release of the evaluated version of the package\n\n2024-04-23\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n19804979\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[37]]$closed_by
#> [[37]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[37]]$closed_by$id
#> [1] 41898282
#> 
#> [[37]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[37]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[37]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[37]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[37]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[37]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[37]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[37]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[37]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[37]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[37]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[37]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[37]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[37]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[37]]$closed_by$type
#> [1] "Bot"
#> 
#> [[37]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[37]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[37]]$reactions
#> [[37]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/reactions"
#> 
#> [[37]]$reactions$total_count
#> [1] 0
#> 
#> [[37]]$reactions$`+1`
#> [1] 0
#> 
#> [[37]]$reactions$`-1`
#> [1] 0
#> 
#> [[37]]$reactions$laugh
#> [1] 0
#> 
#> [[37]]$reactions$hooray
#> [1] 0
#> 
#> [[37]]$reactions$confused
#> [1] 0
#> 
#> [[37]]$reactions$heart
#> [1] 0
#> 
#> [[37]]$reactions$rocket
#> [1] 0
#> 
#> [[37]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[37]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/timeline"
#> 
#> [[37]]$performed_via_github_app
#> NULL
#> 
#> [[37]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[38]]
#> [[38]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104"
#> 
#> [[38]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[38]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/labels{/name}"
#> 
#> [[38]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/comments"
#> 
#> [[38]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/events"
#> 
#> [[38]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/104"
#> 
#> [[38]]$id
#> [1] 2976212766
#> 
#> [[38]]$node_id
#> [1] "I_kwDOKHVskc6xZWce"
#> 
#> [[38]]$number
#> [1] 104
#> 
#> [[38]]$title
#> [1] "[Package risk assessment]: knitr version 1.50"
#> 
#> [[38]]$user
#> [[38]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[38]]$user$id
#> [1] 43375942
#> 
#> [[38]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[38]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[38]]$user$gravatar_id
#> [1] ""
#> 
#> [[38]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[38]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[38]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[38]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[38]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[38]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[38]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[38]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[38]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[38]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[38]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[38]]$user$type
#> [1] "User"
#> 
#> [[38]]$user$user_view_type
#> [1] "public"
#> 
#> [[38]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[38]]$labels
#> [[38]]$labels[[1]]
#> [[38]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[38]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[38]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[38]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[38]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[38]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[38]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[38]]$labels[[2]]
#> [[38]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[38]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[38]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[38]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[38]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[38]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[38]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[38]]$labels[[3]]
#> [[38]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[38]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[38]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[38]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[38]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[38]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[38]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[38]]$state
#> [1] "closed"
#> 
#> [[38]]$locked
#> [1] FALSE
#> 
#> [[38]]$assignee
#> NULL
#> 
#> [[38]]$assignees
#> list()
#> 
#> [[38]]$milestone
#> NULL
#> 
#> [[38]]$comments
#> [1] 1
#> 
#> [[38]]$created_at
#> [1] "2025-04-07T09:23:36Z"
#> 
#> [[38]]$updated_at
#> [1] "2025-04-07T09:24:39Z"
#> 
#> [[38]]$closed_at
#> [1] "2025-04-07T09:24:38Z"
#> 
#> [[38]]$author_association
#> [1] "NONE"
#> 
#> [[38]]$type
#> NULL
#> 
#> [[38]]$active_lock_reason
#> NULL
#> 
#> [[38]]$sub_issues_summary
#> [[38]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[38]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[38]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[38]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nknitr\n\n### Version number of the package evaluated\n\n1.50\n\n### Date of release of the evaluated version of the package\n\n2025-03-16\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12773315\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[38]]$closed_by
#> [[38]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[38]]$closed_by$id
#> [1] 41898282
#> 
#> [[38]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[38]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[38]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[38]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[38]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[38]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[38]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[38]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[38]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[38]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[38]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[38]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[38]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[38]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[38]]$closed_by$type
#> [1] "Bot"
#> 
#> [[38]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[38]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[38]]$reactions
#> [[38]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/reactions"
#> 
#> [[38]]$reactions$total_count
#> [1] 0
#> 
#> [[38]]$reactions$`+1`
#> [1] 0
#> 
#> [[38]]$reactions$`-1`
#> [1] 0
#> 
#> [[38]]$reactions$laugh
#> [1] 0
#> 
#> [[38]]$reactions$hooray
#> [1] 0
#> 
#> [[38]]$reactions$confused
#> [1] 0
#> 
#> [[38]]$reactions$heart
#> [1] 0
#> 
#> [[38]]$reactions$rocket
#> [1] 0
#> 
#> [[38]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[38]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/timeline"
#> 
#> [[38]]$performed_via_github_app
#> NULL
#> 
#> [[38]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[39]]
#> [[39]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103"
#> 
#> [[39]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[39]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/labels{/name}"
#> 
#> [[39]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/comments"
#> 
#> [[39]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/events"
#> 
#> [[39]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/103"
#> 
#> [[39]]$id
#> [1] 2976118968
#> 
#> [[39]]$node_id
#> [1] "I_kwDOKHVskc6xY_i4"
#> 
#> [[39]]$number
#> [1] 103
#> 
#> [[39]]$title
#> [1] "[Package risk assessment]: rtf version 0.4-14.1"
#> 
#> [[39]]$user
#> [[39]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[39]]$user$id
#> [1] 43375942
#> 
#> [[39]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[39]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[39]]$user$gravatar_id
#> [1] ""
#> 
#> [[39]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[39]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[39]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[39]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[39]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[39]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[39]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[39]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[39]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[39]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[39]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[39]]$user$type
#> [1] "User"
#> 
#> [[39]]$user$user_view_type
#> [1] "public"
#> 
#> [[39]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[39]]$labels
#> [[39]]$labels[[1]]
#> [[39]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[39]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[39]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[39]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[39]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[39]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[39]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[39]]$labels[[2]]
#> [[39]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[39]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[39]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[39]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[39]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[39]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[39]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[39]]$labels[[3]]
#> [[39]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[39]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[39]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[39]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[39]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[39]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[39]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[39]]$state
#> [1] "closed"
#> 
#> [[39]]$locked
#> [1] FALSE
#> 
#> [[39]]$assignee
#> NULL
#> 
#> [[39]]$assignees
#> list()
#> 
#> [[39]]$milestone
#> NULL
#> 
#> [[39]]$comments
#> [1] 1
#> 
#> [[39]]$created_at
#> [1] "2025-04-07T08:53:57Z"
#> 
#> [[39]]$updated_at
#> [1] "2025-04-07T08:55:04Z"
#> 
#> [[39]]$closed_at
#> [1] "2025-04-07T08:55:03Z"
#> 
#> [[39]]$author_association
#> [1] "NONE"
#> 
#> [[39]]$type
#> NULL
#> 
#> [[39]]$active_lock_reason
#> NULL
#> 
#> [[39]]$sub_issues_summary
#> [[39]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[39]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[39]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[39]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrtf\n\n### Version number of the package evaluated\n\n0.4-14.1\n\n### Date of release of the evaluated version of the package\n\n2020-03-22\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n2\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n68127\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[39]]$closed_by
#> [[39]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[39]]$closed_by$id
#> [1] 41898282
#> 
#> [[39]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[39]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[39]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[39]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[39]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[39]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[39]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[39]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[39]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[39]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[39]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[39]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[39]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[39]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[39]]$closed_by$type
#> [1] "Bot"
#> 
#> [[39]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[39]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[39]]$reactions
#> [[39]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/reactions"
#> 
#> [[39]]$reactions$total_count
#> [1] 0
#> 
#> [[39]]$reactions$`+1`
#> [1] 0
#> 
#> [[39]]$reactions$`-1`
#> [1] 0
#> 
#> [[39]]$reactions$laugh
#> [1] 0
#> 
#> [[39]]$reactions$hooray
#> [1] 0
#> 
#> [[39]]$reactions$confused
#> [1] 0
#> 
#> [[39]]$reactions$heart
#> [1] 0
#> 
#> [[39]]$reactions$rocket
#> [1] 0
#> 
#> [[39]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[39]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/timeline"
#> 
#> [[39]]$performed_via_github_app
#> NULL
#> 
#> [[39]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[40]]
#> [[40]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102"
#> 
#> [[40]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[40]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/labels{/name}"
#> 
#> [[40]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/comments"
#> 
#> [[40]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/events"
#> 
#> [[40]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/102"
#> 
#> [[40]]$id
#> [1] 2976060031
#> 
#> [[40]]$node_id
#> [1] "I_kwDOKHVskc6xYxJ_"
#> 
#> [[40]]$number
#> [1] 102
#> 
#> [[40]]$title
#> [1] "[Package risk assessment]: rmarkdown version 2.29"
#> 
#> [[40]]$user
#> [[40]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[40]]$user$id
#> [1] 43375942
#> 
#> [[40]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[40]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[40]]$user$gravatar_id
#> [1] ""
#> 
#> [[40]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[40]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[40]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[40]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[40]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[40]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[40]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[40]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[40]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[40]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[40]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[40]]$user$type
#> [1] "User"
#> 
#> [[40]]$user$user_view_type
#> [1] "public"
#> 
#> [[40]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[40]]$labels
#> [[40]]$labels[[1]]
#> [[40]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[40]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[40]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[40]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[40]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[40]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[40]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[40]]$labels[[2]]
#> [[40]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[40]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[40]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[40]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[40]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[40]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[40]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[40]]$labels[[3]]
#> [[40]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[40]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[40]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[40]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[40]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[40]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[40]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[40]]$state
#> [1] "closed"
#> 
#> [[40]]$locked
#> [1] FALSE
#> 
#> [[40]]$assignee
#> NULL
#> 
#> [[40]]$assignees
#> list()
#> 
#> [[40]]$milestone
#> NULL
#> 
#> [[40]]$comments
#> [1] 1
#> 
#> [[40]]$created_at
#> [1] "2025-04-07T08:31:59Z"
#> 
#> [[40]]$updated_at
#> [1] "2025-04-07T08:33:05Z"
#> 
#> [[40]]$closed_at
#> [1] "2025-04-07T08:33:04Z"
#> 
#> [[40]]$author_association
#> [1] "NONE"
#> 
#> [[40]]$type
#> NULL
#> 
#> [[40]]$active_lock_reason
#> NULL
#> 
#> [[40]]$sub_issues_summary
#> [[40]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[40]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[40]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[40]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrmarkdown\n\n### Version number of the package evaluated\n\n2.29\n\n### Date of release of the evaluated version of the package\n\n2024-11-04\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n13\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n11795003\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[40]]$closed_by
#> [[40]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[40]]$closed_by$id
#> [1] 41898282
#> 
#> [[40]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[40]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[40]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[40]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[40]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[40]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[40]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[40]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[40]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[40]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[40]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[40]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[40]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[40]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[40]]$closed_by$type
#> [1] "Bot"
#> 
#> [[40]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[40]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[40]]$reactions
#> [[40]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/reactions"
#> 
#> [[40]]$reactions$total_count
#> [1] 0
#> 
#> [[40]]$reactions$`+1`
#> [1] 0
#> 
#> [[40]]$reactions$`-1`
#> [1] 0
#> 
#> [[40]]$reactions$laugh
#> [1] 0
#> 
#> [[40]]$reactions$hooray
#> [1] 0
#> 
#> [[40]]$reactions$confused
#> [1] 0
#> 
#> [[40]]$reactions$heart
#> [1] 0
#> 
#> [[40]]$reactions$rocket
#> [1] 0
#> 
#> [[40]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[40]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/timeline"
#> 
#> [[40]]$performed_via_github_app
#> NULL
#> 
#> [[40]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[41]]
#> [[41]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101"
#> 
#> [[41]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[41]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/labels{/name}"
#> 
#> [[41]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/comments"
#> 
#> [[41]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/events"
#> 
#> [[41]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/101"
#> 
#> [[41]]$id
#> [1] 2975851556
#> 
#> [[41]]$node_id
#> [1] "I_kwDOKHVskc6xX-Qk"
#> 
#> [[41]]$number
#> [1] 101
#> 
#> [[41]]$title
#> [1] "[Package risk assessment]: openxlsx version 4.2.8"
#> 
#> [[41]]$user
#> [[41]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[41]]$user$id
#> [1] 43375942
#> 
#> [[41]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[41]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[41]]$user$gravatar_id
#> [1] ""
#> 
#> [[41]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[41]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[41]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[41]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[41]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[41]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[41]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[41]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[41]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[41]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[41]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[41]]$user$type
#> [1] "User"
#> 
#> [[41]]$user$user_view_type
#> [1] "public"
#> 
#> [[41]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[41]]$labels
#> [[41]]$labels[[1]]
#> [[41]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[41]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[41]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[41]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[41]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[41]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[41]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[41]]$labels[[2]]
#> [[41]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[41]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[41]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[41]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[41]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[41]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[41]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[41]]$labels[[3]]
#> [[41]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[41]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[41]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[41]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[41]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[41]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[41]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[41]]$state
#> [1] "closed"
#> 
#> [[41]]$locked
#> [1] FALSE
#> 
#> [[41]]$assignee
#> NULL
#> 
#> [[41]]$assignees
#> list()
#> 
#> [[41]]$milestone
#> NULL
#> 
#> [[41]]$comments
#> [1] 1
#> 
#> [[41]]$created_at
#> [1] "2025-04-07T07:10:20Z"
#> 
#> [[41]]$updated_at
#> [1] "2025-04-07T07:11:27Z"
#> 
#> [[41]]$closed_at
#> [1] "2025-04-07T07:11:27Z"
#> 
#> [[41]]$author_association
#> [1] "NONE"
#> 
#> [[41]]$type
#> NULL
#> 
#> [[41]]$active_lock_reason
#> NULL
#> 
#> [[41]]$sub_issues_summary
#> [[41]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[41]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[41]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[41]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nopenxlsx\n\n### Version number of the package evaluated\n\n4.2.8\n\n### Date of release of the evaluated version of the package\n\n2025-01-25\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n4265113\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[41]]$closed_by
#> [[41]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[41]]$closed_by$id
#> [1] 41898282
#> 
#> [[41]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[41]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[41]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[41]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[41]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[41]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[41]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[41]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[41]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[41]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[41]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[41]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[41]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[41]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[41]]$closed_by$type
#> [1] "Bot"
#> 
#> [[41]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[41]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[41]]$reactions
#> [[41]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/reactions"
#> 
#> [[41]]$reactions$total_count
#> [1] 0
#> 
#> [[41]]$reactions$`+1`
#> [1] 0
#> 
#> [[41]]$reactions$`-1`
#> [1] 0
#> 
#> [[41]]$reactions$laugh
#> [1] 0
#> 
#> [[41]]$reactions$hooray
#> [1] 0
#> 
#> [[41]]$reactions$confused
#> [1] 0
#> 
#> [[41]]$reactions$heart
#> [1] 0
#> 
#> [[41]]$reactions$rocket
#> [1] 0
#> 
#> [[41]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[41]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/timeline"
#> 
#> [[41]]$performed_via_github_app
#> NULL
#> 
#> [[41]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[42]]
#> [[42]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99"
#> 
#> [[42]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[42]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/labels{/name}"
#> 
#> [[42]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/comments"
#> 
#> [[42]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/events"
#> 
#> [[42]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/99"
#> 
#> [[42]]$id
#> [1] 2886525198
#> 
#> [[42]]$node_id
#> [1] "I_kwDOKHVskc6sDOEO"
#> 
#> [[42]]$number
#> [1] 99
#> 
#> [[42]]$title
#> [1] "[Package risk assessment]: glmnet version 4.1-8"
#> 
#> [[42]]$user
#> [[42]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[42]]$user$id
#> [1] 43375942
#> 
#> [[42]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[42]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[42]]$user$gravatar_id
#> [1] ""
#> 
#> [[42]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[42]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[42]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[42]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[42]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[42]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[42]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[42]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[42]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[42]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[42]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[42]]$user$type
#> [1] "User"
#> 
#> [[42]]$user$user_view_type
#> [1] "public"
#> 
#> [[42]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[42]]$labels
#> [[42]]$labels[[1]]
#> [[42]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[42]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[42]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[42]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[42]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[42]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[42]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[42]]$labels[[2]]
#> [[42]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[42]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[42]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[42]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[42]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[42]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[42]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[42]]$labels[[3]]
#> [[42]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[42]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[42]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[42]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[42]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[42]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[42]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[42]]$state
#> [1] "closed"
#> 
#> [[42]]$locked
#> [1] FALSE
#> 
#> [[42]]$assignee
#> NULL
#> 
#> [[42]]$assignees
#> list()
#> 
#> [[42]]$milestone
#> NULL
#> 
#> [[42]]$comments
#> [1] 1
#> 
#> [[42]]$created_at
#> [1] "2025-02-28T08:26:49Z"
#> 
#> [[42]]$updated_at
#> [1] "2025-02-28T08:27:56Z"
#> 
#> [[42]]$closed_at
#> [1] "2025-02-28T08:27:55Z"
#> 
#> [[42]]$author_association
#> [1] "NONE"
#> 
#> [[42]]$type
#> NULL
#> 
#> [[42]]$active_lock_reason
#> NULL
#> 
#> [[42]]$sub_issues_summary
#> [[42]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[42]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[42]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[42]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nglmnet\n\n### Version number of the package evaluated\n\n4.1-8\n\n### Date of release of the evaluated version of the package\n\n2023-08-22\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1437226\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[42]]$closed_by
#> [[42]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[42]]$closed_by$id
#> [1] 41898282
#> 
#> [[42]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[42]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[42]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[42]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[42]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[42]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[42]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[42]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[42]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[42]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[42]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[42]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[42]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[42]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[42]]$closed_by$type
#> [1] "Bot"
#> 
#> [[42]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[42]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[42]]$reactions
#> [[42]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/reactions"
#> 
#> [[42]]$reactions$total_count
#> [1] 0
#> 
#> [[42]]$reactions$`+1`
#> [1] 0
#> 
#> [[42]]$reactions$`-1`
#> [1] 0
#> 
#> [[42]]$reactions$laugh
#> [1] 0
#> 
#> [[42]]$reactions$hooray
#> [1] 0
#> 
#> [[42]]$reactions$confused
#> [1] 0
#> 
#> [[42]]$reactions$heart
#> [1] 0
#> 
#> [[42]]$reactions$rocket
#> [1] 0
#> 
#> [[42]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[42]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/timeline"
#> 
#> [[42]]$performed_via_github_app
#> NULL
#> 
#> [[42]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[43]]
#> [[43]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98"
#> 
#> [[43]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[43]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/labels{/name}"
#> 
#> [[43]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/comments"
#> 
#> [[43]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/events"
#> 
#> [[43]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/98"
#> 
#> [[43]]$id
#> [1] 2884886202
#> 
#> [[43]]$node_id
#> [1] "I_kwDOKHVskc6r8966"
#> 
#> [[43]]$number
#> [1] 98
#> 
#> [[43]]$title
#> [1] "[Package risk assessment]: Hmisc version 5.2-2"
#> 
#> [[43]]$user
#> [[43]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[43]]$user$id
#> [1] 43375942
#> 
#> [[43]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[43]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[43]]$user$gravatar_id
#> [1] ""
#> 
#> [[43]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[43]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[43]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[43]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[43]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[43]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[43]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[43]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[43]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[43]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[43]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[43]]$user$type
#> [1] "User"
#> 
#> [[43]]$user$user_view_type
#> [1] "public"
#> 
#> [[43]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[43]]$labels
#> [[43]]$labels[[1]]
#> [[43]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[43]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[43]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[43]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[43]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[43]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[43]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[43]]$labels[[2]]
#> [[43]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[43]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[43]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[43]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[43]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[43]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[43]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[43]]$labels[[3]]
#> [[43]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[43]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[43]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[43]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[43]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[43]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[43]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[43]]$state
#> [1] "closed"
#> 
#> [[43]]$locked
#> [1] FALSE
#> 
#> [[43]]$assignee
#> NULL
#> 
#> [[43]]$assignees
#> list()
#> 
#> [[43]]$milestone
#> NULL
#> 
#> [[43]]$comments
#> [1] 1
#> 
#> [[43]]$created_at
#> [1] "2025-02-27T15:37:58Z"
#> 
#> [[43]]$updated_at
#> [1] "2025-02-27T15:39:45Z"
#> 
#> [[43]]$closed_at
#> [1] "2025-02-27T15:39:45Z"
#> 
#> [[43]]$author_association
#> [1] "NONE"
#> 
#> [[43]]$type
#> NULL
#> 
#> [[43]]$active_lock_reason
#> NULL
#> 
#> [[43]]$sub_issues_summary
#> [[43]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[43]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[43]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[43]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nHmisc\n\n### Version number of the package evaluated\n\n5.2-2\n\n### Date of release of the evaluated version of the package\n\n2025-01-10\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n18\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2462778\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[43]]$closed_by
#> [[43]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[43]]$closed_by$id
#> [1] 41898282
#> 
#> [[43]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[43]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[43]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[43]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[43]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[43]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[43]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[43]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[43]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[43]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[43]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[43]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[43]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[43]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[43]]$closed_by$type
#> [1] "Bot"
#> 
#> [[43]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[43]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[43]]$reactions
#> [[43]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/reactions"
#> 
#> [[43]]$reactions$total_count
#> [1] 0
#> 
#> [[43]]$reactions$`+1`
#> [1] 0
#> 
#> [[43]]$reactions$`-1`
#> [1] 0
#> 
#> [[43]]$reactions$laugh
#> [1] 0
#> 
#> [[43]]$reactions$hooray
#> [1] 0
#> 
#> [[43]]$reactions$confused
#> [1] 0
#> 
#> [[43]]$reactions$heart
#> [1] 0
#> 
#> [[43]]$reactions$rocket
#> [1] 0
#> 
#> [[43]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[43]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/timeline"
#> 
#> [[43]]$performed_via_github_app
#> NULL
#> 
#> [[43]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[44]]
#> [[44]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96"
#> 
#> [[44]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[44]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/labels{/name}"
#> 
#> [[44]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/comments"
#> 
#> [[44]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/events"
#> 
#> [[44]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/96"
#> 
#> [[44]]$id
#> [1] 2868379898
#> 
#> [[44]]$node_id
#> [1] "I_kwDOKHVskc6q-AD6"
#> 
#> [[44]]$number
#> [1] 96
#> 
#> [[44]]$title
#> [1] "[Package risk assessment]: officer version 0.6.7"
#> 
#> [[44]]$user
#> [[44]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[44]]$user$id
#> [1] 43375942
#> 
#> [[44]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[44]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[44]]$user$gravatar_id
#> [1] ""
#> 
#> [[44]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[44]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[44]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[44]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[44]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[44]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[44]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[44]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[44]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[44]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[44]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[44]]$user$type
#> [1] "User"
#> 
#> [[44]]$user$user_view_type
#> [1] "public"
#> 
#> [[44]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[44]]$labels
#> [[44]]$labels[[1]]
#> [[44]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[44]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[44]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[44]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[44]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[44]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[44]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[44]]$labels[[2]]
#> [[44]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[44]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[44]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[44]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[44]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[44]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[44]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[44]]$labels[[3]]
#> [[44]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[44]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[44]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[44]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[44]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[44]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[44]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[44]]$state
#> [1] "closed"
#> 
#> [[44]]$locked
#> [1] FALSE
#> 
#> [[44]]$assignee
#> NULL
#> 
#> [[44]]$assignees
#> list()
#> 
#> [[44]]$milestone
#> NULL
#> 
#> [[44]]$comments
#> [1] 1
#> 
#> [[44]]$created_at
#> [1] "2025-02-21T08:39:32Z"
#> 
#> [[44]]$updated_at
#> [1] "2025-02-21T08:41:27Z"
#> 
#> [[44]]$closed_at
#> [1] "2025-02-21T08:41:26Z"
#> 
#> [[44]]$author_association
#> [1] "NONE"
#> 
#> [[44]]$type
#> NULL
#> 
#> [[44]]$active_lock_reason
#> NULL
#> 
#> [[44]]$sub_issues_summary
#> [[44]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[44]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[44]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[44]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nofficer\n\n### Version number of the package evaluated\n\n0.6.7\n\n### Date of release of the evaluated version of the package\n\n2024-10-09\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n819362\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[44]]$closed_by
#> [[44]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[44]]$closed_by$id
#> [1] 41898282
#> 
#> [[44]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[44]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[44]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[44]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[44]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[44]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[44]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[44]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[44]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[44]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[44]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[44]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[44]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[44]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[44]]$closed_by$type
#> [1] "Bot"
#> 
#> [[44]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[44]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[44]]$reactions
#> [[44]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/reactions"
#> 
#> [[44]]$reactions$total_count
#> [1] 0
#> 
#> [[44]]$reactions$`+1`
#> [1] 0
#> 
#> [[44]]$reactions$`-1`
#> [1] 0
#> 
#> [[44]]$reactions$laugh
#> [1] 0
#> 
#> [[44]]$reactions$hooray
#> [1] 0
#> 
#> [[44]]$reactions$confused
#> [1] 0
#> 
#> [[44]]$reactions$heart
#> [1] 0
#> 
#> [[44]]$reactions$rocket
#> [1] 0
#> 
#> [[44]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[44]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/timeline"
#> 
#> [[44]]$performed_via_github_app
#> NULL
#> 
#> [[44]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[45]]
#> [[45]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95"
#> 
#> [[45]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[45]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/labels{/name}"
#> 
#> [[45]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/comments"
#> 
#> [[45]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/events"
#> 
#> [[45]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/95"
#> 
#> [[45]]$id
#> [1] 2860365977
#> 
#> [[45]]$node_id
#> [1] "I_kwDOKHVskc6qfbiZ"
#> 
#> [[45]]$number
#> [1] 95
#> 
#> [[45]]$title
#> [1] "[Package risk assessment]: gtsummary version 2.0.4"
#> 
#> [[45]]$user
#> [[45]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[45]]$user$id
#> [1] 43375942
#> 
#> [[45]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[45]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[45]]$user$gravatar_id
#> [1] ""
#> 
#> [[45]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[45]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[45]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[45]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[45]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[45]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[45]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[45]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[45]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[45]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[45]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[45]]$user$type
#> [1] "User"
#> 
#> [[45]]$user$user_view_type
#> [1] "public"
#> 
#> [[45]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[45]]$labels
#> [[45]]$labels[[1]]
#> [[45]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[45]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[45]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[45]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[45]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[45]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[45]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[45]]$labels[[2]]
#> [[45]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[45]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[45]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[45]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[45]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[45]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[45]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[45]]$labels[[3]]
#> [[45]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[45]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[45]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[45]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[45]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[45]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[45]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[45]]$state
#> [1] "closed"
#> 
#> [[45]]$locked
#> [1] FALSE
#> 
#> [[45]]$assignee
#> NULL
#> 
#> [[45]]$assignees
#> list()
#> 
#> [[45]]$milestone
#> NULL
#> 
#> [[45]]$comments
#> [1] 1
#> 
#> [[45]]$created_at
#> [1] "2025-02-18T12:51:34Z"
#> 
#> [[45]]$updated_at
#> [1] "2025-02-18T12:52:47Z"
#> 
#> [[45]]$closed_at
#> [1] "2025-02-18T12:52:46Z"
#> 
#> [[45]]$author_association
#> [1] "NONE"
#> 
#> [[45]]$type
#> NULL
#> 
#> [[45]]$active_lock_reason
#> NULL
#> 
#> [[45]]$sub_issues_summary
#> [[45]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[45]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[45]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[45]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngtsummary\n\n### Version number of the package evaluated\n\n2.0.4\n\n### Date of release of the evaluated version of the package\n\n2024-11-30\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n459385\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[45]]$closed_by
#> [[45]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[45]]$closed_by$id
#> [1] 41898282
#> 
#> [[45]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[45]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[45]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[45]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[45]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[45]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[45]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[45]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[45]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[45]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[45]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[45]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[45]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[45]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[45]]$closed_by$type
#> [1] "Bot"
#> 
#> [[45]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[45]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[45]]$reactions
#> [[45]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/reactions"
#> 
#> [[45]]$reactions$total_count
#> [1] 0
#> 
#> [[45]]$reactions$`+1`
#> [1] 0
#> 
#> [[45]]$reactions$`-1`
#> [1] 0
#> 
#> [[45]]$reactions$laugh
#> [1] 0
#> 
#> [[45]]$reactions$hooray
#> [1] 0
#> 
#> [[45]]$reactions$confused
#> [1] 0
#> 
#> [[45]]$reactions$heart
#> [1] 0
#> 
#> [[45]]$reactions$rocket
#> [1] 0
#> 
#> [[45]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[45]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/timeline"
#> 
#> [[45]]$performed_via_github_app
#> NULL
#> 
#> [[45]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[46]]
#> [[46]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94"
#> 
#> [[46]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[46]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/labels{/name}"
#> 
#> [[46]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/comments"
#> 
#> [[46]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/events"
#> 
#> [[46]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/94"
#> 
#> [[46]]$id
#> [1] 2860278325
#> 
#> [[46]]$node_id
#> [1] "I_kwDOKHVskc6qfGI1"
#> 
#> [[46]]$number
#> [1] 94
#> 
#> [[46]]$title
#> [1] "[Package risk assessment]: tidyr version 1.3.1"
#> 
#> [[46]]$user
#> [[46]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[46]]$user$id
#> [1] 43375942
#> 
#> [[46]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[46]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[46]]$user$gravatar_id
#> [1] ""
#> 
#> [[46]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[46]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[46]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[46]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[46]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[46]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[46]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[46]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[46]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[46]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[46]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[46]]$user$type
#> [1] "User"
#> 
#> [[46]]$user$user_view_type
#> [1] "public"
#> 
#> [[46]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[46]]$labels
#> [[46]]$labels[[1]]
#> [[46]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[46]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[46]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[46]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[46]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[46]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[46]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[46]]$labels[[2]]
#> [[46]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[46]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[46]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[46]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[46]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[46]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[46]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[46]]$labels[[3]]
#> [[46]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[46]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[46]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[46]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[46]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[46]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[46]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[46]]$state
#> [1] "closed"
#> 
#> [[46]]$locked
#> [1] FALSE
#> 
#> [[46]]$assignee
#> NULL
#> 
#> [[46]]$assignees
#> list()
#> 
#> [[46]]$milestone
#> NULL
#> 
#> [[46]]$comments
#> [1] 1
#> 
#> [[46]]$created_at
#> [1] "2025-02-18T12:16:36Z"
#> 
#> [[46]]$updated_at
#> [1] "2025-02-18T12:17:48Z"
#> 
#> [[46]]$closed_at
#> [1] "2025-02-18T12:17:47Z"
#> 
#> [[46]]$author_association
#> [1] "NONE"
#> 
#> [[46]]$type
#> NULL
#> 
#> [[46]]$active_lock_reason
#> NULL
#> 
#> [[46]]$sub_issues_summary
#> [[46]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[46]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[46]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[46]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ntidyr\n\n### Version number of the package evaluated\n\n1.3.1\n\n### Date of release of the evaluated version of the package\n\n2024-01-24\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n12\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n11584476\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[46]]$closed_by
#> [[46]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[46]]$closed_by$id
#> [1] 41898282
#> 
#> [[46]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[46]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[46]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[46]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[46]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[46]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[46]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[46]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[46]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[46]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[46]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[46]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[46]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[46]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[46]]$closed_by$type
#> [1] "Bot"
#> 
#> [[46]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[46]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[46]]$reactions
#> [[46]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/reactions"
#> 
#> [[46]]$reactions$total_count
#> [1] 0
#> 
#> [[46]]$reactions$`+1`
#> [1] 0
#> 
#> [[46]]$reactions$`-1`
#> [1] 0
#> 
#> [[46]]$reactions$laugh
#> [1] 0
#> 
#> [[46]]$reactions$hooray
#> [1] 0
#> 
#> [[46]]$reactions$confused
#> [1] 0
#> 
#> [[46]]$reactions$heart
#> [1] 0
#> 
#> [[46]]$reactions$rocket
#> [1] 0
#> 
#> [[46]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[46]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/timeline"
#> 
#> [[46]]$performed_via_github_app
#> NULL
#> 
#> [[46]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[47]]
#> [[47]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93"
#> 
#> [[47]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[47]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/labels{/name}"
#> 
#> [[47]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/comments"
#> 
#> [[47]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/events"
#> 
#> [[47]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/93"
#> 
#> [[47]]$id
#> [1] 2835976629
#> 
#> [[47]]$node_id
#> [1] "I_kwDOKHVskc6pCZG1"
#> 
#> [[47]]$number
#> [1] 93
#> 
#> [[47]]$title
#> [1] "[Package risk assessment]: flextable version 0.9.7"
#> 
#> [[47]]$user
#> [[47]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[47]]$user$id
#> [1] 43375942
#> 
#> [[47]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[47]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[47]]$user$gravatar_id
#> [1] ""
#> 
#> [[47]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[47]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[47]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[47]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[47]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[47]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[47]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[47]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[47]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[47]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[47]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[47]]$user$type
#> [1] "User"
#> 
#> [[47]]$user$user_view_type
#> [1] "public"
#> 
#> [[47]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[47]]$labels
#> [[47]]$labels[[1]]
#> [[47]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[47]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[47]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[47]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[47]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[47]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[47]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[47]]$labels[[2]]
#> [[47]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[47]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[47]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[47]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[47]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[47]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[47]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[47]]$labels[[3]]
#> [[47]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[47]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[47]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[47]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[47]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[47]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[47]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[47]]$state
#> [1] "closed"
#> 
#> [[47]]$locked
#> [1] FALSE
#> 
#> [[47]]$assignee
#> NULL
#> 
#> [[47]]$assignees
#> list()
#> 
#> [[47]]$milestone
#> NULL
#> 
#> [[47]]$comments
#> [1] 1
#> 
#> [[47]]$created_at
#> [1] "2025-02-06T16:16:04Z"
#> 
#> [[47]]$updated_at
#> [1] "2025-02-06T16:17:22Z"
#> 
#> [[47]]$closed_at
#> [1] "2025-02-06T16:17:21Z"
#> 
#> [[47]]$author_association
#> [1] "NONE"
#> 
#> [[47]]$type
#> NULL
#> 
#> [[47]]$active_lock_reason
#> NULL
#> 
#> [[47]]$sub_issues_summary
#> [[47]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[47]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[47]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[47]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nflextable\n\n### Version number of the package evaluated\n\n0.9.7\n\n### Date of release of the evaluated version of the package\n\n2024-10-27\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n686983\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[47]]$closed_by
#> [[47]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[47]]$closed_by$id
#> [1] 41898282
#> 
#> [[47]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[47]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[47]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[47]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[47]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[47]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[47]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[47]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[47]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[47]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[47]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[47]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[47]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[47]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[47]]$closed_by$type
#> [1] "Bot"
#> 
#> [[47]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[47]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[47]]$reactions
#> [[47]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/reactions"
#> 
#> [[47]]$reactions$total_count
#> [1] 0
#> 
#> [[47]]$reactions$`+1`
#> [1] 0
#> 
#> [[47]]$reactions$`-1`
#> [1] 0
#> 
#> [[47]]$reactions$laugh
#> [1] 0
#> 
#> [[47]]$reactions$hooray
#> [1] 0
#> 
#> [[47]]$reactions$confused
#> [1] 0
#> 
#> [[47]]$reactions$heart
#> [1] 0
#> 
#> [[47]]$reactions$rocket
#> [1] 0
#> 
#> [[47]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[47]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/timeline"
#> 
#> [[47]]$performed_via_github_app
#> NULL
#> 
#> [[47]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[48]]
#> [[48]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92"
#> 
#> [[48]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[48]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/labels{/name}"
#> 
#> [[48]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/comments"
#> 
#> [[48]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/events"
#> 
#> [[48]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/92"
#> 
#> [[48]]$id
#> [1] 2823404300
#> 
#> [[48]]$node_id
#> [1] "I_kwDOKHVskc6oSbsM"
#> 
#> [[48]]$number
#> [1] 92
#> 
#> [[48]]$title
#> [1] "[Package risk assessment]: survminer version 0.5.0"
#> 
#> [[48]]$user
#> [[48]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[48]]$user$id
#> [1] 77327839
#> 
#> [[48]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[48]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[48]]$user$gravatar_id
#> [1] ""
#> 
#> [[48]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[48]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[48]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[48]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[48]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[48]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[48]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[48]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[48]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[48]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[48]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[48]]$user$type
#> [1] "User"
#> 
#> [[48]]$user$user_view_type
#> [1] "public"
#> 
#> [[48]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[48]]$labels
#> [[48]]$labels[[1]]
#> [[48]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[48]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[48]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[48]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[48]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[48]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[48]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[48]]$labels[[2]]
#> [[48]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[48]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[48]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[48]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[48]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[48]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[48]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[48]]$labels[[3]]
#> [[48]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[48]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[48]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[48]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[48]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[48]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[48]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[48]]$state
#> [1] "closed"
#> 
#> [[48]]$locked
#> [1] FALSE
#> 
#> [[48]]$assignee
#> NULL
#> 
#> [[48]]$assignees
#> list()
#> 
#> [[48]]$milestone
#> NULL
#> 
#> [[48]]$comments
#> [1] 1
#> 
#> [[48]]$created_at
#> [1] "2025-01-31T12:54:28Z"
#> 
#> [[48]]$updated_at
#> [1] "2025-01-31T12:55:44Z"
#> 
#> [[48]]$closed_at
#> [1] "2025-01-31T12:55:42Z"
#> 
#> [[48]]$author_association
#> [1] "NONE"
#> 
#> [[48]]$type
#> NULL
#> 
#> [[48]]$active_lock_reason
#> NULL
#> 
#> [[48]]$sub_issues_summary
#> [[48]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[48]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[48]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[48]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsurvminer\n\n### Version number of the package evaluated\n\n0.5.0\n\n### Date of release of the evaluated version of the package\n\n2024-10-30\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n2\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n420365\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[48]]$closed_by
#> [[48]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[48]]$closed_by$id
#> [1] 41898282
#> 
#> [[48]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[48]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[48]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[48]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[48]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[48]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[48]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[48]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[48]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[48]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[48]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[48]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[48]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[48]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[48]]$closed_by$type
#> [1] "Bot"
#> 
#> [[48]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[48]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[48]]$reactions
#> [[48]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/reactions"
#> 
#> [[48]]$reactions$total_count
#> [1] 0
#> 
#> [[48]]$reactions$`+1`
#> [1] 0
#> 
#> [[48]]$reactions$`-1`
#> [1] 0
#> 
#> [[48]]$reactions$laugh
#> [1] 0
#> 
#> [[48]]$reactions$hooray
#> [1] 0
#> 
#> [[48]]$reactions$confused
#> [1] 0
#> 
#> [[48]]$reactions$heart
#> [1] 0
#> 
#> [[48]]$reactions$rocket
#> [1] 0
#> 
#> [[48]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[48]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/timeline"
#> 
#> [[48]]$performed_via_github_app
#> NULL
#> 
#> [[48]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[49]]
#> [[49]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89"
#> 
#> [[49]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[49]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/labels{/name}"
#> 
#> [[49]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/comments"
#> 
#> [[49]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/events"
#> 
#> [[49]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/89"
#> 
#> [[49]]$id
#> [1] 2820243566
#> 
#> [[49]]$node_id
#> [1] "I_kwDOKHVskc6oGYBu"
#> 
#> [[49]]$number
#> [1] 89
#> 
#> [[49]]$title
#> [1] "[Package risk assessment]: brunnermunzel version 2.0"
#> 
#> [[49]]$user
#> [[49]]$user$login
#> [1] "cyjak"
#> 
#> [[49]]$user$id
#> [1] 105852383
#> 
#> [[49]]$user$node_id
#> [1] "U_kgDOBk8t3w"
#> 
#> [[49]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/105852383?v=4"
#> 
#> [[49]]$user$gravatar_id
#> [1] ""
#> 
#> [[49]]$user$url
#> [1] "https://api.github.com/users/cyjak"
#> 
#> [[49]]$user$html_url
#> [1] "https://github.com/cyjak"
#> 
#> [[49]]$user$followers_url
#> [1] "https://api.github.com/users/cyjak/followers"
#> 
#> [[49]]$user$following_url
#> [1] "https://api.github.com/users/cyjak/following{/other_user}"
#> 
#> [[49]]$user$gists_url
#> [1] "https://api.github.com/users/cyjak/gists{/gist_id}"
#> 
#> [[49]]$user$starred_url
#> [1] "https://api.github.com/users/cyjak/starred{/owner}{/repo}"
#> 
#> [[49]]$user$subscriptions_url
#> [1] "https://api.github.com/users/cyjak/subscriptions"
#> 
#> [[49]]$user$organizations_url
#> [1] "https://api.github.com/users/cyjak/orgs"
#> 
#> [[49]]$user$repos_url
#> [1] "https://api.github.com/users/cyjak/repos"
#> 
#> [[49]]$user$events_url
#> [1] "https://api.github.com/users/cyjak/events{/privacy}"
#> 
#> [[49]]$user$received_events_url
#> [1] "https://api.github.com/users/cyjak/received_events"
#> 
#> [[49]]$user$type
#> [1] "User"
#> 
#> [[49]]$user$user_view_type
#> [1] "public"
#> 
#> [[49]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[49]]$labels
#> [[49]]$labels[[1]]
#> [[49]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[49]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[49]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[49]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[49]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[49]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[49]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[49]]$labels[[2]]
#> [[49]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[49]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[49]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[49]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[49]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[49]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[49]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[49]]$labels[[3]]
#> [[49]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[49]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[49]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[49]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[49]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[49]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[49]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[49]]$state
#> [1] "closed"
#> 
#> [[49]]$locked
#> [1] FALSE
#> 
#> [[49]]$assignee
#> NULL
#> 
#> [[49]]$assignees
#> list()
#> 
#> [[49]]$milestone
#> NULL
#> 
#> [[49]]$comments
#> [1] 5
#> 
#> [[49]]$created_at
#> [1] "2025-01-30T08:53:47Z"
#> 
#> [[49]]$updated_at
#> [1] "2025-01-31T13:59:05Z"
#> 
#> [[49]]$closed_at
#> [1] "2025-01-30T08:55:02Z"
#> 
#> [[49]]$author_association
#> [1] "NONE"
#> 
#> [[49]]$type
#> NULL
#> 
#> [[49]]$active_lock_reason
#> NULL
#> 
#> [[49]]$sub_issues_summary
#> [[49]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[49]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[49]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[49]]$body
#> [1] "### Name\n\nCyril Jaksic\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nbrunnermunzel\n\n### Version number of the package evaluated\n\n2.0\n\n### Date of release of the evaluated version of the package\n\n2022-08-07\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n0\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n7010\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[49]]$closed_by
#> [[49]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[49]]$closed_by$id
#> [1] 41898282
#> 
#> [[49]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[49]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[49]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[49]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[49]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[49]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[49]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[49]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[49]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[49]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[49]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[49]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[49]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[49]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[49]]$closed_by$type
#> [1] "Bot"
#> 
#> [[49]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[49]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[49]]$reactions
#> [[49]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/reactions"
#> 
#> [[49]]$reactions$total_count
#> [1] 0
#> 
#> [[49]]$reactions$`+1`
#> [1] 0
#> 
#> [[49]]$reactions$`-1`
#> [1] 0
#> 
#> [[49]]$reactions$laugh
#> [1] 0
#> 
#> [[49]]$reactions$hooray
#> [1] 0
#> 
#> [[49]]$reactions$confused
#> [1] 0
#> 
#> [[49]]$reactions$heart
#> [1] 0
#> 
#> [[49]]$reactions$rocket
#> [1] 0
#> 
#> [[49]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[49]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/timeline"
#> 
#> [[49]]$performed_via_github_app
#> NULL
#> 
#> [[49]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[50]]
#> [[50]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88"
#> 
#> [[50]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[50]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/labels{/name}"
#> 
#> [[50]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/comments"
#> 
#> [[50]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/events"
#> 
#> [[50]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/88"
#> 
#> [[50]]$id
#> [1] 2818625575
#> 
#> [[50]]$node_id
#> [1] "I_kwDOKHVskc6oANAn"
#> 
#> [[50]]$number
#> [1] 88
#> 
#> [[50]]$title
#> [1] "[Package risk assessment]: survRM version 1.0-4"
#> 
#> [[50]]$user
#> [[50]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[50]]$user$id
#> [1] 77327839
#> 
#> [[50]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[50]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[50]]$user$gravatar_id
#> [1] ""
#> 
#> [[50]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[50]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[50]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[50]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[50]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[50]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[50]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[50]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[50]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[50]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[50]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[50]]$user$type
#> [1] "User"
#> 
#> [[50]]$user$user_view_type
#> [1] "public"
#> 
#> [[50]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[50]]$labels
#> [[50]]$labels[[1]]
#> [[50]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[50]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[50]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[50]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[50]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[50]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[50]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[50]]$labels[[2]]
#> [[50]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[50]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[50]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[50]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[50]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[50]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[50]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[50]]$labels[[3]]
#> [[50]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[50]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[50]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[50]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[50]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[50]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[50]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[50]]$state
#> [1] "closed"
#> 
#> [[50]]$locked
#> [1] FALSE
#> 
#> [[50]]$assignee
#> NULL
#> 
#> [[50]]$assignees
#> list()
#> 
#> [[50]]$milestone
#> NULL
#> 
#> [[50]]$comments
#> [1] 2
#> 
#> [[50]]$created_at
#> [1] "2025-01-29T16:01:33Z"
#> 
#> [[50]]$updated_at
#> [1] "2025-01-31T12:29:36Z"
#> 
#> [[50]]$closed_at
#> [1] "2025-01-29T16:02:47Z"
#> 
#> [[50]]$author_association
#> [1] "NONE"
#> 
#> [[50]]$type
#> NULL
#> 
#> [[50]]$active_lock_reason
#> NULL
#> 
#> [[50]]$sub_issues_summary
#> [[50]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[50]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[50]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[50]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsurvRM\n\n### Version number of the package evaluated\n\n1.0.4\n\n### Date of release of the evaluated version of the package\n\n2022-06-14\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n13897\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[50]]$closed_by
#> [[50]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[50]]$closed_by$id
#> [1] 41898282
#> 
#> [[50]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[50]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[50]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[50]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[50]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[50]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[50]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[50]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[50]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[50]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[50]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[50]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[50]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[50]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[50]]$closed_by$type
#> [1] "Bot"
#> 
#> [[50]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[50]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[50]]$reactions
#> [[50]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/reactions"
#> 
#> [[50]]$reactions$total_count
#> [1] 0
#> 
#> [[50]]$reactions$`+1`
#> [1] 0
#> 
#> [[50]]$reactions$`-1`
#> [1] 0
#> 
#> [[50]]$reactions$laugh
#> [1] 0
#> 
#> [[50]]$reactions$hooray
#> [1] 0
#> 
#> [[50]]$reactions$confused
#> [1] 0
#> 
#> [[50]]$reactions$heart
#> [1] 0
#> 
#> [[50]]$reactions$rocket
#> [1] 0
#> 
#> [[50]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[50]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/timeline"
#> 
#> [[50]]$performed_via_github_app
#> NULL
#> 
#> [[50]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[51]]
#> [[51]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87"
#> 
#> [[51]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[51]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/labels{/name}"
#> 
#> [[51]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/comments"
#> 
#> [[51]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/events"
#> 
#> [[51]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/87"
#> 
#> [[51]]$id
#> [1] 2591243305
#> 
#> [[51]]$node_id
#> [1] "I_kwDOKHVskc6aczwp"
#> 
#> [[51]]$number
#> [1] 87
#> 
#> [[51]]$title
#> [1] "[Package validation]: rstan version 2.32.6"
#> 
#> [[51]]$user
#> [[51]]$user$login
#> [1] "MoserGitHub"
#> 
#> [[51]]$user$id
#> [1] 33371420
#> 
#> [[51]]$user$node_id
#> [1] "MDQ6VXNlcjMzMzcxNDIw"
#> 
#> [[51]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/33371420?v=4"
#> 
#> [[51]]$user$gravatar_id
#> [1] ""
#> 
#> [[51]]$user$url
#> [1] "https://api.github.com/users/MoserGitHub"
#> 
#> [[51]]$user$html_url
#> [1] "https://github.com/MoserGitHub"
#> 
#> [[51]]$user$followers_url
#> [1] "https://api.github.com/users/MoserGitHub/followers"
#> 
#> [[51]]$user$following_url
#> [1] "https://api.github.com/users/MoserGitHub/following{/other_user}"
#> 
#> [[51]]$user$gists_url
#> [1] "https://api.github.com/users/MoserGitHub/gists{/gist_id}"
#> 
#> [[51]]$user$starred_url
#> [1] "https://api.github.com/users/MoserGitHub/starred{/owner}{/repo}"
#> 
#> [[51]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MoserGitHub/subscriptions"
#> 
#> [[51]]$user$organizations_url
#> [1] "https://api.github.com/users/MoserGitHub/orgs"
#> 
#> [[51]]$user$repos_url
#> [1] "https://api.github.com/users/MoserGitHub/repos"
#> 
#> [[51]]$user$events_url
#> [1] "https://api.github.com/users/MoserGitHub/events{/privacy}"
#> 
#> [[51]]$user$received_events_url
#> [1] "https://api.github.com/users/MoserGitHub/received_events"
#> 
#> [[51]]$user$type
#> [1] "User"
#> 
#> [[51]]$user$user_view_type
#> [1] "public"
#> 
#> [[51]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[51]]$labels
#> [[51]]$labels[[1]]
#> [[51]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[51]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[51]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[51]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[51]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[51]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[51]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[51]]$labels[[2]]
#> [[51]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[51]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[51]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[51]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[51]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[51]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[51]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[51]]$labels[[3]]
#> [[51]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[51]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[51]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[51]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[51]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[51]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[51]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[51]]$state
#> [1] "closed"
#> 
#> [[51]]$locked
#> [1] FALSE
#> 
#> [[51]]$assignee
#> NULL
#> 
#> [[51]]$assignees
#> list()
#> 
#> [[51]]$milestone
#> NULL
#> 
#> [[51]]$comments
#> [1] 1
#> 
#> [[51]]$created_at
#> [1] "2024-10-16T09:28:03Z"
#> 
#> [[51]]$updated_at
#> [1] "2024-10-16T09:29:41Z"
#> 
#> [[51]]$closed_at
#> [1] "2024-10-16T09:29:40Z"
#> 
#> [[51]]$author_association
#> [1] "NONE"
#> 
#> [[51]]$type
#> NULL
#> 
#> [[51]]$active_lock_reason
#> NULL
#> 
#> [[51]]$sub_issues_summary
#> [[51]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[51]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[51]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[51]]$body
#> [1] "### Name\n\nAndré Moser\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrstan\n\n### Version number of the package evaluated\n\n2.32.6\n\n### Date of release of the evaluated version of the package\n\n2024-03-05\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n740409\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[51]]$closed_by
#> [[51]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[51]]$closed_by$id
#> [1] 41898282
#> 
#> [[51]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[51]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[51]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[51]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[51]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[51]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[51]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[51]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[51]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[51]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[51]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[51]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[51]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[51]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[51]]$closed_by$type
#> [1] "Bot"
#> 
#> [[51]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[51]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[51]]$reactions
#> [[51]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/reactions"
#> 
#> [[51]]$reactions$total_count
#> [1] 0
#> 
#> [[51]]$reactions$`+1`
#> [1] 0
#> 
#> [[51]]$reactions$`-1`
#> [1] 0
#> 
#> [[51]]$reactions$laugh
#> [1] 0
#> 
#> [[51]]$reactions$hooray
#> [1] 0
#> 
#> [[51]]$reactions$confused
#> [1] 0
#> 
#> [[51]]$reactions$heart
#> [1] 0
#> 
#> [[51]]$reactions$rocket
#> [1] 0
#> 
#> [[51]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[51]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/timeline"
#> 
#> [[51]]$performed_via_github_app
#> NULL
#> 
#> [[51]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[52]]
#> [[52]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86"
#> 
#> [[52]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[52]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/labels{/name}"
#> 
#> [[52]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/comments"
#> 
#> [[52]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/events"
#> 
#> [[52]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/86"
#> 
#> [[52]]$id
#> [1] 2507551720
#> 
#> [[52]]$node_id
#> [1] "I_kwDOKHVskc6VdjPo"
#> 
#> [[52]]$number
#> [1] 86
#> 
#> [[52]]$title
#> [1] "[Package validation]: flexsurv version 2.3.2"
#> 
#> [[52]]$user
#> [[52]]$user$login
#> [1] "coslovskym"
#> 
#> [[52]]$user$id
#> [1] 40819212
#> 
#> [[52]]$user$node_id
#> [1] "MDQ6VXNlcjQwODE5MjEy"
#> 
#> [[52]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/40819212?v=4"
#> 
#> [[52]]$user$gravatar_id
#> [1] ""
#> 
#> [[52]]$user$url
#> [1] "https://api.github.com/users/coslovskym"
#> 
#> [[52]]$user$html_url
#> [1] "https://github.com/coslovskym"
#> 
#> [[52]]$user$followers_url
#> [1] "https://api.github.com/users/coslovskym/followers"
#> 
#> [[52]]$user$following_url
#> [1] "https://api.github.com/users/coslovskym/following{/other_user}"
#> 
#> [[52]]$user$gists_url
#> [1] "https://api.github.com/users/coslovskym/gists{/gist_id}"
#> 
#> [[52]]$user$starred_url
#> [1] "https://api.github.com/users/coslovskym/starred{/owner}{/repo}"
#> 
#> [[52]]$user$subscriptions_url
#> [1] "https://api.github.com/users/coslovskym/subscriptions"
#> 
#> [[52]]$user$organizations_url
#> [1] "https://api.github.com/users/coslovskym/orgs"
#> 
#> [[52]]$user$repos_url
#> [1] "https://api.github.com/users/coslovskym/repos"
#> 
#> [[52]]$user$events_url
#> [1] "https://api.github.com/users/coslovskym/events{/privacy}"
#> 
#> [[52]]$user$received_events_url
#> [1] "https://api.github.com/users/coslovskym/received_events"
#> 
#> [[52]]$user$type
#> [1] "User"
#> 
#> [[52]]$user$user_view_type
#> [1] "public"
#> 
#> [[52]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[52]]$labels
#> [[52]]$labels[[1]]
#> [[52]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[52]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[52]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[52]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[52]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[52]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[52]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[52]]$labels[[2]]
#> [[52]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[52]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[52]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[52]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[52]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[52]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[52]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[52]]$labels[[3]]
#> [[52]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[52]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[52]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[52]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[52]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[52]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[52]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[52]]$state
#> [1] "closed"
#> 
#> [[52]]$locked
#> [1] FALSE
#> 
#> [[52]]$assignee
#> NULL
#> 
#> [[52]]$assignees
#> list()
#> 
#> [[52]]$milestone
#> NULL
#> 
#> [[52]]$comments
#> [1] 1
#> 
#> [[52]]$created_at
#> [1] "2024-09-05T11:44:56Z"
#> 
#> [[52]]$updated_at
#> [1] "2024-09-05T11:45:59Z"
#> 
#> [[52]]$closed_at
#> [1] "2024-09-05T11:45:58Z"
#> 
#> [[52]]$author_association
#> [1] "NONE"
#> 
#> [[52]]$type
#> NULL
#> 
#> [[52]]$active_lock_reason
#> NULL
#> 
#> [[52]]$sub_issues_summary
#> [[52]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[52]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[52]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[52]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nflexsurv\n\n### Version number of the package evaluated\n\n2.3.2\n\n### Date of release of the evaluated version of the package\n\n2024-08-17\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n20\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n74383\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[52]]$closed_by
#> [[52]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[52]]$closed_by$id
#> [1] 41898282
#> 
#> [[52]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[52]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[52]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[52]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[52]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[52]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[52]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[52]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[52]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[52]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[52]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[52]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[52]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[52]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[52]]$closed_by$type
#> [1] "Bot"
#> 
#> [[52]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[52]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[52]]$reactions
#> [[52]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/reactions"
#> 
#> [[52]]$reactions$total_count
#> [1] 0
#> 
#> [[52]]$reactions$`+1`
#> [1] 0
#> 
#> [[52]]$reactions$`-1`
#> [1] 0
#> 
#> [[52]]$reactions$laugh
#> [1] 0
#> 
#> [[52]]$reactions$hooray
#> [1] 0
#> 
#> [[52]]$reactions$confused
#> [1] 0
#> 
#> [[52]]$reactions$heart
#> [1] 0
#> 
#> [[52]]$reactions$rocket
#> [1] 0
#> 
#> [[52]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[52]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/timeline"
#> 
#> [[52]]$performed_via_github_app
#> NULL
#> 
#> [[52]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[53]]
#> [[53]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85"
#> 
#> [[53]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[53]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/labels{/name}"
#> 
#> [[53]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/comments"
#> 
#> [[53]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/events"
#> 
#> [[53]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/85"
#> 
#> [[53]]$id
#> [1] 2503027683
#> 
#> [[53]]$node_id
#> [1] "I_kwDOKHVskc6VMSvj"
#> 
#> [[53]]$number
#> [1] 85
#> 
#> [[53]]$title
#> [1] "[Package validation]: patchwork version 1.2.0"
#> 
#> [[53]]$user
#> [[53]]$user$login
#> [1] "coslovskym"
#> 
#> [[53]]$user$id
#> [1] 40819212
#> 
#> [[53]]$user$node_id
#> [1] "MDQ6VXNlcjQwODE5MjEy"
#> 
#> [[53]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/40819212?v=4"
#> 
#> [[53]]$user$gravatar_id
#> [1] ""
#> 
#> [[53]]$user$url
#> [1] "https://api.github.com/users/coslovskym"
#> 
#> [[53]]$user$html_url
#> [1] "https://github.com/coslovskym"
#> 
#> [[53]]$user$followers_url
#> [1] "https://api.github.com/users/coslovskym/followers"
#> 
#> [[53]]$user$following_url
#> [1] "https://api.github.com/users/coslovskym/following{/other_user}"
#> 
#> [[53]]$user$gists_url
#> [1] "https://api.github.com/users/coslovskym/gists{/gist_id}"
#> 
#> [[53]]$user$starred_url
#> [1] "https://api.github.com/users/coslovskym/starred{/owner}{/repo}"
#> 
#> [[53]]$user$subscriptions_url
#> [1] "https://api.github.com/users/coslovskym/subscriptions"
#> 
#> [[53]]$user$organizations_url
#> [1] "https://api.github.com/users/coslovskym/orgs"
#> 
#> [[53]]$user$repos_url
#> [1] "https://api.github.com/users/coslovskym/repos"
#> 
#> [[53]]$user$events_url
#> [1] "https://api.github.com/users/coslovskym/events{/privacy}"
#> 
#> [[53]]$user$received_events_url
#> [1] "https://api.github.com/users/coslovskym/received_events"
#> 
#> [[53]]$user$type
#> [1] "User"
#> 
#> [[53]]$user$user_view_type
#> [1] "public"
#> 
#> [[53]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[53]]$labels
#> [[53]]$labels[[1]]
#> [[53]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[53]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[53]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[53]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[53]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[53]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[53]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[53]]$labels[[2]]
#> [[53]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[53]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[53]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[53]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[53]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[53]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[53]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[53]]$labels[[3]]
#> [[53]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[53]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[53]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[53]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[53]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[53]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[53]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[53]]$state
#> [1] "closed"
#> 
#> [[53]]$locked
#> [1] FALSE
#> 
#> [[53]]$assignee
#> NULL
#> 
#> [[53]]$assignees
#> list()
#> 
#> [[53]]$milestone
#> NULL
#> 
#> [[53]]$comments
#> [1] 2
#> 
#> [[53]]$created_at
#> [1] "2024-09-03T14:25:08Z"
#> 
#> [[53]]$updated_at
#> [1] "2024-09-03T14:27:01Z"
#> 
#> [[53]]$closed_at
#> [1] "2024-09-03T14:26:13Z"
#> 
#> [[53]]$author_association
#> [1] "NONE"
#> 
#> [[53]]$type
#> NULL
#> 
#> [[53]]$active_lock_reason
#> NULL
#> 
#> [[53]]$sub_issues_summary
#> [[53]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[53]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[53]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[53]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npatchwork\n\n### Version number of the package evaluated\n\n1.2.0\n\n### Date of release of the evaluated version of the package\n\n2024-01-08\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2133411\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[53]]$closed_by
#> [[53]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[53]]$closed_by$id
#> [1] 41898282
#> 
#> [[53]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[53]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[53]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[53]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[53]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[53]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[53]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[53]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[53]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[53]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[53]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[53]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[53]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[53]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[53]]$closed_by$type
#> [1] "Bot"
#> 
#> [[53]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[53]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[53]]$reactions
#> [[53]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/reactions"
#> 
#> [[53]]$reactions$total_count
#> [1] 0
#> 
#> [[53]]$reactions$`+1`
#> [1] 0
#> 
#> [[53]]$reactions$`-1`
#> [1] 0
#> 
#> [[53]]$reactions$laugh
#> [1] 0
#> 
#> [[53]]$reactions$hooray
#> [1] 0
#> 
#> [[53]]$reactions$confused
#> [1] 0
#> 
#> [[53]]$reactions$heart
#> [1] 0
#> 
#> [[53]]$reactions$rocket
#> [1] 0
#> 
#> [[53]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[53]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/timeline"
#> 
#> [[53]]$performed_via_github_app
#> NULL
#> 
#> [[53]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[54]]
#> [[54]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83"
#> 
#> [[54]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[54]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/labels{/name}"
#> 
#> [[54]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/comments"
#> 
#> [[54]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/events"
#> 
#> [[54]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/83"
#> 
#> [[54]]$id
#> [1] 2455348540
#> 
#> [[54]]$node_id
#> [1] "I_kwDOKHVskc6SWaU8"
#> 
#> [[54]]$number
#> [1] 83
#> 
#> [[54]]$title
#> [1] "[Package validation] survSAKK version 1.2.0"
#> 
#> [[54]]$user
#> [[54]]$user$login
#> [1] "SAKK-vsomas"
#> 
#> [[54]]$user$id
#> [1] 151931296
#> 
#> [[54]]$user$node_id
#> [1] "U_kgDOCQ5JoA"
#> 
#> [[54]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151931296?v=4"
#> 
#> [[54]]$user$gravatar_id
#> [1] ""
#> 
#> [[54]]$user$url
#> [1] "https://api.github.com/users/SAKK-vsomas"
#> 
#> [[54]]$user$html_url
#> [1] "https://github.com/SAKK-vsomas"
#> 
#> [[54]]$user$followers_url
#> [1] "https://api.github.com/users/SAKK-vsomas/followers"
#> 
#> [[54]]$user$following_url
#> [1] "https://api.github.com/users/SAKK-vsomas/following{/other_user}"
#> 
#> [[54]]$user$gists_url
#> [1] "https://api.github.com/users/SAKK-vsomas/gists{/gist_id}"
#> 
#> [[54]]$user$starred_url
#> [1] "https://api.github.com/users/SAKK-vsomas/starred{/owner}{/repo}"
#> 
#> [[54]]$user$subscriptions_url
#> [1] "https://api.github.com/users/SAKK-vsomas/subscriptions"
#> 
#> [[54]]$user$organizations_url
#> [1] "https://api.github.com/users/SAKK-vsomas/orgs"
#> 
#> [[54]]$user$repos_url
#> [1] "https://api.github.com/users/SAKK-vsomas/repos"
#> 
#> [[54]]$user$events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/events{/privacy}"
#> 
#> [[54]]$user$received_events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/received_events"
#> 
#> [[54]]$user$type
#> [1] "User"
#> 
#> [[54]]$user$user_view_type
#> [1] "public"
#> 
#> [[54]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[54]]$labels
#> [[54]]$labels[[1]]
#> [[54]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[54]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[54]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[54]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[54]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[54]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[54]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[54]]$labels[[2]]
#> [[54]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[54]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[54]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[54]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[54]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[54]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[54]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[54]]$labels[[3]]
#> [[54]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[54]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[54]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[54]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[54]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[54]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[54]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[54]]$state
#> [1] "closed"
#> 
#> [[54]]$locked
#> [1] FALSE
#> 
#> [[54]]$assignee
#> NULL
#> 
#> [[54]]$assignees
#> list()
#> 
#> [[54]]$milestone
#> NULL
#> 
#> [[54]]$comments
#> [1] 3
#> 
#> [[54]]$created_at
#> [1] "2024-08-08T09:42:03Z"
#> 
#> [[54]]$updated_at
#> [1] "2024-08-08T10:27:04Z"
#> 
#> [[54]]$closed_at
#> [1] "2024-08-08T10:18:37Z"
#> 
#> [[54]]$author_association
#> [1] "NONE"
#> 
#> [[54]]$type
#> NULL
#> 
#> [[54]]$active_lock_reason
#> NULL
#> 
#> [[54]]$sub_issues_summary
#> [[54]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[54]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[54]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[54]]$body
#> [1] "### Name\r\n\r\nVithersan Somasundaram \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nsurvSAKK\r\n\r\n### Version number of the package evaluated\r\n\r\n1.2.0\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-06-20\r\n\r\n### The package author has...\r\n\r\nNo clear credentials or group association\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nNon-statistical\r\n\r\n### Number of dependencies\r\n\r\n3\r\n\r\n### Is the package available from CRAN or bioconductor?\r\n\r\nNo\r\n\r\n### If not CRAN or bioconductor, where is the package available?\r\n\r\nhttps://github.com/SAKK-Statistics/survSAKK\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n_No response_\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[54]]$closed_by
#> [[54]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[54]]$closed_by$id
#> [1] 41898282
#> 
#> [[54]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[54]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[54]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[54]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[54]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[54]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[54]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[54]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[54]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[54]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[54]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[54]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[54]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[54]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[54]]$closed_by$type
#> [1] "Bot"
#> 
#> [[54]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[54]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[54]]$reactions
#> [[54]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/reactions"
#> 
#> [[54]]$reactions$total_count
#> [1] 0
#> 
#> [[54]]$reactions$`+1`
#> [1] 0
#> 
#> [[54]]$reactions$`-1`
#> [1] 0
#> 
#> [[54]]$reactions$laugh
#> [1] 0
#> 
#> [[54]]$reactions$hooray
#> [1] 0
#> 
#> [[54]]$reactions$confused
#> [1] 0
#> 
#> [[54]]$reactions$heart
#> [1] 0
#> 
#> [[54]]$reactions$rocket
#> [1] 0
#> 
#> [[54]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[54]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/timeline"
#> 
#> [[54]]$performed_via_github_app
#> NULL
#> 
#> [[54]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[55]]
#> [[55]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77"
#> 
#> [[55]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[55]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/labels{/name}"
#> 
#> [[55]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/comments"
#> 
#> [[55]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/events"
#> 
#> [[55]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/77"
#> 
#> [[55]]$id
#> [1] 2377507733
#> 
#> [[55]]$node_id
#> [1] "I_kwDOKHVskc6NteOV"
#> 
#> [[55]]$number
#> [1] 77
#> 
#> [[55]]$title
#> [1] "[Package validation]: haven version 2.5.4"
#> 
#> [[55]]$user
#> [[55]]$user$login
#> [1] "elio4sakk"
#> 
#> [[55]]$user$id
#> [1] 151913878
#> 
#> [[55]]$user$node_id
#> [1] "U_kgDOCQ4Flg"
#> 
#> [[55]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151913878?v=4"
#> 
#> [[55]]$user$gravatar_id
#> [1] ""
#> 
#> [[55]]$user$url
#> [1] "https://api.github.com/users/elio4sakk"
#> 
#> [[55]]$user$html_url
#> [1] "https://github.com/elio4sakk"
#> 
#> [[55]]$user$followers_url
#> [1] "https://api.github.com/users/elio4sakk/followers"
#> 
#> [[55]]$user$following_url
#> [1] "https://api.github.com/users/elio4sakk/following{/other_user}"
#> 
#> [[55]]$user$gists_url
#> [1] "https://api.github.com/users/elio4sakk/gists{/gist_id}"
#> 
#> [[55]]$user$starred_url
#> [1] "https://api.github.com/users/elio4sakk/starred{/owner}{/repo}"
#> 
#> [[55]]$user$subscriptions_url
#> [1] "https://api.github.com/users/elio4sakk/subscriptions"
#> 
#> [[55]]$user$organizations_url
#> [1] "https://api.github.com/users/elio4sakk/orgs"
#> 
#> [[55]]$user$repos_url
#> [1] "https://api.github.com/users/elio4sakk/repos"
#> 
#> [[55]]$user$events_url
#> [1] "https://api.github.com/users/elio4sakk/events{/privacy}"
#> 
#> [[55]]$user$received_events_url
#> [1] "https://api.github.com/users/elio4sakk/received_events"
#> 
#> [[55]]$user$type
#> [1] "User"
#> 
#> [[55]]$user$user_view_type
#> [1] "public"
#> 
#> [[55]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[55]]$labels
#> [[55]]$labels[[1]]
#> [[55]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[55]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[55]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[55]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[55]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[55]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[55]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[55]]$labels[[2]]
#> [[55]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[55]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[55]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[55]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[55]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[55]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[55]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[55]]$labels[[3]]
#> [[55]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[55]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[55]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[55]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[55]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[55]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[55]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[55]]$state
#> [1] "closed"
#> 
#> [[55]]$locked
#> [1] FALSE
#> 
#> [[55]]$assignee
#> NULL
#> 
#> [[55]]$assignees
#> list()
#> 
#> [[55]]$milestone
#> NULL
#> 
#> [[55]]$comments
#> [1] 1
#> 
#> [[55]]$created_at
#> [1] "2024-06-27T08:28:55Z"
#> 
#> [[55]]$updated_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[55]]$closed_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[55]]$author_association
#> [1] "NONE"
#> 
#> [[55]]$type
#> NULL
#> 
#> [[55]]$active_lock_reason
#> NULL
#> 
#> [[55]]$sub_issues_summary
#> [[55]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[55]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[55]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[55]]$body
#> [1] "### Name\n\nElio Carreras\n\n### What is your relationship with the SCTO?\n\nNo relationship\n\n### Name of the package you have validated\n\nhaven\n\n### Version number of the package evaluated\n\n2.5.4\n\n### Date of release of the evaluated version of the package\n\n2023-11-30\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n160\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n6600007\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[55]]$closed_by
#> [[55]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[55]]$closed_by$id
#> [1] 41898282
#> 
#> [[55]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[55]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[55]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[55]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[55]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[55]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[55]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[55]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[55]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[55]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[55]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[55]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[55]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[55]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[55]]$closed_by$type
#> [1] "Bot"
#> 
#> [[55]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[55]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[55]]$reactions
#> [[55]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/reactions"
#> 
#> [[55]]$reactions$total_count
#> [1] 0
#> 
#> [[55]]$reactions$`+1`
#> [1] 0
#> 
#> [[55]]$reactions$`-1`
#> [1] 0
#> 
#> [[55]]$reactions$laugh
#> [1] 0
#> 
#> [[55]]$reactions$hooray
#> [1] 0
#> 
#> [[55]]$reactions$confused
#> [1] 0
#> 
#> [[55]]$reactions$heart
#> [1] 0
#> 
#> [[55]]$reactions$rocket
#> [1] 0
#> 
#> [[55]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[55]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/timeline"
#> 
#> [[55]]$performed_via_github_app
#> NULL
#> 
#> [[55]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[56]]
#> [[56]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76"
#> 
#> [[56]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[56]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/labels{/name}"
#> 
#> [[56]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/comments"
#> 
#> [[56]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/events"
#> 
#> [[56]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/76"
#> 
#> [[56]]$id
#> [1] 2310193262
#> 
#> [[56]]$node_id
#> [1] "I_kwDOKHVskc6JssBu"
#> 
#> [[56]]$number
#> [1] 76
#> 
#> [[56]]$title
#> [1] "[Package validation]: gtsummary version 1.7.2"
#> 
#> [[56]]$user
#> [[56]]$user$login
#> [1] "aghaynes"
#> 
#> [[56]]$user$id
#> [1] 6594028
#> 
#> [[56]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[56]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[56]]$user$gravatar_id
#> [1] ""
#> 
#> [[56]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[56]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[56]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[56]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[56]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[56]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[56]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[56]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[56]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[56]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[56]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[56]]$user$type
#> [1] "User"
#> 
#> [[56]]$user$user_view_type
#> [1] "public"
#> 
#> [[56]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[56]]$labels
#> [[56]]$labels[[1]]
#> [[56]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[56]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[56]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[56]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[56]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[56]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[56]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[56]]$labels[[2]]
#> [[56]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[56]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[56]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[56]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[56]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[56]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[56]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[56]]$labels[[3]]
#> [[56]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[56]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[56]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[56]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[56]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[56]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[56]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[56]]$state
#> [1] "closed"
#> 
#> [[56]]$locked
#> [1] FALSE
#> 
#> [[56]]$assignee
#> NULL
#> 
#> [[56]]$assignees
#> list()
#> 
#> [[56]]$milestone
#> NULL
#> 
#> [[56]]$comments
#> [1] 1
#> 
#> [[56]]$created_at
#> [1] "2024-05-22T10:41:20Z"
#> 
#> [[56]]$updated_at
#> [1] "2024-05-22T10:42:26Z"
#> 
#> [[56]]$closed_at
#> [1] "2024-05-22T10:42:25Z"
#> 
#> [[56]]$author_association
#> [1] "MEMBER"
#> 
#> [[56]]$type
#> NULL
#> 
#> [[56]]$active_lock_reason
#> NULL
#> 
#> [[56]]$sub_issues_summary
#> [[56]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[56]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[56]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[56]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngtsummary\n\n### Version number of the package evaluated\n\n1.7.2\n\n### Date of release of the evaluated version of the package\n\n2023-07-15\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n440745\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[56]]$closed_by
#> [[56]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[56]]$closed_by$id
#> [1] 41898282
#> 
#> [[56]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[56]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[56]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[56]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[56]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[56]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[56]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[56]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[56]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[56]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[56]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[56]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[56]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[56]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[56]]$closed_by$type
#> [1] "Bot"
#> 
#> [[56]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[56]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[56]]$reactions
#> [[56]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/reactions"
#> 
#> [[56]]$reactions$total_count
#> [1] 0
#> 
#> [[56]]$reactions$`+1`
#> [1] 0
#> 
#> [[56]]$reactions$`-1`
#> [1] 0
#> 
#> [[56]]$reactions$laugh
#> [1] 0
#> 
#> [[56]]$reactions$hooray
#> [1] 0
#> 
#> [[56]]$reactions$confused
#> [1] 0
#> 
#> [[56]]$reactions$heart
#> [1] 0
#> 
#> [[56]]$reactions$rocket
#> [1] 0
#> 
#> [[56]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[56]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/timeline"
#> 
#> [[56]]$performed_via_github_app
#> NULL
#> 
#> [[56]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[57]]
#> [[57]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75"
#> 
#> [[57]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[57]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/labels{/name}"
#> 
#> [[57]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/comments"
#> 
#> [[57]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/events"
#> 
#> [[57]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/75"
#> 
#> [[57]]$id
#> [1] 2309805184
#> 
#> [[57]]$node_id
#> [1] "I_kwDOKHVskc6JrNSA"
#> 
#> [[57]]$number
#> [1] 75
#> 
#> [[57]]$title
#> [1] "[Package validation]: tableone version 0.13.2"
#> 
#> [[57]]$user
#> [[57]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[57]]$user$id
#> [1] 77327839
#> 
#> [[57]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[57]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[57]]$user$gravatar_id
#> [1] ""
#> 
#> [[57]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[57]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[57]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[57]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[57]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[57]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[57]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[57]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[57]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[57]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[57]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[57]]$user$type
#> [1] "User"
#> 
#> [[57]]$user$user_view_type
#> [1] "public"
#> 
#> [[57]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[57]]$labels
#> [[57]]$labels[[1]]
#> [[57]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[57]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[57]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[57]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[57]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[57]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[57]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[57]]$labels[[2]]
#> [[57]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[57]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[57]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[57]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[57]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[57]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[57]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[57]]$labels[[3]]
#> [[57]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[57]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[57]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[57]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[57]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[57]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[57]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[57]]$state
#> [1] "closed"
#> 
#> [[57]]$locked
#> [1] FALSE
#> 
#> [[57]]$assignee
#> NULL
#> 
#> [[57]]$assignees
#> list()
#> 
#> [[57]]$milestone
#> NULL
#> 
#> [[57]]$comments
#> [1] 4
#> 
#> [[57]]$created_at
#> [1] "2024-05-22T07:37:46Z"
#> 
#> [[57]]$updated_at
#> [1] "2024-05-22T09:17:09Z"
#> 
#> [[57]]$closed_at
#> [1] "2024-05-22T07:38:53Z"
#> 
#> [[57]]$author_association
#> [1] "NONE"
#> 
#> [[57]]$type
#> NULL
#> 
#> [[57]]$active_lock_reason
#> NULL
#> 
#> [[57]]$sub_issues_summary
#> [[57]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[57]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[57]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[57]]$body
#> [1] "### Name\r\n\r\nMichael Coslovsky \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ntableone\r\n\r\n### Version number of the package evaluated\r\n\r\n0.13.2\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2022-04-15\r\n\r\n### The package author has...\r\n\r\nCredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n7\r\n\r\n### Is the package available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### If not CRAN or bioconductor, where is the package available?\r\n\r\n_No response_\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n163295\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nNo\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[57]]$closed_by
#> [[57]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[57]]$closed_by$id
#> [1] 41898282
#> 
#> [[57]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[57]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[57]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[57]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[57]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[57]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[57]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[57]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[57]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[57]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[57]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[57]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[57]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[57]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[57]]$closed_by$type
#> [1] "Bot"
#> 
#> [[57]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[57]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[57]]$reactions
#> [[57]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/reactions"
#> 
#> [[57]]$reactions$total_count
#> [1] 0
#> 
#> [[57]]$reactions$`+1`
#> [1] 0
#> 
#> [[57]]$reactions$`-1`
#> [1] 0
#> 
#> [[57]]$reactions$laugh
#> [1] 0
#> 
#> [[57]]$reactions$hooray
#> [1] 0
#> 
#> [[57]]$reactions$confused
#> [1] 0
#> 
#> [[57]]$reactions$heart
#> [1] 0
#> 
#> [[57]]$reactions$rocket
#> [1] 0
#> 
#> [[57]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[57]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/timeline"
#> 
#> [[57]]$performed_via_github_app
#> NULL
#> 
#> [[57]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[58]]
#> [[58]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33"
#> 
#> [[58]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[58]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/labels{/name}"
#> 
#> [[58]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/comments"
#> 
#> [[58]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/events"
#> 
#> [[58]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/33"
#> 
#> [[58]]$id
#> [1] 2233023986
#> 
#> [[58]]$node_id
#> [1] "I_kwDOKHVskc6FGT3y"
#> 
#> [[58]]$number
#> [1] 33
#> 
#> [[58]]$title
#> [1] "[Package validation]: pmcalibration version 0.1.0"
#> 
#> [[58]]$user
#> [[58]]$user$login
#> [1] "aghaynes"
#> 
#> [[58]]$user$id
#> [1] 6594028
#> 
#> [[58]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[58]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[58]]$user$gravatar_id
#> [1] ""
#> 
#> [[58]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[58]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[58]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[58]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[58]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[58]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[58]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[58]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[58]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[58]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[58]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[58]]$user$type
#> [1] "User"
#> 
#> [[58]]$user$user_view_type
#> [1] "public"
#> 
#> [[58]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[58]]$labels
#> [[58]]$labels[[1]]
#> [[58]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[58]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[58]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[58]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[58]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[58]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[58]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[58]]$labels[[2]]
#> [[58]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[58]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[58]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[58]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[58]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[58]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[58]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[58]]$labels[[3]]
#> [[58]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[58]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[58]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[58]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[58]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[58]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[58]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[58]]$state
#> [1] "closed"
#> 
#> [[58]]$locked
#> [1] FALSE
#> 
#> [[58]]$assignee
#> NULL
#> 
#> [[58]]$assignees
#> list()
#> 
#> [[58]]$milestone
#> NULL
#> 
#> [[58]]$comments
#> [1] 1
#> 
#> [[58]]$created_at
#> [1] "2024-04-09T09:37:21Z"
#> 
#> [[58]]$updated_at
#> [1] "2024-04-09T09:39:31Z"
#> 
#> [[58]]$closed_at
#> [1] "2024-04-09T09:39:30Z"
#> 
#> [[58]]$author_association
#> [1] "MEMBER"
#> 
#> [[58]]$type
#> NULL
#> 
#> [[58]]$active_lock_reason
#> NULL
#> 
#> [[58]]$sub_issues_summary
#> [[58]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[58]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[58]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[58]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npmcalibration\n\n### Version number of the package evaluated\n\n0.1.0\n\n### Date of release of the evaluated version of the package\n\n2023-09-06\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n12\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n1737\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[58]]$closed_by
#> [[58]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[58]]$closed_by$id
#> [1] 41898282
#> 
#> [[58]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[58]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[58]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[58]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[58]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[58]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[58]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[58]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[58]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[58]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[58]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[58]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[58]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[58]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[58]]$closed_by$type
#> [1] "Bot"
#> 
#> [[58]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[58]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[58]]$reactions
#> [[58]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/reactions"
#> 
#> [[58]]$reactions$total_count
#> [1] 0
#> 
#> [[58]]$reactions$`+1`
#> [1] 0
#> 
#> [[58]]$reactions$`-1`
#> [1] 0
#> 
#> [[58]]$reactions$laugh
#> [1] 0
#> 
#> [[58]]$reactions$hooray
#> [1] 0
#> 
#> [[58]]$reactions$confused
#> [1] 0
#> 
#> [[58]]$reactions$heart
#> [1] 0
#> 
#> [[58]]$reactions$rocket
#> [1] 0
#> 
#> [[58]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[58]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/timeline"
#> 
#> [[58]]$performed_via_github_app
#> NULL
#> 
#> [[58]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[59]]
#> [[59]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32"
#> 
#> [[59]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[59]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/labels{/name}"
#> 
#> [[59]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/comments"
#> 
#> [[59]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/events"
#> 
#> [[59]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/32"
#> 
#> [[59]]$id
#> [1] 2231527886
#> 
#> [[59]]$node_id
#> [1] "I_kwDOKHVskc6FAmnO"
#> 
#> [[59]]$number
#> [1] 32
#> 
#> [[59]]$title
#> [1] "[Package validation]: accrualPlot version 1.0.7"
#> 
#> [[59]]$user
#> [[59]]$user$login
#> [1] "aghaynes"
#> 
#> [[59]]$user$id
#> [1] 6594028
#> 
#> [[59]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[59]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[59]]$user$gravatar_id
#> [1] ""
#> 
#> [[59]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[59]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[59]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[59]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[59]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[59]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[59]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[59]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[59]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[59]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[59]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[59]]$user$type
#> [1] "User"
#> 
#> [[59]]$user$user_view_type
#> [1] "public"
#> 
#> [[59]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[59]]$labels
#> [[59]]$labels[[1]]
#> [[59]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[59]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[59]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[59]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[59]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[59]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[59]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[59]]$labels[[2]]
#> [[59]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[59]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[59]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[59]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[59]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[59]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[59]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[59]]$labels[[3]]
#> [[59]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[59]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[59]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[59]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[59]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[59]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[59]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[59]]$state
#> [1] "closed"
#> 
#> [[59]]$locked
#> [1] FALSE
#> 
#> [[59]]$assignee
#> NULL
#> 
#> [[59]]$assignees
#> list()
#> 
#> [[59]]$milestone
#> NULL
#> 
#> [[59]]$comments
#> [1] 1
#> 
#> [[59]]$created_at
#> [1] "2024-04-08T15:31:04Z"
#> 
#> [[59]]$updated_at
#> [1] "2024-04-08T15:34:45Z"
#> 
#> [[59]]$closed_at
#> [1] "2024-04-08T15:34:43Z"
#> 
#> [[59]]$author_association
#> [1] "MEMBER"
#> 
#> [[59]]$type
#> NULL
#> 
#> [[59]]$active_lock_reason
#> NULL
#> 
#> [[59]]$sub_issues_summary
#> [[59]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[59]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[59]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[59]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\naccrualPlot\n\n### Version number of the package evaluated\n\n1.0.7\n\n### Date of release of the evaluated version of the package\n\n2022-08-16\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; non-published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n3870\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[59]]$closed_by
#> [[59]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[59]]$closed_by$id
#> [1] 41898282
#> 
#> [[59]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[59]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[59]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[59]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[59]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[59]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[59]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[59]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[59]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[59]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[59]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[59]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[59]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[59]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[59]]$closed_by$type
#> [1] "Bot"
#> 
#> [[59]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[59]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[59]]$reactions
#> [[59]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/reactions"
#> 
#> [[59]]$reactions$total_count
#> [1] 0
#> 
#> [[59]]$reactions$`+1`
#> [1] 0
#> 
#> [[59]]$reactions$`-1`
#> [1] 0
#> 
#> [[59]]$reactions$laugh
#> [1] 0
#> 
#> [[59]]$reactions$hooray
#> [1] 0
#> 
#> [[59]]$reactions$confused
#> [1] 0
#> 
#> [[59]]$reactions$heart
#> [1] 0
#> 
#> [[59]]$reactions$rocket
#> [1] 0
#> 
#> [[59]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[59]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/timeline"
#> 
#> [[59]]$performed_via_github_app
#> NULL
#> 
#> [[59]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[60]]
#> [[60]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31"
#> 
#> [[60]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[60]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/labels{/name}"
#> 
#> [[60]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/comments"
#> 
#> [[60]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/events"
#> 
#> [[60]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/31"
#> 
#> [[60]]$id
#> [1] 2231493099
#> 
#> [[60]]$node_id
#> [1] "I_kwDOKHVskc6FAeHr"
#> 
#> [[60]]$number
#> [1] 31
#> 
#> [[60]]$title
#> [1] "[Package validation]: dplyr version 1.1.0"
#> 
#> [[60]]$user
#> [[60]]$user$login
#> [1] "aghaynes"
#> 
#> [[60]]$user$id
#> [1] 6594028
#> 
#> [[60]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[60]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[60]]$user$gravatar_id
#> [1] ""
#> 
#> [[60]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[60]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[60]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[60]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[60]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[60]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[60]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[60]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[60]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[60]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[60]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[60]]$user$type
#> [1] "User"
#> 
#> [[60]]$user$user_view_type
#> [1] "public"
#> 
#> [[60]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[60]]$labels
#> [[60]]$labels[[1]]
#> [[60]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[60]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[60]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[60]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[60]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[60]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[60]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[60]]$labels[[2]]
#> [[60]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[60]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[60]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[60]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[60]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[60]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[60]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[60]]$labels[[3]]
#> [[60]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[60]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[60]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[60]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[60]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[60]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[60]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[60]]$state
#> [1] "closed"
#> 
#> [[60]]$locked
#> [1] FALSE
#> 
#> [[60]]$assignee
#> NULL
#> 
#> [[60]]$assignees
#> list()
#> 
#> [[60]]$milestone
#> NULL
#> 
#> [[60]]$comments
#> [1] 1
#> 
#> [[60]]$created_at
#> [1] "2024-04-08T15:15:22Z"
#> 
#> [[60]]$updated_at
#> [1] "2024-04-08T15:17:36Z"
#> 
#> [[60]]$closed_at
#> [1] "2024-04-08T15:17:34Z"
#> 
#> [[60]]$author_association
#> [1] "MEMBER"
#> 
#> [[60]]$type
#> NULL
#> 
#> [[60]]$active_lock_reason
#> NULL
#> 
#> [[60]]$sub_issues_summary
#> [[60]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[60]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[60]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[60]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ndplyr\n\n### Version number of the package evaluated\n\n1.1.0\n\n### Date of release of the evaluated version of the package\n\n2023-01-29\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n13\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n18987564\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[60]]$closed_by
#> [[60]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[60]]$closed_by$id
#> [1] 41898282
#> 
#> [[60]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[60]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[60]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[60]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[60]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[60]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[60]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[60]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[60]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[60]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[60]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[60]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[60]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[60]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[60]]$closed_by$type
#> [1] "Bot"
#> 
#> [[60]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[60]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[60]]$reactions
#> [[60]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/reactions"
#> 
#> [[60]]$reactions$total_count
#> [1] 0
#> 
#> [[60]]$reactions$`+1`
#> [1] 0
#> 
#> [[60]]$reactions$`-1`
#> [1] 0
#> 
#> [[60]]$reactions$laugh
#> [1] 0
#> 
#> [[60]]$reactions$hooray
#> [1] 0
#> 
#> [[60]]$reactions$confused
#> [1] 0
#> 
#> [[60]]$reactions$heart
#> [1] 0
#> 
#> [[60]]$reactions$rocket
#> [1] 0
#> 
#> [[60]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[60]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/timeline"
#> 
#> [[60]]$performed_via_github_app
#> NULL
#> 
#> [[60]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[61]]
#> [[61]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30"
#> 
#> [[61]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[61]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/labels{/name}"
#> 
#> [[61]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/comments"
#> 
#> [[61]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/events"
#> 
#> [[61]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/30"
#> 
#> [[61]]$id
#> [1] 2228119201
#> 
#> [[61]]$node_id
#> [1] "I_kwDOKHVskc6Ezmah"
#> 
#> [[61]]$number
#> [1] 30
#> 
#> [[61]]$title
#> [1] "[Package validation]: ExtrPatt version 0.1-4"
#> 
#> [[61]]$user
#> [[61]]$user$login
#> [1] "mbranca"
#> 
#> [[61]]$user$id
#> [1] 52954127
#> 
#> [[61]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[61]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[61]]$user$gravatar_id
#> [1] ""
#> 
#> [[61]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[61]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[61]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[61]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[61]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[61]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[61]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[61]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[61]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[61]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[61]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[61]]$user$type
#> [1] "User"
#> 
#> [[61]]$user$user_view_type
#> [1] "public"
#> 
#> [[61]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[61]]$labels
#> [[61]]$labels[[1]]
#> [[61]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[61]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[61]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[61]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[61]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[61]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[61]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[61]]$labels[[2]]
#> [[61]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[61]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[61]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[61]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[61]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[61]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[61]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[61]]$labels[[3]]
#> [[61]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[61]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[61]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[61]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[61]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[61]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[61]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[61]]$state
#> [1] "closed"
#> 
#> [[61]]$locked
#> [1] FALSE
#> 
#> [[61]]$assignee
#> NULL
#> 
#> [[61]]$assignees
#> list()
#> 
#> [[61]]$milestone
#> NULL
#> 
#> [[61]]$comments
#> [1] 1
#> 
#> [[61]]$created_at
#> [1] "2024-04-05T14:02:32Z"
#> 
#> [[61]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[61]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[61]]$author_association
#> [1] "NONE"
#> 
#> [[61]]$type
#> NULL
#> 
#> [[61]]$active_lock_reason
#> NULL
#> 
#> [[61]]$sub_issues_summary
#> [[61]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[61]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[61]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[61]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nNone\n\n### Name of the package you have validated\n\nExtrPatt\n\n### Version number of the package evaluated\n\n0.1-4\n\n### Date of release of the evaluated version of the package\n\n2023-11-07\n\n### The package author has...\n\nno clear credentials or group association\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n7\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n952\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[61]]$closed_by
#> [[61]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[61]]$closed_by$id
#> [1] 6594028
#> 
#> [[61]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[61]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[61]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[61]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[61]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[61]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[61]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[61]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[61]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[61]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[61]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[61]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[61]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[61]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[61]]$closed_by$type
#> [1] "User"
#> 
#> [[61]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[61]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[61]]$reactions
#> [[61]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/reactions"
#> 
#> [[61]]$reactions$total_count
#> [1] 0
#> 
#> [[61]]$reactions$`+1`
#> [1] 0
#> 
#> [[61]]$reactions$`-1`
#> [1] 0
#> 
#> [[61]]$reactions$laugh
#> [1] 0
#> 
#> [[61]]$reactions$hooray
#> [1] 0
#> 
#> [[61]]$reactions$confused
#> [1] 0
#> 
#> [[61]]$reactions$heart
#> [1] 0
#> 
#> [[61]]$reactions$rocket
#> [1] 0
#> 
#> [[61]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[61]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/timeline"
#> 
#> [[61]]$performed_via_github_app
#> NULL
#> 
#> [[61]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[62]]
#> [[62]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29"
#> 
#> [[62]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[62]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/labels{/name}"
#> 
#> [[62]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/comments"
#> 
#> [[62]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/events"
#> 
#> [[62]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/29"
#> 
#> [[62]]$id
#> [1] 2227965730
#> 
#> [[62]]$node_id
#> [1] "I_kwDOKHVskc6EzA8i"
#> 
#> [[62]]$number
#> [1] 29
#> 
#> [[62]]$title
#> [1] "[Package validation]: WinRatio version 1.0"
#> 
#> [[62]]$user
#> [[62]]$user$login
#> [1] "mbranca"
#> 
#> [[62]]$user$id
#> [1] 52954127
#> 
#> [[62]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[62]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[62]]$user$gravatar_id
#> [1] ""
#> 
#> [[62]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[62]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[62]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[62]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[62]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[62]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[62]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[62]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[62]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[62]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[62]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[62]]$user$type
#> [1] "User"
#> 
#> [[62]]$user$user_view_type
#> [1] "public"
#> 
#> [[62]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[62]]$labels
#> [[62]]$labels[[1]]
#> [[62]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[62]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[62]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[62]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[62]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[62]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[62]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[62]]$labels[[2]]
#> [[62]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[62]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[62]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[62]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[62]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[62]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[62]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[62]]$labels[[3]]
#> [[62]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[62]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[62]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[62]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[62]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[62]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[62]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[62]]$state
#> [1] "closed"
#> 
#> [[62]]$locked
#> [1] FALSE
#> 
#> [[62]]$assignee
#> NULL
#> 
#> [[62]]$assignees
#> list()
#> 
#> [[62]]$milestone
#> NULL
#> 
#> [[62]]$comments
#> [1] 1
#> 
#> [[62]]$created_at
#> [1] "2024-04-05T12:51:40Z"
#> 
#> [[62]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[62]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[62]]$author_association
#> [1] "NONE"
#> 
#> [[62]]$type
#> NULL
#> 
#> [[62]]$active_lock_reason
#> NULL
#> 
#> [[62]]$sub_issues_summary
#> [[62]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[62]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[62]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[62]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nWinRatio\n\n### Version number of the package evaluated\n\n1.0\n\n### Date of release of the evaluated version of the package\n\n2020-11-23\n\n### The package author has...\n\nno clear credentials or group association\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n5\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n2283\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[62]]$closed_by
#> [[62]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[62]]$closed_by$id
#> [1] 6594028
#> 
#> [[62]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[62]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[62]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[62]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[62]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[62]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[62]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[62]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[62]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[62]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[62]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[62]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[62]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[62]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[62]]$closed_by$type
#> [1] "User"
#> 
#> [[62]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[62]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[62]]$reactions
#> [[62]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/reactions"
#> 
#> [[62]]$reactions$total_count
#> [1] 0
#> 
#> [[62]]$reactions$`+1`
#> [1] 0
#> 
#> [[62]]$reactions$`-1`
#> [1] 0
#> 
#> [[62]]$reactions$laugh
#> [1] 0
#> 
#> [[62]]$reactions$hooray
#> [1] 0
#> 
#> [[62]]$reactions$confused
#> [1] 0
#> 
#> [[62]]$reactions$heart
#> [1] 0
#> 
#> [[62]]$reactions$rocket
#> [1] 0
#> 
#> [[62]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[62]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/timeline"
#> 
#> [[62]]$performed_via_github_app
#> NULL
#> 
#> [[62]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[63]]
#> [[63]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28"
#> 
#> [[63]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[63]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/labels{/name}"
#> 
#> [[63]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/comments"
#> 
#> [[63]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/events"
#> 
#> [[63]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/28"
#> 
#> [[63]]$id
#> [1] 2227866494
#> 
#> [[63]]$node_id
#> [1] "I_kwDOKHVskc6Eyot-"
#> 
#> [[63]]$number
#> [1] 28
#> 
#> [[63]]$title
#> [1] "[Package validation]: rstpm2 version 1.6.3"
#> 
#> [[63]]$user
#> [[63]]$user$login
#> [1] "mbranca"
#> 
#> [[63]]$user$id
#> [1] 52954127
#> 
#> [[63]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[63]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[63]]$user$gravatar_id
#> [1] ""
#> 
#> [[63]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[63]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[63]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[63]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[63]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[63]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[63]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[63]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[63]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[63]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[63]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[63]]$user$type
#> [1] "User"
#> 
#> [[63]]$user$user_view_type
#> [1] "public"
#> 
#> [[63]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[63]]$labels
#> [[63]]$labels[[1]]
#> [[63]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[63]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[63]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[63]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[63]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[63]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[63]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[63]]$labels[[2]]
#> [[63]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[63]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[63]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[63]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[63]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[63]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[63]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[63]]$labels[[3]]
#> [[63]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[63]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[63]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[63]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[63]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[63]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[63]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[63]]$state
#> [1] "closed"
#> 
#> [[63]]$locked
#> [1] FALSE
#> 
#> [[63]]$assignee
#> NULL
#> 
#> [[63]]$assignees
#> list()
#> 
#> [[63]]$milestone
#> NULL
#> 
#> [[63]]$comments
#> [1] 1
#> 
#> [[63]]$created_at
#> [1] "2024-04-05T12:01:36Z"
#> 
#> [[63]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[63]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[63]]$author_association
#> [1] "NONE"
#> 
#> [[63]]$type
#> NULL
#> 
#> [[63]]$active_lock_reason
#> NULL
#> 
#> [[63]]$sub_issues_summary
#> [[63]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[63]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[63]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[63]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrstpm2\n\n### Version number of the package evaluated\n\n1.6.3\n\n### Date of release of the evaluated version of the package\n\n2023-12-05\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n61578\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[63]]$closed_by
#> [[63]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[63]]$closed_by$id
#> [1] 6594028
#> 
#> [[63]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[63]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[63]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[63]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[63]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[63]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[63]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[63]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[63]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[63]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[63]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[63]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[63]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[63]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[63]]$closed_by$type
#> [1] "User"
#> 
#> [[63]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[63]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[63]]$reactions
#> [[63]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/reactions"
#> 
#> [[63]]$reactions$total_count
#> [1] 0
#> 
#> [[63]]$reactions$`+1`
#> [1] 0
#> 
#> [[63]]$reactions$`-1`
#> [1] 0
#> 
#> [[63]]$reactions$laugh
#> [1] 0
#> 
#> [[63]]$reactions$hooray
#> [1] 0
#> 
#> [[63]]$reactions$confused
#> [1] 0
#> 
#> [[63]]$reactions$heart
#> [1] 0
#> 
#> [[63]]$reactions$rocket
#> [1] 0
#> 
#> [[63]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[63]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/timeline"
#> 
#> [[63]]$performed_via_github_app
#> NULL
#> 
#> [[63]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[64]]
#> [[64]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27"
#> 
#> [[64]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[64]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/labels{/name}"
#> 
#> [[64]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/comments"
#> 
#> [[64]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/events"
#> 
#> [[64]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/27"
#> 
#> [[64]]$id
#> [1] 2227311851
#> 
#> [[64]]$node_id
#> [1] "I_kwDOKHVskc6EwhTr"
#> 
#> [[64]]$number
#> [1] 27
#> 
#> [[64]]$title
#> [1] "[Package validation]: netmeta version 2.9-0"
#> 
#> [[64]]$user
#> [[64]]$user$login
#> [1] "ArnaudKunzi"
#> 
#> [[64]]$user$id
#> [1] 22870774
#> 
#> [[64]]$user$node_id
#> [1] "MDQ6VXNlcjIyODcwNzc0"
#> 
#> [[64]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/22870774?v=4"
#> 
#> [[64]]$user$gravatar_id
#> [1] ""
#> 
#> [[64]]$user$url
#> [1] "https://api.github.com/users/ArnaudKunzi"
#> 
#> [[64]]$user$html_url
#> [1] "https://github.com/ArnaudKunzi"
#> 
#> [[64]]$user$followers_url
#> [1] "https://api.github.com/users/ArnaudKunzi/followers"
#> 
#> [[64]]$user$following_url
#> [1] "https://api.github.com/users/ArnaudKunzi/following{/other_user}"
#> 
#> [[64]]$user$gists_url
#> [1] "https://api.github.com/users/ArnaudKunzi/gists{/gist_id}"
#> 
#> [[64]]$user$starred_url
#> [1] "https://api.github.com/users/ArnaudKunzi/starred{/owner}{/repo}"
#> 
#> [[64]]$user$subscriptions_url
#> [1] "https://api.github.com/users/ArnaudKunzi/subscriptions"
#> 
#> [[64]]$user$organizations_url
#> [1] "https://api.github.com/users/ArnaudKunzi/orgs"
#> 
#> [[64]]$user$repos_url
#> [1] "https://api.github.com/users/ArnaudKunzi/repos"
#> 
#> [[64]]$user$events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/events{/privacy}"
#> 
#> [[64]]$user$received_events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/received_events"
#> 
#> [[64]]$user$type
#> [1] "User"
#> 
#> [[64]]$user$user_view_type
#> [1] "public"
#> 
#> [[64]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[64]]$labels
#> [[64]]$labels[[1]]
#> [[64]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[64]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[64]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[64]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[64]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[64]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[64]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[64]]$labels[[2]]
#> [[64]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[64]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[64]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[64]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[64]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[64]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[64]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[64]]$labels[[3]]
#> [[64]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[64]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[64]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[64]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[64]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[64]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[64]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[64]]$state
#> [1] "closed"
#> 
#> [[64]]$locked
#> [1] FALSE
#> 
#> [[64]]$assignee
#> NULL
#> 
#> [[64]]$assignees
#> list()
#> 
#> [[64]]$milestone
#> NULL
#> 
#> [[64]]$comments
#> [1] 1
#> 
#> [[64]]$created_at
#> [1] "2024-04-05T07:49:18Z"
#> 
#> [[64]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[64]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[64]]$author_association
#> [1] "NONE"
#> 
#> [[64]]$type
#> NULL
#> 
#> [[64]]$active_lock_reason
#> NULL
#> 
#> [[64]]$sub_issues_summary
#> [[64]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[64]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[64]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[64]]$body
#> [1] "### Name\n\nArnaud Künzi\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nnetmeta\n\n### Version number of the package evaluated\n\n2.9-0\n\n### Date of release of the evaluated version of the package\n\n2024-01-11\n\n### The package author has...\n\nwell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n5\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n51684\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[64]]$closed_by
#> [[64]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[64]]$closed_by$id
#> [1] 6594028
#> 
#> [[64]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[64]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[64]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[64]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[64]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[64]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[64]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[64]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[64]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[64]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[64]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[64]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[64]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[64]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[64]]$closed_by$type
#> [1] "User"
#> 
#> [[64]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[64]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[64]]$reactions
#> [[64]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/reactions"
#> 
#> [[64]]$reactions$total_count
#> [1] 0
#> 
#> [[64]]$reactions$`+1`
#> [1] 0
#> 
#> [[64]]$reactions$`-1`
#> [1] 0
#> 
#> [[64]]$reactions$laugh
#> [1] 0
#> 
#> [[64]]$reactions$hooray
#> [1] 0
#> 
#> [[64]]$reactions$confused
#> [1] 0
#> 
#> [[64]]$reactions$heart
#> [1] 0
#> 
#> [[64]]$reactions$rocket
#> [1] 0
#> 
#> [[64]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[64]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/timeline"
#> 
#> [[64]]$performed_via_github_app
#> NULL
#> 
#> [[64]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[65]]
#> [[65]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26"
#> 
#> [[65]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[65]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/labels{/name}"
#> 
#> [[65]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/comments"
#> 
#> [[65]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/events"
#> 
#> [[65]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/26"
#> 
#> [[65]]$id
#> [1] 2227254300
#> 
#> [[65]]$node_id
#> [1] "I_kwDOKHVskc6EwTQc"
#> 
#> [[65]]$number
#> [1] 26
#> 
#> [[65]]$title
#> [1] "[Package validation]: CTUtemplate version 0.5.0"
#> 
#> [[65]]$user
#> [[65]]$user$login
#> [1] "mbranca"
#> 
#> [[65]]$user$id
#> [1] 52954127
#> 
#> [[65]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[65]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[65]]$user$gravatar_id
#> [1] ""
#> 
#> [[65]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[65]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[65]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[65]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[65]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[65]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[65]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[65]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[65]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[65]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[65]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[65]]$user$type
#> [1] "User"
#> 
#> [[65]]$user$user_view_type
#> [1] "public"
#> 
#> [[65]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[65]]$labels
#> [[65]]$labels[[1]]
#> [[65]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[65]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[65]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[65]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[65]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[65]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[65]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[65]]$labels[[2]]
#> [[65]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[65]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[65]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[65]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[65]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[65]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[65]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[65]]$labels[[3]]
#> [[65]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[65]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[65]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[65]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[65]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[65]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[65]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[65]]$state
#> [1] "closed"
#> 
#> [[65]]$locked
#> [1] FALSE
#> 
#> [[65]]$assignee
#> NULL
#> 
#> [[65]]$assignees
#> list()
#> 
#> [[65]]$milestone
#> NULL
#> 
#> [[65]]$comments
#> [1] 1
#> 
#> [[65]]$created_at
#> [1] "2024-04-05T07:19:16Z"
#> 
#> [[65]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[65]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[65]]$author_association
#> [1] "NONE"
#> 
#> [[65]]$type
#> NULL
#> 
#> [[65]]$active_lock_reason
#> NULL
#> 
#> [[65]]$sub_issues_summary
#> [[65]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[65]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[65]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[65]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nCTUtemplate\n\n### Version number of the package evaluated\n\n0.5.0\n\n### Date of release of the evaluated version of the package\n\n_No response_\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n9\n\n### Is the package on available from CRAN or bioconductor?\n\nNo\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n20\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[65]]$closed_by
#> [[65]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[65]]$closed_by$id
#> [1] 6594028
#> 
#> [[65]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[65]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[65]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[65]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[65]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[65]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[65]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[65]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[65]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[65]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[65]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[65]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[65]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[65]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[65]]$closed_by$type
#> [1] "User"
#> 
#> [[65]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[65]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[65]]$reactions
#> [[65]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/reactions"
#> 
#> [[65]]$reactions$total_count
#> [1] 0
#> 
#> [[65]]$reactions$`+1`
#> [1] 0
#> 
#> [[65]]$reactions$`-1`
#> [1] 0
#> 
#> [[65]]$reactions$laugh
#> [1] 0
#> 
#> [[65]]$reactions$hooray
#> [1] 0
#> 
#> [[65]]$reactions$confused
#> [1] 0
#> 
#> [[65]]$reactions$heart
#> [1] 0
#> 
#> [[65]]$reactions$rocket
#> [1] 0
#> 
#> [[65]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[65]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/timeline"
#> 
#> [[65]]$performed_via_github_app
#> NULL
#> 
#> [[65]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[66]]
#> [[66]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25"
#> 
#> [[66]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[66]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/labels{/name}"
#> 
#> [[66]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/comments"
#> 
#> [[66]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/events"
#> 
#> [[66]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/25"
#> 
#> [[66]]$id
#> [1] 2227065557
#> 
#> [[66]]$node_id
#> [1] "I_kwDOKHVskc6EvlLV"
#> 
#> [[66]]$number
#> [1] 25
#> 
#> [[66]]$title
#> [1] "[Package validation]: pROC version 1.18.5"
#> 
#> [[66]]$user
#> [[66]]$user$login
#> [1] "mbranca"
#> 
#> [[66]]$user$id
#> [1] 52954127
#> 
#> [[66]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[66]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[66]]$user$gravatar_id
#> [1] ""
#> 
#> [[66]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[66]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[66]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[66]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[66]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[66]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[66]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[66]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[66]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[66]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[66]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[66]]$user$type
#> [1] "User"
#> 
#> [[66]]$user$user_view_type
#> [1] "public"
#> 
#> [[66]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[66]]$labels
#> [[66]]$labels[[1]]
#> [[66]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[66]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[66]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[66]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[66]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[66]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[66]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[66]]$labels[[2]]
#> [[66]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[66]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[66]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[66]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[66]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[66]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[66]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[66]]$labels[[3]]
#> [[66]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[66]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[66]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[66]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[66]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[66]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[66]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[66]]$state
#> [1] "closed"
#> 
#> [[66]]$locked
#> [1] FALSE
#> 
#> [[66]]$assignee
#> NULL
#> 
#> [[66]]$assignees
#> list()
#> 
#> [[66]]$milestone
#> NULL
#> 
#> [[66]]$comments
#> [1] 1
#> 
#> [[66]]$created_at
#> [1] "2024-04-05T05:17:40Z"
#> 
#> [[66]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[66]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[66]]$author_association
#> [1] "NONE"
#> 
#> [[66]]$type
#> NULL
#> 
#> [[66]]$active_lock_reason
#> NULL
#> 
#> [[66]]$sub_issues_summary
#> [[66]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[66]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[66]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[66]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npROC\n\n### Version number of the package evaluated\n\n1.18.5\n\n### Date of release of the evaluated version of the package\n\n2023-11-01\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n3\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1910769\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[66]]$closed_by
#> [[66]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[66]]$closed_by$id
#> [1] 6594028
#> 
#> [[66]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[66]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[66]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[66]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[66]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[66]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[66]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[66]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[66]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[66]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[66]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[66]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[66]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[66]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[66]]$closed_by$type
#> [1] "User"
#> 
#> [[66]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[66]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[66]]$reactions
#> [[66]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/reactions"
#> 
#> [[66]]$reactions$total_count
#> [1] 0
#> 
#> [[66]]$reactions$`+1`
#> [1] 0
#> 
#> [[66]]$reactions$`-1`
#> [1] 0
#> 
#> [[66]]$reactions$laugh
#> [1] 0
#> 
#> [[66]]$reactions$hooray
#> [1] 0
#> 
#> [[66]]$reactions$confused
#> [1] 0
#> 
#> [[66]]$reactions$heart
#> [1] 0
#> 
#> [[66]]$reactions$rocket
#> [1] 0
#> 
#> [[66]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[66]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/timeline"
#> 
#> [[66]]$performed_via_github_app
#> NULL
#> 
#> [[66]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[67]]
#> [[67]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24"
#> 
#> [[67]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[67]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/labels{/name}"
#> 
#> [[67]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/comments"
#> 
#> [[67]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/events"
#> 
#> [[67]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/24"
#> 
#> [[67]]$id
#> [1] 2227059949
#> 
#> [[67]]$node_id
#> [1] "I_kwDOKHVskc6Evjzt"
#> 
#> [[67]]$number
#> [1] 24
#> 
#> [[67]]$title
#> [1] "[Package validation]: cowplot version 1.1.3"
#> 
#> [[67]]$user
#> [[67]]$user$login
#> [1] "mbranca"
#> 
#> [[67]]$user$id
#> [1] 52954127
#> 
#> [[67]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[67]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[67]]$user$gravatar_id
#> [1] ""
#> 
#> [[67]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[67]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[67]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[67]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[67]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[67]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[67]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[67]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[67]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[67]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[67]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[67]]$user$type
#> [1] "User"
#> 
#> [[67]]$user$user_view_type
#> [1] "public"
#> 
#> [[67]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[67]]$labels
#> [[67]]$labels[[1]]
#> [[67]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[67]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[67]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[67]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[67]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[67]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[67]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[67]]$labels[[2]]
#> [[67]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[67]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[67]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[67]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[67]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[67]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[67]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[67]]$labels[[3]]
#> [[67]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[67]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[67]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[67]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[67]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[67]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[67]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[67]]$state
#> [1] "closed"
#> 
#> [[67]]$locked
#> [1] FALSE
#> 
#> [[67]]$assignee
#> NULL
#> 
#> [[67]]$assignees
#> list()
#> 
#> [[67]]$milestone
#> NULL
#> 
#> [[67]]$comments
#> [1] 1
#> 
#> [[67]]$created_at
#> [1] "2024-04-05T05:14:08Z"
#> 
#> [[67]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[67]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[67]]$author_association
#> [1] "NONE"
#> 
#> [[67]]$type
#> NULL
#> 
#> [[67]]$active_lock_reason
#> NULL
#> 
#> [[67]]$sub_issues_summary
#> [[67]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[67]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[67]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[67]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncowplot\n\n### Version number of the package evaluated\n\n1.1.3\n\n### Date of release of the evaluated version of the package\n\n2024-01-22\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n7\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2252499\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[67]]$closed_by
#> [[67]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[67]]$closed_by$id
#> [1] 6594028
#> 
#> [[67]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[67]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[67]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[67]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[67]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[67]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[67]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[67]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[67]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[67]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[67]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[67]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[67]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[67]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[67]]$closed_by$type
#> [1] "User"
#> 
#> [[67]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[67]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[67]]$reactions
#> [[67]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/reactions"
#> 
#> [[67]]$reactions$total_count
#> [1] 0
#> 
#> [[67]]$reactions$`+1`
#> [1] 0
#> 
#> [[67]]$reactions$`-1`
#> [1] 0
#> 
#> [[67]]$reactions$laugh
#> [1] 0
#> 
#> [[67]]$reactions$hooray
#> [1] 0
#> 
#> [[67]]$reactions$confused
#> [1] 0
#> 
#> [[67]]$reactions$heart
#> [1] 0
#> 
#> [[67]]$reactions$rocket
#> [1] 0
#> 
#> [[67]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[67]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/timeline"
#> 
#> [[67]]$performed_via_github_app
#> NULL
#> 
#> [[67]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[68]]
#> [[68]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23"
#> 
#> [[68]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[68]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/labels{/name}"
#> 
#> [[68]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/comments"
#> 
#> [[68]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/events"
#> 
#> [[68]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/23"
#> 
#> [[68]]$id
#> [1] 2225884124
#> 
#> [[68]]$node_id
#> [1] "I_kwDOKHVskc6ErEvc"
#> 
#> [[68]]$number
#> [1] 23
#> 
#> [[68]]$title
#> [1] "[Package validation]: readxl version 1.4.3"
#> 
#> [[68]]$user
#> [[68]]$user$login
#> [1] "mbranca"
#> 
#> [[68]]$user$id
#> [1] 52954127
#> 
#> [[68]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[68]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[68]]$user$gravatar_id
#> [1] ""
#> 
#> [[68]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[68]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[68]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[68]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[68]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[68]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[68]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[68]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[68]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[68]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[68]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[68]]$user$type
#> [1] "User"
#> 
#> [[68]]$user$user_view_type
#> [1] "public"
#> 
#> [[68]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[68]]$labels
#> [[68]]$labels[[1]]
#> [[68]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[68]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[68]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[68]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[68]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[68]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[68]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[68]]$labels[[2]]
#> [[68]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[68]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[68]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[68]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[68]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[68]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[68]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[68]]$labels[[3]]
#> [[68]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[68]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[68]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[68]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[68]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[68]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[68]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[68]]$state
#> [1] "closed"
#> 
#> [[68]]$locked
#> [1] FALSE
#> 
#> [[68]]$assignee
#> NULL
#> 
#> [[68]]$assignees
#> list()
#> 
#> [[68]]$milestone
#> NULL
#> 
#> [[68]]$comments
#> [1] 2
#> 
#> [[68]]$created_at
#> [1] "2024-04-04T15:49:44Z"
#> 
#> [[68]]$updated_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[68]]$closed_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[68]]$author_association
#> [1] "NONE"
#> 
#> [[68]]$type
#> NULL
#> 
#> [[68]]$active_lock_reason
#> NULL
#> 
#> [[68]]$sub_issues_summary
#> [[68]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[68]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[68]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[68]]$body
#> [1] "### Name\r\n\r\nMattia Branca \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nreadxl\r\n\r\n### Version number of the package evaluated\r\n\r\n1.4.3\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-07-06\r\n\r\n### The package author has...\r\n\r\nwell-known or known credentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nNon-statistical\r\n\r\n### Number of dependencies\r\n\r\n5\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n9151640\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[68]]$closed_by
#> [[68]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[68]]$closed_by$id
#> [1] 6594028
#> 
#> [[68]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[68]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[68]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[68]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[68]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[68]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[68]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[68]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[68]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[68]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[68]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[68]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[68]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[68]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[68]]$closed_by$type
#> [1] "User"
#> 
#> [[68]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[68]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[68]]$reactions
#> [[68]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/reactions"
#> 
#> [[68]]$reactions$total_count
#> [1] 0
#> 
#> [[68]]$reactions$`+1`
#> [1] 0
#> 
#> [[68]]$reactions$`-1`
#> [1] 0
#> 
#> [[68]]$reactions$laugh
#> [1] 0
#> 
#> [[68]]$reactions$hooray
#> [1] 0
#> 
#> [[68]]$reactions$confused
#> [1] 0
#> 
#> [[68]]$reactions$heart
#> [1] 0
#> 
#> [[68]]$reactions$rocket
#> [1] 0
#> 
#> [[68]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[68]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/timeline"
#> 
#> [[68]]$performed_via_github_app
#> NULL
#> 
#> [[68]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[69]]
#> [[69]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22"
#> 
#> [[69]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[69]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/labels{/name}"
#> 
#> [[69]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/comments"
#> 
#> [[69]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/events"
#> 
#> [[69]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/22"
#> 
#> [[69]]$id
#> [1] 2225808660
#> 
#> [[69]]$node_id
#> [1] "I_kwDOKHVskc6EqyUU"
#> 
#> [[69]]$number
#> [1] 22
#> 
#> [[69]]$title
#> [1] "[Package validation]: gsDesign version 3.6.0"
#> 
#> [[69]]$user
#> [[69]]$user$login
#> [1] "mbranca"
#> 
#> [[69]]$user$id
#> [1] 52954127
#> 
#> [[69]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[69]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[69]]$user$gravatar_id
#> [1] ""
#> 
#> [[69]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[69]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[69]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[69]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[69]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[69]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[69]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[69]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[69]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[69]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[69]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[69]]$user$type
#> [1] "User"
#> 
#> [[69]]$user$user_view_type
#> [1] "public"
#> 
#> [[69]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[69]]$labels
#> [[69]]$labels[[1]]
#> [[69]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[69]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[69]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[69]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[69]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[69]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[69]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[69]]$labels[[2]]
#> [[69]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[69]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[69]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[69]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[69]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[69]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[69]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[69]]$labels[[3]]
#> [[69]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[69]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[69]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[69]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[69]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[69]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[69]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[69]]$state
#> [1] "closed"
#> 
#> [[69]]$locked
#> [1] FALSE
#> 
#> [[69]]$assignee
#> NULL
#> 
#> [[69]]$assignees
#> list()
#> 
#> [[69]]$milestone
#> NULL
#> 
#> [[69]]$comments
#> [1] 5
#> 
#> [[69]]$created_at
#> [1] "2024-04-04T15:22:42Z"
#> 
#> [[69]]$updated_at
#> [1] "2024-04-08T14:44:56Z"
#> 
#> [[69]]$closed_at
#> [1] "2024-04-08T14:44:55Z"
#> 
#> [[69]]$author_association
#> [1] "NONE"
#> 
#> [[69]]$type
#> NULL
#> 
#> [[69]]$active_lock_reason
#> NULL
#> 
#> [[69]]$sub_issues_summary
#> [[69]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[69]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[69]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[69]]$body
#> [1] "### Name\r\n\r\nMattia Branca\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ngsDesign\r\n\r\n### Version number of the package evaluated\r\n\r\n3.6.0\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-11-12\r\n\r\n### The package author has...\r\n\r\ncredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n13\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n20007\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[69]]$closed_by
#> [[69]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[69]]$closed_by$id
#> [1] 41898282
#> 
#> [[69]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[69]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[69]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[69]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[69]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[69]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[69]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[69]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[69]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[69]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[69]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[69]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[69]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[69]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[69]]$closed_by$type
#> [1] "Bot"
#> 
#> [[69]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[69]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[69]]$reactions
#> [[69]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/reactions"
#> 
#> [[69]]$reactions$total_count
#> [1] 0
#> 
#> [[69]]$reactions$`+1`
#> [1] 0
#> 
#> [[69]]$reactions$`-1`
#> [1] 0
#> 
#> [[69]]$reactions$laugh
#> [1] 0
#> 
#> [[69]]$reactions$hooray
#> [1] 0
#> 
#> [[69]]$reactions$confused
#> [1] 0
#> 
#> [[69]]$reactions$heart
#> [1] 0
#> 
#> [[69]]$reactions$rocket
#> [1] 0
#> 
#> [[69]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[69]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/timeline"
#> 
#> [[69]]$performed_via_github_app
#> NULL
#> 
#> [[69]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[70]]
#> [[70]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20"
#> 
#> [[70]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[70]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/labels{/name}"
#> 
#> [[70]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/comments"
#> 
#> [[70]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/events"
#> 
#> [[70]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/20"
#> 
#> [[70]]$id
#> [1] 2207648616
#> 
#> [[70]]$node_id
#> [1] "I_kwDOKHVskc6Dlgto"
#> 
#> [[70]]$number
#> [1] 20
#> 
#> [[70]]$title
#> [1] "[Package validation]: dplyr version 1.1.4"
#> 
#> [[70]]$user
#> [[70]]$user$login
#> [1] "aghaynes"
#> 
#> [[70]]$user$id
#> [1] 6594028
#> 
#> [[70]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[70]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[70]]$user$gravatar_id
#> [1] ""
#> 
#> [[70]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[70]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[70]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[70]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[70]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[70]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[70]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[70]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[70]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[70]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[70]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[70]]$user$type
#> [1] "User"
#> 
#> [[70]]$user$user_view_type
#> [1] "public"
#> 
#> [[70]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[70]]$labels
#> [[70]]$labels[[1]]
#> [[70]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[70]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[70]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[70]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[70]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[70]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[70]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[70]]$labels[[2]]
#> [[70]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[70]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[70]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[70]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[70]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[70]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[70]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[70]]$labels[[3]]
#> [[70]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[70]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[70]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[70]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[70]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[70]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[70]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[70]]$state
#> [1] "closed"
#> 
#> [[70]]$locked
#> [1] FALSE
#> 
#> [[70]]$assignee
#> NULL
#> 
#> [[70]]$assignees
#> list()
#> 
#> [[70]]$milestone
#> NULL
#> 
#> [[70]]$comments
#> [1] 5
#> 
#> [[70]]$created_at
#> [1] "2024-03-26T09:07:34Z"
#> 
#> [[70]]$updated_at
#> [1] "2024-04-08T13:37:26Z"
#> 
#> [[70]]$closed_at
#> [1] "2024-04-08T13:37:24Z"
#> 
#> [[70]]$author_association
#> [1] "MEMBER"
#> 
#> [[70]]$type
#> NULL
#> 
#> [[70]]$active_lock_reason
#> NULL
#> 
#> [[70]]$sub_issues_summary
#> [[70]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[70]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[70]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[70]]$body
#> [1] "### Name\r\n\r\nAlan Haynes\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ndplyr\r\n\r\n### Version number of the package evaluated\r\n\r\n1.1.4\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-11-17\r\n\r\n### The package author has...\r\n\r\nwell-known or known credentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nNon-statistical\r\n\r\n### Number of dependencies\r\n\r\n13\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n18987564\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[70]]$closed_by
#> [[70]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[70]]$closed_by$id
#> [1] 41898282
#> 
#> [[70]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[70]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[70]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[70]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[70]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[70]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[70]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[70]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[70]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[70]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[70]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[70]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[70]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[70]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[70]]$closed_by$type
#> [1] "Bot"
#> 
#> [[70]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[70]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[70]]$reactions
#> [[70]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/reactions"
#> 
#> [[70]]$reactions$total_count
#> [1] 0
#> 
#> [[70]]$reactions$`+1`
#> [1] 0
#> 
#> [[70]]$reactions$`-1`
#> [1] 0
#> 
#> [[70]]$reactions$laugh
#> [1] 0
#> 
#> [[70]]$reactions$hooray
#> [1] 0
#> 
#> [[70]]$reactions$confused
#> [1] 0
#> 
#> [[70]]$reactions$heart
#> [1] 0
#> 
#> [[70]]$reactions$rocket
#> [1] 0
#> 
#> [[70]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[70]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/timeline"
#> 
#> [[70]]$performed_via_github_app
#> NULL
#> 
#> [[70]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[71]]
#> [[71]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18"
#> 
#> [[71]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[71]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/labels{/name}"
#> 
#> [[71]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/comments"
#> 
#> [[71]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/events"
#> 
#> [[71]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/18"
#> 
#> [[71]]$id
#> [1] 2205169587
#> 
#> [[71]]$node_id
#> [1] "I_kwDOKHVskc6DcDez"
#> 
#> [[71]]$number
#> [1] 18
#> 
#> [[71]]$title
#> [1] "[Package validation]: tables version 0.9.17"
#> 
#> [[71]]$user
#> [[71]]$user$login
#> [1] "aghaynes"
#> 
#> [[71]]$user$id
#> [1] 6594028
#> 
#> [[71]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[71]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[71]]$user$gravatar_id
#> [1] ""
#> 
#> [[71]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[71]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[71]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[71]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[71]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[71]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[71]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[71]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[71]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[71]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[71]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[71]]$user$type
#> [1] "User"
#> 
#> [[71]]$user$user_view_type
#> [1] "public"
#> 
#> [[71]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[71]]$labels
#> [[71]]$labels[[1]]
#> [[71]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[71]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[71]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[71]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[71]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[71]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[71]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[71]]$labels[[2]]
#> [[71]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[71]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[71]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[71]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[71]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[71]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[71]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[71]]$labels[[3]]
#> [[71]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[71]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[71]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[71]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[71]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[71]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[71]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[71]]$state
#> [1] "closed"
#> 
#> [[71]]$locked
#> [1] FALSE
#> 
#> [[71]]$assignee
#> NULL
#> 
#> [[71]]$assignees
#> list()
#> 
#> [[71]]$milestone
#> NULL
#> 
#> [[71]]$comments
#> [1] 1
#> 
#> [[71]]$created_at
#> [1] "2024-03-25T08:26:06Z"
#> 
#> [[71]]$updated_at
#> [1] "2024-04-08T13:48:56Z"
#> 
#> [[71]]$closed_at
#> [1] "2024-04-08T13:48:55Z"
#> 
#> [[71]]$author_association
#> [1] "MEMBER"
#> 
#> [[71]]$type
#> NULL
#> 
#> [[71]]$active_lock_reason
#> NULL
#> 
#> [[71]]$sub_issues_summary
#> [[71]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[71]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[71]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[71]]$body
#> [1] "### Name\r\n\r\nMC \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ntables\r\n\r\n### Version number of the package evaluated\r\n\r\n0.9.17\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-05-02\r\n\r\n### The package author has...\r\n\r\ncredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n4\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n148591\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nNo"
#> 
#> [[71]]$closed_by
#> [[71]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[71]]$closed_by$id
#> [1] 41898282
#> 
#> [[71]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[71]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[71]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[71]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[71]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[71]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[71]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[71]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[71]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[71]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[71]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[71]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[71]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[71]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[71]]$closed_by$type
#> [1] "Bot"
#> 
#> [[71]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[71]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[71]]$reactions
#> [[71]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/reactions"
#> 
#> [[71]]$reactions$total_count
#> [1] 0
#> 
#> [[71]]$reactions$`+1`
#> [1] 0
#> 
#> [[71]]$reactions$`-1`
#> [1] 0
#> 
#> [[71]]$reactions$laugh
#> [1] 0
#> 
#> [[71]]$reactions$hooray
#> [1] 0
#> 
#> [[71]]$reactions$confused
#> [1] 0
#> 
#> [[71]]$reactions$heart
#> [1] 0
#> 
#> [[71]]$reactions$rocket
#> [1] 0
#> 
#> [[71]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[71]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/timeline"
#> 
#> [[71]]$performed_via_github_app
#> NULL
#> 
#> [[71]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[72]]
#> [[72]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17"
#> 
#> [[72]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[72]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/labels{/name}"
#> 
#> [[72]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/comments"
#> 
#> [[72]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/events"
#> 
#> [[72]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/17"
#> 
#> [[72]]$id
#> [1] 2205165800
#> 
#> [[72]]$node_id
#> [1] "I_kwDOKHVskc6DcCjo"
#> 
#> [[72]]$number
#> [1] 17
#> 
#> [[72]]$title
#> [1] "[Package validation]: presize version 0.3.7"
#> 
#> [[72]]$user
#> [[72]]$user$login
#> [1] "aghaynes"
#> 
#> [[72]]$user$id
#> [1] 6594028
#> 
#> [[72]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[72]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[72]]$user$gravatar_id
#> [1] ""
#> 
#> [[72]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[72]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[72]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[72]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[72]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[72]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[72]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[72]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[72]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[72]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[72]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[72]]$user$type
#> [1] "User"
#> 
#> [[72]]$user$user_view_type
#> [1] "public"
#> 
#> [[72]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[72]]$labels
#> [[72]]$labels[[1]]
#> [[72]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[72]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[72]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[72]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[72]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[72]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[72]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[72]]$labels[[2]]
#> [[72]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[72]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[72]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[72]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[72]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[72]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[72]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[72]]$labels[[3]]
#> [[72]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[72]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[72]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[72]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[72]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[72]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[72]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[72]]$state
#> [1] "closed"
#> 
#> [[72]]$locked
#> [1] FALSE
#> 
#> [[72]]$assignee
#> NULL
#> 
#> [[72]]$assignees
#> list()
#> 
#> [[72]]$milestone
#> NULL
#> 
#> [[72]]$comments
#> [1] 3
#> 
#> [[72]]$created_at
#> [1] "2024-03-25T08:23:41Z"
#> 
#> [[72]]$updated_at
#> [1] "2024-04-08T13:48:31Z"
#> 
#> [[72]]$closed_at
#> [1] "2024-04-08T13:48:29Z"
#> 
#> [[72]]$author_association
#> [1] "MEMBER"
#> 
#> [[72]]$type
#> NULL
#> 
#> [[72]]$active_lock_reason
#> NULL
#> 
#> [[72]]$sub_issues_summary
#> [[72]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[72]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[72]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[72]]$body
#> [1] "### Name\r\n\r\nMC \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\npresize\r\n\r\n### Version number of the package evaluated\r\n\r\n0.3.7\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-02-27\r\n\r\n### The package author has...\r\n\r\ncredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n2\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n5768\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[72]]$closed_by
#> [[72]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[72]]$closed_by$id
#> [1] 41898282
#> 
#> [[72]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[72]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[72]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[72]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[72]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[72]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[72]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[72]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[72]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[72]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[72]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[72]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[72]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[72]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[72]]$closed_by$type
#> [1] "Bot"
#> 
#> [[72]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[72]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[72]]$reactions
#> [[72]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/reactions"
#> 
#> [[72]]$reactions$total_count
#> [1] 0
#> 
#> [[72]]$reactions$`+1`
#> [1] 0
#> 
#> [[72]]$reactions$`-1`
#> [1] 0
#> 
#> [[72]]$reactions$laugh
#> [1] 0
#> 
#> [[72]]$reactions$hooray
#> [1] 0
#> 
#> [[72]]$reactions$confused
#> [1] 0
#> 
#> [[72]]$reactions$heart
#> [1] 0
#> 
#> [[72]]$reactions$rocket
#> [1] 0
#> 
#> [[72]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[72]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/timeline"
#> 
#> [[72]]$performed_via_github_app
#> NULL
#> 
#> [[72]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[73]]
#> [[73]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16"
#> 
#> [[73]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[73]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/labels{/name}"
#> 
#> [[73]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/comments"
#> 
#> [[73]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/events"
#> 
#> [[73]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/16"
#> 
#> [[73]]$id
#> [1] 2205161540
#> 
#> [[73]]$node_id
#> [1] "I_kwDOKHVskc6DcBhE"
#> 
#> [[73]]$number
#> [1] 16
#> 
#> [[73]]$title
#> [1] "[Package validation]: lme4 version 1.1-35.1"
#> 
#> [[73]]$user
#> [[73]]$user$login
#> [1] "aghaynes"
#> 
#> [[73]]$user$id
#> [1] 6594028
#> 
#> [[73]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[73]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[73]]$user$gravatar_id
#> [1] ""
#> 
#> [[73]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[73]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[73]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[73]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[73]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[73]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[73]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[73]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[73]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[73]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[73]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[73]]$user$type
#> [1] "User"
#> 
#> [[73]]$user$user_view_type
#> [1] "public"
#> 
#> [[73]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[73]]$labels
#> [[73]]$labels[[1]]
#> [[73]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[73]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[73]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[73]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[73]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[73]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[73]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[73]]$labels[[2]]
#> [[73]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[73]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[73]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[73]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[73]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[73]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[73]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[73]]$labels[[3]]
#> [[73]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[73]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[73]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[73]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[73]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[73]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[73]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[73]]$state
#> [1] "closed"
#> 
#> [[73]]$locked
#> [1] FALSE
#> 
#> [[73]]$assignee
#> NULL
#> 
#> [[73]]$assignees
#> list()
#> 
#> [[73]]$milestone
#> NULL
#> 
#> [[73]]$comments
#> [1] 3
#> 
#> [[73]]$created_at
#> [1] "2024-03-25T08:21:05Z"
#> 
#> [[73]]$updated_at
#> [1] "2024-04-10T13:58:30Z"
#> 
#> [[73]]$closed_at
#> [1] "2024-04-10T13:23:45Z"
#> 
#> [[73]]$author_association
#> [1] "MEMBER"
#> 
#> [[73]]$type
#> NULL
#> 
#> [[73]]$active_lock_reason
#> NULL
#> 
#> [[73]]$sub_issues_summary
#> [[73]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[73]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[73]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[73]]$body
#> [1] "### Name\r\n\r\nMC\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nlme4\r\n\r\n### Version number of the package evaluated\r\n\r\n1.1-35.1\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-11-05\r\n\r\n### The package author has...\r\n\r\nwell-known or known credentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n11\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n5184335\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[73]]$closed_by
#> [[73]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[73]]$closed_by$id
#> [1] 41898282
#> 
#> [[73]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[73]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[73]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[73]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[73]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[73]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[73]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[73]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[73]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[73]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[73]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[73]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[73]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[73]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[73]]$closed_by$type
#> [1] "Bot"
#> 
#> [[73]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[73]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[73]]$reactions
#> [[73]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/reactions"
#> 
#> [[73]]$reactions$total_count
#> [1] 0
#> 
#> [[73]]$reactions$`+1`
#> [1] 0
#> 
#> [[73]]$reactions$`-1`
#> [1] 0
#> 
#> [[73]]$reactions$laugh
#> [1] 0
#> 
#> [[73]]$reactions$hooray
#> [1] 0
#> 
#> [[73]]$reactions$confused
#> [1] 0
#> 
#> [[73]]$reactions$heart
#> [1] 0
#> 
#> [[73]]$reactions$rocket
#> [1] 0
#> 
#> [[73]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[73]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/timeline"
#> 
#> [[73]]$performed_via_github_app
#> NULL
#> 
#> [[73]]$state_reason
#> [1] "completed"
#> 
#> 
# all packages, regardless of status
get_valid_pkgs(FALSE)
#> Warning: NAs introduced by coercion
#> Warning: NAs introduced by coercion
#> [[1]]
#> [[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141"
#> 
#> [[1]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[1]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/labels{/name}"
#> 
#> [[1]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/comments"
#> 
#> [[1]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/events"
#> 
#> [[1]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/141"
#> 
#> [[1]]$id
#> [1] 3077027886
#> 
#> [[1]]$node_id
#> [1] "I_kwDOKHVskc63Z7gu"
#> 
#> [[1]]$number
#> [1] 141
#> 
#> [[1]]$title
#> [1] "[Package risk assessment]: forcats version 1.0.0"
#> 
#> [[1]]$user
#> [[1]]$user$login
#> [1] "DrEspresso"
#> 
#> [[1]]$user$id
#> [1] 45166575
#> 
#> [[1]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[1]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[1]]$user$gravatar_id
#> [1] ""
#> 
#> [[1]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[1]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[1]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[1]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[1]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[1]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[1]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[1]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[1]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[1]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[1]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[1]]$user$type
#> [1] "User"
#> 
#> [[1]]$user$user_view_type
#> [1] "public"
#> 
#> [[1]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[1]]$labels
#> [[1]]$labels[[1]]
#> [[1]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[1]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[1]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[1]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[1]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[1]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[1]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[1]]$labels[[2]]
#> [[1]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[1]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[1]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[1]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[1]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[1]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[1]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[1]]$labels[[3]]
#> [[1]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[1]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[1]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[1]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[1]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[1]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[1]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[1]]$state
#> [1] "closed"
#> 
#> [[1]]$locked
#> [1] FALSE
#> 
#> [[1]]$assignee
#> NULL
#> 
#> [[1]]$assignees
#> list()
#> 
#> [[1]]$milestone
#> NULL
#> 
#> [[1]]$comments
#> [1] 1
#> 
#> [[1]]$created_at
#> [1] "2025-05-20T13:25:57Z"
#> 
#> [[1]]$updated_at
#> [1] "2025-05-20T13:27:31Z"
#> 
#> [[1]]$closed_at
#> [1] "2025-05-20T13:27:30Z"
#> 
#> [[1]]$author_association
#> [1] "NONE"
#> 
#> [[1]]$type
#> NULL
#> 
#> [[1]]$active_lock_reason
#> NULL
#> 
#> [[1]]$sub_issues_summary
#> [[1]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[1]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[1]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[1]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nforcats\n\n### Version number of the package evaluated\n\n1.0.0\n\n### Date of release of the evaluated version of the package\n\n2023-01-29\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n7103732\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[1]]$closed_by
#> [[1]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[1]]$closed_by$id
#> [1] 41898282
#> 
#> [[1]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[1]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[1]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[1]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[1]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[1]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[1]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[1]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[1]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[1]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[1]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[1]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[1]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[1]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[1]]$closed_by$type
#> [1] "Bot"
#> 
#> [[1]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[1]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[1]]$reactions
#> [[1]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/reactions"
#> 
#> [[1]]$reactions$total_count
#> [1] 0
#> 
#> [[1]]$reactions$`+1`
#> [1] 0
#> 
#> [[1]]$reactions$`-1`
#> [1] 0
#> 
#> [[1]]$reactions$laugh
#> [1] 0
#> 
#> [[1]]$reactions$hooray
#> [1] 0
#> 
#> [[1]]$reactions$confused
#> [1] 0
#> 
#> [[1]]$reactions$heart
#> [1] 0
#> 
#> [[1]]$reactions$rocket
#> [1] 0
#> 
#> [[1]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[1]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/141/timeline"
#> 
#> [[1]]$performed_via_github_app
#> NULL
#> 
#> [[1]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[2]]
#> [[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140"
#> 
#> [[2]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[2]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/labels{/name}"
#> 
#> [[2]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/comments"
#> 
#> [[2]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/events"
#> 
#> [[2]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/140"
#> 
#> [[2]]$id
#> [1] 3077002658
#> 
#> [[2]]$node_id
#> [1] "I_kwDOKHVskc63Z1Wi"
#> 
#> [[2]]$number
#> [1] 140
#> 
#> [[2]]$title
#> [1] "[Package risk assessment]: roxygen2 version 7.3.2"
#> 
#> [[2]]$user
#> [[2]]$user$login
#> [1] "DrEspresso"
#> 
#> [[2]]$user$id
#> [1] 45166575
#> 
#> [[2]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[2]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[2]]$user$gravatar_id
#> [1] ""
#> 
#> [[2]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[2]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[2]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[2]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[2]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[2]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[2]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[2]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[2]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[2]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[2]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[2]]$user$type
#> [1] "User"
#> 
#> [[2]]$user$user_view_type
#> [1] "public"
#> 
#> [[2]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[2]]$labels
#> [[2]]$labels[[1]]
#> [[2]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[2]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[2]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[2]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[2]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[2]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[2]]$labels[[2]]
#> [[2]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[2]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[2]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[2]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[2]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[2]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[2]]$labels[[3]]
#> [[2]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[2]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[2]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[2]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[2]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[2]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[2]]$state
#> [1] "closed"
#> 
#> [[2]]$locked
#> [1] FALSE
#> 
#> [[2]]$assignee
#> NULL
#> 
#> [[2]]$assignees
#> list()
#> 
#> [[2]]$milestone
#> NULL
#> 
#> [[2]]$comments
#> [1] 1
#> 
#> [[2]]$created_at
#> [1] "2025-05-20T13:17:45Z"
#> 
#> [[2]]$updated_at
#> [1] "2025-05-20T13:19:28Z"
#> 
#> [[2]]$closed_at
#> [1] "2025-05-20T13:19:28Z"
#> 
#> [[2]]$author_association
#> [1] "NONE"
#> 
#> [[2]]$type
#> NULL
#> 
#> [[2]]$active_lock_reason
#> NULL
#> 
#> [[2]]$sub_issues_summary
#> [[2]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[2]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[2]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[2]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nroxygen2\n\n### Version number of the package evaluated\n\n7.3.2\n\n### Date of release of the evaluated version of the package\n\n2024-06-28\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2141229\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[2]]$closed_by
#> [[2]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[2]]$closed_by$id
#> [1] 41898282
#> 
#> [[2]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[2]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[2]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[2]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[2]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[2]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[2]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[2]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[2]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[2]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[2]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[2]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[2]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[2]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[2]]$closed_by$type
#> [1] "Bot"
#> 
#> [[2]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[2]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[2]]$reactions
#> [[2]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/reactions"
#> 
#> [[2]]$reactions$total_count
#> [1] 0
#> 
#> [[2]]$reactions$`+1`
#> [1] 0
#> 
#> [[2]]$reactions$`-1`
#> [1] 0
#> 
#> [[2]]$reactions$laugh
#> [1] 0
#> 
#> [[2]]$reactions$hooray
#> [1] 0
#> 
#> [[2]]$reactions$confused
#> [1] 0
#> 
#> [[2]]$reactions$heart
#> [1] 0
#> 
#> [[2]]$reactions$rocket
#> [1] 0
#> 
#> [[2]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[2]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/140/timeline"
#> 
#> [[2]]$performed_via_github_app
#> NULL
#> 
#> [[2]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[3]]
#> [[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139"
#> 
#> [[3]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[3]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/labels{/name}"
#> 
#> [[3]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/comments"
#> 
#> [[3]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/events"
#> 
#> [[3]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/139"
#> 
#> [[3]]$id
#> [1] 3076986452
#> 
#> [[3]]$node_id
#> [1] "I_kwDOKHVskc63ZxZU"
#> 
#> [[3]]$number
#> [1] 139
#> 
#> [[3]]$title
#> [1] "[Package risk assessment]: rlang version 1.1.6"
#> 
#> [[3]]$user
#> [[3]]$user$login
#> [1] "DrEspresso"
#> 
#> [[3]]$user$id
#> [1] 45166575
#> 
#> [[3]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[3]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[3]]$user$gravatar_id
#> [1] ""
#> 
#> [[3]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[3]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[3]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[3]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[3]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[3]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[3]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[3]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[3]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[3]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[3]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[3]]$user$type
#> [1] "User"
#> 
#> [[3]]$user$user_view_type
#> [1] "public"
#> 
#> [[3]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[3]]$labels
#> [[3]]$labels[[1]]
#> [[3]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[3]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[3]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[3]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[3]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[3]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[3]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[3]]$labels[[2]]
#> [[3]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[3]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[3]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[3]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[3]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[3]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[3]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[3]]$labels[[3]]
#> [[3]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[3]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[3]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[3]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[3]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[3]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[3]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[3]]$state
#> [1] "closed"
#> 
#> [[3]]$locked
#> [1] FALSE
#> 
#> [[3]]$assignee
#> NULL
#> 
#> [[3]]$assignees
#> list()
#> 
#> [[3]]$milestone
#> NULL
#> 
#> [[3]]$comments
#> [1] 1
#> 
#> [[3]]$created_at
#> [1] "2025-05-20T13:12:59Z"
#> 
#> [[3]]$updated_at
#> [1] "2025-05-20T13:14:23Z"
#> 
#> [[3]]$closed_at
#> [1] "2025-05-20T13:14:22Z"
#> 
#> [[3]]$author_association
#> [1] "NONE"
#> 
#> [[3]]$type
#> NULL
#> 
#> [[3]]$active_lock_reason
#> NULL
#> 
#> [[3]]$sub_issues_summary
#> [[3]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[3]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[3]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[3]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nrlang\n\n### Version number of the package evaluated\n\n1.1.6\n\n### Date of release of the evaluated version of the package\n\n2025-04-11\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n21258814\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[3]]$closed_by
#> [[3]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[3]]$closed_by$id
#> [1] 41898282
#> 
#> [[3]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[3]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[3]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[3]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[3]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[3]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[3]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[3]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[3]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[3]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[3]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[3]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[3]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[3]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[3]]$closed_by$type
#> [1] "Bot"
#> 
#> [[3]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[3]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[3]]$reactions
#> [[3]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/reactions"
#> 
#> [[3]]$reactions$total_count
#> [1] 0
#> 
#> [[3]]$reactions$`+1`
#> [1] 0
#> 
#> [[3]]$reactions$`-1`
#> [1] 0
#> 
#> [[3]]$reactions$laugh
#> [1] 0
#> 
#> [[3]]$reactions$hooray
#> [1] 0
#> 
#> [[3]]$reactions$confused
#> [1] 0
#> 
#> [[3]]$reactions$heart
#> [1] 0
#> 
#> [[3]]$reactions$rocket
#> [1] 0
#> 
#> [[3]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[3]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/139/timeline"
#> 
#> [[3]]$performed_via_github_app
#> NULL
#> 
#> [[3]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[4]]
#> [[4]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138"
#> 
#> [[4]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[4]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/labels{/name}"
#> 
#> [[4]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/comments"
#> 
#> [[4]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/events"
#> 
#> [[4]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/138"
#> 
#> [[4]]$id
#> [1] 3065109062
#> 
#> [[4]]$node_id
#> [1] "I_kwDOKHVskc62sdpG"
#> 
#> [[4]]$number
#> [1] 138
#> 
#> [[4]]$title
#> [1] "[Package risk assessment]: httr version 1.4.7"
#> 
#> [[4]]$user
#> [[4]]$user$login
#> [1] "DrEspresso"
#> 
#> [[4]]$user$id
#> [1] 45166575
#> 
#> [[4]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[4]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[4]]$user$gravatar_id
#> [1] ""
#> 
#> [[4]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[4]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[4]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[4]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[4]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[4]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[4]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[4]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[4]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[4]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[4]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[4]]$user$type
#> [1] "User"
#> 
#> [[4]]$user$user_view_type
#> [1] "public"
#> 
#> [[4]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[4]]$labels
#> [[4]]$labels[[1]]
#> [[4]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[4]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[4]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[4]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[4]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[4]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[4]]$labels[[2]]
#> [[4]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[4]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[4]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[4]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[4]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[4]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[4]]$labels[[3]]
#> [[4]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[4]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[4]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[4]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[4]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[4]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[4]]$state
#> [1] "closed"
#> 
#> [[4]]$locked
#> [1] FALSE
#> 
#> [[4]]$assignee
#> NULL
#> 
#> [[4]]$assignees
#> list()
#> 
#> [[4]]$milestone
#> NULL
#> 
#> [[4]]$comments
#> [1] 2
#> 
#> [[4]]$created_at
#> [1] "2025-05-15T06:28:43Z"
#> 
#> [[4]]$updated_at
#> [1] "2025-05-15T06:45:35Z"
#> 
#> [[4]]$closed_at
#> [1] "2025-05-15T06:29:53Z"
#> 
#> [[4]]$author_association
#> [1] "NONE"
#> 
#> [[4]]$type
#> NULL
#> 
#> [[4]]$active_lock_reason
#> NULL
#> 
#> [[4]]$sub_issues_summary
#> [[4]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[4]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[4]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[4]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nhttr\n\n### Version number of the package evaluated\n\n1.4.7\n\n### Date of release of the evaluated version of the package\n\n2023-08-15\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nUnavailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n5\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n10679020\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[4]]$closed_by
#> [[4]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[4]]$closed_by$id
#> [1] 41898282
#> 
#> [[4]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[4]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[4]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[4]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[4]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[4]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[4]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[4]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[4]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[4]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[4]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[4]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[4]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[4]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[4]]$closed_by$type
#> [1] "Bot"
#> 
#> [[4]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[4]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[4]]$reactions
#> [[4]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/reactions"
#> 
#> [[4]]$reactions$total_count
#> [1] 0
#> 
#> [[4]]$reactions$`+1`
#> [1] 0
#> 
#> [[4]]$reactions$`-1`
#> [1] 0
#> 
#> [[4]]$reactions$laugh
#> [1] 0
#> 
#> [[4]]$reactions$hooray
#> [1] 0
#> 
#> [[4]]$reactions$confused
#> [1] 0
#> 
#> [[4]]$reactions$heart
#> [1] 0
#> 
#> [[4]]$reactions$rocket
#> [1] 0
#> 
#> [[4]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[4]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/138/timeline"
#> 
#> [[4]]$performed_via_github_app
#> NULL
#> 
#> [[4]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[5]]
#> [[5]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137"
#> 
#> [[5]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[5]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/labels{/name}"
#> 
#> [[5]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/comments"
#> 
#> [[5]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/events"
#> 
#> [[5]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/137"
#> 
#> [[5]]$id
#> [1] 3063489260
#> 
#> [[5]]$node_id
#> [1] "I_kwDOKHVskc62mSLs"
#> 
#> [[5]]$number
#> [1] 137
#> 
#> [[5]]$title
#> [1] "[Package risk assessment]: httr2 version 1.1.2"
#> 
#> [[5]]$user
#> [[5]]$user$login
#> [1] "DrEspresso"
#> 
#> [[5]]$user$id
#> [1] 45166575
#> 
#> [[5]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[5]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[5]]$user$gravatar_id
#> [1] ""
#> 
#> [[5]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[5]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[5]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[5]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[5]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[5]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[5]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[5]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[5]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[5]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[5]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[5]]$user$type
#> [1] "User"
#> 
#> [[5]]$user$user_view_type
#> [1] "public"
#> 
#> [[5]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[5]]$labels
#> [[5]]$labels[[1]]
#> [[5]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[5]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[5]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[5]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[5]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[5]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[5]]$labels[[2]]
#> [[5]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[5]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[5]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[5]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[5]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[5]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[5]]$labels[[3]]
#> [[5]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[5]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[5]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[5]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[5]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[5]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[5]]$state
#> [1] "closed"
#> 
#> [[5]]$locked
#> [1] FALSE
#> 
#> [[5]]$assignee
#> NULL
#> 
#> [[5]]$assignees
#> list()
#> 
#> [[5]]$milestone
#> NULL
#> 
#> [[5]]$comments
#> [1] 1
#> 
#> [[5]]$created_at
#> [1] "2025-05-14T15:18:47Z"
#> 
#> [[5]]$updated_at
#> [1] "2025-05-14T15:20:08Z"
#> 
#> [[5]]$closed_at
#> [1] "2025-05-14T15:20:07Z"
#> 
#> [[5]]$author_association
#> [1] "NONE"
#> 
#> [[5]]$type
#> NULL
#> 
#> [[5]]$active_lock_reason
#> NULL
#> 
#> [[5]]$sub_issues_summary
#> [[5]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[5]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[5]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[5]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nhttr2\n\n### Version number of the package evaluated\n\n1.1.2\n\n### Date of release of the evaluated version of the package\n\n2025-03-26\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n4240872\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[5]]$closed_by
#> [[5]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[5]]$closed_by$id
#> [1] 41898282
#> 
#> [[5]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[5]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[5]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[5]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[5]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[5]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[5]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[5]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[5]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[5]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[5]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[5]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[5]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[5]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[5]]$closed_by$type
#> [1] "Bot"
#> 
#> [[5]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[5]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[5]]$reactions
#> [[5]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/reactions"
#> 
#> [[5]]$reactions$total_count
#> [1] 0
#> 
#> [[5]]$reactions$`+1`
#> [1] 0
#> 
#> [[5]]$reactions$`-1`
#> [1] 0
#> 
#> [[5]]$reactions$laugh
#> [1] 0
#> 
#> [[5]]$reactions$hooray
#> [1] 0
#> 
#> [[5]]$reactions$confused
#> [1] 0
#> 
#> [[5]]$reactions$heart
#> [1] 0
#> 
#> [[5]]$reactions$rocket
#> [1] 0
#> 
#> [[5]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[5]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/137/timeline"
#> 
#> [[5]]$performed_via_github_app
#> NULL
#> 
#> [[5]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[6]]
#> [[6]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136"
#> 
#> [[6]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[6]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/labels{/name}"
#> 
#> [[6]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/comments"
#> 
#> [[6]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/events"
#> 
#> [[6]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/136"
#> 
#> [[6]]$id
#> [1] 3057152588
#> 
#> [[6]]$node_id
#> [1] "I_kwDOKHVskc62OHJM"
#> 
#> [[6]]$number
#> [1] 136
#> 
#> [[6]]$title
#> [1] "[Package risk assessment]: broom version 1.0.8"
#> 
#> [[6]]$user
#> [[6]]$user$login
#> [1] "DrEspresso"
#> 
#> [[6]]$user$id
#> [1] 45166575
#> 
#> [[6]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[6]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[6]]$user$gravatar_id
#> [1] ""
#> 
#> [[6]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[6]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[6]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[6]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[6]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[6]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[6]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[6]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[6]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[6]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[6]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[6]]$user$type
#> [1] "User"
#> 
#> [[6]]$user$user_view_type
#> [1] "public"
#> 
#> [[6]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[6]]$labels
#> [[6]]$labels[[1]]
#> [[6]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[6]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[6]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[6]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[6]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[6]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[6]]$labels[[2]]
#> [[6]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[6]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[6]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[6]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[6]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[6]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[6]]$labels[[3]]
#> [[6]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[6]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[6]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[6]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[6]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[6]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[6]]$state
#> [1] "closed"
#> 
#> [[6]]$locked
#> [1] FALSE
#> 
#> [[6]]$assignee
#> NULL
#> 
#> [[6]]$assignees
#> list()
#> 
#> [[6]]$milestone
#> NULL
#> 
#> [[6]]$comments
#> [1] 1
#> 
#> [[6]]$created_at
#> [1] "2025-05-12T14:19:46Z"
#> 
#> [[6]]$updated_at
#> [1] "2025-05-12T14:21:06Z"
#> 
#> [[6]]$closed_at
#> [1] "2025-05-12T14:21:06Z"
#> 
#> [[6]]$author_association
#> [1] "NONE"
#> 
#> [[6]]$type
#> NULL
#> 
#> [[6]]$active_lock_reason
#> NULL
#> 
#> [[6]]$sub_issues_summary
#> [[6]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[6]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[6]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[6]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nbroom\n\n### Version number of the package evaluated\n\n1.0.8\n\n### Date of release of the evaluated version of the package\n\n2025-03-28\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n8490736\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[6]]$closed_by
#> [[6]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[6]]$closed_by$id
#> [1] 41898282
#> 
#> [[6]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[6]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[6]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[6]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[6]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[6]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[6]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[6]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[6]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[6]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[6]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[6]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[6]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[6]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[6]]$closed_by$type
#> [1] "Bot"
#> 
#> [[6]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[6]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[6]]$reactions
#> [[6]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/reactions"
#> 
#> [[6]]$reactions$total_count
#> [1] 0
#> 
#> [[6]]$reactions$`+1`
#> [1] 0
#> 
#> [[6]]$reactions$`-1`
#> [1] 0
#> 
#> [[6]]$reactions$laugh
#> [1] 0
#> 
#> [[6]]$reactions$hooray
#> [1] 0
#> 
#> [[6]]$reactions$confused
#> [1] 0
#> 
#> [[6]]$reactions$heart
#> [1] 0
#> 
#> [[6]]$reactions$rocket
#> [1] 0
#> 
#> [[6]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[6]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/136/timeline"
#> 
#> [[6]]$performed_via_github_app
#> NULL
#> 
#> [[6]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[7]]
#> [[7]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135"
#> 
#> [[7]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[7]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/labels{/name}"
#> 
#> [[7]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/comments"
#> 
#> [[7]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/events"
#> 
#> [[7]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/135"
#> 
#> [[7]]$id
#> [1] 3057069959
#> 
#> [[7]]$node_id
#> [1] "I_kwDOKHVskc62Ny-H"
#> 
#> [[7]]$number
#> [1] 135
#> 
#> [[7]]$title
#> [1] "[Package risk assessment]: secuTrialR version 1.3.3"
#> 
#> [[7]]$user
#> [[7]]$user$login
#> [1] "DrEspresso"
#> 
#> [[7]]$user$id
#> [1] 45166575
#> 
#> [[7]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[7]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[7]]$user$gravatar_id
#> [1] ""
#> 
#> [[7]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[7]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[7]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[7]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[7]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[7]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[7]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[7]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[7]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[7]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[7]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[7]]$user$type
#> [1] "User"
#> 
#> [[7]]$user$user_view_type
#> [1] "public"
#> 
#> [[7]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[7]]$labels
#> [[7]]$labels[[1]]
#> [[7]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[7]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[7]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[7]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[7]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[7]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[7]]$labels[[2]]
#> [[7]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[7]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[7]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[7]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[7]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[7]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[7]]$labels[[3]]
#> [[7]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[7]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[7]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[7]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[7]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[7]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[7]]$state
#> [1] "closed"
#> 
#> [[7]]$locked
#> [1] FALSE
#> 
#> [[7]]$assignee
#> NULL
#> 
#> [[7]]$assignees
#> list()
#> 
#> [[7]]$milestone
#> NULL
#> 
#> [[7]]$comments
#> [1] 2
#> 
#> [[7]]$created_at
#> [1] "2025-05-12T13:54:59Z"
#> 
#> [[7]]$updated_at
#> [1] "2025-05-12T14:07:51Z"
#> 
#> [[7]]$closed_at
#> [1] "2025-05-12T13:56:13Z"
#> 
#> [[7]]$author_association
#> [1] "NONE"
#> 
#> [[7]]$type
#> NULL
#> 
#> [[7]]$active_lock_reason
#> NULL
#> 
#> [[7]]$sub_issues_summary
#> [[7]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[7]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[7]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[7]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\nsecuTrialR\n\n### Version number of the package evaluated\n\n1.3.3\n\n### Date of release of the evaluated version of the package\n\n2024-05-30\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n6668\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[7]]$closed_by
#> [[7]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[7]]$closed_by$id
#> [1] 41898282
#> 
#> [[7]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[7]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[7]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[7]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[7]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[7]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[7]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[7]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[7]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[7]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[7]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[7]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[7]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[7]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[7]]$closed_by$type
#> [1] "Bot"
#> 
#> [[7]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[7]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[7]]$reactions
#> [[7]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/reactions"
#> 
#> [[7]]$reactions$total_count
#> [1] 0
#> 
#> [[7]]$reactions$`+1`
#> [1] 0
#> 
#> [[7]]$reactions$`-1`
#> [1] 0
#> 
#> [[7]]$reactions$laugh
#> [1] 0
#> 
#> [[7]]$reactions$hooray
#> [1] 0
#> 
#> [[7]]$reactions$confused
#> [1] 0
#> 
#> [[7]]$reactions$heart
#> [1] 0
#> 
#> [[7]]$reactions$rocket
#> [1] 0
#> 
#> [[7]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[7]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/135/timeline"
#> 
#> [[7]]$performed_via_github_app
#> NULL
#> 
#> [[7]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[8]]
#> [[8]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134"
#> 
#> [[8]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[8]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/labels{/name}"
#> 
#> [[8]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/comments"
#> 
#> [[8]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/events"
#> 
#> [[8]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/134"
#> 
#> [[8]]$id
#> [1] 3048207843
#> 
#> [[8]]$node_id
#> [1] "I_kwDOKHVskc61r_Xj"
#> 
#> [[8]]$number
#> [1] 134
#> 
#> [[8]]$title
#> [1] "[Package risk assessment]: digest version 0.6.37"
#> 
#> [[8]]$user
#> [[8]]$user$login
#> [1] "DrEspresso"
#> 
#> [[8]]$user$id
#> [1] 45166575
#> 
#> [[8]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[8]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[8]]$user$gravatar_id
#> [1] ""
#> 
#> [[8]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[8]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[8]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[8]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[8]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[8]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[8]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[8]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[8]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[8]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[8]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[8]]$user$type
#> [1] "User"
#> 
#> [[8]]$user$user_view_type
#> [1] "public"
#> 
#> [[8]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[8]]$labels
#> [[8]]$labels[[1]]
#> [[8]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[8]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[8]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[8]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[8]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[8]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[8]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[8]]$labels[[2]]
#> [[8]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[8]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[8]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[8]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[8]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[8]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[8]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[8]]$labels[[3]]
#> [[8]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[8]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[8]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[8]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[8]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[8]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[8]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[8]]$state
#> [1] "closed"
#> 
#> [[8]]$locked
#> [1] FALSE
#> 
#> [[8]]$assignee
#> NULL
#> 
#> [[8]]$assignees
#> list()
#> 
#> [[8]]$milestone
#> NULL
#> 
#> [[8]]$comments
#> [1] 1
#> 
#> [[8]]$created_at
#> [1] "2025-05-08T08:21:52Z"
#> 
#> [[8]]$updated_at
#> [1] "2025-05-08T08:23:10Z"
#> 
#> [[8]]$closed_at
#> [1] "2025-05-08T08:23:09Z"
#> 
#> [[8]]$author_association
#> [1] "NONE"
#> 
#> [[8]]$type
#> NULL
#> 
#> [[8]]$active_lock_reason
#> NULL
#> 
#> [[8]]$sub_issues_summary
#> [[8]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[8]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[8]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[8]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\ndigest\n\n### Version number of the package evaluated\n\n0.6.37\n\n### Date of release of the evaluated version of the package\n\n2024-08-19\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12535269\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[8]]$closed_by
#> [[8]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[8]]$closed_by$id
#> [1] 41898282
#> 
#> [[8]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[8]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[8]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[8]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[8]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[8]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[8]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[8]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[8]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[8]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[8]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[8]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[8]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[8]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[8]]$closed_by$type
#> [1] "Bot"
#> 
#> [[8]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[8]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[8]]$reactions
#> [[8]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/reactions"
#> 
#> [[8]]$reactions$total_count
#> [1] 0
#> 
#> [[8]]$reactions$`+1`
#> [1] 0
#> 
#> [[8]]$reactions$`-1`
#> [1] 0
#> 
#> [[8]]$reactions$laugh
#> [1] 0
#> 
#> [[8]]$reactions$hooray
#> [1] 0
#> 
#> [[8]]$reactions$confused
#> [1] 0
#> 
#> [[8]]$reactions$heart
#> [1] 0
#> 
#> [[8]]$reactions$rocket
#> [1] 0
#> 
#> [[8]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[8]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/134/timeline"
#> 
#> [[8]]$performed_via_github_app
#> NULL
#> 
#> [[8]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[9]]
#> [[9]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133"
#> 
#> [[9]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[9]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/labels{/name}"
#> 
#> [[9]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/comments"
#> 
#> [[9]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/events"
#> 
#> [[9]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/133"
#> 
#> [[9]]$id
#> [1] 3046062730
#> 
#> [[9]]$node_id
#> [1] "I_kwDOKHVskc61jzqK"
#> 
#> [[9]]$number
#> [1] 133
#> 
#> [[9]]$title
#> [1] "[Package risk assessment]: dbplyr version 2.5.0"
#> 
#> [[9]]$user
#> [[9]]$user$login
#> [1] "DrEspresso"
#> 
#> [[9]]$user$id
#> [1] 45166575
#> 
#> [[9]]$user$node_id
#> [1] "MDQ6VXNlcjQ1MTY2NTc1"
#> 
#> [[9]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/45166575?v=4"
#> 
#> [[9]]$user$gravatar_id
#> [1] ""
#> 
#> [[9]]$user$url
#> [1] "https://api.github.com/users/DrEspresso"
#> 
#> [[9]]$user$html_url
#> [1] "https://github.com/DrEspresso"
#> 
#> [[9]]$user$followers_url
#> [1] "https://api.github.com/users/DrEspresso/followers"
#> 
#> [[9]]$user$following_url
#> [1] "https://api.github.com/users/DrEspresso/following{/other_user}"
#> 
#> [[9]]$user$gists_url
#> [1] "https://api.github.com/users/DrEspresso/gists{/gist_id}"
#> 
#> [[9]]$user$starred_url
#> [1] "https://api.github.com/users/DrEspresso/starred{/owner}{/repo}"
#> 
#> [[9]]$user$subscriptions_url
#> [1] "https://api.github.com/users/DrEspresso/subscriptions"
#> 
#> [[9]]$user$organizations_url
#> [1] "https://api.github.com/users/DrEspresso/orgs"
#> 
#> [[9]]$user$repos_url
#> [1] "https://api.github.com/users/DrEspresso/repos"
#> 
#> [[9]]$user$events_url
#> [1] "https://api.github.com/users/DrEspresso/events{/privacy}"
#> 
#> [[9]]$user$received_events_url
#> [1] "https://api.github.com/users/DrEspresso/received_events"
#> 
#> [[9]]$user$type
#> [1] "User"
#> 
#> [[9]]$user$user_view_type
#> [1] "public"
#> 
#> [[9]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[9]]$labels
#> [[9]]$labels[[1]]
#> [[9]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[9]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[9]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[9]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[9]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[9]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[9]]$labels[[2]]
#> [[9]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[9]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[9]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[9]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[9]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[9]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[9]]$labels[[3]]
#> [[9]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[9]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[9]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[9]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[9]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[9]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[9]]$state
#> [1] "closed"
#> 
#> [[9]]$locked
#> [1] FALSE
#> 
#> [[9]]$assignee
#> NULL
#> 
#> [[9]]$assignees
#> list()
#> 
#> [[9]]$milestone
#> NULL
#> 
#> [[9]]$comments
#> [1] 2
#> 
#> [[9]]$created_at
#> [1] "2025-05-07T13:54:42Z"
#> 
#> [[9]]$updated_at
#> [1] "2025-05-07T13:57:22Z"
#> 
#> [[9]]$closed_at
#> [1] "2025-05-07T13:56:17Z"
#> 
#> [[9]]$author_association
#> [1] "NONE"
#> 
#> [[9]]$type
#> NULL
#> 
#> [[9]]$active_lock_reason
#> NULL
#> 
#> [[9]]$sub_issues_summary
#> [[9]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[9]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[9]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[9]]$body
#> [1] "### Name\n\nConstantin Sluka\n\n### What is your relationship with the SCTO?\n\nOther SCTO platform\n\n### Name of the package you have validated\n\ndbplyr\n\n### Version number of the package evaluated\n\n2.5.0\n\n### Date of release of the evaluated version of the package\n\n2024-03-19\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n18\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n6893003\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[9]]$closed_by
#> [[9]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[9]]$closed_by$id
#> [1] 41898282
#> 
#> [[9]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[9]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[9]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[9]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[9]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[9]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[9]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[9]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[9]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[9]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[9]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[9]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[9]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[9]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[9]]$closed_by$type
#> [1] "Bot"
#> 
#> [[9]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[9]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[9]]$reactions
#> [[9]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/reactions"
#> 
#> [[9]]$reactions$total_count
#> [1] 0
#> 
#> [[9]]$reactions$`+1`
#> [1] 0
#> 
#> [[9]]$reactions$`-1`
#> [1] 0
#> 
#> [[9]]$reactions$laugh
#> [1] 0
#> 
#> [[9]]$reactions$hooray
#> [1] 0
#> 
#> [[9]]$reactions$confused
#> [1] 0
#> 
#> [[9]]$reactions$heart
#> [1] 0
#> 
#> [[9]]$reactions$rocket
#> [1] 0
#> 
#> [[9]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[9]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/133/timeline"
#> 
#> [[9]]$performed_via_github_app
#> NULL
#> 
#> [[9]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[10]]
#> [[10]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132"
#> 
#> [[10]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[10]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/labels{/name}"
#> 
#> [[10]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/comments"
#> 
#> [[10]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/events"
#> 
#> [[10]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/132"
#> 
#> [[10]]$id
#> [1] 3039693986
#> 
#> [[10]]$node_id
#> [1] "I_kwDOKHVskc61Lgyi"
#> 
#> [[10]]$number
#> [1] 132
#> 
#> [[10]]$title
#> [1] "[Package risk assessment]: purrr version 1.0.4"
#> 
#> [[10]]$user
#> [[10]]$user$login
#> [1] "lisajohanna"
#> 
#> [[10]]$user$id
#> [1] 61314076
#> 
#> [[10]]$user$node_id
#> [1] "MDQ6VXNlcjYxMzE0MDc2"
#> 
#> [[10]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/61314076?v=4"
#> 
#> [[10]]$user$gravatar_id
#> [1] ""
#> 
#> [[10]]$user$url
#> [1] "https://api.github.com/users/lisajohanna"
#> 
#> [[10]]$user$html_url
#> [1] "https://github.com/lisajohanna"
#> 
#> [[10]]$user$followers_url
#> [1] "https://api.github.com/users/lisajohanna/followers"
#> 
#> [[10]]$user$following_url
#> [1] "https://api.github.com/users/lisajohanna/following{/other_user}"
#> 
#> [[10]]$user$gists_url
#> [1] "https://api.github.com/users/lisajohanna/gists{/gist_id}"
#> 
#> [[10]]$user$starred_url
#> [1] "https://api.github.com/users/lisajohanna/starred{/owner}{/repo}"
#> 
#> [[10]]$user$subscriptions_url
#> [1] "https://api.github.com/users/lisajohanna/subscriptions"
#> 
#> [[10]]$user$organizations_url
#> [1] "https://api.github.com/users/lisajohanna/orgs"
#> 
#> [[10]]$user$repos_url
#> [1] "https://api.github.com/users/lisajohanna/repos"
#> 
#> [[10]]$user$events_url
#> [1] "https://api.github.com/users/lisajohanna/events{/privacy}"
#> 
#> [[10]]$user$received_events_url
#> [1] "https://api.github.com/users/lisajohanna/received_events"
#> 
#> [[10]]$user$type
#> [1] "User"
#> 
#> [[10]]$user$user_view_type
#> [1] "public"
#> 
#> [[10]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[10]]$labels
#> [[10]]$labels[[1]]
#> [[10]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[10]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[10]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[10]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[10]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[10]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[10]]$labels[[2]]
#> [[10]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[10]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[10]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[10]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[10]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[10]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[10]]$labels[[3]]
#> [[10]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[10]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[10]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[10]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[10]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[10]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[10]]$state
#> [1] "closed"
#> 
#> [[10]]$locked
#> [1] FALSE
#> 
#> [[10]]$assignee
#> NULL
#> 
#> [[10]]$assignees
#> list()
#> 
#> [[10]]$milestone
#> NULL
#> 
#> [[10]]$comments
#> [1] 1
#> 
#> [[10]]$created_at
#> [1] "2025-05-05T13:31:18Z"
#> 
#> [[10]]$updated_at
#> [1] "2025-05-05T13:32:39Z"
#> 
#> [[10]]$closed_at
#> [1] "2025-05-05T13:32:38Z"
#> 
#> [[10]]$author_association
#> [1] "NONE"
#> 
#> [[10]]$type
#> NULL
#> 
#> [[10]]$active_lock_reason
#> NULL
#> 
#> [[10]]$sub_issues_summary
#> [[10]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[10]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[10]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[10]]$body
#> [1] "### Name\n\nLisa Hofer\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npurrr\n\n### Version number of the package evaluated\n\n1.0.4\n\n### Date of release of the evaluated version of the package\n\n2025-02-05\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n5\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12253815\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[10]]$closed_by
#> [[10]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[10]]$closed_by$id
#> [1] 41898282
#> 
#> [[10]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[10]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[10]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[10]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[10]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[10]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[10]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[10]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[10]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[10]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[10]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[10]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[10]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[10]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[10]]$closed_by$type
#> [1] "Bot"
#> 
#> [[10]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[10]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[10]]$reactions
#> [[10]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/reactions"
#> 
#> [[10]]$reactions$total_count
#> [1] 0
#> 
#> [[10]]$reactions$`+1`
#> [1] 0
#> 
#> [[10]]$reactions$`-1`
#> [1] 0
#> 
#> [[10]]$reactions$laugh
#> [1] 0
#> 
#> [[10]]$reactions$hooray
#> [1] 0
#> 
#> [[10]]$reactions$confused
#> [1] 0
#> 
#> [[10]]$reactions$heart
#> [1] 0
#> 
#> [[10]]$reactions$rocket
#> [1] 0
#> 
#> [[10]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[10]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/132/timeline"
#> 
#> [[10]]$performed_via_github_app
#> NULL
#> 
#> [[10]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[11]]
#> [[11]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131"
#> 
#> [[11]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[11]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/labels{/name}"
#> 
#> [[11]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/comments"
#> 
#> [[11]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/events"
#> 
#> [[11]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/131"
#> 
#> [[11]]$id
#> [1] 3039641245
#> 
#> [[11]]$node_id
#> [1] "I_kwDOKHVskc61LT6d"
#> 
#> [[11]]$number
#> [1] 131
#> 
#> [[11]]$title
#> [1] "[Package risk assessment]: survival version 3.8-3"
#> 
#> [[11]]$user
#> [[11]]$user$login
#> [1] "lisajohanna"
#> 
#> [[11]]$user$id
#> [1] 61314076
#> 
#> [[11]]$user$node_id
#> [1] "MDQ6VXNlcjYxMzE0MDc2"
#> 
#> [[11]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/61314076?v=4"
#> 
#> [[11]]$user$gravatar_id
#> [1] ""
#> 
#> [[11]]$user$url
#> [1] "https://api.github.com/users/lisajohanna"
#> 
#> [[11]]$user$html_url
#> [1] "https://github.com/lisajohanna"
#> 
#> [[11]]$user$followers_url
#> [1] "https://api.github.com/users/lisajohanna/followers"
#> 
#> [[11]]$user$following_url
#> [1] "https://api.github.com/users/lisajohanna/following{/other_user}"
#> 
#> [[11]]$user$gists_url
#> [1] "https://api.github.com/users/lisajohanna/gists{/gist_id}"
#> 
#> [[11]]$user$starred_url
#> [1] "https://api.github.com/users/lisajohanna/starred{/owner}{/repo}"
#> 
#> [[11]]$user$subscriptions_url
#> [1] "https://api.github.com/users/lisajohanna/subscriptions"
#> 
#> [[11]]$user$organizations_url
#> [1] "https://api.github.com/users/lisajohanna/orgs"
#> 
#> [[11]]$user$repos_url
#> [1] "https://api.github.com/users/lisajohanna/repos"
#> 
#> [[11]]$user$events_url
#> [1] "https://api.github.com/users/lisajohanna/events{/privacy}"
#> 
#> [[11]]$user$received_events_url
#> [1] "https://api.github.com/users/lisajohanna/received_events"
#> 
#> [[11]]$user$type
#> [1] "User"
#> 
#> [[11]]$user$user_view_type
#> [1] "public"
#> 
#> [[11]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[11]]$labels
#> [[11]]$labels[[1]]
#> [[11]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[11]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[11]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[11]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[11]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[11]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[11]]$labels[[2]]
#> [[11]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[11]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[11]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[11]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[11]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[11]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[11]]$labels[[3]]
#> [[11]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[11]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[11]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[11]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[11]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[11]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[11]]$state
#> [1] "closed"
#> 
#> [[11]]$locked
#> [1] FALSE
#> 
#> [[11]]$assignee
#> NULL
#> 
#> [[11]]$assignees
#> list()
#> 
#> [[11]]$milestone
#> NULL
#> 
#> [[11]]$comments
#> [1] 2
#> 
#> [[11]]$created_at
#> [1] "2025-05-05T13:13:49Z"
#> 
#> [[11]]$updated_at
#> [1] "2025-05-08T07:13:44Z"
#> 
#> [[11]]$closed_at
#> [1] "2025-05-07T14:47:50Z"
#> 
#> [[11]]$author_association
#> [1] "NONE"
#> 
#> [[11]]$type
#> NULL
#> 
#> [[11]]$active_lock_reason
#> NULL
#> 
#> [[11]]$sub_issues_summary
#> [[11]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[11]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[11]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[11]]$body
#> [1] "### Name\n\nLisa Hofer\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsurvival\n\n### Version number of the package evaluated\n\n3.8-3\n\n### Date of release of the evaluated version of the package\n\n2024-12-17\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1527935\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[11]]$closed_by
#> [[11]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[11]]$closed_by$id
#> [1] 41898282
#> 
#> [[11]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[11]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[11]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[11]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[11]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[11]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[11]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[11]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[11]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[11]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[11]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[11]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[11]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[11]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[11]]$closed_by$type
#> [1] "Bot"
#> 
#> [[11]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[11]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[11]]$reactions
#> [[11]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/reactions"
#> 
#> [[11]]$reactions$total_count
#> [1] 0
#> 
#> [[11]]$reactions$`+1`
#> [1] 0
#> 
#> [[11]]$reactions$`-1`
#> [1] 0
#> 
#> [[11]]$reactions$laugh
#> [1] 0
#> 
#> [[11]]$reactions$hooray
#> [1] 0
#> 
#> [[11]]$reactions$confused
#> [1] 0
#> 
#> [[11]]$reactions$heart
#> [1] 0
#> 
#> [[11]]$reactions$rocket
#> [1] 0
#> 
#> [[11]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[11]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/131/timeline"
#> 
#> [[11]]$performed_via_github_app
#> NULL
#> 
#> [[11]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[12]]
#> [[12]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130"
#> 
#> [[12]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[12]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/labels{/name}"
#> 
#> [[12]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/comments"
#> 
#> [[12]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/events"
#> 
#> [[12]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/130"
#> 
#> [[12]]$id
#> [1] 3016287868
#> 
#> [[12]]$node_id
#> [1] "I_kwDOKHVskc6zyOZ8"
#> 
#> [[12]]$number
#> [1] 130
#> 
#> [[12]]$title
#> [1] "[Package risk assessment]: pracma version 2.4.4"
#> 
#> [[12]]$user
#> [[12]]$user$login
#> [1] "allenr-CH"
#> 
#> [[12]]$user$id
#> [1] 208921946
#> 
#> [[12]]$user$node_id
#> [1] "U_kgDODHPlWg"
#> 
#> [[12]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/208921946?v=4"
#> 
#> [[12]]$user$gravatar_id
#> [1] ""
#> 
#> [[12]]$user$url
#> [1] "https://api.github.com/users/allenr-CH"
#> 
#> [[12]]$user$html_url
#> [1] "https://github.com/allenr-CH"
#> 
#> [[12]]$user$followers_url
#> [1] "https://api.github.com/users/allenr-CH/followers"
#> 
#> [[12]]$user$following_url
#> [1] "https://api.github.com/users/allenr-CH/following{/other_user}"
#> 
#> [[12]]$user$gists_url
#> [1] "https://api.github.com/users/allenr-CH/gists{/gist_id}"
#> 
#> [[12]]$user$starred_url
#> [1] "https://api.github.com/users/allenr-CH/starred{/owner}{/repo}"
#> 
#> [[12]]$user$subscriptions_url
#> [1] "https://api.github.com/users/allenr-CH/subscriptions"
#> 
#> [[12]]$user$organizations_url
#> [1] "https://api.github.com/users/allenr-CH/orgs"
#> 
#> [[12]]$user$repos_url
#> [1] "https://api.github.com/users/allenr-CH/repos"
#> 
#> [[12]]$user$events_url
#> [1] "https://api.github.com/users/allenr-CH/events{/privacy}"
#> 
#> [[12]]$user$received_events_url
#> [1] "https://api.github.com/users/allenr-CH/received_events"
#> 
#> [[12]]$user$type
#> [1] "User"
#> 
#> [[12]]$user$user_view_type
#> [1] "public"
#> 
#> [[12]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[12]]$labels
#> [[12]]$labels[[1]]
#> [[12]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[12]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[12]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[12]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[12]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[12]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[12]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[12]]$labels[[2]]
#> [[12]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[12]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[12]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[12]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[12]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[12]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[12]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[12]]$labels[[3]]
#> [[12]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[12]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[12]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[12]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[12]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[12]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[12]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[12]]$state
#> [1] "closed"
#> 
#> [[12]]$locked
#> [1] FALSE
#> 
#> [[12]]$assignee
#> NULL
#> 
#> [[12]]$assignees
#> list()
#> 
#> [[12]]$milestone
#> NULL
#> 
#> [[12]]$comments
#> [1] 1
#> 
#> [[12]]$created_at
#> [1] "2025-04-24T07:21:38Z"
#> 
#> [[12]]$updated_at
#> [1] "2025-04-24T07:22:36Z"
#> 
#> [[12]]$closed_at
#> [1] "2025-04-24T07:22:35Z"
#> 
#> [[12]]$author_association
#> [1] "NONE"
#> 
#> [[12]]$type
#> NULL
#> 
#> [[12]]$active_lock_reason
#> NULL
#> 
#> [[12]]$sub_issues_summary
#> [[12]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[12]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[12]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[12]]$body
#> [1] "### Name\n\nRichard Allen\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npracma\n\n### Version number of the package evaluated\n\n2.4.4\n\n### Date of release of the evaluated version of the package\n\n2023-11-10\n\n### The package author has...\n\nNo clear credentials or group association\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n4\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n1037669\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[12]]$closed_by
#> [[12]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[12]]$closed_by$id
#> [1] 41898282
#> 
#> [[12]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[12]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[12]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[12]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[12]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[12]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[12]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[12]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[12]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[12]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[12]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[12]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[12]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[12]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[12]]$closed_by$type
#> [1] "Bot"
#> 
#> [[12]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[12]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[12]]$reactions
#> [[12]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/reactions"
#> 
#> [[12]]$reactions$total_count
#> [1] 0
#> 
#> [[12]]$reactions$`+1`
#> [1] 0
#> 
#> [[12]]$reactions$`-1`
#> [1] 0
#> 
#> [[12]]$reactions$laugh
#> [1] 0
#> 
#> [[12]]$reactions$hooray
#> [1] 0
#> 
#> [[12]]$reactions$confused
#> [1] 0
#> 
#> [[12]]$reactions$heart
#> [1] 0
#> 
#> [[12]]$reactions$rocket
#> [1] 0
#> 
#> [[12]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[12]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/130/timeline"
#> 
#> [[12]]$performed_via_github_app
#> NULL
#> 
#> [[12]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[13]]
#> [[13]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129"
#> 
#> [[13]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[13]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/labels{/name}"
#> 
#> [[13]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/comments"
#> 
#> [[13]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/events"
#> 
#> [[13]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/129"
#> 
#> [[13]]$id
#> [1] 3016225715
#> 
#> [[13]]$node_id
#> [1] "I_kwDOKHVskc6zx_Oz"
#> 
#> [[13]]$number
#> [1] 129
#> 
#> [[13]]$title
#> [1] "[Package risk assessment]: lubridate version 1.9.4"
#> 
#> [[13]]$user
#> [[13]]$user$login
#> [1] "allenr-CH"
#> 
#> [[13]]$user$id
#> [1] 208921946
#> 
#> [[13]]$user$node_id
#> [1] "U_kgDODHPlWg"
#> 
#> [[13]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/208921946?v=4"
#> 
#> [[13]]$user$gravatar_id
#> [1] ""
#> 
#> [[13]]$user$url
#> [1] "https://api.github.com/users/allenr-CH"
#> 
#> [[13]]$user$html_url
#> [1] "https://github.com/allenr-CH"
#> 
#> [[13]]$user$followers_url
#> [1] "https://api.github.com/users/allenr-CH/followers"
#> 
#> [[13]]$user$following_url
#> [1] "https://api.github.com/users/allenr-CH/following{/other_user}"
#> 
#> [[13]]$user$gists_url
#> [1] "https://api.github.com/users/allenr-CH/gists{/gist_id}"
#> 
#> [[13]]$user$starred_url
#> [1] "https://api.github.com/users/allenr-CH/starred{/owner}{/repo}"
#> 
#> [[13]]$user$subscriptions_url
#> [1] "https://api.github.com/users/allenr-CH/subscriptions"
#> 
#> [[13]]$user$organizations_url
#> [1] "https://api.github.com/users/allenr-CH/orgs"
#> 
#> [[13]]$user$repos_url
#> [1] "https://api.github.com/users/allenr-CH/repos"
#> 
#> [[13]]$user$events_url
#> [1] "https://api.github.com/users/allenr-CH/events{/privacy}"
#> 
#> [[13]]$user$received_events_url
#> [1] "https://api.github.com/users/allenr-CH/received_events"
#> 
#> [[13]]$user$type
#> [1] "User"
#> 
#> [[13]]$user$user_view_type
#> [1] "public"
#> 
#> [[13]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[13]]$labels
#> [[13]]$labels[[1]]
#> [[13]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[13]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[13]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[13]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[13]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[13]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[13]]$labels[[2]]
#> [[13]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[13]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[13]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[13]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[13]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[13]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[13]]$labels[[3]]
#> [[13]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[13]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[13]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[13]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[13]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[13]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[13]]$state
#> [1] "closed"
#> 
#> [[13]]$locked
#> [1] FALSE
#> 
#> [[13]]$assignee
#> NULL
#> 
#> [[13]]$assignees
#> list()
#> 
#> [[13]]$milestone
#> NULL
#> 
#> [[13]]$comments
#> [1] 1
#> 
#> [[13]]$created_at
#> [1] "2025-04-24T07:00:34Z"
#> 
#> [[13]]$updated_at
#> [1] "2025-04-24T07:01:34Z"
#> 
#> [[13]]$closed_at
#> [1] "2025-04-24T07:01:33Z"
#> 
#> [[13]]$author_association
#> [1] "NONE"
#> 
#> [[13]]$type
#> NULL
#> 
#> [[13]]$active_lock_reason
#> NULL
#> 
#> [[13]]$sub_issues_summary
#> [[13]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[13]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[13]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[13]]$body
#> [1] "### Name\n\nRichard Allen\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlubridate\n\n### Version number of the package evaluated\n\n1.9.4\n\n### Date of release of the evaluated version of the package\n\n2024-12-08\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n3\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n9140165\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[13]]$closed_by
#> [[13]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[13]]$closed_by$id
#> [1] 41898282
#> 
#> [[13]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[13]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[13]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[13]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[13]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[13]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[13]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[13]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[13]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[13]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[13]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[13]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[13]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[13]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[13]]$closed_by$type
#> [1] "Bot"
#> 
#> [[13]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[13]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[13]]$reactions
#> [[13]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/reactions"
#> 
#> [[13]]$reactions$total_count
#> [1] 0
#> 
#> [[13]]$reactions$`+1`
#> [1] 0
#> 
#> [[13]]$reactions$`-1`
#> [1] 0
#> 
#> [[13]]$reactions$laugh
#> [1] 0
#> 
#> [[13]]$reactions$hooray
#> [1] 0
#> 
#> [[13]]$reactions$confused
#> [1] 0
#> 
#> [[13]]$reactions$heart
#> [1] 0
#> 
#> [[13]]$reactions$rocket
#> [1] 0
#> 
#> [[13]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[13]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/129/timeline"
#> 
#> [[13]]$performed_via_github_app
#> NULL
#> 
#> [[13]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[14]]
#> [[14]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128"
#> 
#> [[14]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[14]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/labels{/name}"
#> 
#> [[14]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/comments"
#> 
#> [[14]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/events"
#> 
#> [[14]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/128"
#> 
#> [[14]]$id
#> [1] 3010795815
#> 
#> [[14]]$node_id
#> [1] "I_kwDOKHVskc6zdRkn"
#> 
#> [[14]]$number
#> [1] 128
#> 
#> [[14]]$title
#> [1] "[Package risk assessment]: officer version 0.6.8"
#> 
#> [[14]]$user
#> [[14]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[14]]$user$id
#> [1] 43375942
#> 
#> [[14]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[14]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[14]]$user$gravatar_id
#> [1] ""
#> 
#> [[14]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[14]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[14]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[14]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[14]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[14]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[14]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[14]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[14]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[14]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[14]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[14]]$user$type
#> [1] "User"
#> 
#> [[14]]$user$user_view_type
#> [1] "public"
#> 
#> [[14]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[14]]$labels
#> [[14]]$labels[[1]]
#> [[14]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[14]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[14]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[14]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[14]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[14]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[14]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[14]]$labels[[2]]
#> [[14]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[14]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[14]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[14]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[14]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[14]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[14]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[14]]$labels[[3]]
#> [[14]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[14]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[14]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[14]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[14]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[14]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[14]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[14]]$state
#> [1] "closed"
#> 
#> [[14]]$locked
#> [1] FALSE
#> 
#> [[14]]$assignee
#> NULL
#> 
#> [[14]]$assignees
#> list()
#> 
#> [[14]]$milestone
#> NULL
#> 
#> [[14]]$comments
#> [1] 1
#> 
#> [[14]]$created_at
#> [1] "2025-04-22T11:28:38Z"
#> 
#> [[14]]$updated_at
#> [1] "2025-04-22T11:29:36Z"
#> 
#> [[14]]$closed_at
#> [1] "2025-04-22T11:29:36Z"
#> 
#> [[14]]$author_association
#> [1] "NONE"
#> 
#> [[14]]$type
#> NULL
#> 
#> [[14]]$active_lock_reason
#> NULL
#> 
#> [[14]]$sub_issues_summary
#> [[14]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[14]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[14]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[14]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nofficer\n\n### Version number of the package evaluated\n\n0.6.8\n\n### Date of release of the evaluated version of the package\n\n2025-03-23\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n855290\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[14]]$closed_by
#> [[14]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[14]]$closed_by$id
#> [1] 41898282
#> 
#> [[14]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[14]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[14]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[14]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[14]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[14]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[14]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[14]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[14]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[14]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[14]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[14]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[14]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[14]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[14]]$closed_by$type
#> [1] "Bot"
#> 
#> [[14]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[14]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[14]]$reactions
#> [[14]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/reactions"
#> 
#> [[14]]$reactions$total_count
#> [1] 0
#> 
#> [[14]]$reactions$`+1`
#> [1] 0
#> 
#> [[14]]$reactions$`-1`
#> [1] 0
#> 
#> [[14]]$reactions$laugh
#> [1] 0
#> 
#> [[14]]$reactions$hooray
#> [1] 0
#> 
#> [[14]]$reactions$confused
#> [1] 0
#> 
#> [[14]]$reactions$heart
#> [1] 0
#> 
#> [[14]]$reactions$rocket
#> [1] 0
#> 
#> [[14]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[14]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/128/timeline"
#> 
#> [[14]]$performed_via_github_app
#> NULL
#> 
#> [[14]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[15]]
#> [[15]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127"
#> 
#> [[15]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[15]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/labels{/name}"
#> 
#> [[15]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/comments"
#> 
#> [[15]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/events"
#> 
#> [[15]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/127"
#> 
#> [[15]]$id
#> [1] 3010787488
#> 
#> [[15]]$node_id
#> [1] "I_kwDOKHVskc6zdPig"
#> 
#> [[15]]$number
#> [1] 127
#> 
#> [[15]]$title
#> [1] "[Package risk assessment]: Hmisc version 5.2-3"
#> 
#> [[15]]$user
#> [[15]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[15]]$user$id
#> [1] 43375942
#> 
#> [[15]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[15]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[15]]$user$gravatar_id
#> [1] ""
#> 
#> [[15]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[15]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[15]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[15]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[15]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[15]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[15]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[15]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[15]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[15]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[15]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[15]]$user$type
#> [1] "User"
#> 
#> [[15]]$user$user_view_type
#> [1] "public"
#> 
#> [[15]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[15]]$labels
#> [[15]]$labels[[1]]
#> [[15]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[15]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[15]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[15]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[15]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[15]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[15]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[15]]$labels[[2]]
#> [[15]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[15]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[15]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[15]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[15]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[15]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[15]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[15]]$labels[[3]]
#> [[15]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[15]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[15]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[15]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[15]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[15]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[15]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[15]]$state
#> [1] "closed"
#> 
#> [[15]]$locked
#> [1] FALSE
#> 
#> [[15]]$assignee
#> NULL
#> 
#> [[15]]$assignees
#> list()
#> 
#> [[15]]$milestone
#> NULL
#> 
#> [[15]]$comments
#> [1] 1
#> 
#> [[15]]$created_at
#> [1] "2025-04-22T11:25:27Z"
#> 
#> [[15]]$updated_at
#> [1] "2025-04-22T11:26:31Z"
#> 
#> [[15]]$closed_at
#> [1] "2025-04-22T11:26:30Z"
#> 
#> [[15]]$author_association
#> [1] "NONE"
#> 
#> [[15]]$type
#> NULL
#> 
#> [[15]]$active_lock_reason
#> NULL
#> 
#> [[15]]$sub_issues_summary
#> [[15]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[15]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[15]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[15]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nHmisc\n\n### Version number of the package evaluated\n\n5.2-3\n\n### Date of release of the evaluated version of the package\n\n2025-03-16\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n18\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2311108\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[15]]$closed_by
#> [[15]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[15]]$closed_by$id
#> [1] 41898282
#> 
#> [[15]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[15]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[15]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[15]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[15]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[15]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[15]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[15]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[15]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[15]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[15]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[15]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[15]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[15]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[15]]$closed_by$type
#> [1] "Bot"
#> 
#> [[15]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[15]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[15]]$reactions
#> [[15]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/reactions"
#> 
#> [[15]]$reactions$total_count
#> [1] 0
#> 
#> [[15]]$reactions$`+1`
#> [1] 0
#> 
#> [[15]]$reactions$`-1`
#> [1] 0
#> 
#> [[15]]$reactions$laugh
#> [1] 0
#> 
#> [[15]]$reactions$hooray
#> [1] 0
#> 
#> [[15]]$reactions$confused
#> [1] 0
#> 
#> [[15]]$reactions$heart
#> [1] 0
#> 
#> [[15]]$reactions$rocket
#> [1] 0
#> 
#> [[15]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[15]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/127/timeline"
#> 
#> [[15]]$performed_via_github_app
#> NULL
#> 
#> [[15]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[16]]
#> [[16]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126"
#> 
#> [[16]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[16]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/labels{/name}"
#> 
#> [[16]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/comments"
#> 
#> [[16]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/events"
#> 
#> [[16]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/126"
#> 
#> [[16]]$id
#> [1] 3010779816
#> 
#> [[16]]$node_id
#> [1] "I_kwDOKHVskc6zdNqo"
#> 
#> [[16]]$number
#> [1] 126
#> 
#> [[16]]$title
#> [1] "[Package risk assessment]: gtsummary version 2.2.0"
#> 
#> [[16]]$user
#> [[16]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[16]]$user$id
#> [1] 43375942
#> 
#> [[16]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[16]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[16]]$user$gravatar_id
#> [1] ""
#> 
#> [[16]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[16]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[16]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[16]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[16]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[16]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[16]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[16]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[16]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[16]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[16]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[16]]$user$type
#> [1] "User"
#> 
#> [[16]]$user$user_view_type
#> [1] "public"
#> 
#> [[16]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[16]]$labels
#> [[16]]$labels[[1]]
#> [[16]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[16]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[16]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[16]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[16]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[16]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[16]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[16]]$labels[[2]]
#> [[16]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[16]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[16]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[16]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[16]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[16]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[16]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[16]]$labels[[3]]
#> [[16]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[16]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[16]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[16]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[16]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[16]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[16]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[16]]$state
#> [1] "closed"
#> 
#> [[16]]$locked
#> [1] FALSE
#> 
#> [[16]]$assignee
#> NULL
#> 
#> [[16]]$assignees
#> list()
#> 
#> [[16]]$milestone
#> NULL
#> 
#> [[16]]$comments
#> [1] 1
#> 
#> [[16]]$created_at
#> [1] "2025-04-22T11:22:22Z"
#> 
#> [[16]]$updated_at
#> [1] "2025-04-22T11:23:20Z"
#> 
#> [[16]]$closed_at
#> [1] "2025-04-22T11:23:19Z"
#> 
#> [[16]]$author_association
#> [1] "NONE"
#> 
#> [[16]]$type
#> NULL
#> 
#> [[16]]$active_lock_reason
#> NULL
#> 
#> [[16]]$sub_issues_summary
#> [[16]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[16]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[16]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[16]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngtsummary\n\n### Version number of the package evaluated\n\n2.2.0\n\n### Date of release of the evaluated version of the package\n\n2025-04-14\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n460381\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[16]]$closed_by
#> [[16]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[16]]$closed_by$id
#> [1] 41898282
#> 
#> [[16]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[16]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[16]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[16]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[16]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[16]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[16]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[16]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[16]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[16]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[16]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[16]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[16]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[16]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[16]]$closed_by$type
#> [1] "Bot"
#> 
#> [[16]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[16]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[16]]$reactions
#> [[16]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/reactions"
#> 
#> [[16]]$reactions$total_count
#> [1] 0
#> 
#> [[16]]$reactions$`+1`
#> [1] 0
#> 
#> [[16]]$reactions$`-1`
#> [1] 0
#> 
#> [[16]]$reactions$laugh
#> [1] 0
#> 
#> [[16]]$reactions$hooray
#> [1] 0
#> 
#> [[16]]$reactions$confused
#> [1] 0
#> 
#> [[16]]$reactions$heart
#> [1] 0
#> 
#> [[16]]$reactions$rocket
#> [1] 0
#> 
#> [[16]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[16]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/126/timeline"
#> 
#> [[16]]$performed_via_github_app
#> NULL
#> 
#> [[16]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[17]]
#> [[17]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125"
#> 
#> [[17]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[17]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/labels{/name}"
#> 
#> [[17]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/comments"
#> 
#> [[17]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/events"
#> 
#> [[17]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/125"
#> 
#> [[17]]$id
#> [1] 3010773470
#> 
#> [[17]]$node_id
#> [1] "I_kwDOKHVskc6zdMHe"
#> 
#> [[17]]$number
#> [1] 125
#> 
#> [[17]]$title
#> [1] "[Package risk assessment]: ggplot2 version 3.5.2"
#> 
#> [[17]]$user
#> [[17]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[17]]$user$id
#> [1] 43375942
#> 
#> [[17]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[17]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[17]]$user$gravatar_id
#> [1] ""
#> 
#> [[17]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[17]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[17]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[17]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[17]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[17]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[17]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[17]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[17]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[17]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[17]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[17]]$user$type
#> [1] "User"
#> 
#> [[17]]$user$user_view_type
#> [1] "public"
#> 
#> [[17]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[17]]$labels
#> [[17]]$labels[[1]]
#> [[17]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[17]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[17]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[17]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[17]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[17]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[17]]$labels[[2]]
#> [[17]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[17]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[17]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[17]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[17]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[17]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[17]]$labels[[3]]
#> [[17]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[17]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[17]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[17]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[17]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[17]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[17]]$state
#> [1] "closed"
#> 
#> [[17]]$locked
#> [1] FALSE
#> 
#> [[17]]$assignee
#> NULL
#> 
#> [[17]]$assignees
#> list()
#> 
#> [[17]]$milestone
#> NULL
#> 
#> [[17]]$comments
#> [1] 1
#> 
#> [[17]]$created_at
#> [1] "2025-04-22T11:19:30Z"
#> 
#> [[17]]$updated_at
#> [1] "2025-04-22T11:20:34Z"
#> 
#> [[17]]$closed_at
#> [1] "2025-04-22T11:20:33Z"
#> 
#> [[17]]$author_association
#> [1] "NONE"
#> 
#> [[17]]$type
#> NULL
#> 
#> [[17]]$active_lock_reason
#> NULL
#> 
#> [[17]]$sub_issues_summary
#> [[17]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[17]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[17]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[17]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nggplot2\n\n### Version number of the package evaluated\n\n3.5.2\n\n### Date of release of the evaluated version of the package\n\n2025-04-09\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n20078961\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[17]]$closed_by
#> [[17]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[17]]$closed_by$id
#> [1] 41898282
#> 
#> [[17]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[17]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[17]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[17]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[17]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[17]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[17]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[17]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[17]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[17]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[17]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[17]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[17]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[17]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[17]]$closed_by$type
#> [1] "Bot"
#> 
#> [[17]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[17]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[17]]$reactions
#> [[17]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/reactions"
#> 
#> [[17]]$reactions$total_count
#> [1] 0
#> 
#> [[17]]$reactions$`+1`
#> [1] 0
#> 
#> [[17]]$reactions$`-1`
#> [1] 0
#> 
#> [[17]]$reactions$laugh
#> [1] 0
#> 
#> [[17]]$reactions$hooray
#> [1] 0
#> 
#> [[17]]$reactions$confused
#> [1] 0
#> 
#> [[17]]$reactions$heart
#> [1] 0
#> 
#> [[17]]$reactions$rocket
#> [1] 0
#> 
#> [[17]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[17]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/125/timeline"
#> 
#> [[17]]$performed_via_github_app
#> NULL
#> 
#> [[17]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[18]]
#> [[18]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124"
#> 
#> [[18]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[18]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/labels{/name}"
#> 
#> [[18]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/comments"
#> 
#> [[18]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/events"
#> 
#> [[18]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/124"
#> 
#> [[18]]$id
#> [1] 3010301547
#> 
#> [[18]]$node_id
#> [1] "I_kwDOKHVskc6zbY5r"
#> 
#> [[18]]$number
#> [1] 124
#> 
#> [[18]]$title
#> [1] "[Package risk assessment]: sas7bdat version 0.8"
#> 
#> [[18]]$user
#> [[18]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[18]]$user$id
#> [1] 43375942
#> 
#> [[18]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[18]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[18]]$user$gravatar_id
#> [1] ""
#> 
#> [[18]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[18]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[18]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[18]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[18]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[18]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[18]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[18]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[18]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[18]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[18]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[18]]$user$type
#> [1] "User"
#> 
#> [[18]]$user$user_view_type
#> [1] "public"
#> 
#> [[18]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[18]]$labels
#> [[18]]$labels[[1]]
#> [[18]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[18]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[18]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[18]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[18]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[18]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[18]]$labels[[2]]
#> [[18]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[18]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[18]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[18]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[18]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[18]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[18]]$labels[[3]]
#> [[18]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[18]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[18]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[18]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[18]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[18]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[18]]$state
#> [1] "closed"
#> 
#> [[18]]$locked
#> [1] FALSE
#> 
#> [[18]]$assignee
#> NULL
#> 
#> [[18]]$assignees
#> list()
#> 
#> [[18]]$milestone
#> NULL
#> 
#> [[18]]$comments
#> [1] 1
#> 
#> [[18]]$created_at
#> [1] "2025-04-22T08:13:01Z"
#> 
#> [[18]]$updated_at
#> [1] "2025-04-22T08:14:02Z"
#> 
#> [[18]]$closed_at
#> [1] "2025-04-22T08:14:02Z"
#> 
#> [[18]]$author_association
#> [1] "NONE"
#> 
#> [[18]]$type
#> NULL
#> 
#> [[18]]$active_lock_reason
#> NULL
#> 
#> [[18]]$sub_issues_summary
#> [[18]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[18]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[18]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[18]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsas7bdat\n\n### Version number of the package evaluated\n\n0.8\n\n### Date of release of the evaluated version of the package\n\n2024-08-29\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n0\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n36494\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[18]]$closed_by
#> [[18]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[18]]$closed_by$id
#> [1] 41898282
#> 
#> [[18]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[18]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[18]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[18]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[18]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[18]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[18]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[18]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[18]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[18]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[18]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[18]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[18]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[18]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[18]]$closed_by$type
#> [1] "Bot"
#> 
#> [[18]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[18]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[18]]$reactions
#> [[18]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/reactions"
#> 
#> [[18]]$reactions$total_count
#> [1] 0
#> 
#> [[18]]$reactions$`+1`
#> [1] 0
#> 
#> [[18]]$reactions$`-1`
#> [1] 0
#> 
#> [[18]]$reactions$laugh
#> [1] 0
#> 
#> [[18]]$reactions$hooray
#> [1] 0
#> 
#> [[18]]$reactions$confused
#> [1] 0
#> 
#> [[18]]$reactions$heart
#> [1] 0
#> 
#> [[18]]$reactions$rocket
#> [1] 0
#> 
#> [[18]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[18]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/124/timeline"
#> 
#> [[18]]$performed_via_github_app
#> NULL
#> 
#> [[18]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[19]]
#> [[19]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123"
#> 
#> [[19]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[19]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/labels{/name}"
#> 
#> [[19]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/comments"
#> 
#> [[19]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/events"
#> 
#> [[19]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/123"
#> 
#> [[19]]$id
#> [1] 3010047590
#> 
#> [[19]]$node_id
#> [1] "I_kwDOKHVskc6zaa5m"
#> 
#> [[19]]$number
#> [1] 123
#> 
#> [[19]]$title
#> [1] "[Package risk assessment]: lmerTest version 3.1-3"
#> 
#> [[19]]$user
#> [[19]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[19]]$user$id
#> [1] 43375942
#> 
#> [[19]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[19]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[19]]$user$gravatar_id
#> [1] ""
#> 
#> [[19]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[19]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[19]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[19]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[19]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[19]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[19]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[19]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[19]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[19]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[19]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[19]]$user$type
#> [1] "User"
#> 
#> [[19]]$user$user_view_type
#> [1] "public"
#> 
#> [[19]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[19]]$labels
#> [[19]]$labels[[1]]
#> [[19]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[19]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[19]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[19]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[19]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[19]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[19]]$labels[[2]]
#> [[19]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[19]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[19]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[19]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[19]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[19]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[19]]$labels[[3]]
#> [[19]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[19]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[19]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[19]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[19]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[19]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[19]]$state
#> [1] "closed"
#> 
#> [[19]]$locked
#> [1] FALSE
#> 
#> [[19]]$assignee
#> NULL
#> 
#> [[19]]$assignees
#> list()
#> 
#> [[19]]$milestone
#> NULL
#> 
#> [[19]]$comments
#> [1] 1
#> 
#> [[19]]$created_at
#> [1] "2025-04-22T06:45:39Z"
#> 
#> [[19]]$updated_at
#> [1] "2025-04-22T06:46:38Z"
#> 
#> [[19]]$closed_at
#> [1] "2025-04-22T06:46:38Z"
#> 
#> [[19]]$author_association
#> [1] "NONE"
#> 
#> [[19]]$type
#> NULL
#> 
#> [[19]]$active_lock_reason
#> NULL
#> 
#> [[19]]$sub_issues_summary
#> [[19]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[19]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[19]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[19]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlmerTest\n\n### Version number of the package evaluated\n\n3.1-3\n\n### Date of release of the evaluated version of the package\n\n2020-10-23\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n657102\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[19]]$closed_by
#> [[19]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[19]]$closed_by$id
#> [1] 41898282
#> 
#> [[19]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[19]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[19]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[19]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[19]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[19]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[19]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[19]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[19]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[19]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[19]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[19]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[19]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[19]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[19]]$closed_by$type
#> [1] "Bot"
#> 
#> [[19]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[19]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[19]]$reactions
#> [[19]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/reactions"
#> 
#> [[19]]$reactions$total_count
#> [1] 0
#> 
#> [[19]]$reactions$`+1`
#> [1] 0
#> 
#> [[19]]$reactions$`-1`
#> [1] 0
#> 
#> [[19]]$reactions$laugh
#> [1] 0
#> 
#> [[19]]$reactions$hooray
#> [1] 0
#> 
#> [[19]]$reactions$confused
#> [1] 0
#> 
#> [[19]]$reactions$heart
#> [1] 0
#> 
#> [[19]]$reactions$rocket
#> [1] 0
#> 
#> [[19]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[19]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/123/timeline"
#> 
#> [[19]]$performed_via_github_app
#> NULL
#> 
#> [[19]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[20]]
#> [[20]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122"
#> 
#> [[20]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[20]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/labels{/name}"
#> 
#> [[20]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/comments"
#> 
#> [[20]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/events"
#> 
#> [[20]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/122"
#> 
#> [[20]]$id
#> [1] 3010016879
#> 
#> [[20]]$node_id
#> [1] "I_kwDOKHVskc6zaTZv"
#> 
#> [[20]]$number
#> [1] 122
#> 
#> [[20]]$title
#> [1] "[Package risk assessment]: emmeans version 1.11.0"
#> 
#> [[20]]$user
#> [[20]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[20]]$user$id
#> [1] 43375942
#> 
#> [[20]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[20]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[20]]$user$gravatar_id
#> [1] ""
#> 
#> [[20]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[20]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[20]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[20]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[20]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[20]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[20]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[20]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[20]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[20]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[20]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[20]]$user$type
#> [1] "User"
#> 
#> [[20]]$user$user_view_type
#> [1] "public"
#> 
#> [[20]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[20]]$labels
#> [[20]]$labels[[1]]
#> [[20]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[20]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[20]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[20]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[20]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[20]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[20]]$labels[[2]]
#> [[20]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[20]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[20]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[20]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[20]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[20]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[20]]$labels[[3]]
#> [[20]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[20]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[20]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[20]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[20]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[20]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[20]]$state
#> [1] "closed"
#> 
#> [[20]]$locked
#> [1] FALSE
#> 
#> [[20]]$assignee
#> NULL
#> 
#> [[20]]$assignees
#> list()
#> 
#> [[20]]$milestone
#> NULL
#> 
#> [[20]]$comments
#> [1] 1
#> 
#> [[20]]$created_at
#> [1] "2025-04-22T06:29:42Z"
#> 
#> [[20]]$updated_at
#> [1] "2025-04-22T06:30:38Z"
#> 
#> [[20]]$closed_at
#> [1] "2025-04-22T06:30:37Z"
#> 
#> [[20]]$author_association
#> [1] "NONE"
#> 
#> [[20]]$type
#> NULL
#> 
#> [[20]]$active_lock_reason
#> NULL
#> 
#> [[20]]$sub_issues_summary
#> [[20]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[20]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[20]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[20]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nemmeans\n\n### Version number of the package evaluated\n\n1.11.0\n\n### Date of release of the evaluated version of the package\n\n2025-03-20\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1564628\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[20]]$closed_by
#> [[20]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[20]]$closed_by$id
#> [1] 41898282
#> 
#> [[20]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[20]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[20]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[20]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[20]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[20]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[20]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[20]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[20]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[20]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[20]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[20]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[20]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[20]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[20]]$closed_by$type
#> [1] "Bot"
#> 
#> [[20]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[20]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[20]]$reactions
#> [[20]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/reactions"
#> 
#> [[20]]$reactions$total_count
#> [1] 0
#> 
#> [[20]]$reactions$`+1`
#> [1] 0
#> 
#> [[20]]$reactions$`-1`
#> [1] 0
#> 
#> [[20]]$reactions$laugh
#> [1] 0
#> 
#> [[20]]$reactions$hooray
#> [1] 0
#> 
#> [[20]]$reactions$confused
#> [1] 0
#> 
#> [[20]]$reactions$heart
#> [1] 0
#> 
#> [[20]]$reactions$rocket
#> [1] 0
#> 
#> [[20]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[20]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/122/timeline"
#> 
#> [[20]]$performed_via_github_app
#> NULL
#> 
#> [[20]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[21]]
#> [[21]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121"
#> 
#> [[21]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[21]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/labels{/name}"
#> 
#> [[21]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/comments"
#> 
#> [[21]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/events"
#> 
#> [[21]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/121"
#> 
#> [[21]]$id
#> [1] 3009951284
#> 
#> [[21]]$node_id
#> [1] "I_kwDOKHVskc6zaDY0"
#> 
#> [[21]]$number
#> [1] 121
#> 
#> [[21]]$title
#> [1] "[Package risk assessment]: officedown version 0.4.0"
#> 
#> [[21]]$user
#> [[21]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[21]]$user$id
#> [1] 43375942
#> 
#> [[21]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[21]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[21]]$user$gravatar_id
#> [1] ""
#> 
#> [[21]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[21]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[21]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[21]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[21]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[21]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[21]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[21]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[21]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[21]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[21]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[21]]$user$type
#> [1] "User"
#> 
#> [[21]]$user$user_view_type
#> [1] "public"
#> 
#> [[21]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[21]]$labels
#> [[21]]$labels[[1]]
#> [[21]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[21]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[21]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[21]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[21]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[21]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[21]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[21]]$labels[[2]]
#> [[21]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[21]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[21]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[21]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[21]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[21]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[21]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[21]]$labels[[3]]
#> [[21]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[21]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[21]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[21]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[21]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[21]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[21]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[21]]$state
#> [1] "closed"
#> 
#> [[21]]$locked
#> [1] FALSE
#> 
#> [[21]]$assignee
#> NULL
#> 
#> [[21]]$assignees
#> list()
#> 
#> [[21]]$milestone
#> NULL
#> 
#> [[21]]$comments
#> [1] 1
#> 
#> [[21]]$created_at
#> [1] "2025-04-22T05:50:31Z"
#> 
#> [[21]]$updated_at
#> [1] "2025-04-22T05:51:30Z"
#> 
#> [[21]]$closed_at
#> [1] "2025-04-22T05:51:29Z"
#> 
#> [[21]]$author_association
#> [1] "NONE"
#> 
#> [[21]]$type
#> NULL
#> 
#> [[21]]$active_lock_reason
#> NULL
#> 
#> [[21]]$sub_issues_summary
#> [[21]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[21]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[21]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[21]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nofficedown\n\n### Version number of the package evaluated\n\n0.4.0\n\n### Date of release of the evaluated version of the package\n\n2025-03-18\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n43006\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[21]]$closed_by
#> [[21]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[21]]$closed_by$id
#> [1] 41898282
#> 
#> [[21]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[21]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[21]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[21]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[21]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[21]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[21]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[21]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[21]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[21]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[21]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[21]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[21]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[21]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[21]]$closed_by$type
#> [1] "Bot"
#> 
#> [[21]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[21]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[21]]$reactions
#> [[21]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/reactions"
#> 
#> [[21]]$reactions$total_count
#> [1] 0
#> 
#> [[21]]$reactions$`+1`
#> [1] 0
#> 
#> [[21]]$reactions$`-1`
#> [1] 0
#> 
#> [[21]]$reactions$laugh
#> [1] 0
#> 
#> [[21]]$reactions$hooray
#> [1] 0
#> 
#> [[21]]$reactions$confused
#> [1] 0
#> 
#> [[21]]$reactions$heart
#> [1] 0
#> 
#> [[21]]$reactions$rocket
#> [1] 0
#> 
#> [[21]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[21]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/121/timeline"
#> 
#> [[21]]$performed_via_github_app
#> NULL
#> 
#> [[21]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[22]]
#> [[22]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120"
#> 
#> [[22]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[22]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/labels{/name}"
#> 
#> [[22]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/comments"
#> 
#> [[22]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/events"
#> 
#> [[22]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/120"
#> 
#> [[22]]$id
#> [1] 3009936564
#> 
#> [[22]]$node_id
#> [1] "I_kwDOKHVskc6zZ_y0"
#> 
#> [[22]]$number
#> [1] 120
#> 
#> [[22]]$title
#> [1] "[Package risk assessment]: lrstat version 0.2.13"
#> 
#> [[22]]$user
#> [[22]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[22]]$user$id
#> [1] 43375942
#> 
#> [[22]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[22]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[22]]$user$gravatar_id
#> [1] ""
#> 
#> [[22]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[22]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[22]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[22]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[22]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[22]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[22]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[22]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[22]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[22]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[22]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[22]]$user$type
#> [1] "User"
#> 
#> [[22]]$user$user_view_type
#> [1] "public"
#> 
#> [[22]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[22]]$labels
#> [[22]]$labels[[1]]
#> [[22]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[22]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[22]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[22]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[22]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[22]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[22]]$labels[[2]]
#> [[22]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[22]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[22]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[22]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[22]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[22]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[22]]$labels[[3]]
#> [[22]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[22]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[22]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[22]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[22]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[22]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[22]]$state
#> [1] "closed"
#> 
#> [[22]]$locked
#> [1] FALSE
#> 
#> [[22]]$assignee
#> NULL
#> 
#> [[22]]$assignees
#> list()
#> 
#> [[22]]$milestone
#> NULL
#> 
#> [[22]]$comments
#> [1] 1
#> 
#> [[22]]$created_at
#> [1] "2025-04-22T05:41:40Z"
#> 
#> [[22]]$updated_at
#> [1] "2025-04-22T05:42:37Z"
#> 
#> [[22]]$closed_at
#> [1] "2025-04-22T05:42:37Z"
#> 
#> [[22]]$author_association
#> [1] "NONE"
#> 
#> [[22]]$type
#> NULL
#> 
#> [[22]]$active_lock_reason
#> NULL
#> 
#> [[22]]$sub_issues_summary
#> [[22]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[22]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[22]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[22]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlrstat\n\n### Version number of the package evaluated\n\n0.2.13\n\n### Date of release of the evaluated version of the package\n\n2025-03-20\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n4\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n7780\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[22]]$closed_by
#> [[22]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[22]]$closed_by$id
#> [1] 41898282
#> 
#> [[22]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[22]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[22]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[22]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[22]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[22]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[22]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[22]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[22]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[22]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[22]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[22]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[22]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[22]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[22]]$closed_by$type
#> [1] "Bot"
#> 
#> [[22]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[22]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[22]]$reactions
#> [[22]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/reactions"
#> 
#> [[22]]$reactions$total_count
#> [1] 0
#> 
#> [[22]]$reactions$`+1`
#> [1] 0
#> 
#> [[22]]$reactions$`-1`
#> [1] 0
#> 
#> [[22]]$reactions$laugh
#> [1] 0
#> 
#> [[22]]$reactions$hooray
#> [1] 0
#> 
#> [[22]]$reactions$confused
#> [1] 0
#> 
#> [[22]]$reactions$heart
#> [1] 0
#> 
#> [[22]]$reactions$rocket
#> [1] 0
#> 
#> [[22]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[22]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/120/timeline"
#> 
#> [[22]]$performed_via_github_app
#> NULL
#> 
#> [[22]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[23]]
#> [[23]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119"
#> 
#> [[23]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[23]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/labels{/name}"
#> 
#> [[23]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/comments"
#> 
#> [[23]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/events"
#> 
#> [[23]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/119"
#> 
#> [[23]]$id
#> [1] 3009916217
#> 
#> [[23]]$node_id
#> [1] "I_kwDOKHVskc6zZ605"
#> 
#> [[23]]$number
#> [1] 119
#> 
#> [[23]]$title
#> [1] "[Package risk assessment]: gee version 4.13-29"
#> 
#> [[23]]$user
#> [[23]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[23]]$user$id
#> [1] 43375942
#> 
#> [[23]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[23]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[23]]$user$gravatar_id
#> [1] ""
#> 
#> [[23]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[23]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[23]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[23]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[23]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[23]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[23]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[23]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[23]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[23]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[23]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[23]]$user$type
#> [1] "User"
#> 
#> [[23]]$user$user_view_type
#> [1] "public"
#> 
#> [[23]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[23]]$labels
#> [[23]]$labels[[1]]
#> [[23]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[23]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[23]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[23]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[23]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[23]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[23]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[23]]$labels[[2]]
#> [[23]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[23]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[23]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[23]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[23]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[23]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[23]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[23]]$labels[[3]]
#> [[23]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[23]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[23]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[23]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[23]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[23]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[23]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[23]]$state
#> [1] "closed"
#> 
#> [[23]]$locked
#> [1] FALSE
#> 
#> [[23]]$assignee
#> NULL
#> 
#> [[23]]$assignees
#> list()
#> 
#> [[23]]$milestone
#> NULL
#> 
#> [[23]]$comments
#> [1] 1
#> 
#> [[23]]$created_at
#> [1] "2025-04-22T05:26:46Z"
#> 
#> [[23]]$updated_at
#> [1] "2025-04-22T05:27:44Z"
#> 
#> [[23]]$closed_at
#> [1] "2025-04-22T05:27:43Z"
#> 
#> [[23]]$author_association
#> [1] "NONE"
#> 
#> [[23]]$type
#> NULL
#> 
#> [[23]]$active_lock_reason
#> NULL
#> 
#> [[23]]$sub_issues_summary
#> [[23]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[23]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[23]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[23]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngee\n\n### Version number of the package evaluated\n\n4.13-29\n\n### Date of release of the evaluated version of the package\n\n2024-12-11\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n110628\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[23]]$closed_by
#> [[23]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[23]]$closed_by$id
#> [1] 41898282
#> 
#> [[23]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[23]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[23]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[23]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[23]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[23]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[23]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[23]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[23]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[23]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[23]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[23]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[23]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[23]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[23]]$closed_by$type
#> [1] "Bot"
#> 
#> [[23]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[23]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[23]]$reactions
#> [[23]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/reactions"
#> 
#> [[23]]$reactions$total_count
#> [1] 0
#> 
#> [[23]]$reactions$`+1`
#> [1] 0
#> 
#> [[23]]$reactions$`-1`
#> [1] 0
#> 
#> [[23]]$reactions$laugh
#> [1] 0
#> 
#> [[23]]$reactions$hooray
#> [1] 0
#> 
#> [[23]]$reactions$confused
#> [1] 0
#> 
#> [[23]]$reactions$heart
#> [1] 0
#> 
#> [[23]]$reactions$rocket
#> [1] 0
#> 
#> [[23]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[23]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/119/timeline"
#> 
#> [[23]]$performed_via_github_app
#> NULL
#> 
#> [[23]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[24]]
#> [[24]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118"
#> 
#> [[24]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[24]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/labels{/name}"
#> 
#> [[24]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/comments"
#> 
#> [[24]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/events"
#> 
#> [[24]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/118"
#> 
#> [[24]]$id
#> [1] 3002508526
#> 
#> [[24]]$node_id
#> [1] "I_kwDOKHVskc6y9qTu"
#> 
#> [[24]]$number
#> [1] 118
#> 
#> [[24]]$title
#> [1] "[Package risk assessment]: finalfit version 1.0.8"
#> 
#> [[24]]$user
#> [[24]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[24]]$user$id
#> [1] 43375942
#> 
#> [[24]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[24]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[24]]$user$gravatar_id
#> [1] ""
#> 
#> [[24]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[24]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[24]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[24]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[24]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[24]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[24]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[24]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[24]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[24]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[24]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[24]]$user$type
#> [1] "User"
#> 
#> [[24]]$user$user_view_type
#> [1] "public"
#> 
#> [[24]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[24]]$labels
#> [[24]]$labels[[1]]
#> [[24]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[24]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[24]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[24]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[24]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[24]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[24]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[24]]$labels[[2]]
#> [[24]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[24]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[24]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[24]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[24]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[24]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[24]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[24]]$labels[[3]]
#> [[24]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[24]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[24]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[24]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[24]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[24]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[24]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[24]]$state
#> [1] "closed"
#> 
#> [[24]]$locked
#> [1] FALSE
#> 
#> [[24]]$assignee
#> NULL
#> 
#> [[24]]$assignees
#> list()
#> 
#> [[24]]$milestone
#> NULL
#> 
#> [[24]]$comments
#> [1] 1
#> 
#> [[24]]$created_at
#> [1] "2025-04-17T13:29:36Z"
#> 
#> [[24]]$updated_at
#> [1] "2025-04-17T13:30:37Z"
#> 
#> [[24]]$closed_at
#> [1] "2025-04-17T13:30:36Z"
#> 
#> [[24]]$author_association
#> [1] "NONE"
#> 
#> [[24]]$type
#> NULL
#> 
#> [[24]]$active_lock_reason
#> NULL
#> 
#> [[24]]$sub_issues_summary
#> [[24]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[24]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[24]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[24]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nfinalfit\n\n### Version number of the package evaluated\n\n1.0.8\n\n### Date of release of the evaluated version of the package\n\n2024-07-24\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n20\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n46189\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[24]]$closed_by
#> [[24]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[24]]$closed_by$id
#> [1] 41898282
#> 
#> [[24]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[24]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[24]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[24]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[24]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[24]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[24]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[24]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[24]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[24]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[24]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[24]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[24]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[24]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[24]]$closed_by$type
#> [1] "Bot"
#> 
#> [[24]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[24]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[24]]$reactions
#> [[24]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/reactions"
#> 
#> [[24]]$reactions$total_count
#> [1] 0
#> 
#> [[24]]$reactions$`+1`
#> [1] 0
#> 
#> [[24]]$reactions$`-1`
#> [1] 0
#> 
#> [[24]]$reactions$laugh
#> [1] 0
#> 
#> [[24]]$reactions$hooray
#> [1] 0
#> 
#> [[24]]$reactions$confused
#> [1] 0
#> 
#> [[24]]$reactions$heart
#> [1] 0
#> 
#> [[24]]$reactions$rocket
#> [1] 0
#> 
#> [[24]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[24]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/118/timeline"
#> 
#> [[24]]$performed_via_github_app
#> NULL
#> 
#> [[24]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[25]]
#> [[25]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117"
#> 
#> [[25]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[25]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/labels{/name}"
#> 
#> [[25]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/comments"
#> 
#> [[25]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/events"
#> 
#> [[25]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/117"
#> 
#> [[25]]$id
#> [1] 3002410605
#> 
#> [[25]]$node_id
#> [1] "I_kwDOKHVskc6y9SZt"
#> 
#> [[25]]$number
#> [1] 117
#> 
#> [[25]]$title
#> [1] "[Package risk assessment]: coxme version 2.2-22"
#> 
#> [[25]]$user
#> [[25]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[25]]$user$id
#> [1] 43375942
#> 
#> [[25]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[25]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[25]]$user$gravatar_id
#> [1] ""
#> 
#> [[25]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[25]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[25]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[25]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[25]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[25]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[25]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[25]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[25]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[25]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[25]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[25]]$user$type
#> [1] "User"
#> 
#> [[25]]$user$user_view_type
#> [1] "public"
#> 
#> [[25]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[25]]$labels
#> [[25]]$labels[[1]]
#> [[25]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[25]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[25]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[25]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[25]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[25]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[25]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[25]]$labels[[2]]
#> [[25]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[25]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[25]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[25]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[25]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[25]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[25]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[25]]$labels[[3]]
#> [[25]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[25]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[25]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[25]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[25]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[25]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[25]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[25]]$state
#> [1] "closed"
#> 
#> [[25]]$locked
#> [1] FALSE
#> 
#> [[25]]$assignee
#> NULL
#> 
#> [[25]]$assignees
#> list()
#> 
#> [[25]]$milestone
#> NULL
#> 
#> [[25]]$comments
#> [1] 1
#> 
#> [[25]]$created_at
#> [1] "2025-04-17T12:54:30Z"
#> 
#> [[25]]$updated_at
#> [1] "2025-04-17T12:55:48Z"
#> 
#> [[25]]$closed_at
#> [1] "2025-04-17T12:55:48Z"
#> 
#> [[25]]$author_association
#> [1] "NONE"
#> 
#> [[25]]$type
#> NULL
#> 
#> [[25]]$active_lock_reason
#> NULL
#> 
#> [[25]]$sub_issues_summary
#> [[25]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[25]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[25]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[25]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncoxme\n\n### Version number of the package evaluated\n\n2.2-22\n\n### Date of release of the evaluated version of the package\n\n2024-08-23\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n109532\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[25]]$closed_by
#> [[25]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[25]]$closed_by$id
#> [1] 41898282
#> 
#> [[25]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[25]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[25]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[25]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[25]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[25]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[25]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[25]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[25]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[25]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[25]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[25]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[25]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[25]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[25]]$closed_by$type
#> [1] "Bot"
#> 
#> [[25]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[25]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[25]]$reactions
#> [[25]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/reactions"
#> 
#> [[25]]$reactions$total_count
#> [1] 0
#> 
#> [[25]]$reactions$`+1`
#> [1] 0
#> 
#> [[25]]$reactions$`-1`
#> [1] 0
#> 
#> [[25]]$reactions$laugh
#> [1] 0
#> 
#> [[25]]$reactions$hooray
#> [1] 0
#> 
#> [[25]]$reactions$confused
#> [1] 0
#> 
#> [[25]]$reactions$heart
#> [1] 0
#> 
#> [[25]]$reactions$rocket
#> [1] 0
#> 
#> [[25]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[25]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/117/timeline"
#> 
#> [[25]]$performed_via_github_app
#> NULL
#> 
#> [[25]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[26]]
#> [[26]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116"
#> 
#> [[26]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[26]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/labels{/name}"
#> 
#> [[26]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/comments"
#> 
#> [[26]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/events"
#> 
#> [[26]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/116"
#> 
#> [[26]]$id
#> [1] 3002235595
#> 
#> [[26]]$node_id
#> [1] "I_kwDOKHVskc6y8nrL"
#> 
#> [[26]]$number
#> [1] 116
#> 
#> [[26]]$title
#> [1] "[Package risk assessment]: cmprsk version 2.2-12"
#> 
#> [[26]]$user
#> [[26]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[26]]$user$id
#> [1] 43375942
#> 
#> [[26]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[26]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[26]]$user$gravatar_id
#> [1] ""
#> 
#> [[26]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[26]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[26]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[26]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[26]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[26]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[26]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[26]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[26]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[26]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[26]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[26]]$user$type
#> [1] "User"
#> 
#> [[26]]$user$user_view_type
#> [1] "public"
#> 
#> [[26]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[26]]$labels
#> [[26]]$labels[[1]]
#> [[26]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[26]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[26]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[26]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[26]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[26]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[26]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[26]]$labels[[2]]
#> [[26]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[26]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[26]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[26]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[26]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[26]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[26]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[26]]$labels[[3]]
#> [[26]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[26]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[26]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[26]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[26]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[26]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[26]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[26]]$state
#> [1] "closed"
#> 
#> [[26]]$locked
#> [1] FALSE
#> 
#> [[26]]$assignee
#> NULL
#> 
#> [[26]]$assignees
#> list()
#> 
#> [[26]]$milestone
#> NULL
#> 
#> [[26]]$comments
#> [1] 1
#> 
#> [[26]]$created_at
#> [1] "2025-04-17T11:36:59Z"
#> 
#> [[26]]$updated_at
#> [1] "2025-04-17T11:37:55Z"
#> 
#> [[26]]$closed_at
#> [1] "2025-04-17T11:37:55Z"
#> 
#> [[26]]$author_association
#> [1] "NONE"
#> 
#> [[26]]$type
#> NULL
#> 
#> [[26]]$active_lock_reason
#> NULL
#> 
#> [[26]]$sub_issues_summary
#> [[26]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[26]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[26]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[26]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncmprsk\n\n### Version number of the package evaluated\n\n2.2-12\n\n### Date of release of the evaluated version of the package\n\n2024-05-19\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n214510\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[26]]$closed_by
#> [[26]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[26]]$closed_by$id
#> [1] 41898282
#> 
#> [[26]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[26]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[26]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[26]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[26]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[26]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[26]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[26]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[26]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[26]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[26]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[26]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[26]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[26]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[26]]$closed_by$type
#> [1] "Bot"
#> 
#> [[26]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[26]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[26]]$reactions
#> [[26]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/reactions"
#> 
#> [[26]]$reactions$total_count
#> [1] 0
#> 
#> [[26]]$reactions$`+1`
#> [1] 0
#> 
#> [[26]]$reactions$`-1`
#> [1] 0
#> 
#> [[26]]$reactions$laugh
#> [1] 0
#> 
#> [[26]]$reactions$hooray
#> [1] 0
#> 
#> [[26]]$reactions$confused
#> [1] 0
#> 
#> [[26]]$reactions$heart
#> [1] 0
#> 
#> [[26]]$reactions$rocket
#> [1] 0
#> 
#> [[26]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[26]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/116/timeline"
#> 
#> [[26]]$performed_via_github_app
#> NULL
#> 
#> [[26]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[27]]
#> [[27]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115"
#> 
#> [[27]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[27]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/labels{/name}"
#> 
#> [[27]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/comments"
#> 
#> [[27]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/events"
#> 
#> [[27]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/115"
#> 
#> [[27]]$id
#> [1] 3002195875
#> 
#> [[27]]$node_id
#> [1] "I_kwDOKHVskc6y8d-j"
#> 
#> [[27]]$number
#> [1] 115
#> 
#> [[27]]$title
#> [1] "[Package risk assessment]: clinfun version 1.1.5"
#> 
#> [[27]]$user
#> [[27]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[27]]$user$id
#> [1] 43375942
#> 
#> [[27]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[27]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[27]]$user$gravatar_id
#> [1] ""
#> 
#> [[27]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[27]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[27]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[27]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[27]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[27]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[27]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[27]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[27]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[27]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[27]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[27]]$user$type
#> [1] "User"
#> 
#> [[27]]$user$user_view_type
#> [1] "public"
#> 
#> [[27]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[27]]$labels
#> [[27]]$labels[[1]]
#> [[27]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[27]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[27]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[27]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[27]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[27]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[27]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[27]]$labels[[2]]
#> [[27]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[27]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[27]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[27]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[27]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[27]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[27]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[27]]$labels[[3]]
#> [[27]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[27]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[27]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[27]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[27]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[27]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[27]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[27]]$state
#> [1] "closed"
#> 
#> [[27]]$locked
#> [1] FALSE
#> 
#> [[27]]$assignee
#> NULL
#> 
#> [[27]]$assignees
#> list()
#> 
#> [[27]]$milestone
#> NULL
#> 
#> [[27]]$comments
#> [1] 1
#> 
#> [[27]]$created_at
#> [1] "2025-04-17T11:19:27Z"
#> 
#> [[27]]$updated_at
#> [1] "2025-04-17T11:20:26Z"
#> 
#> [[27]]$closed_at
#> [1] "2025-04-17T11:20:25Z"
#> 
#> [[27]]$author_association
#> [1] "NONE"
#> 
#> [[27]]$type
#> NULL
#> 
#> [[27]]$active_lock_reason
#> NULL
#> 
#> [[27]]$sub_issues_summary
#> [[27]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[27]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[27]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[27]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nclinfun\n\n### Version number of the package evaluated\n\n1.1.5\n\n### Date of release of the evaluated version of the package\n\n2023-10-19\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n3\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n23092\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[27]]$closed_by
#> [[27]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[27]]$closed_by$id
#> [1] 41898282
#> 
#> [[27]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[27]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[27]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[27]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[27]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[27]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[27]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[27]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[27]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[27]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[27]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[27]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[27]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[27]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[27]]$closed_by$type
#> [1] "Bot"
#> 
#> [[27]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[27]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[27]]$reactions
#> [[27]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/reactions"
#> 
#> [[27]]$reactions$total_count
#> [1] 0
#> 
#> [[27]]$reactions$`+1`
#> [1] 0
#> 
#> [[27]]$reactions$`-1`
#> [1] 0
#> 
#> [[27]]$reactions$laugh
#> [1] 0
#> 
#> [[27]]$reactions$hooray
#> [1] 0
#> 
#> [[27]]$reactions$confused
#> [1] 0
#> 
#> [[27]]$reactions$heart
#> [1] 0
#> 
#> [[27]]$reactions$rocket
#> [1] 0
#> 
#> [[27]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[27]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/115/timeline"
#> 
#> [[27]]$performed_via_github_app
#> NULL
#> 
#> [[27]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[28]]
#> [[28]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114"
#> 
#> [[28]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[28]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/labels{/name}"
#> 
#> [[28]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/comments"
#> 
#> [[28]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/events"
#> 
#> [[28]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/114"
#> 
#> [[28]]$id
#> [1] 3001792679
#> 
#> [[28]]$node_id
#> [1] "I_kwDOKHVskc6y67in"
#> 
#> [[28]]$number
#> [1] 114
#> 
#> [[28]]$title
#> [1] "[Package risk assessment]: rpact version 4.2.0"
#> 
#> [[28]]$user
#> [[28]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[28]]$user$id
#> [1] 43375942
#> 
#> [[28]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[28]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[28]]$user$gravatar_id
#> [1] ""
#> 
#> [[28]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[28]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[28]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[28]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[28]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[28]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[28]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[28]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[28]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[28]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[28]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[28]]$user$type
#> [1] "User"
#> 
#> [[28]]$user$user_view_type
#> [1] "public"
#> 
#> [[28]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[28]]$labels
#> [[28]]$labels[[1]]
#> [[28]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[28]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[28]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[28]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[28]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[28]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[28]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[28]]$labels[[2]]
#> [[28]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[28]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[28]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[28]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[28]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[28]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[28]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[28]]$labels[[3]]
#> [[28]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[28]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[28]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[28]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[28]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[28]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[28]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[28]]$state
#> [1] "closed"
#> 
#> [[28]]$locked
#> [1] FALSE
#> 
#> [[28]]$assignee
#> NULL
#> 
#> [[28]]$assignees
#> list()
#> 
#> [[28]]$milestone
#> NULL
#> 
#> [[28]]$comments
#> [1] 1
#> 
#> [[28]]$created_at
#> [1] "2025-04-17T08:22:06Z"
#> 
#> [[28]]$updated_at
#> [1] "2025-04-17T08:23:06Z"
#> 
#> [[28]]$closed_at
#> [1] "2025-04-17T08:23:05Z"
#> 
#> [[28]]$author_association
#> [1] "NONE"
#> 
#> [[28]]$type
#> NULL
#> 
#> [[28]]$active_lock_reason
#> NULL
#> 
#> [[28]]$sub_issues_summary
#> [[28]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[28]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[28]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[28]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrpact\n\n### Version number of the package evaluated\n\n4.2.0\n\n### Date of release of the evaluated version of the package\n\n2025-03-24\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n16536\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[28]]$closed_by
#> [[28]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[28]]$closed_by$id
#> [1] 41898282
#> 
#> [[28]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[28]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[28]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[28]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[28]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[28]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[28]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[28]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[28]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[28]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[28]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[28]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[28]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[28]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[28]]$closed_by$type
#> [1] "Bot"
#> 
#> [[28]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[28]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[28]]$reactions
#> [[28]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/reactions"
#> 
#> [[28]]$reactions$total_count
#> [1] 0
#> 
#> [[28]]$reactions$`+1`
#> [1] 0
#> 
#> [[28]]$reactions$`-1`
#> [1] 0
#> 
#> [[28]]$reactions$laugh
#> [1] 0
#> 
#> [[28]]$reactions$hooray
#> [1] 0
#> 
#> [[28]]$reactions$confused
#> [1] 0
#> 
#> [[28]]$reactions$heart
#> [1] 0
#> 
#> [[28]]$reactions$rocket
#> [1] 0
#> 
#> [[28]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[28]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/114/timeline"
#> 
#> [[28]]$performed_via_github_app
#> NULL
#> 
#> [[28]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[29]]
#> [[29]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113"
#> 
#> [[29]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[29]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/labels{/name}"
#> 
#> [[29]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/comments"
#> 
#> [[29]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/events"
#> 
#> [[29]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/113"
#> 
#> [[29]]$id
#> [1] 3001537717
#> 
#> [[29]]$node_id
#> [1] "I_kwDOKHVskc6y59S1"
#> 
#> [[29]]$number
#> [1] 113
#> 
#> [[29]]$title
#> [1] "[Package risk assessment]: mvtnorm version 1.3-3"
#> 
#> [[29]]$user
#> [[29]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[29]]$user$id
#> [1] 43375942
#> 
#> [[29]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[29]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[29]]$user$gravatar_id
#> [1] ""
#> 
#> [[29]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[29]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[29]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[29]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[29]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[29]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[29]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[29]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[29]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[29]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[29]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[29]]$user$type
#> [1] "User"
#> 
#> [[29]]$user$user_view_type
#> [1] "public"
#> 
#> [[29]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[29]]$labels
#> [[29]]$labels[[1]]
#> [[29]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[29]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[29]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[29]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[29]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[29]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[29]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[29]]$labels[[2]]
#> [[29]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[29]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[29]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[29]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[29]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[29]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[29]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[29]]$labels[[3]]
#> [[29]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[29]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[29]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[29]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[29]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[29]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[29]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[29]]$state
#> [1] "closed"
#> 
#> [[29]]$locked
#> [1] FALSE
#> 
#> [[29]]$assignee
#> NULL
#> 
#> [[29]]$assignees
#> list()
#> 
#> [[29]]$milestone
#> NULL
#> 
#> [[29]]$comments
#> [1] 1
#> 
#> [[29]]$created_at
#> [1] "2025-04-17T06:19:23Z"
#> 
#> [[29]]$updated_at
#> [1] "2025-04-17T06:20:22Z"
#> 
#> [[29]]$closed_at
#> [1] "2025-04-17T06:20:22Z"
#> 
#> [[29]]$author_association
#> [1] "NONE"
#> 
#> [[29]]$type
#> NULL
#> 
#> [[29]]$active_lock_reason
#> NULL
#> 
#> [[29]]$sub_issues_summary
#> [[29]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[29]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[29]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[29]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nmvtnorm\n\n### Version number of the package evaluated\n\n1.3-3\n\n### Date of release of the evaluated version of the package\n\n2025-01-10\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n2\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n3917502\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[29]]$closed_by
#> [[29]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[29]]$closed_by$id
#> [1] 41898282
#> 
#> [[29]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[29]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[29]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[29]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[29]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[29]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[29]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[29]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[29]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[29]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[29]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[29]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[29]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[29]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[29]]$closed_by$type
#> [1] "Bot"
#> 
#> [[29]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[29]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[29]]$reactions
#> [[29]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/reactions"
#> 
#> [[29]]$reactions$total_count
#> [1] 0
#> 
#> [[29]]$reactions$`+1`
#> [1] 0
#> 
#> [[29]]$reactions$`-1`
#> [1] 0
#> 
#> [[29]]$reactions$laugh
#> [1] 0
#> 
#> [[29]]$reactions$hooray
#> [1] 0
#> 
#> [[29]]$reactions$confused
#> [1] 0
#> 
#> [[29]]$reactions$heart
#> [1] 0
#> 
#> [[29]]$reactions$rocket
#> [1] 0
#> 
#> [[29]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[29]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/113/timeline"
#> 
#> [[29]]$performed_via_github_app
#> NULL
#> 
#> [[29]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[30]]
#> [[30]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112"
#> 
#> [[30]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[30]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/labels{/name}"
#> 
#> [[30]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/comments"
#> 
#> [[30]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/events"
#> 
#> [[30]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/112"
#> 
#> [[30]]$id
#> [1] 3001515706
#> 
#> [[30]]$node_id
#> [1] "I_kwDOKHVskc6y5366"
#> 
#> [[30]]$number
#> [1] 112
#> 
#> [[30]]$title
#> [1] "[Package risk assessment]: lme4 version 1.1-37"
#> 
#> [[30]]$user
#> [[30]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[30]]$user$id
#> [1] 43375942
#> 
#> [[30]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[30]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[30]]$user$gravatar_id
#> [1] ""
#> 
#> [[30]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[30]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[30]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[30]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[30]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[30]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[30]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[30]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[30]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[30]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[30]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[30]]$user$type
#> [1] "User"
#> 
#> [[30]]$user$user_view_type
#> [1] "public"
#> 
#> [[30]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[30]]$labels
#> [[30]]$labels[[1]]
#> [[30]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[30]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[30]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[30]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[30]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[30]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[30]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[30]]$labels[[2]]
#> [[30]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[30]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[30]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[30]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[30]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[30]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[30]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[30]]$labels[[3]]
#> [[30]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[30]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[30]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[30]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[30]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[30]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[30]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[30]]$state
#> [1] "closed"
#> 
#> [[30]]$locked
#> [1] FALSE
#> 
#> [[30]]$assignee
#> NULL
#> 
#> [[30]]$assignees
#> list()
#> 
#> [[30]]$milestone
#> NULL
#> 
#> [[30]]$comments
#> [1] 1
#> 
#> [[30]]$created_at
#> [1] "2025-04-17T06:05:28Z"
#> 
#> [[30]]$updated_at
#> [1] "2025-04-17T06:06:27Z"
#> 
#> [[30]]$closed_at
#> [1] "2025-04-17T06:06:27Z"
#> 
#> [[30]]$author_association
#> [1] "NONE"
#> 
#> [[30]]$type
#> NULL
#> 
#> [[30]]$active_lock_reason
#> NULL
#> 
#> [[30]]$sub_issues_summary
#> [[30]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[30]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[30]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[30]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nlme4\n\n### Version number of the package evaluated\n\n1.1-37\n\n### Date of release of the evaluated version of the package\n\n2025-03-26\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n5453790\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[30]]$closed_by
#> [[30]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[30]]$closed_by$id
#> [1] 41898282
#> 
#> [[30]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[30]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[30]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[30]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[30]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[30]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[30]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[30]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[30]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[30]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[30]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[30]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[30]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[30]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[30]]$closed_by$type
#> [1] "Bot"
#> 
#> [[30]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[30]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[30]]$reactions
#> [[30]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/reactions"
#> 
#> [[30]]$reactions$total_count
#> [1] 0
#> 
#> [[30]]$reactions$`+1`
#> [1] 0
#> 
#> [[30]]$reactions$`-1`
#> [1] 0
#> 
#> [[30]]$reactions$laugh
#> [1] 0
#> 
#> [[30]]$reactions$hooray
#> [1] 0
#> 
#> [[30]]$reactions$confused
#> [1] 0
#> 
#> [[30]]$reactions$heart
#> [1] 0
#> 
#> [[30]]$reactions$rocket
#> [1] 0
#> 
#> [[30]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[30]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/112/timeline"
#> 
#> [[30]]$performed_via_github_app
#> NULL
#> 
#> [[30]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[31]]
#> [[31]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111"
#> 
#> [[31]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[31]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/labels{/name}"
#> 
#> [[31]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/comments"
#> 
#> [[31]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/events"
#> 
#> [[31]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/111"
#> 
#> [[31]]$id
#> [1] 3000005160
#> 
#> [[31]]$node_id
#> [1] "I_kwDOKHVskc6y0HIo"
#> 
#> [[31]]$number
#> [1] 111
#> 
#> [[31]]$title
#> [1] "[Package risk assessment]: patchwork version 1.3.0"
#> 
#> [[31]]$user
#> [[31]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[31]]$user$id
#> [1] 43375942
#> 
#> [[31]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[31]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[31]]$user$gravatar_id
#> [1] ""
#> 
#> [[31]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[31]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[31]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[31]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[31]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[31]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[31]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[31]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[31]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[31]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[31]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[31]]$user$type
#> [1] "User"
#> 
#> [[31]]$user$user_view_type
#> [1] "public"
#> 
#> [[31]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[31]]$labels
#> [[31]]$labels[[1]]
#> [[31]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[31]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[31]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[31]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[31]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[31]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[31]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[31]]$labels[[2]]
#> [[31]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[31]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[31]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[31]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[31]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[31]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[31]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[31]]$labels[[3]]
#> [[31]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[31]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[31]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[31]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[31]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[31]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[31]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[31]]$state
#> [1] "closed"
#> 
#> [[31]]$locked
#> [1] FALSE
#> 
#> [[31]]$assignee
#> NULL
#> 
#> [[31]]$assignees
#> list()
#> 
#> [[31]]$milestone
#> NULL
#> 
#> [[31]]$comments
#> [1] 1
#> 
#> [[31]]$created_at
#> [1] "2025-04-16T15:27:46Z"
#> 
#> [[31]]$updated_at
#> [1] "2025-04-16T15:28:45Z"
#> 
#> [[31]]$closed_at
#> [1] "2025-04-16T15:28:45Z"
#> 
#> [[31]]$author_association
#> [1] "NONE"
#> 
#> [[31]]$type
#> NULL
#> 
#> [[31]]$active_lock_reason
#> NULL
#> 
#> [[31]]$sub_issues_summary
#> [[31]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[31]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[31]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[31]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npatchwork\n\n### Version number of the package evaluated\n\n1.3.0\n\n### Date of release of the evaluated version of the package\n\n2024-09-16\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n10\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2658480\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[31]]$closed_by
#> [[31]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[31]]$closed_by$id
#> [1] 41898282
#> 
#> [[31]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[31]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[31]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[31]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[31]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[31]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[31]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[31]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[31]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[31]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[31]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[31]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[31]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[31]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[31]]$closed_by$type
#> [1] "Bot"
#> 
#> [[31]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[31]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[31]]$reactions
#> [[31]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/reactions"
#> 
#> [[31]]$reactions$total_count
#> [1] 0
#> 
#> [[31]]$reactions$`+1`
#> [1] 0
#> 
#> [[31]]$reactions$`-1`
#> [1] 0
#> 
#> [[31]]$reactions$laugh
#> [1] 0
#> 
#> [[31]]$reactions$hooray
#> [1] 0
#> 
#> [[31]]$reactions$confused
#> [1] 0
#> 
#> [[31]]$reactions$heart
#> [1] 0
#> 
#> [[31]]$reactions$rocket
#> [1] 0
#> 
#> [[31]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[31]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/111/timeline"
#> 
#> [[31]]$performed_via_github_app
#> NULL
#> 
#> [[31]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[32]]
#> [[32]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110"
#> 
#> [[32]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[32]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/labels{/name}"
#> 
#> [[32]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/comments"
#> 
#> [[32]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/events"
#> 
#> [[32]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/110"
#> 
#> [[32]]$id
#> [1] 2998550513
#> 
#> [[32]]$node_id
#> [1] "I_kwDOKHVskc6yuj_x"
#> 
#> [[32]]$number
#> [1] 110
#> 
#> [[32]]$title
#> [1] "[Package risk assessment]: rms version 8.0-0"
#> 
#> [[32]]$user
#> [[32]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[32]]$user$id
#> [1] 43375942
#> 
#> [[32]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[32]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[32]]$user$gravatar_id
#> [1] ""
#> 
#> [[32]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[32]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[32]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[32]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[32]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[32]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[32]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[32]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[32]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[32]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[32]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[32]]$user$type
#> [1] "User"
#> 
#> [[32]]$user$user_view_type
#> [1] "public"
#> 
#> [[32]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[32]]$labels
#> [[32]]$labels[[1]]
#> [[32]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[32]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[32]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[32]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[32]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[32]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[32]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[32]]$labels[[2]]
#> [[32]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[32]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[32]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[32]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[32]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[32]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[32]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[32]]$labels[[3]]
#> [[32]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[32]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[32]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[32]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[32]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[32]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[32]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[32]]$state
#> [1] "closed"
#> 
#> [[32]]$locked
#> [1] FALSE
#> 
#> [[32]]$assignee
#> NULL
#> 
#> [[32]]$assignees
#> list()
#> 
#> [[32]]$milestone
#> NULL
#> 
#> [[32]]$comments
#> [1] 1
#> 
#> [[32]]$created_at
#> [1] "2025-04-16T06:16:51Z"
#> 
#> [[32]]$updated_at
#> [1] "2025-04-16T06:17:48Z"
#> 
#> [[32]]$closed_at
#> [1] "2025-04-16T06:17:48Z"
#> 
#> [[32]]$author_association
#> [1] "NONE"
#> 
#> [[32]]$type
#> NULL
#> 
#> [[32]]$active_lock_reason
#> NULL
#> 
#> [[32]]$sub_issues_summary
#> [[32]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[32]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[32]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[32]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrms\n\n### Version number of the package evaluated\n\n8.0-0\n\n### Date of release of the evaluated version of the package\n\n2025-04-04\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n20\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n391198\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[32]]$closed_by
#> [[32]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[32]]$closed_by$id
#> [1] 41898282
#> 
#> [[32]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[32]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[32]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[32]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[32]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[32]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[32]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[32]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[32]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[32]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[32]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[32]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[32]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[32]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[32]]$closed_by$type
#> [1] "Bot"
#> 
#> [[32]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[32]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[32]]$reactions
#> [[32]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/reactions"
#> 
#> [[32]]$reactions$total_count
#> [1] 0
#> 
#> [[32]]$reactions$`+1`
#> [1] 0
#> 
#> [[32]]$reactions$`-1`
#> [1] 0
#> 
#> [[32]]$reactions$laugh
#> [1] 0
#> 
#> [[32]]$reactions$hooray
#> [1] 0
#> 
#> [[32]]$reactions$confused
#> [1] 0
#> 
#> [[32]]$reactions$heart
#> [1] 0
#> 
#> [[32]]$reactions$rocket
#> [1] 0
#> 
#> [[32]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[32]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/110/timeline"
#> 
#> [[32]]$performed_via_github_app
#> NULL
#> 
#> [[32]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[33]]
#> [[33]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109"
#> 
#> [[33]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[33]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/labels{/name}"
#> 
#> [[33]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/comments"
#> 
#> [[33]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/events"
#> 
#> [[33]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/109"
#> 
#> [[33]]$id
#> [1] 2998488198
#> 
#> [[33]]$node_id
#> [1] "I_kwDOKHVskc6yuUyG"
#> 
#> [[33]]$number
#> [1] 109
#> 
#> [[33]]$title
#> [1] "[Package risk assessment]: car version 3.1-3"
#> 
#> [[33]]$user
#> [[33]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[33]]$user$id
#> [1] 43375942
#> 
#> [[33]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[33]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[33]]$user$gravatar_id
#> [1] ""
#> 
#> [[33]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[33]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[33]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[33]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[33]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[33]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[33]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[33]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[33]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[33]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[33]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[33]]$user$type
#> [1] "User"
#> 
#> [[33]]$user$user_view_type
#> [1] "public"
#> 
#> [[33]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[33]]$labels
#> [[33]]$labels[[1]]
#> [[33]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[33]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[33]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[33]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[33]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[33]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[33]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[33]]$labels[[2]]
#> [[33]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[33]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[33]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[33]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[33]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[33]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[33]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[33]]$labels[[3]]
#> [[33]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[33]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[33]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[33]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[33]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[33]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[33]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[33]]$state
#> [1] "closed"
#> 
#> [[33]]$locked
#> [1] FALSE
#> 
#> [[33]]$assignee
#> NULL
#> 
#> [[33]]$assignees
#> list()
#> 
#> [[33]]$milestone
#> NULL
#> 
#> [[33]]$comments
#> [1] 1
#> 
#> [[33]]$created_at
#> [1] "2025-04-16T05:52:52Z"
#> 
#> [[33]]$updated_at
#> [1] "2025-04-16T05:53:54Z"
#> 
#> [[33]]$closed_at
#> [1] "2025-04-16T05:53:53Z"
#> 
#> [[33]]$author_association
#> [1] "NONE"
#> 
#> [[33]]$type
#> NULL
#> 
#> [[33]]$active_lock_reason
#> NULL
#> 
#> [[33]]$sub_issues_summary
#> [[33]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[33]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[33]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[33]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncar\n\n### Version number of the package evaluated\n\n3.1-3\n\n### Date of release of the evaluated version of the package\n\n2024-09-27\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n5394945\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[33]]$closed_by
#> [[33]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[33]]$closed_by$id
#> [1] 41898282
#> 
#> [[33]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[33]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[33]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[33]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[33]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[33]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[33]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[33]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[33]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[33]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[33]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[33]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[33]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[33]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[33]]$closed_by$type
#> [1] "Bot"
#> 
#> [[33]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[33]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[33]]$reactions
#> [[33]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/reactions"
#> 
#> [[33]]$reactions$total_count
#> [1] 0
#> 
#> [[33]]$reactions$`+1`
#> [1] 0
#> 
#> [[33]]$reactions$`-1`
#> [1] 0
#> 
#> [[33]]$reactions$laugh
#> [1] 0
#> 
#> [[33]]$reactions$hooray
#> [1] 0
#> 
#> [[33]]$reactions$confused
#> [1] 0
#> 
#> [[33]]$reactions$heart
#> [1] 0
#> 
#> [[33]]$reactions$rocket
#> [1] 0
#> 
#> [[33]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[33]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/109/timeline"
#> 
#> [[33]]$performed_via_github_app
#> NULL
#> 
#> [[33]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[34]]
#> [[34]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108"
#> 
#> [[34]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[34]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/labels{/name}"
#> 
#> [[34]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/comments"
#> 
#> [[34]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/events"
#> 
#> [[34]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/108"
#> 
#> [[34]]$id
#> [1] 2989046632
#> 
#> [[34]]$node_id
#> [1] "I_kwDOKHVskc6yKTto"
#> 
#> [[34]]$number
#> [1] 108
#> 
#> [[34]]$title
#> [1] "[Package risk assessment]: forestplot version 3.1.6"
#> 
#> [[34]]$user
#> [[34]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[34]]$user$id
#> [1] 43375942
#> 
#> [[34]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[34]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[34]]$user$gravatar_id
#> [1] ""
#> 
#> [[34]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[34]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[34]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[34]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[34]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[34]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[34]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[34]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[34]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[34]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[34]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[34]]$user$type
#> [1] "User"
#> 
#> [[34]]$user$user_view_type
#> [1] "public"
#> 
#> [[34]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[34]]$labels
#> [[34]]$labels[[1]]
#> [[34]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[34]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[34]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[34]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[34]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[34]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[34]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[34]]$labels[[2]]
#> [[34]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[34]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[34]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[34]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[34]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[34]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[34]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[34]]$labels[[3]]
#> [[34]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[34]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[34]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[34]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[34]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[34]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[34]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[34]]$state
#> [1] "closed"
#> 
#> [[34]]$locked
#> [1] FALSE
#> 
#> [[34]]$assignee
#> NULL
#> 
#> [[34]]$assignees
#> list()
#> 
#> [[34]]$milestone
#> NULL
#> 
#> [[34]]$comments
#> [1] 1
#> 
#> [[34]]$created_at
#> [1] "2025-04-11T15:49:48Z"
#> 
#> [[34]]$updated_at
#> [1] "2025-04-11T15:51:17Z"
#> 
#> [[34]]$closed_at
#> [1] "2025-04-11T15:51:17Z"
#> 
#> [[34]]$author_association
#> [1] "NONE"
#> 
#> [[34]]$type
#> NULL
#> 
#> [[34]]$active_lock_reason
#> NULL
#> 
#> [[34]]$sub_issues_summary
#> [[34]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[34]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[34]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[34]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nforestplot\n\n### Version number of the package evaluated\n\n3.1.6\n\n### Date of release of the evaluated version of the package\n\n2024-11-19\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n3\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n121812\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[34]]$closed_by
#> [[34]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[34]]$closed_by$id
#> [1] 41898282
#> 
#> [[34]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[34]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[34]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[34]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[34]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[34]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[34]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[34]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[34]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[34]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[34]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[34]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[34]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[34]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[34]]$closed_by$type
#> [1] "Bot"
#> 
#> [[34]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[34]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[34]]$reactions
#> [[34]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/reactions"
#> 
#> [[34]]$reactions$total_count
#> [1] 0
#> 
#> [[34]]$reactions$`+1`
#> [1] 0
#> 
#> [[34]]$reactions$`-1`
#> [1] 0
#> 
#> [[34]]$reactions$laugh
#> [1] 0
#> 
#> [[34]]$reactions$hooray
#> [1] 0
#> 
#> [[34]]$reactions$confused
#> [1] 0
#> 
#> [[34]]$reactions$heart
#> [1] 0
#> 
#> [[34]]$reactions$rocket
#> [1] 0
#> 
#> [[34]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[34]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/108/timeline"
#> 
#> [[34]]$performed_via_github_app
#> NULL
#> 
#> [[34]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[35]]
#> [[35]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107"
#> 
#> [[35]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[35]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/labels{/name}"
#> 
#> [[35]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/comments"
#> 
#> [[35]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/events"
#> 
#> [[35]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/107"
#> 
#> [[35]]$id
#> [1] 2984588801
#> 
#> [[35]]$node_id
#> [1] "I_kwDOKHVskc6x5TYB"
#> 
#> [[35]]$number
#> [1] 107
#> 
#> [[35]]$title
#> [1] "[Package risk assessment]: magrittr version 2.0.3"
#> 
#> [[35]]$user
#> [[35]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[35]]$user$id
#> [1] 43375942
#> 
#> [[35]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[35]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[35]]$user$gravatar_id
#> [1] ""
#> 
#> [[35]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[35]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[35]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[35]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[35]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[35]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[35]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[35]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[35]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[35]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[35]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[35]]$user$type
#> [1] "User"
#> 
#> [[35]]$user$user_view_type
#> [1] "public"
#> 
#> [[35]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[35]]$labels
#> [[35]]$labels[[1]]
#> [[35]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[35]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[35]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[35]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[35]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[35]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[35]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[35]]$labels[[2]]
#> [[35]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[35]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[35]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[35]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[35]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[35]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[35]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[35]]$labels[[3]]
#> [[35]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[35]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[35]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[35]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[35]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[35]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[35]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[35]]$state
#> [1] "closed"
#> 
#> [[35]]$locked
#> [1] FALSE
#> 
#> [[35]]$assignee
#> NULL
#> 
#> [[35]]$assignees
#> list()
#> 
#> [[35]]$milestone
#> NULL
#> 
#> [[35]]$comments
#> [1] 1
#> 
#> [[35]]$created_at
#> [1] "2025-04-10T06:22:24Z"
#> 
#> [[35]]$updated_at
#> [1] "2025-04-10T06:23:32Z"
#> 
#> [[35]]$closed_at
#> [1] "2025-04-10T06:23:31Z"
#> 
#> [[35]]$author_association
#> [1] "NONE"
#> 
#> [[35]]$type
#> NULL
#> 
#> [[35]]$active_lock_reason
#> NULL
#> 
#> [[35]]$sub_issues_summary
#> [[35]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[35]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[35]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[35]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nmagrittr\n\n### Version number of the package evaluated\n\n2.0.3\n\n### Date of release of the evaluated version of the package\n\n2022-03-30\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n0\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n13993146\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[35]]$closed_by
#> [[35]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[35]]$closed_by$id
#> [1] 41898282
#> 
#> [[35]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[35]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[35]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[35]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[35]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[35]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[35]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[35]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[35]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[35]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[35]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[35]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[35]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[35]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[35]]$closed_by$type
#> [1] "Bot"
#> 
#> [[35]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[35]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[35]]$reactions
#> [[35]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/reactions"
#> 
#> [[35]]$reactions$total_count
#> [1] 0
#> 
#> [[35]]$reactions$`+1`
#> [1] 0
#> 
#> [[35]]$reactions$`-1`
#> [1] 0
#> 
#> [[35]]$reactions$laugh
#> [1] 0
#> 
#> [[35]]$reactions$hooray
#> [1] 0
#> 
#> [[35]]$reactions$confused
#> [1] 0
#> 
#> [[35]]$reactions$heart
#> [1] 0
#> 
#> [[35]]$reactions$rocket
#> [1] 0
#> 
#> [[35]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[35]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/107/timeline"
#> 
#> [[35]]$performed_via_github_app
#> NULL
#> 
#> [[35]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[36]]
#> [[36]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106"
#> 
#> [[36]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[36]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/labels{/name}"
#> 
#> [[36]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/comments"
#> 
#> [[36]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/events"
#> 
#> [[36]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/106"
#> 
#> [[36]]$id
#> [1] 2976278673
#> 
#> [[36]]$node_id
#> [1] "I_kwDOKHVskc6xZmiR"
#> 
#> [[36]]$number
#> [1] 106
#> 
#> [[36]]$title
#> [1] "[Package risk assessment]: stringr version 1.5.1"
#> 
#> [[36]]$user
#> [[36]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[36]]$user$id
#> [1] 43375942
#> 
#> [[36]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[36]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[36]]$user$gravatar_id
#> [1] ""
#> 
#> [[36]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[36]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[36]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[36]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[36]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[36]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[36]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[36]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[36]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[36]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[36]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[36]]$user$type
#> [1] "User"
#> 
#> [[36]]$user$user_view_type
#> [1] "public"
#> 
#> [[36]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[36]]$labels
#> [[36]]$labels[[1]]
#> [[36]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[36]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[36]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[36]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[36]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[36]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[36]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[36]]$labels[[2]]
#> [[36]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[36]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[36]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[36]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[36]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[36]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[36]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[36]]$labels[[3]]
#> [[36]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[36]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[36]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[36]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[36]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[36]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[36]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[36]]$state
#> [1] "closed"
#> 
#> [[36]]$locked
#> [1] FALSE
#> 
#> [[36]]$assignee
#> NULL
#> 
#> [[36]]$assignees
#> list()
#> 
#> [[36]]$milestone
#> NULL
#> 
#> [[36]]$comments
#> [1] 1
#> 
#> [[36]]$created_at
#> [1] "2025-04-07T09:47:09Z"
#> 
#> [[36]]$updated_at
#> [1] "2025-04-07T09:48:14Z"
#> 
#> [[36]]$closed_at
#> [1] "2025-04-07T09:48:13Z"
#> 
#> [[36]]$author_association
#> [1] "NONE"
#> 
#> [[36]]$type
#> NULL
#> 
#> [[36]]$active_lock_reason
#> NULL
#> 
#> [[36]]$sub_issues_summary
#> [[36]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[36]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[36]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[36]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nstringr\n\n### Version number of the package evaluated\n\n1.5.1\n\n### Date of release of the evaluated version of the package\n\n2023-11-14\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12679982\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[36]]$closed_by
#> [[36]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[36]]$closed_by$id
#> [1] 41898282
#> 
#> [[36]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[36]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[36]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[36]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[36]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[36]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[36]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[36]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[36]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[36]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[36]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[36]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[36]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[36]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[36]]$closed_by$type
#> [1] "Bot"
#> 
#> [[36]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[36]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[36]]$reactions
#> [[36]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/reactions"
#> 
#> [[36]]$reactions$total_count
#> [1] 0
#> 
#> [[36]]$reactions$`+1`
#> [1] 0
#> 
#> [[36]]$reactions$`-1`
#> [1] 0
#> 
#> [[36]]$reactions$laugh
#> [1] 0
#> 
#> [[36]]$reactions$hooray
#> [1] 0
#> 
#> [[36]]$reactions$confused
#> [1] 0
#> 
#> [[36]]$reactions$heart
#> [1] 0
#> 
#> [[36]]$reactions$rocket
#> [1] 0
#> 
#> [[36]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[36]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/106/timeline"
#> 
#> [[36]]$performed_via_github_app
#> NULL
#> 
#> [[36]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[37]]
#> [[37]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105"
#> 
#> [[37]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[37]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/labels{/name}"
#> 
#> [[37]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/comments"
#> 
#> [[37]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/events"
#> 
#> [[37]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/105"
#> 
#> [[37]]$id
#> [1] 2976243858
#> 
#> [[37]]$node_id
#> [1] "I_kwDOKHVskc6xZeCS"
#> 
#> [[37]]$number
#> [1] 105
#> 
#> [[37]]$title
#> [1] "[Package risk assessment]: ggplot2 version 3.5.1"
#> 
#> [[37]]$user
#> [[37]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[37]]$user$id
#> [1] 43375942
#> 
#> [[37]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[37]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[37]]$user$gravatar_id
#> [1] ""
#> 
#> [[37]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[37]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[37]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[37]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[37]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[37]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[37]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[37]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[37]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[37]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[37]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[37]]$user$type
#> [1] "User"
#> 
#> [[37]]$user$user_view_type
#> [1] "public"
#> 
#> [[37]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[37]]$labels
#> [[37]]$labels[[1]]
#> [[37]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[37]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[37]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[37]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[37]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[37]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[37]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[37]]$labels[[2]]
#> [[37]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[37]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[37]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[37]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[37]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[37]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[37]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[37]]$labels[[3]]
#> [[37]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[37]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[37]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[37]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[37]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[37]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[37]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[37]]$state
#> [1] "closed"
#> 
#> [[37]]$locked
#> [1] FALSE
#> 
#> [[37]]$assignee
#> NULL
#> 
#> [[37]]$assignees
#> list()
#> 
#> [[37]]$milestone
#> NULL
#> 
#> [[37]]$comments
#> [1] 1
#> 
#> [[37]]$created_at
#> [1] "2025-04-07T09:34:29Z"
#> 
#> [[37]]$updated_at
#> [1] "2025-04-07T09:36:04Z"
#> 
#> [[37]]$closed_at
#> [1] "2025-04-07T09:36:03Z"
#> 
#> [[37]]$author_association
#> [1] "NONE"
#> 
#> [[37]]$type
#> NULL
#> 
#> [[37]]$active_lock_reason
#> NULL
#> 
#> [[37]]$sub_issues_summary
#> [[37]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[37]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[37]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[37]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nggplot2\n\n### Version number of the package evaluated\n\n3.5.1\n\n### Date of release of the evaluated version of the package\n\n2024-04-23\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n19804979\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[37]]$closed_by
#> [[37]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[37]]$closed_by$id
#> [1] 41898282
#> 
#> [[37]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[37]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[37]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[37]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[37]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[37]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[37]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[37]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[37]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[37]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[37]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[37]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[37]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[37]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[37]]$closed_by$type
#> [1] "Bot"
#> 
#> [[37]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[37]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[37]]$reactions
#> [[37]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/reactions"
#> 
#> [[37]]$reactions$total_count
#> [1] 0
#> 
#> [[37]]$reactions$`+1`
#> [1] 0
#> 
#> [[37]]$reactions$`-1`
#> [1] 0
#> 
#> [[37]]$reactions$laugh
#> [1] 0
#> 
#> [[37]]$reactions$hooray
#> [1] 0
#> 
#> [[37]]$reactions$confused
#> [1] 0
#> 
#> [[37]]$reactions$heart
#> [1] 0
#> 
#> [[37]]$reactions$rocket
#> [1] 0
#> 
#> [[37]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[37]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/105/timeline"
#> 
#> [[37]]$performed_via_github_app
#> NULL
#> 
#> [[37]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[38]]
#> [[38]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104"
#> 
#> [[38]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[38]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/labels{/name}"
#> 
#> [[38]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/comments"
#> 
#> [[38]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/events"
#> 
#> [[38]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/104"
#> 
#> [[38]]$id
#> [1] 2976212766
#> 
#> [[38]]$node_id
#> [1] "I_kwDOKHVskc6xZWce"
#> 
#> [[38]]$number
#> [1] 104
#> 
#> [[38]]$title
#> [1] "[Package risk assessment]: knitr version 1.50"
#> 
#> [[38]]$user
#> [[38]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[38]]$user$id
#> [1] 43375942
#> 
#> [[38]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[38]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[38]]$user$gravatar_id
#> [1] ""
#> 
#> [[38]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[38]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[38]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[38]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[38]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[38]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[38]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[38]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[38]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[38]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[38]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[38]]$user$type
#> [1] "User"
#> 
#> [[38]]$user$user_view_type
#> [1] "public"
#> 
#> [[38]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[38]]$labels
#> [[38]]$labels[[1]]
#> [[38]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[38]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[38]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[38]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[38]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[38]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[38]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[38]]$labels[[2]]
#> [[38]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[38]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[38]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[38]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[38]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[38]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[38]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[38]]$labels[[3]]
#> [[38]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[38]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[38]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[38]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[38]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[38]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[38]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[38]]$state
#> [1] "closed"
#> 
#> [[38]]$locked
#> [1] FALSE
#> 
#> [[38]]$assignee
#> NULL
#> 
#> [[38]]$assignees
#> list()
#> 
#> [[38]]$milestone
#> NULL
#> 
#> [[38]]$comments
#> [1] 1
#> 
#> [[38]]$created_at
#> [1] "2025-04-07T09:23:36Z"
#> 
#> [[38]]$updated_at
#> [1] "2025-04-07T09:24:39Z"
#> 
#> [[38]]$closed_at
#> [1] "2025-04-07T09:24:38Z"
#> 
#> [[38]]$author_association
#> [1] "NONE"
#> 
#> [[38]]$type
#> NULL
#> 
#> [[38]]$active_lock_reason
#> NULL
#> 
#> [[38]]$sub_issues_summary
#> [[38]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[38]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[38]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[38]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nknitr\n\n### Version number of the package evaluated\n\n1.50\n\n### Date of release of the evaluated version of the package\n\n2025-03-16\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n12773315\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[38]]$closed_by
#> [[38]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[38]]$closed_by$id
#> [1] 41898282
#> 
#> [[38]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[38]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[38]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[38]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[38]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[38]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[38]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[38]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[38]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[38]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[38]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[38]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[38]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[38]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[38]]$closed_by$type
#> [1] "Bot"
#> 
#> [[38]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[38]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[38]]$reactions
#> [[38]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/reactions"
#> 
#> [[38]]$reactions$total_count
#> [1] 0
#> 
#> [[38]]$reactions$`+1`
#> [1] 0
#> 
#> [[38]]$reactions$`-1`
#> [1] 0
#> 
#> [[38]]$reactions$laugh
#> [1] 0
#> 
#> [[38]]$reactions$hooray
#> [1] 0
#> 
#> [[38]]$reactions$confused
#> [1] 0
#> 
#> [[38]]$reactions$heart
#> [1] 0
#> 
#> [[38]]$reactions$rocket
#> [1] 0
#> 
#> [[38]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[38]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/104/timeline"
#> 
#> [[38]]$performed_via_github_app
#> NULL
#> 
#> [[38]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[39]]
#> [[39]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103"
#> 
#> [[39]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[39]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/labels{/name}"
#> 
#> [[39]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/comments"
#> 
#> [[39]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/events"
#> 
#> [[39]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/103"
#> 
#> [[39]]$id
#> [1] 2976118968
#> 
#> [[39]]$node_id
#> [1] "I_kwDOKHVskc6xY_i4"
#> 
#> [[39]]$number
#> [1] 103
#> 
#> [[39]]$title
#> [1] "[Package risk assessment]: rtf version 0.4-14.1"
#> 
#> [[39]]$user
#> [[39]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[39]]$user$id
#> [1] 43375942
#> 
#> [[39]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[39]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[39]]$user$gravatar_id
#> [1] ""
#> 
#> [[39]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[39]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[39]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[39]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[39]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[39]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[39]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[39]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[39]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[39]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[39]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[39]]$user$type
#> [1] "User"
#> 
#> [[39]]$user$user_view_type
#> [1] "public"
#> 
#> [[39]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[39]]$labels
#> [[39]]$labels[[1]]
#> [[39]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[39]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[39]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[39]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[39]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[39]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[39]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[39]]$labels[[2]]
#> [[39]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[39]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[39]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[39]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[39]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[39]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[39]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[39]]$labels[[3]]
#> [[39]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[39]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[39]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[39]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[39]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[39]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[39]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[39]]$state
#> [1] "closed"
#> 
#> [[39]]$locked
#> [1] FALSE
#> 
#> [[39]]$assignee
#> NULL
#> 
#> [[39]]$assignees
#> list()
#> 
#> [[39]]$milestone
#> NULL
#> 
#> [[39]]$comments
#> [1] 1
#> 
#> [[39]]$created_at
#> [1] "2025-04-07T08:53:57Z"
#> 
#> [[39]]$updated_at
#> [1] "2025-04-07T08:55:04Z"
#> 
#> [[39]]$closed_at
#> [1] "2025-04-07T08:55:03Z"
#> 
#> [[39]]$author_association
#> [1] "NONE"
#> 
#> [[39]]$type
#> NULL
#> 
#> [[39]]$active_lock_reason
#> NULL
#> 
#> [[39]]$sub_issues_summary
#> [[39]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[39]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[39]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[39]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrtf\n\n### Version number of the package evaluated\n\n0.4-14.1\n\n### Date of release of the evaluated version of the package\n\n2020-03-22\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n2\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n68127\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[39]]$closed_by
#> [[39]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[39]]$closed_by$id
#> [1] 41898282
#> 
#> [[39]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[39]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[39]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[39]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[39]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[39]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[39]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[39]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[39]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[39]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[39]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[39]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[39]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[39]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[39]]$closed_by$type
#> [1] "Bot"
#> 
#> [[39]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[39]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[39]]$reactions
#> [[39]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/reactions"
#> 
#> [[39]]$reactions$total_count
#> [1] 0
#> 
#> [[39]]$reactions$`+1`
#> [1] 0
#> 
#> [[39]]$reactions$`-1`
#> [1] 0
#> 
#> [[39]]$reactions$laugh
#> [1] 0
#> 
#> [[39]]$reactions$hooray
#> [1] 0
#> 
#> [[39]]$reactions$confused
#> [1] 0
#> 
#> [[39]]$reactions$heart
#> [1] 0
#> 
#> [[39]]$reactions$rocket
#> [1] 0
#> 
#> [[39]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[39]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/103/timeline"
#> 
#> [[39]]$performed_via_github_app
#> NULL
#> 
#> [[39]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[40]]
#> [[40]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102"
#> 
#> [[40]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[40]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/labels{/name}"
#> 
#> [[40]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/comments"
#> 
#> [[40]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/events"
#> 
#> [[40]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/102"
#> 
#> [[40]]$id
#> [1] 2976060031
#> 
#> [[40]]$node_id
#> [1] "I_kwDOKHVskc6xYxJ_"
#> 
#> [[40]]$number
#> [1] 102
#> 
#> [[40]]$title
#> [1] "[Package risk assessment]: rmarkdown version 2.29"
#> 
#> [[40]]$user
#> [[40]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[40]]$user$id
#> [1] 43375942
#> 
#> [[40]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[40]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[40]]$user$gravatar_id
#> [1] ""
#> 
#> [[40]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[40]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[40]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[40]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[40]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[40]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[40]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[40]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[40]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[40]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[40]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[40]]$user$type
#> [1] "User"
#> 
#> [[40]]$user$user_view_type
#> [1] "public"
#> 
#> [[40]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[40]]$labels
#> [[40]]$labels[[1]]
#> [[40]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[40]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[40]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[40]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[40]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[40]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[40]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[40]]$labels[[2]]
#> [[40]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[40]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[40]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[40]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[40]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[40]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[40]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[40]]$labels[[3]]
#> [[40]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[40]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[40]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[40]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[40]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[40]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[40]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[40]]$state
#> [1] "closed"
#> 
#> [[40]]$locked
#> [1] FALSE
#> 
#> [[40]]$assignee
#> NULL
#> 
#> [[40]]$assignees
#> list()
#> 
#> [[40]]$milestone
#> NULL
#> 
#> [[40]]$comments
#> [1] 1
#> 
#> [[40]]$created_at
#> [1] "2025-04-07T08:31:59Z"
#> 
#> [[40]]$updated_at
#> [1] "2025-04-07T08:33:05Z"
#> 
#> [[40]]$closed_at
#> [1] "2025-04-07T08:33:04Z"
#> 
#> [[40]]$author_association
#> [1] "NONE"
#> 
#> [[40]]$type
#> NULL
#> 
#> [[40]]$active_lock_reason
#> NULL
#> 
#> [[40]]$sub_issues_summary
#> [[40]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[40]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[40]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[40]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrmarkdown\n\n### Version number of the package evaluated\n\n2.29\n\n### Date of release of the evaluated version of the package\n\n2024-11-04\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n13\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n11795003\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[40]]$closed_by
#> [[40]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[40]]$closed_by$id
#> [1] 41898282
#> 
#> [[40]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[40]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[40]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[40]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[40]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[40]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[40]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[40]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[40]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[40]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[40]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[40]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[40]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[40]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[40]]$closed_by$type
#> [1] "Bot"
#> 
#> [[40]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[40]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[40]]$reactions
#> [[40]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/reactions"
#> 
#> [[40]]$reactions$total_count
#> [1] 0
#> 
#> [[40]]$reactions$`+1`
#> [1] 0
#> 
#> [[40]]$reactions$`-1`
#> [1] 0
#> 
#> [[40]]$reactions$laugh
#> [1] 0
#> 
#> [[40]]$reactions$hooray
#> [1] 0
#> 
#> [[40]]$reactions$confused
#> [1] 0
#> 
#> [[40]]$reactions$heart
#> [1] 0
#> 
#> [[40]]$reactions$rocket
#> [1] 0
#> 
#> [[40]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[40]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/102/timeline"
#> 
#> [[40]]$performed_via_github_app
#> NULL
#> 
#> [[40]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[41]]
#> [[41]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101"
#> 
#> [[41]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[41]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/labels{/name}"
#> 
#> [[41]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/comments"
#> 
#> [[41]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/events"
#> 
#> [[41]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/101"
#> 
#> [[41]]$id
#> [1] 2975851556
#> 
#> [[41]]$node_id
#> [1] "I_kwDOKHVskc6xX-Qk"
#> 
#> [[41]]$number
#> [1] 101
#> 
#> [[41]]$title
#> [1] "[Package risk assessment]: openxlsx version 4.2.8"
#> 
#> [[41]]$user
#> [[41]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[41]]$user$id
#> [1] 43375942
#> 
#> [[41]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[41]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[41]]$user$gravatar_id
#> [1] ""
#> 
#> [[41]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[41]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[41]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[41]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[41]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[41]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[41]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[41]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[41]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[41]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[41]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[41]]$user$type
#> [1] "User"
#> 
#> [[41]]$user$user_view_type
#> [1] "public"
#> 
#> [[41]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[41]]$labels
#> [[41]]$labels[[1]]
#> [[41]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[41]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[41]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[41]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[41]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[41]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[41]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[41]]$labels[[2]]
#> [[41]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[41]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[41]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[41]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[41]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[41]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[41]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[41]]$labels[[3]]
#> [[41]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[41]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[41]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[41]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[41]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[41]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[41]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[41]]$state
#> [1] "closed"
#> 
#> [[41]]$locked
#> [1] FALSE
#> 
#> [[41]]$assignee
#> NULL
#> 
#> [[41]]$assignees
#> list()
#> 
#> [[41]]$milestone
#> NULL
#> 
#> [[41]]$comments
#> [1] 1
#> 
#> [[41]]$created_at
#> [1] "2025-04-07T07:10:20Z"
#> 
#> [[41]]$updated_at
#> [1] "2025-04-07T07:11:27Z"
#> 
#> [[41]]$closed_at
#> [1] "2025-04-07T07:11:27Z"
#> 
#> [[41]]$author_association
#> [1] "NONE"
#> 
#> [[41]]$type
#> NULL
#> 
#> [[41]]$active_lock_reason
#> NULL
#> 
#> [[41]]$sub_issues_summary
#> [[41]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[41]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[41]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[41]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nopenxlsx\n\n### Version number of the package evaluated\n\n4.2.8\n\n### Date of release of the evaluated version of the package\n\n2025-01-25\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n4265113\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[41]]$closed_by
#> [[41]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[41]]$closed_by$id
#> [1] 41898282
#> 
#> [[41]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[41]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[41]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[41]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[41]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[41]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[41]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[41]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[41]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[41]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[41]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[41]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[41]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[41]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[41]]$closed_by$type
#> [1] "Bot"
#> 
#> [[41]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[41]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[41]]$reactions
#> [[41]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/reactions"
#> 
#> [[41]]$reactions$total_count
#> [1] 0
#> 
#> [[41]]$reactions$`+1`
#> [1] 0
#> 
#> [[41]]$reactions$`-1`
#> [1] 0
#> 
#> [[41]]$reactions$laugh
#> [1] 0
#> 
#> [[41]]$reactions$hooray
#> [1] 0
#> 
#> [[41]]$reactions$confused
#> [1] 0
#> 
#> [[41]]$reactions$heart
#> [1] 0
#> 
#> [[41]]$reactions$rocket
#> [1] 0
#> 
#> [[41]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[41]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/101/timeline"
#> 
#> [[41]]$performed_via_github_app
#> NULL
#> 
#> [[41]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[42]]
#> [[42]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99"
#> 
#> [[42]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[42]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/labels{/name}"
#> 
#> [[42]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/comments"
#> 
#> [[42]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/events"
#> 
#> [[42]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/99"
#> 
#> [[42]]$id
#> [1] 2886525198
#> 
#> [[42]]$node_id
#> [1] "I_kwDOKHVskc6sDOEO"
#> 
#> [[42]]$number
#> [1] 99
#> 
#> [[42]]$title
#> [1] "[Package risk assessment]: glmnet version 4.1-8"
#> 
#> [[42]]$user
#> [[42]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[42]]$user$id
#> [1] 43375942
#> 
#> [[42]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[42]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[42]]$user$gravatar_id
#> [1] ""
#> 
#> [[42]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[42]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[42]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[42]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[42]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[42]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[42]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[42]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[42]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[42]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[42]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[42]]$user$type
#> [1] "User"
#> 
#> [[42]]$user$user_view_type
#> [1] "public"
#> 
#> [[42]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[42]]$labels
#> [[42]]$labels[[1]]
#> [[42]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[42]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[42]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[42]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[42]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[42]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[42]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[42]]$labels[[2]]
#> [[42]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[42]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[42]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[42]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[42]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[42]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[42]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[42]]$labels[[3]]
#> [[42]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[42]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[42]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[42]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[42]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[42]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[42]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[42]]$state
#> [1] "closed"
#> 
#> [[42]]$locked
#> [1] FALSE
#> 
#> [[42]]$assignee
#> NULL
#> 
#> [[42]]$assignees
#> list()
#> 
#> [[42]]$milestone
#> NULL
#> 
#> [[42]]$comments
#> [1] 1
#> 
#> [[42]]$created_at
#> [1] "2025-02-28T08:26:49Z"
#> 
#> [[42]]$updated_at
#> [1] "2025-02-28T08:27:56Z"
#> 
#> [[42]]$closed_at
#> [1] "2025-02-28T08:27:55Z"
#> 
#> [[42]]$author_association
#> [1] "NONE"
#> 
#> [[42]]$type
#> NULL
#> 
#> [[42]]$active_lock_reason
#> NULL
#> 
#> [[42]]$sub_issues_summary
#> [[42]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[42]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[42]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[42]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nglmnet\n\n### Version number of the package evaluated\n\n4.1-8\n\n### Date of release of the evaluated version of the package\n\n2023-08-22\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n7\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1437226\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[42]]$closed_by
#> [[42]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[42]]$closed_by$id
#> [1] 41898282
#> 
#> [[42]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[42]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[42]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[42]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[42]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[42]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[42]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[42]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[42]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[42]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[42]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[42]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[42]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[42]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[42]]$closed_by$type
#> [1] "Bot"
#> 
#> [[42]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[42]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[42]]$reactions
#> [[42]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/reactions"
#> 
#> [[42]]$reactions$total_count
#> [1] 0
#> 
#> [[42]]$reactions$`+1`
#> [1] 0
#> 
#> [[42]]$reactions$`-1`
#> [1] 0
#> 
#> [[42]]$reactions$laugh
#> [1] 0
#> 
#> [[42]]$reactions$hooray
#> [1] 0
#> 
#> [[42]]$reactions$confused
#> [1] 0
#> 
#> [[42]]$reactions$heart
#> [1] 0
#> 
#> [[42]]$reactions$rocket
#> [1] 0
#> 
#> [[42]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[42]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/99/timeline"
#> 
#> [[42]]$performed_via_github_app
#> NULL
#> 
#> [[42]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[43]]
#> [[43]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98"
#> 
#> [[43]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[43]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/labels{/name}"
#> 
#> [[43]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/comments"
#> 
#> [[43]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/events"
#> 
#> [[43]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/98"
#> 
#> [[43]]$id
#> [1] 2884886202
#> 
#> [[43]]$node_id
#> [1] "I_kwDOKHVskc6r8966"
#> 
#> [[43]]$number
#> [1] 98
#> 
#> [[43]]$title
#> [1] "[Package risk assessment]: Hmisc version 5.2-2"
#> 
#> [[43]]$user
#> [[43]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[43]]$user$id
#> [1] 43375942
#> 
#> [[43]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[43]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[43]]$user$gravatar_id
#> [1] ""
#> 
#> [[43]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[43]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[43]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[43]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[43]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[43]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[43]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[43]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[43]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[43]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[43]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[43]]$user$type
#> [1] "User"
#> 
#> [[43]]$user$user_view_type
#> [1] "public"
#> 
#> [[43]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[43]]$labels
#> [[43]]$labels[[1]]
#> [[43]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[43]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[43]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[43]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[43]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[43]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[43]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[43]]$labels[[2]]
#> [[43]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[43]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[43]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[43]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[43]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[43]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[43]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[43]]$labels[[3]]
#> [[43]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[43]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[43]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[43]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[43]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[43]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[43]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[43]]$state
#> [1] "closed"
#> 
#> [[43]]$locked
#> [1] FALSE
#> 
#> [[43]]$assignee
#> NULL
#> 
#> [[43]]$assignees
#> list()
#> 
#> [[43]]$milestone
#> NULL
#> 
#> [[43]]$comments
#> [1] 1
#> 
#> [[43]]$created_at
#> [1] "2025-02-27T15:37:58Z"
#> 
#> [[43]]$updated_at
#> [1] "2025-02-27T15:39:45Z"
#> 
#> [[43]]$closed_at
#> [1] "2025-02-27T15:39:45Z"
#> 
#> [[43]]$author_association
#> [1] "NONE"
#> 
#> [[43]]$type
#> NULL
#> 
#> [[43]]$active_lock_reason
#> NULL
#> 
#> [[43]]$sub_issues_summary
#> [[43]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[43]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[43]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[43]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nHmisc\n\n### Version number of the package evaluated\n\n5.2-2\n\n### Date of release of the evaluated version of the package\n\n2025-01-10\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n18\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2462778\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[43]]$closed_by
#> [[43]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[43]]$closed_by$id
#> [1] 41898282
#> 
#> [[43]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[43]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[43]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[43]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[43]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[43]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[43]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[43]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[43]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[43]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[43]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[43]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[43]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[43]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[43]]$closed_by$type
#> [1] "Bot"
#> 
#> [[43]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[43]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[43]]$reactions
#> [[43]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/reactions"
#> 
#> [[43]]$reactions$total_count
#> [1] 0
#> 
#> [[43]]$reactions$`+1`
#> [1] 0
#> 
#> [[43]]$reactions$`-1`
#> [1] 0
#> 
#> [[43]]$reactions$laugh
#> [1] 0
#> 
#> [[43]]$reactions$hooray
#> [1] 0
#> 
#> [[43]]$reactions$confused
#> [1] 0
#> 
#> [[43]]$reactions$heart
#> [1] 0
#> 
#> [[43]]$reactions$rocket
#> [1] 0
#> 
#> [[43]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[43]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/98/timeline"
#> 
#> [[43]]$performed_via_github_app
#> NULL
#> 
#> [[43]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[44]]
#> [[44]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96"
#> 
#> [[44]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[44]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/labels{/name}"
#> 
#> [[44]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/comments"
#> 
#> [[44]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/events"
#> 
#> [[44]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/96"
#> 
#> [[44]]$id
#> [1] 2868379898
#> 
#> [[44]]$node_id
#> [1] "I_kwDOKHVskc6q-AD6"
#> 
#> [[44]]$number
#> [1] 96
#> 
#> [[44]]$title
#> [1] "[Package risk assessment]: officer version 0.6.7"
#> 
#> [[44]]$user
#> [[44]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[44]]$user$id
#> [1] 43375942
#> 
#> [[44]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[44]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[44]]$user$gravatar_id
#> [1] ""
#> 
#> [[44]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[44]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[44]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[44]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[44]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[44]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[44]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[44]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[44]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[44]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[44]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[44]]$user$type
#> [1] "User"
#> 
#> [[44]]$user$user_view_type
#> [1] "public"
#> 
#> [[44]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[44]]$labels
#> [[44]]$labels[[1]]
#> [[44]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[44]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[44]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[44]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[44]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[44]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[44]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[44]]$labels[[2]]
#> [[44]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[44]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[44]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[44]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[44]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[44]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[44]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[44]]$labels[[3]]
#> [[44]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[44]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[44]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[44]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[44]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[44]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[44]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[44]]$state
#> [1] "closed"
#> 
#> [[44]]$locked
#> [1] FALSE
#> 
#> [[44]]$assignee
#> NULL
#> 
#> [[44]]$assignees
#> list()
#> 
#> [[44]]$milestone
#> NULL
#> 
#> [[44]]$comments
#> [1] 1
#> 
#> [[44]]$created_at
#> [1] "2025-02-21T08:39:32Z"
#> 
#> [[44]]$updated_at
#> [1] "2025-02-21T08:41:27Z"
#> 
#> [[44]]$closed_at
#> [1] "2025-02-21T08:41:26Z"
#> 
#> [[44]]$author_association
#> [1] "NONE"
#> 
#> [[44]]$type
#> NULL
#> 
#> [[44]]$active_lock_reason
#> NULL
#> 
#> [[44]]$sub_issues_summary
#> [[44]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[44]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[44]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[44]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nofficer\n\n### Version number of the package evaluated\n\n0.6.7\n\n### Date of release of the evaluated version of the package\n\n2024-10-09\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n819362\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[44]]$closed_by
#> [[44]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[44]]$closed_by$id
#> [1] 41898282
#> 
#> [[44]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[44]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[44]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[44]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[44]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[44]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[44]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[44]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[44]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[44]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[44]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[44]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[44]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[44]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[44]]$closed_by$type
#> [1] "Bot"
#> 
#> [[44]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[44]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[44]]$reactions
#> [[44]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/reactions"
#> 
#> [[44]]$reactions$total_count
#> [1] 0
#> 
#> [[44]]$reactions$`+1`
#> [1] 0
#> 
#> [[44]]$reactions$`-1`
#> [1] 0
#> 
#> [[44]]$reactions$laugh
#> [1] 0
#> 
#> [[44]]$reactions$hooray
#> [1] 0
#> 
#> [[44]]$reactions$confused
#> [1] 0
#> 
#> [[44]]$reactions$heart
#> [1] 0
#> 
#> [[44]]$reactions$rocket
#> [1] 0
#> 
#> [[44]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[44]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/96/timeline"
#> 
#> [[44]]$performed_via_github_app
#> NULL
#> 
#> [[44]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[45]]
#> [[45]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95"
#> 
#> [[45]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[45]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/labels{/name}"
#> 
#> [[45]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/comments"
#> 
#> [[45]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/events"
#> 
#> [[45]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/95"
#> 
#> [[45]]$id
#> [1] 2860365977
#> 
#> [[45]]$node_id
#> [1] "I_kwDOKHVskc6qfbiZ"
#> 
#> [[45]]$number
#> [1] 95
#> 
#> [[45]]$title
#> [1] "[Package risk assessment]: gtsummary version 2.0.4"
#> 
#> [[45]]$user
#> [[45]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[45]]$user$id
#> [1] 43375942
#> 
#> [[45]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[45]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[45]]$user$gravatar_id
#> [1] ""
#> 
#> [[45]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[45]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[45]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[45]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[45]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[45]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[45]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[45]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[45]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[45]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[45]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[45]]$user$type
#> [1] "User"
#> 
#> [[45]]$user$user_view_type
#> [1] "public"
#> 
#> [[45]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[45]]$labels
#> [[45]]$labels[[1]]
#> [[45]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[45]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[45]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[45]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[45]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[45]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[45]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[45]]$labels[[2]]
#> [[45]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[45]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[45]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[45]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[45]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[45]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[45]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[45]]$labels[[3]]
#> [[45]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[45]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[45]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[45]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[45]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[45]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[45]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[45]]$state
#> [1] "closed"
#> 
#> [[45]]$locked
#> [1] FALSE
#> 
#> [[45]]$assignee
#> NULL
#> 
#> [[45]]$assignees
#> list()
#> 
#> [[45]]$milestone
#> NULL
#> 
#> [[45]]$comments
#> [1] 1
#> 
#> [[45]]$created_at
#> [1] "2025-02-18T12:51:34Z"
#> 
#> [[45]]$updated_at
#> [1] "2025-02-18T12:52:47Z"
#> 
#> [[45]]$closed_at
#> [1] "2025-02-18T12:52:46Z"
#> 
#> [[45]]$author_association
#> [1] "NONE"
#> 
#> [[45]]$type
#> NULL
#> 
#> [[45]]$active_lock_reason
#> NULL
#> 
#> [[45]]$sub_issues_summary
#> [[45]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[45]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[45]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[45]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngtsummary\n\n### Version number of the package evaluated\n\n2.0.4\n\n### Date of release of the evaluated version of the package\n\n2024-11-30\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n459385\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[45]]$closed_by
#> [[45]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[45]]$closed_by$id
#> [1] 41898282
#> 
#> [[45]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[45]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[45]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[45]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[45]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[45]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[45]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[45]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[45]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[45]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[45]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[45]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[45]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[45]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[45]]$closed_by$type
#> [1] "Bot"
#> 
#> [[45]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[45]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[45]]$reactions
#> [[45]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/reactions"
#> 
#> [[45]]$reactions$total_count
#> [1] 0
#> 
#> [[45]]$reactions$`+1`
#> [1] 0
#> 
#> [[45]]$reactions$`-1`
#> [1] 0
#> 
#> [[45]]$reactions$laugh
#> [1] 0
#> 
#> [[45]]$reactions$hooray
#> [1] 0
#> 
#> [[45]]$reactions$confused
#> [1] 0
#> 
#> [[45]]$reactions$heart
#> [1] 0
#> 
#> [[45]]$reactions$rocket
#> [1] 0
#> 
#> [[45]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[45]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/95/timeline"
#> 
#> [[45]]$performed_via_github_app
#> NULL
#> 
#> [[45]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[46]]
#> [[46]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94"
#> 
#> [[46]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[46]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/labels{/name}"
#> 
#> [[46]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/comments"
#> 
#> [[46]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/events"
#> 
#> [[46]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/94"
#> 
#> [[46]]$id
#> [1] 2860278325
#> 
#> [[46]]$node_id
#> [1] "I_kwDOKHVskc6qfGI1"
#> 
#> [[46]]$number
#> [1] 94
#> 
#> [[46]]$title
#> [1] "[Package risk assessment]: tidyr version 1.3.1"
#> 
#> [[46]]$user
#> [[46]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[46]]$user$id
#> [1] 43375942
#> 
#> [[46]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[46]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[46]]$user$gravatar_id
#> [1] ""
#> 
#> [[46]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[46]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[46]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[46]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[46]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[46]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[46]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[46]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[46]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[46]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[46]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[46]]$user$type
#> [1] "User"
#> 
#> [[46]]$user$user_view_type
#> [1] "public"
#> 
#> [[46]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[46]]$labels
#> [[46]]$labels[[1]]
#> [[46]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[46]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[46]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[46]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[46]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[46]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[46]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[46]]$labels[[2]]
#> [[46]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[46]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[46]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[46]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[46]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[46]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[46]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[46]]$labels[[3]]
#> [[46]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[46]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[46]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[46]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[46]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[46]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[46]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[46]]$state
#> [1] "closed"
#> 
#> [[46]]$locked
#> [1] FALSE
#> 
#> [[46]]$assignee
#> NULL
#> 
#> [[46]]$assignees
#> list()
#> 
#> [[46]]$milestone
#> NULL
#> 
#> [[46]]$comments
#> [1] 1
#> 
#> [[46]]$created_at
#> [1] "2025-02-18T12:16:36Z"
#> 
#> [[46]]$updated_at
#> [1] "2025-02-18T12:17:48Z"
#> 
#> [[46]]$closed_at
#> [1] "2025-02-18T12:17:47Z"
#> 
#> [[46]]$author_association
#> [1] "NONE"
#> 
#> [[46]]$type
#> NULL
#> 
#> [[46]]$active_lock_reason
#> NULL
#> 
#> [[46]]$sub_issues_summary
#> [[46]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[46]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[46]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[46]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ntidyr\n\n### Version number of the package evaluated\n\n1.3.1\n\n### Date of release of the evaluated version of the package\n\n2024-01-24\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n12\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n11584476\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[46]]$closed_by
#> [[46]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[46]]$closed_by$id
#> [1] 41898282
#> 
#> [[46]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[46]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[46]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[46]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[46]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[46]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[46]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[46]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[46]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[46]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[46]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[46]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[46]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[46]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[46]]$closed_by$type
#> [1] "Bot"
#> 
#> [[46]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[46]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[46]]$reactions
#> [[46]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/reactions"
#> 
#> [[46]]$reactions$total_count
#> [1] 0
#> 
#> [[46]]$reactions$`+1`
#> [1] 0
#> 
#> [[46]]$reactions$`-1`
#> [1] 0
#> 
#> [[46]]$reactions$laugh
#> [1] 0
#> 
#> [[46]]$reactions$hooray
#> [1] 0
#> 
#> [[46]]$reactions$confused
#> [1] 0
#> 
#> [[46]]$reactions$heart
#> [1] 0
#> 
#> [[46]]$reactions$rocket
#> [1] 0
#> 
#> [[46]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[46]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/94/timeline"
#> 
#> [[46]]$performed_via_github_app
#> NULL
#> 
#> [[46]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[47]]
#> [[47]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93"
#> 
#> [[47]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[47]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/labels{/name}"
#> 
#> [[47]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/comments"
#> 
#> [[47]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/events"
#> 
#> [[47]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/93"
#> 
#> [[47]]$id
#> [1] 2835976629
#> 
#> [[47]]$node_id
#> [1] "I_kwDOKHVskc6pCZG1"
#> 
#> [[47]]$number
#> [1] 93
#> 
#> [[47]]$title
#> [1] "[Package risk assessment]: flextable version 0.9.7"
#> 
#> [[47]]$user
#> [[47]]$user$login
#> [1] "CharlotteMicheloud"
#> 
#> [[47]]$user$id
#> [1] 43375942
#> 
#> [[47]]$user$node_id
#> [1] "MDQ6VXNlcjQzMzc1OTQy"
#> 
#> [[47]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/43375942?v=4"
#> 
#> [[47]]$user$gravatar_id
#> [1] ""
#> 
#> [[47]]$user$url
#> [1] "https://api.github.com/users/CharlotteMicheloud"
#> 
#> [[47]]$user$html_url
#> [1] "https://github.com/CharlotteMicheloud"
#> 
#> [[47]]$user$followers_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/followers"
#> 
#> [[47]]$user$following_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/following{/other_user}"
#> 
#> [[47]]$user$gists_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/gists{/gist_id}"
#> 
#> [[47]]$user$starred_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/starred{/owner}{/repo}"
#> 
#> [[47]]$user$subscriptions_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/subscriptions"
#> 
#> [[47]]$user$organizations_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/orgs"
#> 
#> [[47]]$user$repos_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/repos"
#> 
#> [[47]]$user$events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/events{/privacy}"
#> 
#> [[47]]$user$received_events_url
#> [1] "https://api.github.com/users/CharlotteMicheloud/received_events"
#> 
#> [[47]]$user$type
#> [1] "User"
#> 
#> [[47]]$user$user_view_type
#> [1] "public"
#> 
#> [[47]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[47]]$labels
#> [[47]]$labels[[1]]
#> [[47]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[47]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[47]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[47]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[47]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[47]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[47]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[47]]$labels[[2]]
#> [[47]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[47]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[47]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[47]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[47]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[47]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[47]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[47]]$labels[[3]]
#> [[47]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[47]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[47]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[47]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[47]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[47]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[47]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[47]]$state
#> [1] "closed"
#> 
#> [[47]]$locked
#> [1] FALSE
#> 
#> [[47]]$assignee
#> NULL
#> 
#> [[47]]$assignees
#> list()
#> 
#> [[47]]$milestone
#> NULL
#> 
#> [[47]]$comments
#> [1] 1
#> 
#> [[47]]$created_at
#> [1] "2025-02-06T16:16:04Z"
#> 
#> [[47]]$updated_at
#> [1] "2025-02-06T16:17:22Z"
#> 
#> [[47]]$closed_at
#> [1] "2025-02-06T16:17:21Z"
#> 
#> [[47]]$author_association
#> [1] "NONE"
#> 
#> [[47]]$type
#> NULL
#> 
#> [[47]]$active_lock_reason
#> NULL
#> 
#> [[47]]$sub_issues_summary
#> [[47]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[47]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[47]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[47]]$body
#> [1] "### Name\n\nCharlotte Micheloud\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nflextable\n\n### Version number of the package evaluated\n\n0.9.7\n\n### Date of release of the evaluated version of the package\n\n2024-10-27\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n686983\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[47]]$closed_by
#> [[47]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[47]]$closed_by$id
#> [1] 41898282
#> 
#> [[47]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[47]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[47]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[47]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[47]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[47]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[47]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[47]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[47]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[47]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[47]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[47]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[47]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[47]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[47]]$closed_by$type
#> [1] "Bot"
#> 
#> [[47]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[47]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[47]]$reactions
#> [[47]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/reactions"
#> 
#> [[47]]$reactions$total_count
#> [1] 0
#> 
#> [[47]]$reactions$`+1`
#> [1] 0
#> 
#> [[47]]$reactions$`-1`
#> [1] 0
#> 
#> [[47]]$reactions$laugh
#> [1] 0
#> 
#> [[47]]$reactions$hooray
#> [1] 0
#> 
#> [[47]]$reactions$confused
#> [1] 0
#> 
#> [[47]]$reactions$heart
#> [1] 0
#> 
#> [[47]]$reactions$rocket
#> [1] 0
#> 
#> [[47]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[47]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/93/timeline"
#> 
#> [[47]]$performed_via_github_app
#> NULL
#> 
#> [[47]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[48]]
#> [[48]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92"
#> 
#> [[48]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[48]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/labels{/name}"
#> 
#> [[48]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/comments"
#> 
#> [[48]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/events"
#> 
#> [[48]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/92"
#> 
#> [[48]]$id
#> [1] 2823404300
#> 
#> [[48]]$node_id
#> [1] "I_kwDOKHVskc6oSbsM"
#> 
#> [[48]]$number
#> [1] 92
#> 
#> [[48]]$title
#> [1] "[Package risk assessment]: survminer version 0.5.0"
#> 
#> [[48]]$user
#> [[48]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[48]]$user$id
#> [1] 77327839
#> 
#> [[48]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[48]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[48]]$user$gravatar_id
#> [1] ""
#> 
#> [[48]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[48]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[48]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[48]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[48]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[48]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[48]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[48]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[48]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[48]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[48]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[48]]$user$type
#> [1] "User"
#> 
#> [[48]]$user$user_view_type
#> [1] "public"
#> 
#> [[48]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[48]]$labels
#> [[48]]$labels[[1]]
#> [[48]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[48]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[48]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[48]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[48]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[48]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[48]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[48]]$labels[[2]]
#> [[48]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[48]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[48]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[48]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[48]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[48]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[48]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[48]]$labels[[3]]
#> [[48]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[48]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[48]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[48]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[48]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[48]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[48]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[48]]$state
#> [1] "closed"
#> 
#> [[48]]$locked
#> [1] FALSE
#> 
#> [[48]]$assignee
#> NULL
#> 
#> [[48]]$assignees
#> list()
#> 
#> [[48]]$milestone
#> NULL
#> 
#> [[48]]$comments
#> [1] 1
#> 
#> [[48]]$created_at
#> [1] "2025-01-31T12:54:28Z"
#> 
#> [[48]]$updated_at
#> [1] "2025-01-31T12:55:44Z"
#> 
#> [[48]]$closed_at
#> [1] "2025-01-31T12:55:42Z"
#> 
#> [[48]]$author_association
#> [1] "NONE"
#> 
#> [[48]]$type
#> NULL
#> 
#> [[48]]$active_lock_reason
#> NULL
#> 
#> [[48]]$sub_issues_summary
#> [[48]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[48]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[48]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[48]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsurvminer\n\n### Version number of the package evaluated\n\n0.5.0\n\n### Date of release of the evaluated version of the package\n\n2024-10-30\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n2\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n420365\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[48]]$closed_by
#> [[48]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[48]]$closed_by$id
#> [1] 41898282
#> 
#> [[48]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[48]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[48]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[48]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[48]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[48]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[48]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[48]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[48]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[48]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[48]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[48]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[48]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[48]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[48]]$closed_by$type
#> [1] "Bot"
#> 
#> [[48]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[48]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[48]]$reactions
#> [[48]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/reactions"
#> 
#> [[48]]$reactions$total_count
#> [1] 0
#> 
#> [[48]]$reactions$`+1`
#> [1] 0
#> 
#> [[48]]$reactions$`-1`
#> [1] 0
#> 
#> [[48]]$reactions$laugh
#> [1] 0
#> 
#> [[48]]$reactions$hooray
#> [1] 0
#> 
#> [[48]]$reactions$confused
#> [1] 0
#> 
#> [[48]]$reactions$heart
#> [1] 0
#> 
#> [[48]]$reactions$rocket
#> [1] 0
#> 
#> [[48]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[48]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/92/timeline"
#> 
#> [[48]]$performed_via_github_app
#> NULL
#> 
#> [[48]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[49]]
#> [[49]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89"
#> 
#> [[49]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[49]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/labels{/name}"
#> 
#> [[49]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/comments"
#> 
#> [[49]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/events"
#> 
#> [[49]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/89"
#> 
#> [[49]]$id
#> [1] 2820243566
#> 
#> [[49]]$node_id
#> [1] "I_kwDOKHVskc6oGYBu"
#> 
#> [[49]]$number
#> [1] 89
#> 
#> [[49]]$title
#> [1] "[Package risk assessment]: brunnermunzel version 2.0"
#> 
#> [[49]]$user
#> [[49]]$user$login
#> [1] "cyjak"
#> 
#> [[49]]$user$id
#> [1] 105852383
#> 
#> [[49]]$user$node_id
#> [1] "U_kgDOBk8t3w"
#> 
#> [[49]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/105852383?v=4"
#> 
#> [[49]]$user$gravatar_id
#> [1] ""
#> 
#> [[49]]$user$url
#> [1] "https://api.github.com/users/cyjak"
#> 
#> [[49]]$user$html_url
#> [1] "https://github.com/cyjak"
#> 
#> [[49]]$user$followers_url
#> [1] "https://api.github.com/users/cyjak/followers"
#> 
#> [[49]]$user$following_url
#> [1] "https://api.github.com/users/cyjak/following{/other_user}"
#> 
#> [[49]]$user$gists_url
#> [1] "https://api.github.com/users/cyjak/gists{/gist_id}"
#> 
#> [[49]]$user$starred_url
#> [1] "https://api.github.com/users/cyjak/starred{/owner}{/repo}"
#> 
#> [[49]]$user$subscriptions_url
#> [1] "https://api.github.com/users/cyjak/subscriptions"
#> 
#> [[49]]$user$organizations_url
#> [1] "https://api.github.com/users/cyjak/orgs"
#> 
#> [[49]]$user$repos_url
#> [1] "https://api.github.com/users/cyjak/repos"
#> 
#> [[49]]$user$events_url
#> [1] "https://api.github.com/users/cyjak/events{/privacy}"
#> 
#> [[49]]$user$received_events_url
#> [1] "https://api.github.com/users/cyjak/received_events"
#> 
#> [[49]]$user$type
#> [1] "User"
#> 
#> [[49]]$user$user_view_type
#> [1] "public"
#> 
#> [[49]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[49]]$labels
#> [[49]]$labels[[1]]
#> [[49]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[49]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[49]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[49]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[49]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[49]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[49]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[49]]$labels[[2]]
#> [[49]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[49]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[49]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[49]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[49]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[49]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[49]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[49]]$labels[[3]]
#> [[49]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[49]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[49]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[49]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[49]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[49]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[49]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[49]]$state
#> [1] "closed"
#> 
#> [[49]]$locked
#> [1] FALSE
#> 
#> [[49]]$assignee
#> NULL
#> 
#> [[49]]$assignees
#> list()
#> 
#> [[49]]$milestone
#> NULL
#> 
#> [[49]]$comments
#> [1] 5
#> 
#> [[49]]$created_at
#> [1] "2025-01-30T08:53:47Z"
#> 
#> [[49]]$updated_at
#> [1] "2025-01-31T13:59:05Z"
#> 
#> [[49]]$closed_at
#> [1] "2025-01-30T08:55:02Z"
#> 
#> [[49]]$author_association
#> [1] "NONE"
#> 
#> [[49]]$type
#> NULL
#> 
#> [[49]]$active_lock_reason
#> NULL
#> 
#> [[49]]$sub_issues_summary
#> [[49]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[49]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[49]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[49]]$body
#> [1] "### Name\n\nCyril Jaksic\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nbrunnermunzel\n\n### Version number of the package evaluated\n\n2.0\n\n### Date of release of the evaluated version of the package\n\n2022-08-07\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n0\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n7010\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[49]]$closed_by
#> [[49]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[49]]$closed_by$id
#> [1] 41898282
#> 
#> [[49]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[49]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[49]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[49]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[49]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[49]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[49]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[49]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[49]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[49]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[49]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[49]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[49]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[49]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[49]]$closed_by$type
#> [1] "Bot"
#> 
#> [[49]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[49]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[49]]$reactions
#> [[49]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/reactions"
#> 
#> [[49]]$reactions$total_count
#> [1] 0
#> 
#> [[49]]$reactions$`+1`
#> [1] 0
#> 
#> [[49]]$reactions$`-1`
#> [1] 0
#> 
#> [[49]]$reactions$laugh
#> [1] 0
#> 
#> [[49]]$reactions$hooray
#> [1] 0
#> 
#> [[49]]$reactions$confused
#> [1] 0
#> 
#> [[49]]$reactions$heart
#> [1] 0
#> 
#> [[49]]$reactions$rocket
#> [1] 0
#> 
#> [[49]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[49]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/89/timeline"
#> 
#> [[49]]$performed_via_github_app
#> NULL
#> 
#> [[49]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[50]]
#> [[50]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88"
#> 
#> [[50]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[50]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/labels{/name}"
#> 
#> [[50]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/comments"
#> 
#> [[50]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/events"
#> 
#> [[50]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/88"
#> 
#> [[50]]$id
#> [1] 2818625575
#> 
#> [[50]]$node_id
#> [1] "I_kwDOKHVskc6oANAn"
#> 
#> [[50]]$number
#> [1] 88
#> 
#> [[50]]$title
#> [1] "[Package risk assessment]: survRM version 1.0-4"
#> 
#> [[50]]$user
#> [[50]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[50]]$user$id
#> [1] 77327839
#> 
#> [[50]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[50]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[50]]$user$gravatar_id
#> [1] ""
#> 
#> [[50]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[50]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[50]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[50]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[50]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[50]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[50]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[50]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[50]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[50]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[50]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[50]]$user$type
#> [1] "User"
#> 
#> [[50]]$user$user_view_type
#> [1] "public"
#> 
#> [[50]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[50]]$labels
#> [[50]]$labels[[1]]
#> [[50]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[50]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[50]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[50]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[50]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[50]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[50]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[50]]$labels[[2]]
#> [[50]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[50]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[50]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[50]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[50]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[50]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[50]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[50]]$labels[[3]]
#> [[50]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[50]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[50]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[50]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[50]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[50]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[50]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[50]]$state
#> [1] "closed"
#> 
#> [[50]]$locked
#> [1] FALSE
#> 
#> [[50]]$assignee
#> NULL
#> 
#> [[50]]$assignees
#> list()
#> 
#> [[50]]$milestone
#> NULL
#> 
#> [[50]]$comments
#> [1] 2
#> 
#> [[50]]$created_at
#> [1] "2025-01-29T16:01:33Z"
#> 
#> [[50]]$updated_at
#> [1] "2025-01-31T12:29:36Z"
#> 
#> [[50]]$closed_at
#> [1] "2025-01-29T16:02:47Z"
#> 
#> [[50]]$author_association
#> [1] "NONE"
#> 
#> [[50]]$type
#> NULL
#> 
#> [[50]]$active_lock_reason
#> NULL
#> 
#> [[50]]$sub_issues_summary
#> [[50]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[50]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[50]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[50]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nsurvRM\n\n### Version number of the package evaluated\n\n1.0.4\n\n### Date of release of the evaluated version of the package\n\n2022-06-14\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n1\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n13897\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[50]]$closed_by
#> [[50]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[50]]$closed_by$id
#> [1] 41898282
#> 
#> [[50]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[50]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[50]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[50]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[50]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[50]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[50]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[50]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[50]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[50]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[50]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[50]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[50]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[50]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[50]]$closed_by$type
#> [1] "Bot"
#> 
#> [[50]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[50]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[50]]$reactions
#> [[50]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/reactions"
#> 
#> [[50]]$reactions$total_count
#> [1] 0
#> 
#> [[50]]$reactions$`+1`
#> [1] 0
#> 
#> [[50]]$reactions$`-1`
#> [1] 0
#> 
#> [[50]]$reactions$laugh
#> [1] 0
#> 
#> [[50]]$reactions$hooray
#> [1] 0
#> 
#> [[50]]$reactions$confused
#> [1] 0
#> 
#> [[50]]$reactions$heart
#> [1] 0
#> 
#> [[50]]$reactions$rocket
#> [1] 0
#> 
#> [[50]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[50]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/88/timeline"
#> 
#> [[50]]$performed_via_github_app
#> NULL
#> 
#> [[50]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[51]]
#> [[51]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87"
#> 
#> [[51]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[51]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/labels{/name}"
#> 
#> [[51]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/comments"
#> 
#> [[51]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/events"
#> 
#> [[51]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/87"
#> 
#> [[51]]$id
#> [1] 2591243305
#> 
#> [[51]]$node_id
#> [1] "I_kwDOKHVskc6aczwp"
#> 
#> [[51]]$number
#> [1] 87
#> 
#> [[51]]$title
#> [1] "[Package validation]: rstan version 2.32.6"
#> 
#> [[51]]$user
#> [[51]]$user$login
#> [1] "MoserGitHub"
#> 
#> [[51]]$user$id
#> [1] 33371420
#> 
#> [[51]]$user$node_id
#> [1] "MDQ6VXNlcjMzMzcxNDIw"
#> 
#> [[51]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/33371420?v=4"
#> 
#> [[51]]$user$gravatar_id
#> [1] ""
#> 
#> [[51]]$user$url
#> [1] "https://api.github.com/users/MoserGitHub"
#> 
#> [[51]]$user$html_url
#> [1] "https://github.com/MoserGitHub"
#> 
#> [[51]]$user$followers_url
#> [1] "https://api.github.com/users/MoserGitHub/followers"
#> 
#> [[51]]$user$following_url
#> [1] "https://api.github.com/users/MoserGitHub/following{/other_user}"
#> 
#> [[51]]$user$gists_url
#> [1] "https://api.github.com/users/MoserGitHub/gists{/gist_id}"
#> 
#> [[51]]$user$starred_url
#> [1] "https://api.github.com/users/MoserGitHub/starred{/owner}{/repo}"
#> 
#> [[51]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MoserGitHub/subscriptions"
#> 
#> [[51]]$user$organizations_url
#> [1] "https://api.github.com/users/MoserGitHub/orgs"
#> 
#> [[51]]$user$repos_url
#> [1] "https://api.github.com/users/MoserGitHub/repos"
#> 
#> [[51]]$user$events_url
#> [1] "https://api.github.com/users/MoserGitHub/events{/privacy}"
#> 
#> [[51]]$user$received_events_url
#> [1] "https://api.github.com/users/MoserGitHub/received_events"
#> 
#> [[51]]$user$type
#> [1] "User"
#> 
#> [[51]]$user$user_view_type
#> [1] "public"
#> 
#> [[51]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[51]]$labels
#> [[51]]$labels[[1]]
#> [[51]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[51]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[51]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[51]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[51]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[51]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[51]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[51]]$labels[[2]]
#> [[51]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[51]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[51]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[51]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[51]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[51]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[51]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[51]]$labels[[3]]
#> [[51]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[51]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[51]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[51]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[51]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[51]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[51]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[51]]$state
#> [1] "closed"
#> 
#> [[51]]$locked
#> [1] FALSE
#> 
#> [[51]]$assignee
#> NULL
#> 
#> [[51]]$assignees
#> list()
#> 
#> [[51]]$milestone
#> NULL
#> 
#> [[51]]$comments
#> [1] 1
#> 
#> [[51]]$created_at
#> [1] "2024-10-16T09:28:03Z"
#> 
#> [[51]]$updated_at
#> [1] "2024-10-16T09:29:41Z"
#> 
#> [[51]]$closed_at
#> [1] "2024-10-16T09:29:40Z"
#> 
#> [[51]]$author_association
#> [1] "NONE"
#> 
#> [[51]]$type
#> NULL
#> 
#> [[51]]$active_lock_reason
#> NULL
#> 
#> [[51]]$sub_issues_summary
#> [[51]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[51]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[51]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[51]]$body
#> [1] "### Name\n\nAndré Moser\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrstan\n\n### Version number of the package evaluated\n\n2.32.6\n\n### Date of release of the evaluated version of the package\n\n2024-03-05\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n11\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n740409\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, but not comprehensive"
#> 
#> [[51]]$closed_by
#> [[51]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[51]]$closed_by$id
#> [1] 41898282
#> 
#> [[51]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[51]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[51]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[51]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[51]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[51]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[51]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[51]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[51]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[51]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[51]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[51]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[51]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[51]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[51]]$closed_by$type
#> [1] "Bot"
#> 
#> [[51]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[51]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[51]]$reactions
#> [[51]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/reactions"
#> 
#> [[51]]$reactions$total_count
#> [1] 0
#> 
#> [[51]]$reactions$`+1`
#> [1] 0
#> 
#> [[51]]$reactions$`-1`
#> [1] 0
#> 
#> [[51]]$reactions$laugh
#> [1] 0
#> 
#> [[51]]$reactions$hooray
#> [1] 0
#> 
#> [[51]]$reactions$confused
#> [1] 0
#> 
#> [[51]]$reactions$heart
#> [1] 0
#> 
#> [[51]]$reactions$rocket
#> [1] 0
#> 
#> [[51]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[51]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/87/timeline"
#> 
#> [[51]]$performed_via_github_app
#> NULL
#> 
#> [[51]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[52]]
#> [[52]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86"
#> 
#> [[52]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[52]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/labels{/name}"
#> 
#> [[52]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/comments"
#> 
#> [[52]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/events"
#> 
#> [[52]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/86"
#> 
#> [[52]]$id
#> [1] 2507551720
#> 
#> [[52]]$node_id
#> [1] "I_kwDOKHVskc6VdjPo"
#> 
#> [[52]]$number
#> [1] 86
#> 
#> [[52]]$title
#> [1] "[Package validation]: flexsurv version 2.3.2"
#> 
#> [[52]]$user
#> [[52]]$user$login
#> [1] "coslovskym"
#> 
#> [[52]]$user$id
#> [1] 40819212
#> 
#> [[52]]$user$node_id
#> [1] "MDQ6VXNlcjQwODE5MjEy"
#> 
#> [[52]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/40819212?v=4"
#> 
#> [[52]]$user$gravatar_id
#> [1] ""
#> 
#> [[52]]$user$url
#> [1] "https://api.github.com/users/coslovskym"
#> 
#> [[52]]$user$html_url
#> [1] "https://github.com/coslovskym"
#> 
#> [[52]]$user$followers_url
#> [1] "https://api.github.com/users/coslovskym/followers"
#> 
#> [[52]]$user$following_url
#> [1] "https://api.github.com/users/coslovskym/following{/other_user}"
#> 
#> [[52]]$user$gists_url
#> [1] "https://api.github.com/users/coslovskym/gists{/gist_id}"
#> 
#> [[52]]$user$starred_url
#> [1] "https://api.github.com/users/coslovskym/starred{/owner}{/repo}"
#> 
#> [[52]]$user$subscriptions_url
#> [1] "https://api.github.com/users/coslovskym/subscriptions"
#> 
#> [[52]]$user$organizations_url
#> [1] "https://api.github.com/users/coslovskym/orgs"
#> 
#> [[52]]$user$repos_url
#> [1] "https://api.github.com/users/coslovskym/repos"
#> 
#> [[52]]$user$events_url
#> [1] "https://api.github.com/users/coslovskym/events{/privacy}"
#> 
#> [[52]]$user$received_events_url
#> [1] "https://api.github.com/users/coslovskym/received_events"
#> 
#> [[52]]$user$type
#> [1] "User"
#> 
#> [[52]]$user$user_view_type
#> [1] "public"
#> 
#> [[52]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[52]]$labels
#> [[52]]$labels[[1]]
#> [[52]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[52]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[52]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[52]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[52]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[52]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[52]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[52]]$labels[[2]]
#> [[52]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[52]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[52]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[52]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[52]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[52]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[52]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[52]]$labels[[3]]
#> [[52]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[52]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[52]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[52]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[52]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[52]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[52]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[52]]$state
#> [1] "closed"
#> 
#> [[52]]$locked
#> [1] FALSE
#> 
#> [[52]]$assignee
#> NULL
#> 
#> [[52]]$assignees
#> list()
#> 
#> [[52]]$milestone
#> NULL
#> 
#> [[52]]$comments
#> [1] 1
#> 
#> [[52]]$created_at
#> [1] "2024-09-05T11:44:56Z"
#> 
#> [[52]]$updated_at
#> [1] "2024-09-05T11:45:59Z"
#> 
#> [[52]]$closed_at
#> [1] "2024-09-05T11:45:58Z"
#> 
#> [[52]]$author_association
#> [1] "NONE"
#> 
#> [[52]]$type
#> NULL
#> 
#> [[52]]$active_lock_reason
#> NULL
#> 
#> [[52]]$sub_issues_summary
#> [[52]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[52]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[52]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[52]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nflexsurv\n\n### Version number of the package evaluated\n\n2.3.2\n\n### Date of release of the evaluated version of the package\n\n2024-08-17\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n20\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n74383\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[52]]$closed_by
#> [[52]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[52]]$closed_by$id
#> [1] 41898282
#> 
#> [[52]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[52]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[52]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[52]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[52]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[52]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[52]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[52]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[52]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[52]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[52]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[52]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[52]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[52]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[52]]$closed_by$type
#> [1] "Bot"
#> 
#> [[52]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[52]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[52]]$reactions
#> [[52]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/reactions"
#> 
#> [[52]]$reactions$total_count
#> [1] 0
#> 
#> [[52]]$reactions$`+1`
#> [1] 0
#> 
#> [[52]]$reactions$`-1`
#> [1] 0
#> 
#> [[52]]$reactions$laugh
#> [1] 0
#> 
#> [[52]]$reactions$hooray
#> [1] 0
#> 
#> [[52]]$reactions$confused
#> [1] 0
#> 
#> [[52]]$reactions$heart
#> [1] 0
#> 
#> [[52]]$reactions$rocket
#> [1] 0
#> 
#> [[52]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[52]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/86/timeline"
#> 
#> [[52]]$performed_via_github_app
#> NULL
#> 
#> [[52]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[53]]
#> [[53]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85"
#> 
#> [[53]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[53]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/labels{/name}"
#> 
#> [[53]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/comments"
#> 
#> [[53]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/events"
#> 
#> [[53]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/85"
#> 
#> [[53]]$id
#> [1] 2503027683
#> 
#> [[53]]$node_id
#> [1] "I_kwDOKHVskc6VMSvj"
#> 
#> [[53]]$number
#> [1] 85
#> 
#> [[53]]$title
#> [1] "[Package validation]: patchwork version 1.2.0"
#> 
#> [[53]]$user
#> [[53]]$user$login
#> [1] "coslovskym"
#> 
#> [[53]]$user$id
#> [1] 40819212
#> 
#> [[53]]$user$node_id
#> [1] "MDQ6VXNlcjQwODE5MjEy"
#> 
#> [[53]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/40819212?v=4"
#> 
#> [[53]]$user$gravatar_id
#> [1] ""
#> 
#> [[53]]$user$url
#> [1] "https://api.github.com/users/coslovskym"
#> 
#> [[53]]$user$html_url
#> [1] "https://github.com/coslovskym"
#> 
#> [[53]]$user$followers_url
#> [1] "https://api.github.com/users/coslovskym/followers"
#> 
#> [[53]]$user$following_url
#> [1] "https://api.github.com/users/coslovskym/following{/other_user}"
#> 
#> [[53]]$user$gists_url
#> [1] "https://api.github.com/users/coslovskym/gists{/gist_id}"
#> 
#> [[53]]$user$starred_url
#> [1] "https://api.github.com/users/coslovskym/starred{/owner}{/repo}"
#> 
#> [[53]]$user$subscriptions_url
#> [1] "https://api.github.com/users/coslovskym/subscriptions"
#> 
#> [[53]]$user$organizations_url
#> [1] "https://api.github.com/users/coslovskym/orgs"
#> 
#> [[53]]$user$repos_url
#> [1] "https://api.github.com/users/coslovskym/repos"
#> 
#> [[53]]$user$events_url
#> [1] "https://api.github.com/users/coslovskym/events{/privacy}"
#> 
#> [[53]]$user$received_events_url
#> [1] "https://api.github.com/users/coslovskym/received_events"
#> 
#> [[53]]$user$type
#> [1] "User"
#> 
#> [[53]]$user$user_view_type
#> [1] "public"
#> 
#> [[53]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[53]]$labels
#> [[53]]$labels[[1]]
#> [[53]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[53]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[53]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[53]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[53]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[53]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[53]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[53]]$labels[[2]]
#> [[53]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[53]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[53]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[53]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[53]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[53]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[53]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[53]]$labels[[3]]
#> [[53]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[53]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[53]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[53]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[53]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[53]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[53]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[53]]$state
#> [1] "closed"
#> 
#> [[53]]$locked
#> [1] FALSE
#> 
#> [[53]]$assignee
#> NULL
#> 
#> [[53]]$assignees
#> list()
#> 
#> [[53]]$milestone
#> NULL
#> 
#> [[53]]$comments
#> [1] 2
#> 
#> [[53]]$created_at
#> [1] "2024-09-03T14:25:08Z"
#> 
#> [[53]]$updated_at
#> [1] "2024-09-03T14:27:01Z"
#> 
#> [[53]]$closed_at
#> [1] "2024-09-03T14:26:13Z"
#> 
#> [[53]]$author_association
#> [1] "NONE"
#> 
#> [[53]]$type
#> NULL
#> 
#> [[53]]$active_lock_reason
#> NULL
#> 
#> [[53]]$sub_issues_summary
#> [[53]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[53]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[53]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[53]]$body
#> [1] "### Name\n\nMichael Coslovsky\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npatchwork\n\n### Version number of the package evaluated\n\n1.2.0\n\n### Date of release of the evaluated version of the package\n\n2024-01-08\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n9\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2133411\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[53]]$closed_by
#> [[53]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[53]]$closed_by$id
#> [1] 41898282
#> 
#> [[53]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[53]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[53]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[53]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[53]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[53]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[53]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[53]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[53]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[53]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[53]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[53]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[53]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[53]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[53]]$closed_by$type
#> [1] "Bot"
#> 
#> [[53]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[53]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[53]]$reactions
#> [[53]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/reactions"
#> 
#> [[53]]$reactions$total_count
#> [1] 0
#> 
#> [[53]]$reactions$`+1`
#> [1] 0
#> 
#> [[53]]$reactions$`-1`
#> [1] 0
#> 
#> [[53]]$reactions$laugh
#> [1] 0
#> 
#> [[53]]$reactions$hooray
#> [1] 0
#> 
#> [[53]]$reactions$confused
#> [1] 0
#> 
#> [[53]]$reactions$heart
#> [1] 0
#> 
#> [[53]]$reactions$rocket
#> [1] 0
#> 
#> [[53]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[53]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/85/timeline"
#> 
#> [[53]]$performed_via_github_app
#> NULL
#> 
#> [[53]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[54]]
#> [[54]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83"
#> 
#> [[54]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[54]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/labels{/name}"
#> 
#> [[54]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/comments"
#> 
#> [[54]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/events"
#> 
#> [[54]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/83"
#> 
#> [[54]]$id
#> [1] 2455348540
#> 
#> [[54]]$node_id
#> [1] "I_kwDOKHVskc6SWaU8"
#> 
#> [[54]]$number
#> [1] 83
#> 
#> [[54]]$title
#> [1] "[Package validation] survSAKK version 1.2.0"
#> 
#> [[54]]$user
#> [[54]]$user$login
#> [1] "SAKK-vsomas"
#> 
#> [[54]]$user$id
#> [1] 151931296
#> 
#> [[54]]$user$node_id
#> [1] "U_kgDOCQ5JoA"
#> 
#> [[54]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151931296?v=4"
#> 
#> [[54]]$user$gravatar_id
#> [1] ""
#> 
#> [[54]]$user$url
#> [1] "https://api.github.com/users/SAKK-vsomas"
#> 
#> [[54]]$user$html_url
#> [1] "https://github.com/SAKK-vsomas"
#> 
#> [[54]]$user$followers_url
#> [1] "https://api.github.com/users/SAKK-vsomas/followers"
#> 
#> [[54]]$user$following_url
#> [1] "https://api.github.com/users/SAKK-vsomas/following{/other_user}"
#> 
#> [[54]]$user$gists_url
#> [1] "https://api.github.com/users/SAKK-vsomas/gists{/gist_id}"
#> 
#> [[54]]$user$starred_url
#> [1] "https://api.github.com/users/SAKK-vsomas/starred{/owner}{/repo}"
#> 
#> [[54]]$user$subscriptions_url
#> [1] "https://api.github.com/users/SAKK-vsomas/subscriptions"
#> 
#> [[54]]$user$organizations_url
#> [1] "https://api.github.com/users/SAKK-vsomas/orgs"
#> 
#> [[54]]$user$repos_url
#> [1] "https://api.github.com/users/SAKK-vsomas/repos"
#> 
#> [[54]]$user$events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/events{/privacy}"
#> 
#> [[54]]$user$received_events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/received_events"
#> 
#> [[54]]$user$type
#> [1] "User"
#> 
#> [[54]]$user$user_view_type
#> [1] "public"
#> 
#> [[54]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[54]]$labels
#> [[54]]$labels[[1]]
#> [[54]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[54]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[54]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[54]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[54]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[54]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[54]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[54]]$labels[[2]]
#> [[54]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[54]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[54]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[54]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[54]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[54]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[54]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[54]]$labels[[3]]
#> [[54]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[54]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[54]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[54]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[54]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[54]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[54]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[54]]$state
#> [1] "closed"
#> 
#> [[54]]$locked
#> [1] FALSE
#> 
#> [[54]]$assignee
#> NULL
#> 
#> [[54]]$assignees
#> list()
#> 
#> [[54]]$milestone
#> NULL
#> 
#> [[54]]$comments
#> [1] 3
#> 
#> [[54]]$created_at
#> [1] "2024-08-08T09:42:03Z"
#> 
#> [[54]]$updated_at
#> [1] "2024-08-08T10:27:04Z"
#> 
#> [[54]]$closed_at
#> [1] "2024-08-08T10:18:37Z"
#> 
#> [[54]]$author_association
#> [1] "NONE"
#> 
#> [[54]]$type
#> NULL
#> 
#> [[54]]$active_lock_reason
#> NULL
#> 
#> [[54]]$sub_issues_summary
#> [[54]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[54]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[54]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[54]]$body
#> [1] "### Name\r\n\r\nVithersan Somasundaram \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nsurvSAKK\r\n\r\n### Version number of the package evaluated\r\n\r\n1.2.0\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-06-20\r\n\r\n### The package author has...\r\n\r\nNo clear credentials or group association\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nNon-statistical\r\n\r\n### Number of dependencies\r\n\r\n3\r\n\r\n### Is the package available from CRAN or bioconductor?\r\n\r\nNo\r\n\r\n### If not CRAN or bioconductor, where is the package available?\r\n\r\nhttps://github.com/SAKK-Statistics/survSAKK\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n_No response_\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[54]]$closed_by
#> [[54]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[54]]$closed_by$id
#> [1] 41898282
#> 
#> [[54]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[54]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[54]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[54]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[54]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[54]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[54]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[54]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[54]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[54]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[54]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[54]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[54]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[54]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[54]]$closed_by$type
#> [1] "Bot"
#> 
#> [[54]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[54]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[54]]$reactions
#> [[54]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/reactions"
#> 
#> [[54]]$reactions$total_count
#> [1] 0
#> 
#> [[54]]$reactions$`+1`
#> [1] 0
#> 
#> [[54]]$reactions$`-1`
#> [1] 0
#> 
#> [[54]]$reactions$laugh
#> [1] 0
#> 
#> [[54]]$reactions$hooray
#> [1] 0
#> 
#> [[54]]$reactions$confused
#> [1] 0
#> 
#> [[54]]$reactions$heart
#> [1] 0
#> 
#> [[54]]$reactions$rocket
#> [1] 0
#> 
#> [[54]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[54]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/83/timeline"
#> 
#> [[54]]$performed_via_github_app
#> NULL
#> 
#> [[54]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[55]]
#> [[55]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77"
#> 
#> [[55]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[55]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/labels{/name}"
#> 
#> [[55]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/comments"
#> 
#> [[55]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/events"
#> 
#> [[55]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/77"
#> 
#> [[55]]$id
#> [1] 2377507733
#> 
#> [[55]]$node_id
#> [1] "I_kwDOKHVskc6NteOV"
#> 
#> [[55]]$number
#> [1] 77
#> 
#> [[55]]$title
#> [1] "[Package validation]: haven version 2.5.4"
#> 
#> [[55]]$user
#> [[55]]$user$login
#> [1] "elio4sakk"
#> 
#> [[55]]$user$id
#> [1] 151913878
#> 
#> [[55]]$user$node_id
#> [1] "U_kgDOCQ4Flg"
#> 
#> [[55]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151913878?v=4"
#> 
#> [[55]]$user$gravatar_id
#> [1] ""
#> 
#> [[55]]$user$url
#> [1] "https://api.github.com/users/elio4sakk"
#> 
#> [[55]]$user$html_url
#> [1] "https://github.com/elio4sakk"
#> 
#> [[55]]$user$followers_url
#> [1] "https://api.github.com/users/elio4sakk/followers"
#> 
#> [[55]]$user$following_url
#> [1] "https://api.github.com/users/elio4sakk/following{/other_user}"
#> 
#> [[55]]$user$gists_url
#> [1] "https://api.github.com/users/elio4sakk/gists{/gist_id}"
#> 
#> [[55]]$user$starred_url
#> [1] "https://api.github.com/users/elio4sakk/starred{/owner}{/repo}"
#> 
#> [[55]]$user$subscriptions_url
#> [1] "https://api.github.com/users/elio4sakk/subscriptions"
#> 
#> [[55]]$user$organizations_url
#> [1] "https://api.github.com/users/elio4sakk/orgs"
#> 
#> [[55]]$user$repos_url
#> [1] "https://api.github.com/users/elio4sakk/repos"
#> 
#> [[55]]$user$events_url
#> [1] "https://api.github.com/users/elio4sakk/events{/privacy}"
#> 
#> [[55]]$user$received_events_url
#> [1] "https://api.github.com/users/elio4sakk/received_events"
#> 
#> [[55]]$user$type
#> [1] "User"
#> 
#> [[55]]$user$user_view_type
#> [1] "public"
#> 
#> [[55]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[55]]$labels
#> [[55]]$labels[[1]]
#> [[55]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[55]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[55]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[55]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[55]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[55]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[55]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[55]]$labels[[2]]
#> [[55]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[55]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[55]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[55]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[55]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[55]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[55]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[55]]$labels[[3]]
#> [[55]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[55]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[55]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[55]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[55]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[55]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[55]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[55]]$state
#> [1] "closed"
#> 
#> [[55]]$locked
#> [1] FALSE
#> 
#> [[55]]$assignee
#> NULL
#> 
#> [[55]]$assignees
#> list()
#> 
#> [[55]]$milestone
#> NULL
#> 
#> [[55]]$comments
#> [1] 1
#> 
#> [[55]]$created_at
#> [1] "2024-06-27T08:28:55Z"
#> 
#> [[55]]$updated_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[55]]$closed_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[55]]$author_association
#> [1] "NONE"
#> 
#> [[55]]$type
#> NULL
#> 
#> [[55]]$active_lock_reason
#> NULL
#> 
#> [[55]]$sub_issues_summary
#> [[55]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[55]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[55]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[55]]$body
#> [1] "### Name\n\nElio Carreras\n\n### What is your relationship with the SCTO?\n\nNo relationship\n\n### Name of the package you have validated\n\nhaven\n\n### Version number of the package evaluated\n\n2.5.4\n\n### Date of release of the evaluated version of the package\n\n2023-11-30\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n160\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n6600007\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[55]]$closed_by
#> [[55]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[55]]$closed_by$id
#> [1] 41898282
#> 
#> [[55]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[55]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[55]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[55]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[55]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[55]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[55]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[55]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[55]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[55]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[55]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[55]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[55]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[55]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[55]]$closed_by$type
#> [1] "Bot"
#> 
#> [[55]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[55]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[55]]$reactions
#> [[55]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/reactions"
#> 
#> [[55]]$reactions$total_count
#> [1] 0
#> 
#> [[55]]$reactions$`+1`
#> [1] 0
#> 
#> [[55]]$reactions$`-1`
#> [1] 0
#> 
#> [[55]]$reactions$laugh
#> [1] 0
#> 
#> [[55]]$reactions$hooray
#> [1] 0
#> 
#> [[55]]$reactions$confused
#> [1] 0
#> 
#> [[55]]$reactions$heart
#> [1] 0
#> 
#> [[55]]$reactions$rocket
#> [1] 0
#> 
#> [[55]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[55]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/77/timeline"
#> 
#> [[55]]$performed_via_github_app
#> NULL
#> 
#> [[55]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[56]]
#> [[56]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76"
#> 
#> [[56]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[56]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/labels{/name}"
#> 
#> [[56]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/comments"
#> 
#> [[56]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/events"
#> 
#> [[56]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/76"
#> 
#> [[56]]$id
#> [1] 2310193262
#> 
#> [[56]]$node_id
#> [1] "I_kwDOKHVskc6JssBu"
#> 
#> [[56]]$number
#> [1] 76
#> 
#> [[56]]$title
#> [1] "[Package validation]: gtsummary version 1.7.2"
#> 
#> [[56]]$user
#> [[56]]$user$login
#> [1] "aghaynes"
#> 
#> [[56]]$user$id
#> [1] 6594028
#> 
#> [[56]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[56]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[56]]$user$gravatar_id
#> [1] ""
#> 
#> [[56]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[56]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[56]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[56]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[56]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[56]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[56]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[56]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[56]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[56]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[56]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[56]]$user$type
#> [1] "User"
#> 
#> [[56]]$user$user_view_type
#> [1] "public"
#> 
#> [[56]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[56]]$labels
#> [[56]]$labels[[1]]
#> [[56]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[56]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[56]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[56]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[56]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[56]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[56]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[56]]$labels[[2]]
#> [[56]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[56]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[56]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[56]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[56]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[56]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[56]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[56]]$labels[[3]]
#> [[56]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[56]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[56]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[56]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[56]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[56]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[56]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[56]]$state
#> [1] "closed"
#> 
#> [[56]]$locked
#> [1] FALSE
#> 
#> [[56]]$assignee
#> NULL
#> 
#> [[56]]$assignees
#> list()
#> 
#> [[56]]$milestone
#> NULL
#> 
#> [[56]]$comments
#> [1] 1
#> 
#> [[56]]$created_at
#> [1] "2024-05-22T10:41:20Z"
#> 
#> [[56]]$updated_at
#> [1] "2024-05-22T10:42:26Z"
#> 
#> [[56]]$closed_at
#> [1] "2024-05-22T10:42:25Z"
#> 
#> [[56]]$author_association
#> [1] "MEMBER"
#> 
#> [[56]]$type
#> NULL
#> 
#> [[56]]$active_lock_reason
#> NULL
#> 
#> [[56]]$sub_issues_summary
#> [[56]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[56]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[56]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[56]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ngtsummary\n\n### Version number of the package evaluated\n\n1.7.2\n\n### Date of release of the evaluated version of the package\n\n2023-07-15\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### If not CRAN or bioconductor, where is the package available?\n\n_No response_\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n440745\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[56]]$closed_by
#> [[56]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[56]]$closed_by$id
#> [1] 41898282
#> 
#> [[56]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[56]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[56]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[56]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[56]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[56]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[56]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[56]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[56]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[56]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[56]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[56]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[56]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[56]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[56]]$closed_by$type
#> [1] "Bot"
#> 
#> [[56]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[56]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[56]]$reactions
#> [[56]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/reactions"
#> 
#> [[56]]$reactions$total_count
#> [1] 0
#> 
#> [[56]]$reactions$`+1`
#> [1] 0
#> 
#> [[56]]$reactions$`-1`
#> [1] 0
#> 
#> [[56]]$reactions$laugh
#> [1] 0
#> 
#> [[56]]$reactions$hooray
#> [1] 0
#> 
#> [[56]]$reactions$confused
#> [1] 0
#> 
#> [[56]]$reactions$heart
#> [1] 0
#> 
#> [[56]]$reactions$rocket
#> [1] 0
#> 
#> [[56]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[56]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/76/timeline"
#> 
#> [[56]]$performed_via_github_app
#> NULL
#> 
#> [[56]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[57]]
#> [[57]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75"
#> 
#> [[57]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[57]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/labels{/name}"
#> 
#> [[57]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/comments"
#> 
#> [[57]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/events"
#> 
#> [[57]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/75"
#> 
#> [[57]]$id
#> [1] 2309805184
#> 
#> [[57]]$node_id
#> [1] "I_kwDOKHVskc6JrNSA"
#> 
#> [[57]]$number
#> [1] 75
#> 
#> [[57]]$title
#> [1] "[Package validation]: tableone version 0.13.2"
#> 
#> [[57]]$user
#> [[57]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[57]]$user$id
#> [1] 77327839
#> 
#> [[57]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[57]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[57]]$user$gravatar_id
#> [1] ""
#> 
#> [[57]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[57]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[57]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[57]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[57]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[57]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[57]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[57]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[57]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[57]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[57]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[57]]$user$type
#> [1] "User"
#> 
#> [[57]]$user$user_view_type
#> [1] "public"
#> 
#> [[57]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[57]]$labels
#> [[57]]$labels[[1]]
#> [[57]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[57]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[57]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[57]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[57]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[57]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[57]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[57]]$labels[[2]]
#> [[57]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[57]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[57]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[57]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[57]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[57]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[57]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[57]]$labels[[3]]
#> [[57]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[57]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[57]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[57]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[57]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[57]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[57]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[57]]$state
#> [1] "closed"
#> 
#> [[57]]$locked
#> [1] FALSE
#> 
#> [[57]]$assignee
#> NULL
#> 
#> [[57]]$assignees
#> list()
#> 
#> [[57]]$milestone
#> NULL
#> 
#> [[57]]$comments
#> [1] 4
#> 
#> [[57]]$created_at
#> [1] "2024-05-22T07:37:46Z"
#> 
#> [[57]]$updated_at
#> [1] "2024-05-22T09:17:09Z"
#> 
#> [[57]]$closed_at
#> [1] "2024-05-22T07:38:53Z"
#> 
#> [[57]]$author_association
#> [1] "NONE"
#> 
#> [[57]]$type
#> NULL
#> 
#> [[57]]$active_lock_reason
#> NULL
#> 
#> [[57]]$sub_issues_summary
#> [[57]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[57]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[57]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[57]]$body
#> [1] "### Name\r\n\r\nMichael Coslovsky \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ntableone\r\n\r\n### Version number of the package evaluated\r\n\r\n0.13.2\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2022-04-15\r\n\r\n### The package author has...\r\n\r\nCredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n7\r\n\r\n### Is the package available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### If not CRAN or bioconductor, where is the package available?\r\n\r\n_No response_\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n163295\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nNo\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[57]]$closed_by
#> [[57]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[57]]$closed_by$id
#> [1] 41898282
#> 
#> [[57]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[57]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[57]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[57]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[57]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[57]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[57]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[57]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[57]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[57]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[57]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[57]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[57]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[57]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[57]]$closed_by$type
#> [1] "Bot"
#> 
#> [[57]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[57]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[57]]$reactions
#> [[57]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/reactions"
#> 
#> [[57]]$reactions$total_count
#> [1] 0
#> 
#> [[57]]$reactions$`+1`
#> [1] 0
#> 
#> [[57]]$reactions$`-1`
#> [1] 0
#> 
#> [[57]]$reactions$laugh
#> [1] 0
#> 
#> [[57]]$reactions$hooray
#> [1] 0
#> 
#> [[57]]$reactions$confused
#> [1] 0
#> 
#> [[57]]$reactions$heart
#> [1] 0
#> 
#> [[57]]$reactions$rocket
#> [1] 0
#> 
#> [[57]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[57]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/75/timeline"
#> 
#> [[57]]$performed_via_github_app
#> NULL
#> 
#> [[57]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[58]]
#> [[58]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33"
#> 
#> [[58]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[58]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/labels{/name}"
#> 
#> [[58]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/comments"
#> 
#> [[58]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/events"
#> 
#> [[58]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/33"
#> 
#> [[58]]$id
#> [1] 2233023986
#> 
#> [[58]]$node_id
#> [1] "I_kwDOKHVskc6FGT3y"
#> 
#> [[58]]$number
#> [1] 33
#> 
#> [[58]]$title
#> [1] "[Package validation]: pmcalibration version 0.1.0"
#> 
#> [[58]]$user
#> [[58]]$user$login
#> [1] "aghaynes"
#> 
#> [[58]]$user$id
#> [1] 6594028
#> 
#> [[58]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[58]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[58]]$user$gravatar_id
#> [1] ""
#> 
#> [[58]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[58]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[58]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[58]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[58]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[58]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[58]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[58]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[58]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[58]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[58]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[58]]$user$type
#> [1] "User"
#> 
#> [[58]]$user$user_view_type
#> [1] "public"
#> 
#> [[58]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[58]]$labels
#> [[58]]$labels[[1]]
#> [[58]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[58]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[58]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[58]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[58]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[58]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[58]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[58]]$labels[[2]]
#> [[58]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[58]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[58]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[58]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[58]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[58]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[58]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[58]]$labels[[3]]
#> [[58]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[58]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[58]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[58]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[58]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[58]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[58]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[58]]$state
#> [1] "closed"
#> 
#> [[58]]$locked
#> [1] FALSE
#> 
#> [[58]]$assignee
#> NULL
#> 
#> [[58]]$assignees
#> list()
#> 
#> [[58]]$milestone
#> NULL
#> 
#> [[58]]$comments
#> [1] 1
#> 
#> [[58]]$created_at
#> [1] "2024-04-09T09:37:21Z"
#> 
#> [[58]]$updated_at
#> [1] "2024-04-09T09:39:31Z"
#> 
#> [[58]]$closed_at
#> [1] "2024-04-09T09:39:30Z"
#> 
#> [[58]]$author_association
#> [1] "MEMBER"
#> 
#> [[58]]$type
#> NULL
#> 
#> [[58]]$active_lock_reason
#> NULL
#> 
#> [[58]]$sub_issues_summary
#> [[58]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[58]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[58]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[58]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npmcalibration\n\n### Version number of the package evaluated\n\n0.1.0\n\n### Date of release of the evaluated version of the package\n\n2023-09-06\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n12\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n1737\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[58]]$closed_by
#> [[58]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[58]]$closed_by$id
#> [1] 41898282
#> 
#> [[58]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[58]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[58]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[58]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[58]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[58]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[58]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[58]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[58]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[58]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[58]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[58]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[58]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[58]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[58]]$closed_by$type
#> [1] "Bot"
#> 
#> [[58]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[58]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[58]]$reactions
#> [[58]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/reactions"
#> 
#> [[58]]$reactions$total_count
#> [1] 0
#> 
#> [[58]]$reactions$`+1`
#> [1] 0
#> 
#> [[58]]$reactions$`-1`
#> [1] 0
#> 
#> [[58]]$reactions$laugh
#> [1] 0
#> 
#> [[58]]$reactions$hooray
#> [1] 0
#> 
#> [[58]]$reactions$confused
#> [1] 0
#> 
#> [[58]]$reactions$heart
#> [1] 0
#> 
#> [[58]]$reactions$rocket
#> [1] 0
#> 
#> [[58]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[58]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/33/timeline"
#> 
#> [[58]]$performed_via_github_app
#> NULL
#> 
#> [[58]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[59]]
#> [[59]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32"
#> 
#> [[59]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[59]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/labels{/name}"
#> 
#> [[59]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/comments"
#> 
#> [[59]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/events"
#> 
#> [[59]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/32"
#> 
#> [[59]]$id
#> [1] 2231527886
#> 
#> [[59]]$node_id
#> [1] "I_kwDOKHVskc6FAmnO"
#> 
#> [[59]]$number
#> [1] 32
#> 
#> [[59]]$title
#> [1] "[Package validation]: accrualPlot version 1.0.7"
#> 
#> [[59]]$user
#> [[59]]$user$login
#> [1] "aghaynes"
#> 
#> [[59]]$user$id
#> [1] 6594028
#> 
#> [[59]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[59]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[59]]$user$gravatar_id
#> [1] ""
#> 
#> [[59]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[59]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[59]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[59]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[59]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[59]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[59]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[59]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[59]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[59]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[59]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[59]]$user$type
#> [1] "User"
#> 
#> [[59]]$user$user_view_type
#> [1] "public"
#> 
#> [[59]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[59]]$labels
#> [[59]]$labels[[1]]
#> [[59]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[59]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[59]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[59]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[59]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[59]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[59]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[59]]$labels[[2]]
#> [[59]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[59]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[59]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[59]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[59]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[59]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[59]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[59]]$labels[[3]]
#> [[59]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[59]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[59]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[59]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[59]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[59]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[59]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[59]]$state
#> [1] "closed"
#> 
#> [[59]]$locked
#> [1] FALSE
#> 
#> [[59]]$assignee
#> NULL
#> 
#> [[59]]$assignees
#> list()
#> 
#> [[59]]$milestone
#> NULL
#> 
#> [[59]]$comments
#> [1] 1
#> 
#> [[59]]$created_at
#> [1] "2024-04-08T15:31:04Z"
#> 
#> [[59]]$updated_at
#> [1] "2024-04-08T15:34:45Z"
#> 
#> [[59]]$closed_at
#> [1] "2024-04-08T15:34:43Z"
#> 
#> [[59]]$author_association
#> [1] "MEMBER"
#> 
#> [[59]]$type
#> NULL
#> 
#> [[59]]$active_lock_reason
#> NULL
#> 
#> [[59]]$sub_issues_summary
#> [[59]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[59]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[59]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[59]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\naccrualPlot\n\n### Version number of the package evaluated\n\n1.0.7\n\n### Date of release of the evaluated version of the package\n\n2022-08-16\n\n### The package author has...\n\nCredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; non-published\n\n### Number of dependencies\n\n6\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n3870\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[59]]$closed_by
#> [[59]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[59]]$closed_by$id
#> [1] 41898282
#> 
#> [[59]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[59]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[59]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[59]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[59]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[59]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[59]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[59]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[59]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[59]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[59]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[59]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[59]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[59]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[59]]$closed_by$type
#> [1] "Bot"
#> 
#> [[59]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[59]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[59]]$reactions
#> [[59]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/reactions"
#> 
#> [[59]]$reactions$total_count
#> [1] 0
#> 
#> [[59]]$reactions$`+1`
#> [1] 0
#> 
#> [[59]]$reactions$`-1`
#> [1] 0
#> 
#> [[59]]$reactions$laugh
#> [1] 0
#> 
#> [[59]]$reactions$hooray
#> [1] 0
#> 
#> [[59]]$reactions$confused
#> [1] 0
#> 
#> [[59]]$reactions$heart
#> [1] 0
#> 
#> [[59]]$reactions$rocket
#> [1] 0
#> 
#> [[59]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[59]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/32/timeline"
#> 
#> [[59]]$performed_via_github_app
#> NULL
#> 
#> [[59]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[60]]
#> [[60]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31"
#> 
#> [[60]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[60]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/labels{/name}"
#> 
#> [[60]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/comments"
#> 
#> [[60]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/events"
#> 
#> [[60]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/31"
#> 
#> [[60]]$id
#> [1] 2231493099
#> 
#> [[60]]$node_id
#> [1] "I_kwDOKHVskc6FAeHr"
#> 
#> [[60]]$number
#> [1] 31
#> 
#> [[60]]$title
#> [1] "[Package validation]: dplyr version 1.1.0"
#> 
#> [[60]]$user
#> [[60]]$user$login
#> [1] "aghaynes"
#> 
#> [[60]]$user$id
#> [1] 6594028
#> 
#> [[60]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[60]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[60]]$user$gravatar_id
#> [1] ""
#> 
#> [[60]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[60]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[60]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[60]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[60]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[60]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[60]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[60]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[60]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[60]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[60]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[60]]$user$type
#> [1] "User"
#> 
#> [[60]]$user$user_view_type
#> [1] "public"
#> 
#> [[60]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[60]]$labels
#> [[60]]$labels[[1]]
#> [[60]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[60]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[60]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[60]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[60]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[60]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[60]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[60]]$labels[[2]]
#> [[60]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[60]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[60]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[60]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[60]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[60]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[60]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[60]]$labels[[3]]
#> [[60]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[60]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[60]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[60]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[60]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[60]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[60]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[60]]$state
#> [1] "closed"
#> 
#> [[60]]$locked
#> [1] FALSE
#> 
#> [[60]]$assignee
#> NULL
#> 
#> [[60]]$assignees
#> list()
#> 
#> [[60]]$milestone
#> NULL
#> 
#> [[60]]$comments
#> [1] 1
#> 
#> [[60]]$created_at
#> [1] "2024-04-08T15:15:22Z"
#> 
#> [[60]]$updated_at
#> [1] "2024-04-08T15:17:36Z"
#> 
#> [[60]]$closed_at
#> [1] "2024-04-08T15:17:34Z"
#> 
#> [[60]]$author_association
#> [1] "MEMBER"
#> 
#> [[60]]$type
#> NULL
#> 
#> [[60]]$active_lock_reason
#> NULL
#> 
#> [[60]]$sub_issues_summary
#> [[60]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[60]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[60]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[60]]$body
#> [1] "### Name\n\nAlan Haynes\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ndplyr\n\n### Version number of the package evaluated\n\n1.1.0\n\n### Date of release of the evaluated version of the package\n\n2023-01-29\n\n### The package author has...\n\nWell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n13\n\n### Is the package available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n18987564\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[60]]$closed_by
#> [[60]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[60]]$closed_by$id
#> [1] 41898282
#> 
#> [[60]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[60]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[60]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[60]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[60]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[60]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[60]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[60]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[60]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[60]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[60]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[60]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[60]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[60]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[60]]$closed_by$type
#> [1] "Bot"
#> 
#> [[60]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[60]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[60]]$reactions
#> [[60]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/reactions"
#> 
#> [[60]]$reactions$total_count
#> [1] 0
#> 
#> [[60]]$reactions$`+1`
#> [1] 0
#> 
#> [[60]]$reactions$`-1`
#> [1] 0
#> 
#> [[60]]$reactions$laugh
#> [1] 0
#> 
#> [[60]]$reactions$hooray
#> [1] 0
#> 
#> [[60]]$reactions$confused
#> [1] 0
#> 
#> [[60]]$reactions$heart
#> [1] 0
#> 
#> [[60]]$reactions$rocket
#> [1] 0
#> 
#> [[60]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[60]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/31/timeline"
#> 
#> [[60]]$performed_via_github_app
#> NULL
#> 
#> [[60]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[61]]
#> [[61]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30"
#> 
#> [[61]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[61]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/labels{/name}"
#> 
#> [[61]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/comments"
#> 
#> [[61]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/events"
#> 
#> [[61]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/30"
#> 
#> [[61]]$id
#> [1] 2228119201
#> 
#> [[61]]$node_id
#> [1] "I_kwDOKHVskc6Ezmah"
#> 
#> [[61]]$number
#> [1] 30
#> 
#> [[61]]$title
#> [1] "[Package validation]: ExtrPatt version 0.1-4"
#> 
#> [[61]]$user
#> [[61]]$user$login
#> [1] "mbranca"
#> 
#> [[61]]$user$id
#> [1] 52954127
#> 
#> [[61]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[61]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[61]]$user$gravatar_id
#> [1] ""
#> 
#> [[61]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[61]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[61]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[61]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[61]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[61]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[61]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[61]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[61]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[61]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[61]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[61]]$user$type
#> [1] "User"
#> 
#> [[61]]$user$user_view_type
#> [1] "public"
#> 
#> [[61]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[61]]$labels
#> [[61]]$labels[[1]]
#> [[61]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[61]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[61]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[61]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[61]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[61]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[61]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[61]]$labels[[2]]
#> [[61]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[61]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[61]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[61]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[61]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[61]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[61]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[61]]$labels[[3]]
#> [[61]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[61]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[61]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[61]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[61]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[61]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[61]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[61]]$state
#> [1] "closed"
#> 
#> [[61]]$locked
#> [1] FALSE
#> 
#> [[61]]$assignee
#> NULL
#> 
#> [[61]]$assignees
#> list()
#> 
#> [[61]]$milestone
#> NULL
#> 
#> [[61]]$comments
#> [1] 1
#> 
#> [[61]]$created_at
#> [1] "2024-04-05T14:02:32Z"
#> 
#> [[61]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[61]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[61]]$author_association
#> [1] "NONE"
#> 
#> [[61]]$type
#> NULL
#> 
#> [[61]]$active_lock_reason
#> NULL
#> 
#> [[61]]$sub_issues_summary
#> [[61]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[61]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[61]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[61]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nNone\n\n### Name of the package you have validated\n\nExtrPatt\n\n### Version number of the package evaluated\n\n0.1-4\n\n### Date of release of the evaluated version of the package\n\n2023-11-07\n\n### The package author has...\n\nno clear credentials or group association\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n7\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n952\n\n### Bug reporting address is available (in DESCRIPTION)\n\nNo\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[61]]$closed_by
#> [[61]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[61]]$closed_by$id
#> [1] 6594028
#> 
#> [[61]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[61]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[61]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[61]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[61]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[61]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[61]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[61]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[61]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[61]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[61]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[61]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[61]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[61]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[61]]$closed_by$type
#> [1] "User"
#> 
#> [[61]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[61]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[61]]$reactions
#> [[61]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/reactions"
#> 
#> [[61]]$reactions$total_count
#> [1] 0
#> 
#> [[61]]$reactions$`+1`
#> [1] 0
#> 
#> [[61]]$reactions$`-1`
#> [1] 0
#> 
#> [[61]]$reactions$laugh
#> [1] 0
#> 
#> [[61]]$reactions$hooray
#> [1] 0
#> 
#> [[61]]$reactions$confused
#> [1] 0
#> 
#> [[61]]$reactions$heart
#> [1] 0
#> 
#> [[61]]$reactions$rocket
#> [1] 0
#> 
#> [[61]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[61]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/30/timeline"
#> 
#> [[61]]$performed_via_github_app
#> NULL
#> 
#> [[61]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[62]]
#> [[62]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29"
#> 
#> [[62]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[62]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/labels{/name}"
#> 
#> [[62]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/comments"
#> 
#> [[62]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/events"
#> 
#> [[62]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/29"
#> 
#> [[62]]$id
#> [1] 2227965730
#> 
#> [[62]]$node_id
#> [1] "I_kwDOKHVskc6EzA8i"
#> 
#> [[62]]$number
#> [1] 29
#> 
#> [[62]]$title
#> [1] "[Package validation]: WinRatio version 1.0"
#> 
#> [[62]]$user
#> [[62]]$user$login
#> [1] "mbranca"
#> 
#> [[62]]$user$id
#> [1] 52954127
#> 
#> [[62]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[62]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[62]]$user$gravatar_id
#> [1] ""
#> 
#> [[62]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[62]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[62]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[62]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[62]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[62]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[62]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[62]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[62]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[62]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[62]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[62]]$user$type
#> [1] "User"
#> 
#> [[62]]$user$user_view_type
#> [1] "public"
#> 
#> [[62]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[62]]$labels
#> [[62]]$labels[[1]]
#> [[62]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[62]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[62]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[62]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[62]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[62]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[62]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[62]]$labels[[2]]
#> [[62]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[62]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[62]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[62]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[62]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[62]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[62]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[62]]$labels[[3]]
#> [[62]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[62]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[62]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[62]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[62]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[62]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[62]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[62]]$state
#> [1] "closed"
#> 
#> [[62]]$locked
#> [1] FALSE
#> 
#> [[62]]$assignee
#> NULL
#> 
#> [[62]]$assignees
#> list()
#> 
#> [[62]]$milestone
#> NULL
#> 
#> [[62]]$comments
#> [1] 1
#> 
#> [[62]]$created_at
#> [1] "2024-04-05T12:51:40Z"
#> 
#> [[62]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[62]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[62]]$author_association
#> [1] "NONE"
#> 
#> [[62]]$type
#> NULL
#> 
#> [[62]]$active_lock_reason
#> NULL
#> 
#> [[62]]$sub_issues_summary
#> [[62]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[62]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[62]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[62]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nWinRatio\n\n### Version number of the package evaluated\n\n1.0\n\n### Date of release of the evaluated version of the package\n\n2020-11-23\n\n### The package author has...\n\nno clear credentials or group association\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n5\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nNo\n\n### Number of downloads in the last 12 months\n\n2283\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[62]]$closed_by
#> [[62]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[62]]$closed_by$id
#> [1] 6594028
#> 
#> [[62]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[62]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[62]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[62]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[62]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[62]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[62]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[62]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[62]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[62]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[62]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[62]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[62]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[62]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[62]]$closed_by$type
#> [1] "User"
#> 
#> [[62]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[62]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[62]]$reactions
#> [[62]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/reactions"
#> 
#> [[62]]$reactions$total_count
#> [1] 0
#> 
#> [[62]]$reactions$`+1`
#> [1] 0
#> 
#> [[62]]$reactions$`-1`
#> [1] 0
#> 
#> [[62]]$reactions$laugh
#> [1] 0
#> 
#> [[62]]$reactions$hooray
#> [1] 0
#> 
#> [[62]]$reactions$confused
#> [1] 0
#> 
#> [[62]]$reactions$heart
#> [1] 0
#> 
#> [[62]]$reactions$rocket
#> [1] 0
#> 
#> [[62]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[62]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/29/timeline"
#> 
#> [[62]]$performed_via_github_app
#> NULL
#> 
#> [[62]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[63]]
#> [[63]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28"
#> 
#> [[63]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[63]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/labels{/name}"
#> 
#> [[63]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/comments"
#> 
#> [[63]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/events"
#> 
#> [[63]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/28"
#> 
#> [[63]]$id
#> [1] 2227866494
#> 
#> [[63]]$node_id
#> [1] "I_kwDOKHVskc6Eyot-"
#> 
#> [[63]]$number
#> [1] 28
#> 
#> [[63]]$title
#> [1] "[Package validation]: rstpm2 version 1.6.3"
#> 
#> [[63]]$user
#> [[63]]$user$login
#> [1] "mbranca"
#> 
#> [[63]]$user$id
#> [1] 52954127
#> 
#> [[63]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[63]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[63]]$user$gravatar_id
#> [1] ""
#> 
#> [[63]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[63]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[63]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[63]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[63]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[63]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[63]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[63]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[63]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[63]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[63]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[63]]$user$type
#> [1] "User"
#> 
#> [[63]]$user$user_view_type
#> [1] "public"
#> 
#> [[63]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[63]]$labels
#> [[63]]$labels[[1]]
#> [[63]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[63]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[63]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[63]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[63]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[63]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[63]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[63]]$labels[[2]]
#> [[63]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[63]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[63]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[63]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[63]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[63]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[63]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[63]]$labels[[3]]
#> [[63]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[63]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[63]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[63]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[63]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[63]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[63]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[63]]$state
#> [1] "closed"
#> 
#> [[63]]$locked
#> [1] FALSE
#> 
#> [[63]]$assignee
#> NULL
#> 
#> [[63]]$assignees
#> list()
#> 
#> [[63]]$milestone
#> NULL
#> 
#> [[63]]$comments
#> [1] 1
#> 
#> [[63]]$created_at
#> [1] "2024-04-05T12:01:36Z"
#> 
#> [[63]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[63]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[63]]$author_association
#> [1] "NONE"
#> 
#> [[63]]$type
#> NULL
#> 
#> [[63]]$active_lock_reason
#> NULL
#> 
#> [[63]]$sub_issues_summary
#> [[63]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[63]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[63]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[63]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nrstpm2\n\n### Version number of the package evaluated\n\n1.6.3\n\n### Date of release of the evaluated version of the package\n\n2023-12-05\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n15\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n61578\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[63]]$closed_by
#> [[63]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[63]]$closed_by$id
#> [1] 6594028
#> 
#> [[63]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[63]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[63]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[63]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[63]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[63]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[63]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[63]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[63]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[63]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[63]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[63]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[63]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[63]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[63]]$closed_by$type
#> [1] "User"
#> 
#> [[63]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[63]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[63]]$reactions
#> [[63]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/reactions"
#> 
#> [[63]]$reactions$total_count
#> [1] 0
#> 
#> [[63]]$reactions$`+1`
#> [1] 0
#> 
#> [[63]]$reactions$`-1`
#> [1] 0
#> 
#> [[63]]$reactions$laugh
#> [1] 0
#> 
#> [[63]]$reactions$hooray
#> [1] 0
#> 
#> [[63]]$reactions$confused
#> [1] 0
#> 
#> [[63]]$reactions$heart
#> [1] 0
#> 
#> [[63]]$reactions$rocket
#> [1] 0
#> 
#> [[63]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[63]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/28/timeline"
#> 
#> [[63]]$performed_via_github_app
#> NULL
#> 
#> [[63]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[64]]
#> [[64]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27"
#> 
#> [[64]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[64]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/labels{/name}"
#> 
#> [[64]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/comments"
#> 
#> [[64]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/events"
#> 
#> [[64]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/27"
#> 
#> [[64]]$id
#> [1] 2227311851
#> 
#> [[64]]$node_id
#> [1] "I_kwDOKHVskc6EwhTr"
#> 
#> [[64]]$number
#> [1] 27
#> 
#> [[64]]$title
#> [1] "[Package validation]: netmeta version 2.9-0"
#> 
#> [[64]]$user
#> [[64]]$user$login
#> [1] "ArnaudKunzi"
#> 
#> [[64]]$user$id
#> [1] 22870774
#> 
#> [[64]]$user$node_id
#> [1] "MDQ6VXNlcjIyODcwNzc0"
#> 
#> [[64]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/22870774?v=4"
#> 
#> [[64]]$user$gravatar_id
#> [1] ""
#> 
#> [[64]]$user$url
#> [1] "https://api.github.com/users/ArnaudKunzi"
#> 
#> [[64]]$user$html_url
#> [1] "https://github.com/ArnaudKunzi"
#> 
#> [[64]]$user$followers_url
#> [1] "https://api.github.com/users/ArnaudKunzi/followers"
#> 
#> [[64]]$user$following_url
#> [1] "https://api.github.com/users/ArnaudKunzi/following{/other_user}"
#> 
#> [[64]]$user$gists_url
#> [1] "https://api.github.com/users/ArnaudKunzi/gists{/gist_id}"
#> 
#> [[64]]$user$starred_url
#> [1] "https://api.github.com/users/ArnaudKunzi/starred{/owner}{/repo}"
#> 
#> [[64]]$user$subscriptions_url
#> [1] "https://api.github.com/users/ArnaudKunzi/subscriptions"
#> 
#> [[64]]$user$organizations_url
#> [1] "https://api.github.com/users/ArnaudKunzi/orgs"
#> 
#> [[64]]$user$repos_url
#> [1] "https://api.github.com/users/ArnaudKunzi/repos"
#> 
#> [[64]]$user$events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/events{/privacy}"
#> 
#> [[64]]$user$received_events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/received_events"
#> 
#> [[64]]$user$type
#> [1] "User"
#> 
#> [[64]]$user$user_view_type
#> [1] "public"
#> 
#> [[64]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[64]]$labels
#> [[64]]$labels[[1]]
#> [[64]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[64]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[64]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[64]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[64]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[64]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[64]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[64]]$labels[[2]]
#> [[64]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[64]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[64]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[64]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[64]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[64]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[64]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[64]]$labels[[3]]
#> [[64]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[64]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[64]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[64]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[64]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[64]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[64]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[64]]$state
#> [1] "closed"
#> 
#> [[64]]$locked
#> [1] FALSE
#> 
#> [[64]]$assignee
#> NULL
#> 
#> [[64]]$assignees
#> list()
#> 
#> [[64]]$milestone
#> NULL
#> 
#> [[64]]$comments
#> [1] 1
#> 
#> [[64]]$created_at
#> [1] "2024-04-05T07:49:18Z"
#> 
#> [[64]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[64]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[64]]$author_association
#> [1] "NONE"
#> 
#> [[64]]$type
#> NULL
#> 
#> [[64]]$active_lock_reason
#> NULL
#> 
#> [[64]]$sub_issues_summary
#> [[64]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[64]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[64]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[64]]$body
#> [1] "### Name\n\nArnaud Künzi\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nnetmeta\n\n### Version number of the package evaluated\n\n2.9-0\n\n### Date of release of the evaluated version of the package\n\n2024-01-11\n\n### The package author has...\n\nwell-known or known credentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n5\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n51684\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nNo"
#> 
#> [[64]]$closed_by
#> [[64]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[64]]$closed_by$id
#> [1] 6594028
#> 
#> [[64]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[64]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[64]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[64]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[64]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[64]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[64]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[64]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[64]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[64]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[64]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[64]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[64]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[64]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[64]]$closed_by$type
#> [1] "User"
#> 
#> [[64]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[64]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[64]]$reactions
#> [[64]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/reactions"
#> 
#> [[64]]$reactions$total_count
#> [1] 0
#> 
#> [[64]]$reactions$`+1`
#> [1] 0
#> 
#> [[64]]$reactions$`-1`
#> [1] 0
#> 
#> [[64]]$reactions$laugh
#> [1] 0
#> 
#> [[64]]$reactions$hooray
#> [1] 0
#> 
#> [[64]]$reactions$confused
#> [1] 0
#> 
#> [[64]]$reactions$heart
#> [1] 0
#> 
#> [[64]]$reactions$rocket
#> [1] 0
#> 
#> [[64]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[64]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/27/timeline"
#> 
#> [[64]]$performed_via_github_app
#> NULL
#> 
#> [[64]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[65]]
#> [[65]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26"
#> 
#> [[65]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[65]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/labels{/name}"
#> 
#> [[65]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/comments"
#> 
#> [[65]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/events"
#> 
#> [[65]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/26"
#> 
#> [[65]]$id
#> [1] 2227254300
#> 
#> [[65]]$node_id
#> [1] "I_kwDOKHVskc6EwTQc"
#> 
#> [[65]]$number
#> [1] 26
#> 
#> [[65]]$title
#> [1] "[Package validation]: CTUtemplate version 0.5.0"
#> 
#> [[65]]$user
#> [[65]]$user$login
#> [1] "mbranca"
#> 
#> [[65]]$user$id
#> [1] 52954127
#> 
#> [[65]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[65]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[65]]$user$gravatar_id
#> [1] ""
#> 
#> [[65]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[65]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[65]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[65]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[65]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[65]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[65]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[65]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[65]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[65]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[65]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[65]]$user$type
#> [1] "User"
#> 
#> [[65]]$user$user_view_type
#> [1] "public"
#> 
#> [[65]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[65]]$labels
#> [[65]]$labels[[1]]
#> [[65]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[65]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[65]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[65]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[65]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[65]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[65]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[65]]$labels[[2]]
#> [[65]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[65]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[65]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[65]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[65]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[65]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[65]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[65]]$labels[[3]]
#> [[65]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[65]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[65]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[65]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[65]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[65]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[65]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[65]]$state
#> [1] "closed"
#> 
#> [[65]]$locked
#> [1] FALSE
#> 
#> [[65]]$assignee
#> NULL
#> 
#> [[65]]$assignees
#> list()
#> 
#> [[65]]$milestone
#> NULL
#> 
#> [[65]]$comments
#> [1] 1
#> 
#> [[65]]$created_at
#> [1] "2024-04-05T07:19:16Z"
#> 
#> [[65]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[65]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[65]]$author_association
#> [1] "NONE"
#> 
#> [[65]]$type
#> NULL
#> 
#> [[65]]$active_lock_reason
#> NULL
#> 
#> [[65]]$sub_issues_summary
#> [[65]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[65]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[65]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[65]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\nCTUtemplate\n\n### Version number of the package evaluated\n\n0.5.0\n\n### Date of release of the evaluated version of the package\n\n_No response_\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n9\n\n### Is the package on available from CRAN or bioconductor?\n\nNo\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n20\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[65]]$closed_by
#> [[65]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[65]]$closed_by$id
#> [1] 6594028
#> 
#> [[65]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[65]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[65]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[65]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[65]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[65]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[65]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[65]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[65]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[65]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[65]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[65]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[65]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[65]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[65]]$closed_by$type
#> [1] "User"
#> 
#> [[65]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[65]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[65]]$reactions
#> [[65]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/reactions"
#> 
#> [[65]]$reactions$total_count
#> [1] 0
#> 
#> [[65]]$reactions$`+1`
#> [1] 0
#> 
#> [[65]]$reactions$`-1`
#> [1] 0
#> 
#> [[65]]$reactions$laugh
#> [1] 0
#> 
#> [[65]]$reactions$hooray
#> [1] 0
#> 
#> [[65]]$reactions$confused
#> [1] 0
#> 
#> [[65]]$reactions$heart
#> [1] 0
#> 
#> [[65]]$reactions$rocket
#> [1] 0
#> 
#> [[65]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[65]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/26/timeline"
#> 
#> [[65]]$performed_via_github_app
#> NULL
#> 
#> [[65]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[66]]
#> [[66]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25"
#> 
#> [[66]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[66]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/labels{/name}"
#> 
#> [[66]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/comments"
#> 
#> [[66]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/events"
#> 
#> [[66]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/25"
#> 
#> [[66]]$id
#> [1] 2227065557
#> 
#> [[66]]$node_id
#> [1] "I_kwDOKHVskc6EvlLV"
#> 
#> [[66]]$number
#> [1] 25
#> 
#> [[66]]$title
#> [1] "[Package validation]: pROC version 1.18.5"
#> 
#> [[66]]$user
#> [[66]]$user$login
#> [1] "mbranca"
#> 
#> [[66]]$user$id
#> [1] 52954127
#> 
#> [[66]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[66]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[66]]$user$gravatar_id
#> [1] ""
#> 
#> [[66]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[66]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[66]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[66]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[66]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[66]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[66]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[66]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[66]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[66]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[66]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[66]]$user$type
#> [1] "User"
#> 
#> [[66]]$user$user_view_type
#> [1] "public"
#> 
#> [[66]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[66]]$labels
#> [[66]]$labels[[1]]
#> [[66]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[66]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[66]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[66]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[66]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[66]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[66]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[66]]$labels[[2]]
#> [[66]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[66]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[66]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[66]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[66]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[66]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[66]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[66]]$labels[[3]]
#> [[66]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[66]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[66]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[66]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[66]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[66]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[66]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[66]]$state
#> [1] "closed"
#> 
#> [[66]]$locked
#> [1] FALSE
#> 
#> [[66]]$assignee
#> NULL
#> 
#> [[66]]$assignees
#> list()
#> 
#> [[66]]$milestone
#> NULL
#> 
#> [[66]]$comments
#> [1] 1
#> 
#> [[66]]$created_at
#> [1] "2024-04-05T05:17:40Z"
#> 
#> [[66]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[66]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[66]]$author_association
#> [1] "NONE"
#> 
#> [[66]]$type
#> NULL
#> 
#> [[66]]$active_lock_reason
#> NULL
#> 
#> [[66]]$sub_issues_summary
#> [[66]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[66]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[66]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[66]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\npROC\n\n### Version number of the package evaluated\n\n1.18.5\n\n### Date of release of the evaluated version of the package\n\n2023-11-01\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nStatistical; published\n\n### Number of dependencies\n\n3\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n1910769\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nNo\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[66]]$closed_by
#> [[66]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[66]]$closed_by$id
#> [1] 6594028
#> 
#> [[66]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[66]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[66]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[66]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[66]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[66]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[66]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[66]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[66]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[66]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[66]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[66]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[66]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[66]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[66]]$closed_by$type
#> [1] "User"
#> 
#> [[66]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[66]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[66]]$reactions
#> [[66]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/reactions"
#> 
#> [[66]]$reactions$total_count
#> [1] 0
#> 
#> [[66]]$reactions$`+1`
#> [1] 0
#> 
#> [[66]]$reactions$`-1`
#> [1] 0
#> 
#> [[66]]$reactions$laugh
#> [1] 0
#> 
#> [[66]]$reactions$hooray
#> [1] 0
#> 
#> [[66]]$reactions$confused
#> [1] 0
#> 
#> [[66]]$reactions$heart
#> [1] 0
#> 
#> [[66]]$reactions$rocket
#> [1] 0
#> 
#> [[66]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[66]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/25/timeline"
#> 
#> [[66]]$performed_via_github_app
#> NULL
#> 
#> [[66]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[67]]
#> [[67]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24"
#> 
#> [[67]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[67]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/labels{/name}"
#> 
#> [[67]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/comments"
#> 
#> [[67]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/events"
#> 
#> [[67]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/24"
#> 
#> [[67]]$id
#> [1] 2227059949
#> 
#> [[67]]$node_id
#> [1] "I_kwDOKHVskc6Evjzt"
#> 
#> [[67]]$number
#> [1] 24
#> 
#> [[67]]$title
#> [1] "[Package validation]: cowplot version 1.1.3"
#> 
#> [[67]]$user
#> [[67]]$user$login
#> [1] "mbranca"
#> 
#> [[67]]$user$id
#> [1] 52954127
#> 
#> [[67]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[67]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[67]]$user$gravatar_id
#> [1] ""
#> 
#> [[67]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[67]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[67]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[67]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[67]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[67]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[67]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[67]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[67]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[67]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[67]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[67]]$user$type
#> [1] "User"
#> 
#> [[67]]$user$user_view_type
#> [1] "public"
#> 
#> [[67]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[67]]$labels
#> [[67]]$labels[[1]]
#> [[67]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[67]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[67]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[67]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[67]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[67]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[67]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[67]]$labels[[2]]
#> [[67]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[67]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[67]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[67]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[67]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[67]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[67]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[67]]$labels[[3]]
#> [[67]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[67]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[67]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[67]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[67]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[67]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[67]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[67]]$state
#> [1] "closed"
#> 
#> [[67]]$locked
#> [1] FALSE
#> 
#> [[67]]$assignee
#> NULL
#> 
#> [[67]]$assignees
#> list()
#> 
#> [[67]]$milestone
#> NULL
#> 
#> [[67]]$comments
#> [1] 1
#> 
#> [[67]]$created_at
#> [1] "2024-04-05T05:14:08Z"
#> 
#> [[67]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[67]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[67]]$author_association
#> [1] "NONE"
#> 
#> [[67]]$type
#> NULL
#> 
#> [[67]]$active_lock_reason
#> NULL
#> 
#> [[67]]$sub_issues_summary
#> [[67]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[67]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[67]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[67]]$body
#> [1] "### Name\n\nMattia Branca\n\n### What is your relationship with the SCTO?\n\nSCTO Stats and Methodology platform\n\n### Name of the package you have validated\n\ncowplot\n\n### Version number of the package evaluated\n\n1.1.3\n\n### Date of release of the evaluated version of the package\n\n2024-01-22\n\n### The package author has...\n\ncredentials\n\n### Is there a maintainer listed for the package and are their contact details available?\n\nAvailable\n\n### Package purpose\n\nNon-statistical\n\n### Number of dependencies\n\n7\n\n### Is the package on available from CRAN or bioconductor?\n\nYes\n\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\n\nYes\n\n### Number of downloads in the last 12 months\n\n2252499\n\n### Bug reporting address is available (in DESCRIPTION)\n\nYes\n\n### Does the package have one or more vignettes?\n\nYes\n\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\n\nYes, comprehensive"
#> 
#> [[67]]$closed_by
#> [[67]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[67]]$closed_by$id
#> [1] 6594028
#> 
#> [[67]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[67]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[67]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[67]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[67]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[67]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[67]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[67]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[67]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[67]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[67]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[67]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[67]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[67]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[67]]$closed_by$type
#> [1] "User"
#> 
#> [[67]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[67]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[67]]$reactions
#> [[67]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/reactions"
#> 
#> [[67]]$reactions$total_count
#> [1] 0
#> 
#> [[67]]$reactions$`+1`
#> [1] 0
#> 
#> [[67]]$reactions$`-1`
#> [1] 0
#> 
#> [[67]]$reactions$laugh
#> [1] 0
#> 
#> [[67]]$reactions$hooray
#> [1] 0
#> 
#> [[67]]$reactions$confused
#> [1] 0
#> 
#> [[67]]$reactions$heart
#> [1] 0
#> 
#> [[67]]$reactions$rocket
#> [1] 0
#> 
#> [[67]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[67]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/24/timeline"
#> 
#> [[67]]$performed_via_github_app
#> NULL
#> 
#> [[67]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[68]]
#> [[68]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23"
#> 
#> [[68]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[68]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/labels{/name}"
#> 
#> [[68]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/comments"
#> 
#> [[68]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/events"
#> 
#> [[68]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/23"
#> 
#> [[68]]$id
#> [1] 2225884124
#> 
#> [[68]]$node_id
#> [1] "I_kwDOKHVskc6ErEvc"
#> 
#> [[68]]$number
#> [1] 23
#> 
#> [[68]]$title
#> [1] "[Package validation]: readxl version 1.4.3"
#> 
#> [[68]]$user
#> [[68]]$user$login
#> [1] "mbranca"
#> 
#> [[68]]$user$id
#> [1] 52954127
#> 
#> [[68]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[68]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[68]]$user$gravatar_id
#> [1] ""
#> 
#> [[68]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[68]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[68]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[68]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[68]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[68]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[68]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[68]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[68]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[68]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[68]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[68]]$user$type
#> [1] "User"
#> 
#> [[68]]$user$user_view_type
#> [1] "public"
#> 
#> [[68]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[68]]$labels
#> [[68]]$labels[[1]]
#> [[68]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[68]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[68]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[68]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[68]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[68]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[68]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[68]]$labels[[2]]
#> [[68]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[68]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[68]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[68]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[68]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[68]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[68]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[68]]$labels[[3]]
#> [[68]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[68]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[68]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[68]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[68]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[68]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[68]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[68]]$state
#> [1] "closed"
#> 
#> [[68]]$locked
#> [1] FALSE
#> 
#> [[68]]$assignee
#> NULL
#> 
#> [[68]]$assignees
#> list()
#> 
#> [[68]]$milestone
#> NULL
#> 
#> [[68]]$comments
#> [1] 2
#> 
#> [[68]]$created_at
#> [1] "2024-04-04T15:49:44Z"
#> 
#> [[68]]$updated_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[68]]$closed_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[68]]$author_association
#> [1] "NONE"
#> 
#> [[68]]$type
#> NULL
#> 
#> [[68]]$active_lock_reason
#> NULL
#> 
#> [[68]]$sub_issues_summary
#> [[68]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[68]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[68]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[68]]$body
#> [1] "### Name\r\n\r\nMattia Branca \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nreadxl\r\n\r\n### Version number of the package evaluated\r\n\r\n1.4.3\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-07-06\r\n\r\n### The package author has...\r\n\r\nwell-known or known credentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nNon-statistical\r\n\r\n### Number of dependencies\r\n\r\n5\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n9151640\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[68]]$closed_by
#> [[68]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[68]]$closed_by$id
#> [1] 6594028
#> 
#> [[68]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[68]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[68]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[68]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[68]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[68]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[68]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[68]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[68]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[68]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[68]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[68]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[68]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[68]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[68]]$closed_by$type
#> [1] "User"
#> 
#> [[68]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[68]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[68]]$reactions
#> [[68]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/reactions"
#> 
#> [[68]]$reactions$total_count
#> [1] 0
#> 
#> [[68]]$reactions$`+1`
#> [1] 0
#> 
#> [[68]]$reactions$`-1`
#> [1] 0
#> 
#> [[68]]$reactions$laugh
#> [1] 0
#> 
#> [[68]]$reactions$hooray
#> [1] 0
#> 
#> [[68]]$reactions$confused
#> [1] 0
#> 
#> [[68]]$reactions$heart
#> [1] 0
#> 
#> [[68]]$reactions$rocket
#> [1] 0
#> 
#> [[68]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[68]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/23/timeline"
#> 
#> [[68]]$performed_via_github_app
#> NULL
#> 
#> [[68]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[69]]
#> [[69]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22"
#> 
#> [[69]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[69]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/labels{/name}"
#> 
#> [[69]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/comments"
#> 
#> [[69]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/events"
#> 
#> [[69]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/22"
#> 
#> [[69]]$id
#> [1] 2225808660
#> 
#> [[69]]$node_id
#> [1] "I_kwDOKHVskc6EqyUU"
#> 
#> [[69]]$number
#> [1] 22
#> 
#> [[69]]$title
#> [1] "[Package validation]: gsDesign version 3.6.0"
#> 
#> [[69]]$user
#> [[69]]$user$login
#> [1] "mbranca"
#> 
#> [[69]]$user$id
#> [1] 52954127
#> 
#> [[69]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[69]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[69]]$user$gravatar_id
#> [1] ""
#> 
#> [[69]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[69]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[69]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[69]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[69]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[69]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[69]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[69]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[69]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[69]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[69]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[69]]$user$type
#> [1] "User"
#> 
#> [[69]]$user$user_view_type
#> [1] "public"
#> 
#> [[69]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[69]]$labels
#> [[69]]$labels[[1]]
#> [[69]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[69]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[69]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[69]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[69]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[69]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[69]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[69]]$labels[[2]]
#> [[69]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[69]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[69]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[69]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[69]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[69]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[69]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[69]]$labels[[3]]
#> [[69]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[69]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[69]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[69]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[69]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[69]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[69]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[69]]$state
#> [1] "closed"
#> 
#> [[69]]$locked
#> [1] FALSE
#> 
#> [[69]]$assignee
#> NULL
#> 
#> [[69]]$assignees
#> list()
#> 
#> [[69]]$milestone
#> NULL
#> 
#> [[69]]$comments
#> [1] 5
#> 
#> [[69]]$created_at
#> [1] "2024-04-04T15:22:42Z"
#> 
#> [[69]]$updated_at
#> [1] "2024-04-08T14:44:56Z"
#> 
#> [[69]]$closed_at
#> [1] "2024-04-08T14:44:55Z"
#> 
#> [[69]]$author_association
#> [1] "NONE"
#> 
#> [[69]]$type
#> NULL
#> 
#> [[69]]$active_lock_reason
#> NULL
#> 
#> [[69]]$sub_issues_summary
#> [[69]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[69]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[69]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[69]]$body
#> [1] "### Name\r\n\r\nMattia Branca\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ngsDesign\r\n\r\n### Version number of the package evaluated\r\n\r\n3.6.0\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-11-12\r\n\r\n### The package author has...\r\n\r\ncredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n13\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n20007\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[69]]$closed_by
#> [[69]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[69]]$closed_by$id
#> [1] 41898282
#> 
#> [[69]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[69]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[69]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[69]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[69]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[69]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[69]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[69]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[69]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[69]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[69]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[69]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[69]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[69]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[69]]$closed_by$type
#> [1] "Bot"
#> 
#> [[69]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[69]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[69]]$reactions
#> [[69]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/reactions"
#> 
#> [[69]]$reactions$total_count
#> [1] 0
#> 
#> [[69]]$reactions$`+1`
#> [1] 0
#> 
#> [[69]]$reactions$`-1`
#> [1] 0
#> 
#> [[69]]$reactions$laugh
#> [1] 0
#> 
#> [[69]]$reactions$hooray
#> [1] 0
#> 
#> [[69]]$reactions$confused
#> [1] 0
#> 
#> [[69]]$reactions$heart
#> [1] 0
#> 
#> [[69]]$reactions$rocket
#> [1] 0
#> 
#> [[69]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[69]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/22/timeline"
#> 
#> [[69]]$performed_via_github_app
#> NULL
#> 
#> [[69]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[70]]
#> [[70]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20"
#> 
#> [[70]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[70]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/labels{/name}"
#> 
#> [[70]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/comments"
#> 
#> [[70]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/events"
#> 
#> [[70]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/20"
#> 
#> [[70]]$id
#> [1] 2207648616
#> 
#> [[70]]$node_id
#> [1] "I_kwDOKHVskc6Dlgto"
#> 
#> [[70]]$number
#> [1] 20
#> 
#> [[70]]$title
#> [1] "[Package validation]: dplyr version 1.1.4"
#> 
#> [[70]]$user
#> [[70]]$user$login
#> [1] "aghaynes"
#> 
#> [[70]]$user$id
#> [1] 6594028
#> 
#> [[70]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[70]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[70]]$user$gravatar_id
#> [1] ""
#> 
#> [[70]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[70]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[70]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[70]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[70]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[70]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[70]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[70]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[70]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[70]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[70]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[70]]$user$type
#> [1] "User"
#> 
#> [[70]]$user$user_view_type
#> [1] "public"
#> 
#> [[70]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[70]]$labels
#> [[70]]$labels[[1]]
#> [[70]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[70]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[70]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[70]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[70]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[70]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[70]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[70]]$labels[[2]]
#> [[70]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[70]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[70]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[70]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[70]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[70]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[70]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[70]]$labels[[3]]
#> [[70]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[70]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[70]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[70]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[70]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[70]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[70]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[70]]$state
#> [1] "closed"
#> 
#> [[70]]$locked
#> [1] FALSE
#> 
#> [[70]]$assignee
#> NULL
#> 
#> [[70]]$assignees
#> list()
#> 
#> [[70]]$milestone
#> NULL
#> 
#> [[70]]$comments
#> [1] 5
#> 
#> [[70]]$created_at
#> [1] "2024-03-26T09:07:34Z"
#> 
#> [[70]]$updated_at
#> [1] "2024-04-08T13:37:26Z"
#> 
#> [[70]]$closed_at
#> [1] "2024-04-08T13:37:24Z"
#> 
#> [[70]]$author_association
#> [1] "MEMBER"
#> 
#> [[70]]$type
#> NULL
#> 
#> [[70]]$active_lock_reason
#> NULL
#> 
#> [[70]]$sub_issues_summary
#> [[70]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[70]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[70]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[70]]$body
#> [1] "### Name\r\n\r\nAlan Haynes\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ndplyr\r\n\r\n### Version number of the package evaluated\r\n\r\n1.1.4\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-11-17\r\n\r\n### The package author has...\r\n\r\nwell-known or known credentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nNon-statistical\r\n\r\n### Number of dependencies\r\n\r\n13\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n18987564\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[70]]$closed_by
#> [[70]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[70]]$closed_by$id
#> [1] 41898282
#> 
#> [[70]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[70]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[70]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[70]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[70]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[70]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[70]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[70]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[70]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[70]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[70]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[70]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[70]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[70]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[70]]$closed_by$type
#> [1] "Bot"
#> 
#> [[70]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[70]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[70]]$reactions
#> [[70]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/reactions"
#> 
#> [[70]]$reactions$total_count
#> [1] 0
#> 
#> [[70]]$reactions$`+1`
#> [1] 0
#> 
#> [[70]]$reactions$`-1`
#> [1] 0
#> 
#> [[70]]$reactions$laugh
#> [1] 0
#> 
#> [[70]]$reactions$hooray
#> [1] 0
#> 
#> [[70]]$reactions$confused
#> [1] 0
#> 
#> [[70]]$reactions$heart
#> [1] 0
#> 
#> [[70]]$reactions$rocket
#> [1] 0
#> 
#> [[70]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[70]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/20/timeline"
#> 
#> [[70]]$performed_via_github_app
#> NULL
#> 
#> [[70]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[71]]
#> [[71]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/19"
#> 
#> [[71]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[71]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/19/labels{/name}"
#> 
#> [[71]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/19/comments"
#> 
#> [[71]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/19/events"
#> 
#> [[71]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/19"
#> 
#> [[71]]$id
#> [1] 2205912385
#> 
#> [[71]]$node_id
#> [1] "I_kwDOKHVskc6De41B"
#> 
#> [[71]]$number
#> [1] 19
#> 
#> [[71]]$title
#> [1] "[Package validation]: TEST version 1"
#> 
#> [[71]]$user
#> [[71]]$user$login
#> [1] "aghaynes"
#> 
#> [[71]]$user$id
#> [1] 6594028
#> 
#> [[71]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[71]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[71]]$user$gravatar_id
#> [1] ""
#> 
#> [[71]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[71]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[71]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[71]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[71]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[71]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[71]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[71]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[71]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[71]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[71]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[71]]$user$type
#> [1] "User"
#> 
#> [[71]]$user$user_view_type
#> [1] "public"
#> 
#> [[71]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[71]]$labels
#> [[71]]$labels[[1]]
#> [[71]]$labels[[1]]$id
#> [1] 5847374414
#> 
#> [[71]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIfaTg"
#> 
#> [[71]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/invalid"
#> 
#> [[71]]$labels[[1]]$name
#> [1] "invalid"
#> 
#> [[71]]$labels[[1]]$color
#> [1] "e4e669"
#> 
#> [[71]]$labels[[1]]$default
#> [1] TRUE
#> 
#> [[71]]$labels[[1]]$description
#> [1] "This doesn't seem right"
#> 
#> 
#> [[71]]$labels[[2]]
#> [[71]]$labels[[2]]$id
#> [1] 5847585136
#> 
#> [[71]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[71]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[71]]$labels[[2]]$name
#> [1] "package"
#> 
#> [[71]]$labels[[2]]$color
#> [1] "3A0FE0"
#> 
#> [[71]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[71]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> 
#> [[71]]$state
#> [1] "closed"
#> 
#> [[71]]$locked
#> [1] FALSE
#> 
#> [[71]]$assignee
#> NULL
#> 
#> [[71]]$assignees
#> list()
#> 
#> [[71]]$milestone
#> NULL
#> 
#> [[71]]$comments
#> [1] 8
#> 
#> [[71]]$created_at
#> [1] "2024-03-25T14:36:00Z"
#> 
#> [[71]]$updated_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[71]]$closed_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[71]]$author_association
#> [1] "MEMBER"
#> 
#> [[71]]$type
#> NULL
#> 
#> [[71]]$active_lock_reason
#> NULL
#> 
#> [[71]]$sub_issues_summary
#> [[71]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[71]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[71]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[71]]$body
#> [1] "### Name\r\n\r\nAH\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nTEST\r\n\r\n### Version number of the package evaluated\r\n\r\n1\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n_No response_\r\n\r\n### The package author has...\r\n\r\ncredential\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailabl\r\n\r\n### Package purpose\r\n\r\nStatistical; publishe\r\n\r\n### Number of dependencies\r\n\r\n1\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYe\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYe\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n_No response_\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYe\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYe\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensiv"
#> 
#> [[71]]$closed_by
#> [[71]]$closed_by$login
#> [1] "aghaynes"
#> 
#> [[71]]$closed_by$id
#> [1] 6594028
#> 
#> [[71]]$closed_by$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[71]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[71]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[71]]$closed_by$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[71]]$closed_by$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[71]]$closed_by$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[71]]$closed_by$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[71]]$closed_by$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[71]]$closed_by$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[71]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[71]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[71]]$closed_by$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[71]]$closed_by$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[71]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[71]]$closed_by$type
#> [1] "User"
#> 
#> [[71]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[71]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[71]]$reactions
#> [[71]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/19/reactions"
#> 
#> [[71]]$reactions$total_count
#> [1] 0
#> 
#> [[71]]$reactions$`+1`
#> [1] 0
#> 
#> [[71]]$reactions$`-1`
#> [1] 0
#> 
#> [[71]]$reactions$laugh
#> [1] 0
#> 
#> [[71]]$reactions$hooray
#> [1] 0
#> 
#> [[71]]$reactions$confused
#> [1] 0
#> 
#> [[71]]$reactions$heart
#> [1] 0
#> 
#> [[71]]$reactions$rocket
#> [1] 0
#> 
#> [[71]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[71]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/19/timeline"
#> 
#> [[71]]$performed_via_github_app
#> NULL
#> 
#> [[71]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[72]]
#> [[72]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18"
#> 
#> [[72]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[72]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/labels{/name}"
#> 
#> [[72]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/comments"
#> 
#> [[72]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/events"
#> 
#> [[72]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/18"
#> 
#> [[72]]$id
#> [1] 2205169587
#> 
#> [[72]]$node_id
#> [1] "I_kwDOKHVskc6DcDez"
#> 
#> [[72]]$number
#> [1] 18
#> 
#> [[72]]$title
#> [1] "[Package validation]: tables version 0.9.17"
#> 
#> [[72]]$user
#> [[72]]$user$login
#> [1] "aghaynes"
#> 
#> [[72]]$user$id
#> [1] 6594028
#> 
#> [[72]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[72]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[72]]$user$gravatar_id
#> [1] ""
#> 
#> [[72]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[72]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[72]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[72]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[72]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[72]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[72]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[72]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[72]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[72]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[72]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[72]]$user$type
#> [1] "User"
#> 
#> [[72]]$user$user_view_type
#> [1] "public"
#> 
#> [[72]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[72]]$labels
#> [[72]]$labels[[1]]
#> [[72]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[72]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[72]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[72]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[72]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[72]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[72]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[72]]$labels[[2]]
#> [[72]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[72]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[72]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[72]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[72]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[72]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[72]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[72]]$labels[[3]]
#> [[72]]$labels[[3]]$id
#> [1] 6781642354
#> 
#> [[72]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[72]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Medium%20risk"
#> 
#> [[72]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[72]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[72]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[72]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[72]]$state
#> [1] "closed"
#> 
#> [[72]]$locked
#> [1] FALSE
#> 
#> [[72]]$assignee
#> NULL
#> 
#> [[72]]$assignees
#> list()
#> 
#> [[72]]$milestone
#> NULL
#> 
#> [[72]]$comments
#> [1] 1
#> 
#> [[72]]$created_at
#> [1] "2024-03-25T08:26:06Z"
#> 
#> [[72]]$updated_at
#> [1] "2024-04-08T13:48:56Z"
#> 
#> [[72]]$closed_at
#> [1] "2024-04-08T13:48:55Z"
#> 
#> [[72]]$author_association
#> [1] "MEMBER"
#> 
#> [[72]]$type
#> NULL
#> 
#> [[72]]$active_lock_reason
#> NULL
#> 
#> [[72]]$sub_issues_summary
#> [[72]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[72]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[72]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[72]]$body
#> [1] "### Name\r\n\r\nMC \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\ntables\r\n\r\n### Version number of the package evaluated\r\n\r\n0.9.17\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-05-02\r\n\r\n### The package author has...\r\n\r\ncredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n4\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n148591\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nNo"
#> 
#> [[72]]$closed_by
#> [[72]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[72]]$closed_by$id
#> [1] 41898282
#> 
#> [[72]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[72]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[72]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[72]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[72]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[72]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[72]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[72]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[72]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[72]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[72]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[72]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[72]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[72]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[72]]$closed_by$type
#> [1] "Bot"
#> 
#> [[72]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[72]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[72]]$reactions
#> [[72]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/reactions"
#> 
#> [[72]]$reactions$total_count
#> [1] 0
#> 
#> [[72]]$reactions$`+1`
#> [1] 0
#> 
#> [[72]]$reactions$`-1`
#> [1] 0
#> 
#> [[72]]$reactions$laugh
#> [1] 0
#> 
#> [[72]]$reactions$hooray
#> [1] 0
#> 
#> [[72]]$reactions$confused
#> [1] 0
#> 
#> [[72]]$reactions$heart
#> [1] 0
#> 
#> [[72]]$reactions$rocket
#> [1] 0
#> 
#> [[72]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[72]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/18/timeline"
#> 
#> [[72]]$performed_via_github_app
#> NULL
#> 
#> [[72]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[73]]
#> [[73]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17"
#> 
#> [[73]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[73]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/labels{/name}"
#> 
#> [[73]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/comments"
#> 
#> [[73]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/events"
#> 
#> [[73]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/17"
#> 
#> [[73]]$id
#> [1] 2205165800
#> 
#> [[73]]$node_id
#> [1] "I_kwDOKHVskc6DcCjo"
#> 
#> [[73]]$number
#> [1] 17
#> 
#> [[73]]$title
#> [1] "[Package validation]: presize version 0.3.7"
#> 
#> [[73]]$user
#> [[73]]$user$login
#> [1] "aghaynes"
#> 
#> [[73]]$user$id
#> [1] 6594028
#> 
#> [[73]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[73]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[73]]$user$gravatar_id
#> [1] ""
#> 
#> [[73]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[73]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[73]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[73]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[73]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[73]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[73]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[73]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[73]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[73]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[73]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[73]]$user$type
#> [1] "User"
#> 
#> [[73]]$user$user_view_type
#> [1] "public"
#> 
#> [[73]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[73]]$labels
#> [[73]]$labels[[1]]
#> [[73]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[73]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[73]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[73]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[73]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[73]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[73]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[73]]$labels[[2]]
#> [[73]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[73]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[73]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[73]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[73]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[73]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[73]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[73]]$labels[[3]]
#> [[73]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[73]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[73]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[73]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[73]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[73]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[73]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[73]]$state
#> [1] "closed"
#> 
#> [[73]]$locked
#> [1] FALSE
#> 
#> [[73]]$assignee
#> NULL
#> 
#> [[73]]$assignees
#> list()
#> 
#> [[73]]$milestone
#> NULL
#> 
#> [[73]]$comments
#> [1] 3
#> 
#> [[73]]$created_at
#> [1] "2024-03-25T08:23:41Z"
#> 
#> [[73]]$updated_at
#> [1] "2024-04-08T13:48:31Z"
#> 
#> [[73]]$closed_at
#> [1] "2024-04-08T13:48:29Z"
#> 
#> [[73]]$author_association
#> [1] "MEMBER"
#> 
#> [[73]]$type
#> NULL
#> 
#> [[73]]$active_lock_reason
#> NULL
#> 
#> [[73]]$sub_issues_summary
#> [[73]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[73]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[73]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[73]]$body
#> [1] "### Name\r\n\r\nMC \r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\npresize\r\n\r\n### Version number of the package evaluated\r\n\r\n0.3.7\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-02-27\r\n\r\n### The package author has...\r\n\r\ncredentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n2\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n5768\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[73]]$closed_by
#> [[73]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[73]]$closed_by$id
#> [1] 41898282
#> 
#> [[73]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[73]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[73]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[73]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[73]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[73]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[73]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[73]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[73]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[73]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[73]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[73]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[73]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[73]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[73]]$closed_by$type
#> [1] "Bot"
#> 
#> [[73]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[73]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[73]]$reactions
#> [[73]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/reactions"
#> 
#> [[73]]$reactions$total_count
#> [1] 0
#> 
#> [[73]]$reactions$`+1`
#> [1] 0
#> 
#> [[73]]$reactions$`-1`
#> [1] 0
#> 
#> [[73]]$reactions$laugh
#> [1] 0
#> 
#> [[73]]$reactions$hooray
#> [1] 0
#> 
#> [[73]]$reactions$confused
#> [1] 0
#> 
#> [[73]]$reactions$heart
#> [1] 0
#> 
#> [[73]]$reactions$rocket
#> [1] 0
#> 
#> [[73]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[73]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/17/timeline"
#> 
#> [[73]]$performed_via_github_app
#> NULL
#> 
#> [[73]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[74]]
#> [[74]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16"
#> 
#> [[74]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform"
#> 
#> [[74]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/labels{/name}"
#> 
#> [[74]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/comments"
#> 
#> [[74]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/events"
#> 
#> [[74]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/validation_platform/issues/16"
#> 
#> [[74]]$id
#> [1] 2205161540
#> 
#> [[74]]$node_id
#> [1] "I_kwDOKHVskc6DcBhE"
#> 
#> [[74]]$number
#> [1] 16
#> 
#> [[74]]$title
#> [1] "[Package validation]: lme4 version 1.1-35.1"
#> 
#> [[74]]$user
#> [[74]]$user$login
#> [1] "aghaynes"
#> 
#> [[74]]$user$id
#> [1] 6594028
#> 
#> [[74]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[74]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[74]]$user$gravatar_id
#> [1] ""
#> 
#> [[74]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[74]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[74]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[74]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[74]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[74]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[74]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[74]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[74]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[74]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[74]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[74]]$user$type
#> [1] "User"
#> 
#> [[74]]$user$user_view_type
#> [1] "public"
#> 
#> [[74]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[74]]$labels
#> [[74]]$labels[[1]]
#> [[74]]$labels[[1]]$id
#> [1] 5847585136
#> 
#> [[74]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[74]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/package"
#> 
#> [[74]]$labels[[1]]$name
#> [1] "package"
#> 
#> [[74]]$labels[[1]]$color
#> [1] "3A0FE0"
#> 
#> [[74]]$labels[[1]]$default
#> [1] FALSE
#> 
#> [[74]]$labels[[1]]$description
#> [1] ""
#> 
#> 
#> [[74]]$labels[[2]]
#> [[74]]$labels[[2]]$id
#> [1] 5847585907
#> 
#> [[74]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsUcw"
#> 
#> [[74]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/:sparkles:%20approved%20:sparkles:"
#> 
#> [[74]]$labels[[2]]$name
#> [1] ":sparkles: approved :sparkles:"
#> 
#> [[74]]$labels[[2]]$color
#> [1] "befc03"
#> 
#> [[74]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[74]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> [[74]]$labels[[3]]
#> [[74]]$labels[[3]]$id
#> [1] 6781639450
#> 
#> [[74]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[74]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/labels/Low%20risk"
#> 
#> [[74]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[74]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[74]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[74]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[74]]$state
#> [1] "closed"
#> 
#> [[74]]$locked
#> [1] FALSE
#> 
#> [[74]]$assignee
#> NULL
#> 
#> [[74]]$assignees
#> list()
#> 
#> [[74]]$milestone
#> NULL
#> 
#> [[74]]$comments
#> [1] 3
#> 
#> [[74]]$created_at
#> [1] "2024-03-25T08:21:05Z"
#> 
#> [[74]]$updated_at
#> [1] "2024-04-10T13:58:30Z"
#> 
#> [[74]]$closed_at
#> [1] "2024-04-10T13:23:45Z"
#> 
#> [[74]]$author_association
#> [1] "MEMBER"
#> 
#> [[74]]$type
#> NULL
#> 
#> [[74]]$active_lock_reason
#> NULL
#> 
#> [[74]]$sub_issues_summary
#> [[74]]$sub_issues_summary$total
#> [1] 0
#> 
#> [[74]]$sub_issues_summary$completed
#> [1] 0
#> 
#> [[74]]$sub_issues_summary$percent_completed
#> [1] 0
#> 
#> 
#> [[74]]$body
#> [1] "### Name\r\n\r\nMC\r\n\r\n### What is your relationship with the SCTO?\r\n\r\nSCTO Stats and Methodology platform\r\n\r\n### Name of the package you have validated\r\n\r\nlme4\r\n\r\n### Version number of the package evaluated\r\n\r\n1.1-35.1\r\n\r\n### Date of release of the evaluated version of the package\r\n\r\n2023-11-05\r\n\r\n### The package author has...\r\n\r\nwell-known or known credentials\r\n\r\n### Is there a maintainer listed for the package and are their contact details available?\r\n\r\nAvailable\r\n\r\n### Package purpose\r\n\r\nStatistical; published\r\n\r\n### Number of dependencies\r\n\r\n11\r\n\r\n### Is the package on available from CRAN or bioconductor?\r\n\r\nYes\r\n\r\n### Is source code available, accessible and documented (i.e., well-structured and including comments) or is the source code unavailable or not clearly commented.\r\n\r\nYes\r\n\r\n### Number of downloads in the last 12 months\r\n\r\n5184335\r\n\r\n### Bug reporting address is available (in DESCRIPTION)\r\n\r\nYes\r\n\r\n### Does the package have one or more vignettes?\r\n\r\nYes\r\n\r\n### Does the package have unit and/or function tests performed by the authors? Are they comprehensive? Are they well documented?\r\n\r\nYes, comprehensive"
#> 
#> [[74]]$closed_by
#> [[74]]$closed_by$login
#> [1] "github-actions[bot]"
#> 
#> [[74]]$closed_by$id
#> [1] 41898282
#> 
#> [[74]]$closed_by$node_id
#> [1] "MDM6Qm90NDE4OTgyODI="
#> 
#> [[74]]$closed_by$avatar_url
#> [1] "https://avatars.githubusercontent.com/in/15368?v=4"
#> 
#> [[74]]$closed_by$gravatar_id
#> [1] ""
#> 
#> [[74]]$closed_by$url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D"
#> 
#> [[74]]$closed_by$html_url
#> [1] "https://github.com/apps/github-actions"
#> 
#> [[74]]$closed_by$followers_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/followers"
#> 
#> [[74]]$closed_by$following_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}"
#> 
#> [[74]]$closed_by$gists_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}"
#> 
#> [[74]]$closed_by$starred_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}"
#> 
#> [[74]]$closed_by$subscriptions_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions"
#> 
#> [[74]]$closed_by$organizations_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/orgs"
#> 
#> [[74]]$closed_by$repos_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/repos"
#> 
#> [[74]]$closed_by$events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}"
#> 
#> [[74]]$closed_by$received_events_url
#> [1] "https://api.github.com/users/github-actions%5Bbot%5D/received_events"
#> 
#> [[74]]$closed_by$type
#> [1] "Bot"
#> 
#> [[74]]$closed_by$user_view_type
#> [1] "public"
#> 
#> [[74]]$closed_by$site_admin
#> [1] FALSE
#> 
#> 
#> [[74]]$reactions
#> [[74]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/reactions"
#> 
#> [[74]]$reactions$total_count
#> [1] 0
#> 
#> [[74]]$reactions$`+1`
#> [1] 0
#> 
#> [[74]]$reactions$`-1`
#> [1] 0
#> 
#> [[74]]$reactions$laugh
#> [1] 0
#> 
#> [[74]]$reactions$hooray
#> [1] 0
#> 
#> [[74]]$reactions$confused
#> [1] 0
#> 
#> [[74]]$reactions$heart
#> [1] 0
#> 
#> [[74]]$reactions$rocket
#> [1] 0
#> 
#> [[74]]$reactions$eyes
#> [1] 0
#> 
#> 
#> [[74]]$timeline_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/validation_platform/issues/16/timeline"
#> 
#> [[74]]$performed_via_github_app
#> NULL
#> 
#> [[74]]$state_reason
#> [1] "completed"
#> 
#>