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/pkg_validation/issues/85"
#> 
#> [[1]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[1]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/labels{/name}"
#> 
#> [[1]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/comments"
#> 
#> [[1]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/events"
#> 
#> [[1]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/85"
#> 
#> [[1]]$id
#> [1] 2503027683
#> 
#> [[1]]$node_id
#> [1] "I_kwDOKHVskc6VMSvj"
#> 
#> [[1]]$number
#> [1] 85
#> 
#> [[1]]$title
#> [1] "[Package validation]: patchwork version 1.2.0"
#> 
#> [[1]]$user
#> [[1]]$user$login
#> [1] "coslovskym"
#> 
#> [[1]]$user$id
#> [1] 40819212
#> 
#> [[1]]$user$node_id
#> [1] "MDQ6VXNlcjQwODE5MjEy"
#> 
#> [[1]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/40819212?v=4"
#> 
#> [[1]]$user$gravatar_id
#> [1] ""
#> 
#> [[1]]$user$url
#> [1] "https://api.github.com/users/coslovskym"
#> 
#> [[1]]$user$html_url
#> [1] "https://github.com/coslovskym"
#> 
#> [[1]]$user$followers_url
#> [1] "https://api.github.com/users/coslovskym/followers"
#> 
#> [[1]]$user$following_url
#> [1] "https://api.github.com/users/coslovskym/following{/other_user}"
#> 
#> [[1]]$user$gists_url
#> [1] "https://api.github.com/users/coslovskym/gists{/gist_id}"
#> 
#> [[1]]$user$starred_url
#> [1] "https://api.github.com/users/coslovskym/starred{/owner}{/repo}"
#> 
#> [[1]]$user$subscriptions_url
#> [1] "https://api.github.com/users/coslovskym/subscriptions"
#> 
#> [[1]]$user$organizations_url
#> [1] "https://api.github.com/users/coslovskym/orgs"
#> 
#> [[1]]$user$repos_url
#> [1] "https://api.github.com/users/coslovskym/repos"
#> 
#> [[1]]$user$events_url
#> [1] "https://api.github.com/users/coslovskym/events{/privacy}"
#> 
#> [[1]]$user$received_events_url
#> [1] "https://api.github.com/users/coslovskym/received_events"
#> 
#> [[1]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 2
#> 
#> [[1]]$created_at
#> [1] "2024-09-03T14:25:08Z"
#> 
#> [[1]]$updated_at
#> [1] "2024-09-03T14:27:01Z"
#> 
#> [[1]]$closed_at
#> [1] "2024-09-03T14:26:13Z"
#> 
#> [[1]]$author_association
#> [1] "NONE"
#> 
#> [[1]]$active_lock_reason
#> NULL
#> 
#> [[1]]$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"
#> 
#> [[1]]$reactions
#> [[1]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/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/pkg_validation/issues/85/timeline"
#> 
#> [[1]]$performed_via_github_app
#> NULL
#> 
#> [[1]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[2]]
#> [[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83"
#> 
#> [[2]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[2]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/labels{/name}"
#> 
#> [[2]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/comments"
#> 
#> [[2]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/events"
#> 
#> [[2]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/83"
#> 
#> [[2]]$id
#> [1] 2455348540
#> 
#> [[2]]$node_id
#> [1] "I_kwDOKHVskc6SWaU8"
#> 
#> [[2]]$number
#> [1] 83
#> 
#> [[2]]$title
#> [1] "[Package validation] survSAKK version 1.2.0"
#> 
#> [[2]]$user
#> [[2]]$user$login
#> [1] "SAKK-vsomas"
#> 
#> [[2]]$user$id
#> [1] 151931296
#> 
#> [[2]]$user$node_id
#> [1] "U_kgDOCQ5JoA"
#> 
#> [[2]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151931296?v=4"
#> 
#> [[2]]$user$gravatar_id
#> [1] ""
#> 
#> [[2]]$user$url
#> [1] "https://api.github.com/users/SAKK-vsomas"
#> 
#> [[2]]$user$html_url
#> [1] "https://github.com/SAKK-vsomas"
#> 
#> [[2]]$user$followers_url
#> [1] "https://api.github.com/users/SAKK-vsomas/followers"
#> 
#> [[2]]$user$following_url
#> [1] "https://api.github.com/users/SAKK-vsomas/following{/other_user}"
#> 
#> [[2]]$user$gists_url
#> [1] "https://api.github.com/users/SAKK-vsomas/gists{/gist_id}"
#> 
#> [[2]]$user$starred_url
#> [1] "https://api.github.com/users/SAKK-vsomas/starred{/owner}{/repo}"
#> 
#> [[2]]$user$subscriptions_url
#> [1] "https://api.github.com/users/SAKK-vsomas/subscriptions"
#> 
#> [[2]]$user$organizations_url
#> [1] "https://api.github.com/users/SAKK-vsomas/orgs"
#> 
#> [[2]]$user$repos_url
#> [1] "https://api.github.com/users/SAKK-vsomas/repos"
#> 
#> [[2]]$user$events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/events{/privacy}"
#> 
#> [[2]]$user$received_events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/received_events"
#> 
#> [[2]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[2]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[2]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[2]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[2]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[2]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[2]]$state
#> [1] "closed"
#> 
#> [[2]]$locked
#> [1] FALSE
#> 
#> [[2]]$assignee
#> NULL
#> 
#> [[2]]$assignees
#> list()
#> 
#> [[2]]$milestone
#> NULL
#> 
#> [[2]]$comments
#> [1] 3
#> 
#> [[2]]$created_at
#> [1] "2024-08-08T09:42:03Z"
#> 
#> [[2]]$updated_at
#> [1] "2024-08-08T10:27:04Z"
#> 
#> [[2]]$closed_at
#> [1] "2024-08-08T10:18:37Z"
#> 
#> [[2]]$author_association
#> [1] "NONE"
#> 
#> [[2]]$active_lock_reason
#> NULL
#> 
#> [[2]]$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"
#> 
#> [[2]]$reactions
#> [[2]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/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/pkg_validation/issues/83/timeline"
#> 
#> [[2]]$performed_via_github_app
#> NULL
#> 
#> [[2]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[3]]
#> [[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77"
#> 
#> [[3]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[3]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/labels{/name}"
#> 
#> [[3]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/comments"
#> 
#> [[3]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/events"
#> 
#> [[3]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/77"
#> 
#> [[3]]$id
#> [1] 2377507733
#> 
#> [[3]]$node_id
#> [1] "I_kwDOKHVskc6NteOV"
#> 
#> [[3]]$number
#> [1] 77
#> 
#> [[3]]$title
#> [1] "[Package validation]: haven version 2.5.4"
#> 
#> [[3]]$user
#> [[3]]$user$login
#> [1] "elio4sakk"
#> 
#> [[3]]$user$id
#> [1] 151913878
#> 
#> [[3]]$user$node_id
#> [1] "U_kgDOCQ4Flg"
#> 
#> [[3]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151913878?v=4"
#> 
#> [[3]]$user$gravatar_id
#> [1] ""
#> 
#> [[3]]$user$url
#> [1] "https://api.github.com/users/elio4sakk"
#> 
#> [[3]]$user$html_url
#> [1] "https://github.com/elio4sakk"
#> 
#> [[3]]$user$followers_url
#> [1] "https://api.github.com/users/elio4sakk/followers"
#> 
#> [[3]]$user$following_url
#> [1] "https://api.github.com/users/elio4sakk/following{/other_user}"
#> 
#> [[3]]$user$gists_url
#> [1] "https://api.github.com/users/elio4sakk/gists{/gist_id}"
#> 
#> [[3]]$user$starred_url
#> [1] "https://api.github.com/users/elio4sakk/starred{/owner}{/repo}"
#> 
#> [[3]]$user$subscriptions_url
#> [1] "https://api.github.com/users/elio4sakk/subscriptions"
#> 
#> [[3]]$user$organizations_url
#> [1] "https://api.github.com/users/elio4sakk/orgs"
#> 
#> [[3]]$user$repos_url
#> [1] "https://api.github.com/users/elio4sakk/repos"
#> 
#> [[3]]$user$events_url
#> [1] "https://api.github.com/users/elio4sakk/events{/privacy}"
#> 
#> [[3]]$user$received_events_url
#> [1] "https://api.github.com/users/elio4sakk/received_events"
#> 
#> [[3]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-06-27T08:28:55Z"
#> 
#> [[3]]$updated_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[3]]$closed_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[3]]$author_association
#> [1] "NONE"
#> 
#> [[3]]$active_lock_reason
#> NULL
#> 
#> [[3]]$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"
#> 
#> [[3]]$reactions
#> [[3]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/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/pkg_validation/issues/77/timeline"
#> 
#> [[3]]$performed_via_github_app
#> NULL
#> 
#> [[3]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[4]]
#> [[4]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76"
#> 
#> [[4]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[4]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/labels{/name}"
#> 
#> [[4]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/comments"
#> 
#> [[4]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/events"
#> 
#> [[4]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/76"
#> 
#> [[4]]$id
#> [1] 2310193262
#> 
#> [[4]]$node_id
#> [1] "I_kwDOKHVskc6JssBu"
#> 
#> [[4]]$number
#> [1] 76
#> 
#> [[4]]$title
#> [1] "[Package validation]: gtsummary version 1.7.2"
#> 
#> [[4]]$user
#> [[4]]$user$login
#> [1] "aghaynes"
#> 
#> [[4]]$user$id
#> [1] 6594028
#> 
#> [[4]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[4]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[4]]$user$gravatar_id
#> [1] ""
#> 
#> [[4]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[4]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[4]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[4]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[4]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[4]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[4]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[4]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[4]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[4]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[4]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[4]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781639450
#> 
#> [[4]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[4]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Low%20risk"
#> 
#> [[4]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[4]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[4]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[4]]$state
#> [1] "closed"
#> 
#> [[4]]$locked
#> [1] FALSE
#> 
#> [[4]]$assignee
#> NULL
#> 
#> [[4]]$assignees
#> list()
#> 
#> [[4]]$milestone
#> NULL
#> 
#> [[4]]$comments
#> [1] 1
#> 
#> [[4]]$created_at
#> [1] "2024-05-22T10:41:20Z"
#> 
#> [[4]]$updated_at
#> [1] "2024-05-22T10:42:26Z"
#> 
#> [[4]]$closed_at
#> [1] "2024-05-22T10:42:25Z"
#> 
#> [[4]]$author_association
#> [1] "MEMBER"
#> 
#> [[4]]$active_lock_reason
#> NULL
#> 
#> [[4]]$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"
#> 
#> [[4]]$reactions
#> [[4]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/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/pkg_validation/issues/76/timeline"
#> 
#> [[4]]$performed_via_github_app
#> NULL
#> 
#> [[4]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[5]]
#> [[5]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75"
#> 
#> [[5]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[5]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/labels{/name}"
#> 
#> [[5]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/comments"
#> 
#> [[5]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/events"
#> 
#> [[5]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/75"
#> 
#> [[5]]$id
#> [1] 2309805184
#> 
#> [[5]]$node_id
#> [1] "I_kwDOKHVskc6JrNSA"
#> 
#> [[5]]$number
#> [1] 75
#> 
#> [[5]]$title
#> [1] "[Package validation]: tableone version 0.13.2"
#> 
#> [[5]]$user
#> [[5]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[5]]$user$id
#> [1] 77327839
#> 
#> [[5]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[5]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[5]]$user$gravatar_id
#> [1] ""
#> 
#> [[5]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[5]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[5]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[5]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[5]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[5]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[5]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[5]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[5]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[5]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[5]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[5]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[5]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[5]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[5]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[5]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[5]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[5]]$state
#> [1] "closed"
#> 
#> [[5]]$locked
#> [1] FALSE
#> 
#> [[5]]$assignee
#> NULL
#> 
#> [[5]]$assignees
#> list()
#> 
#> [[5]]$milestone
#> NULL
#> 
#> [[5]]$comments
#> [1] 4
#> 
#> [[5]]$created_at
#> [1] "2024-05-22T07:37:46Z"
#> 
#> [[5]]$updated_at
#> [1] "2024-05-22T09:17:09Z"
#> 
#> [[5]]$closed_at
#> [1] "2024-05-22T07:38:53Z"
#> 
#> [[5]]$author_association
#> [1] "NONE"
#> 
#> [[5]]$active_lock_reason
#> NULL
#> 
#> [[5]]$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"
#> 
#> [[5]]$reactions
#> [[5]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/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/pkg_validation/issues/75/timeline"
#> 
#> [[5]]$performed_via_github_app
#> NULL
#> 
#> [[5]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[6]]
#> [[6]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33"
#> 
#> [[6]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[6]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/labels{/name}"
#> 
#> [[6]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/comments"
#> 
#> [[6]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/events"
#> 
#> [[6]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/33"
#> 
#> [[6]]$id
#> [1] 2233023986
#> 
#> [[6]]$node_id
#> [1] "I_kwDOKHVskc6FGT3y"
#> 
#> [[6]]$number
#> [1] 33
#> 
#> [[6]]$title
#> [1] "[Package validation]: pmcalibration version 0.1.0"
#> 
#> [[6]]$user
#> [[6]]$user$login
#> [1] "aghaynes"
#> 
#> [[6]]$user$id
#> [1] 6594028
#> 
#> [[6]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[6]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[6]]$user$gravatar_id
#> [1] ""
#> 
#> [[6]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[6]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[6]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[6]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[6]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[6]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[6]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[6]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[6]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[6]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[6]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[6]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[6]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[6]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[6]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[6]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[6]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-04-09T09:37:21Z"
#> 
#> [[6]]$updated_at
#> [1] "2024-04-09T09:39:31Z"
#> 
#> [[6]]$closed_at
#> [1] "2024-04-09T09:39:30Z"
#> 
#> [[6]]$author_association
#> [1] "MEMBER"
#> 
#> [[6]]$active_lock_reason
#> NULL
#> 
#> [[6]]$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"
#> 
#> [[6]]$reactions
#> [[6]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/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/pkg_validation/issues/33/timeline"
#> 
#> [[6]]$performed_via_github_app
#> NULL
#> 
#> [[6]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[7]]
#> [[7]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32"
#> 
#> [[7]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[7]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/labels{/name}"
#> 
#> [[7]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/comments"
#> 
#> [[7]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/events"
#> 
#> [[7]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/32"
#> 
#> [[7]]$id
#> [1] 2231527886
#> 
#> [[7]]$node_id
#> [1] "I_kwDOKHVskc6FAmnO"
#> 
#> [[7]]$number
#> [1] 32
#> 
#> [[7]]$title
#> [1] "[Package validation]: accrualPlot version 1.0.7"
#> 
#> [[7]]$user
#> [[7]]$user$login
#> [1] "aghaynes"
#> 
#> [[7]]$user$id
#> [1] 6594028
#> 
#> [[7]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[7]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[7]]$user$gravatar_id
#> [1] ""
#> 
#> [[7]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[7]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[7]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[7]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[7]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[7]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[7]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[7]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[7]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[7]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[7]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[7]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[7]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[7]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[7]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[7]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[7]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[7]]$state
#> [1] "closed"
#> 
#> [[7]]$locked
#> [1] FALSE
#> 
#> [[7]]$assignee
#> NULL
#> 
#> [[7]]$assignees
#> list()
#> 
#> [[7]]$milestone
#> NULL
#> 
#> [[7]]$comments
#> [1] 1
#> 
#> [[7]]$created_at
#> [1] "2024-04-08T15:31:04Z"
#> 
#> [[7]]$updated_at
#> [1] "2024-04-08T15:34:45Z"
#> 
#> [[7]]$closed_at
#> [1] "2024-04-08T15:34:43Z"
#> 
#> [[7]]$author_association
#> [1] "MEMBER"
#> 
#> [[7]]$active_lock_reason
#> NULL
#> 
#> [[7]]$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"
#> 
#> [[7]]$reactions
#> [[7]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/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/pkg_validation/issues/32/timeline"
#> 
#> [[7]]$performed_via_github_app
#> NULL
#> 
#> [[7]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[8]]
#> [[8]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31"
#> 
#> [[8]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[8]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/labels{/name}"
#> 
#> [[8]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/comments"
#> 
#> [[8]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/events"
#> 
#> [[8]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/31"
#> 
#> [[8]]$id
#> [1] 2231493099
#> 
#> [[8]]$node_id
#> [1] "I_kwDOKHVskc6FAeHr"
#> 
#> [[8]]$number
#> [1] 31
#> 
#> [[8]]$title
#> [1] "[Package validation]: dplyr version 1.1.0"
#> 
#> [[8]]$user
#> [[8]]$user$login
#> [1] "aghaynes"
#> 
#> [[8]]$user$id
#> [1] 6594028
#> 
#> [[8]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[8]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[8]]$user$gravatar_id
#> [1] ""
#> 
#> [[8]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[8]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[8]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[8]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[8]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[8]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[8]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[8]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[8]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[8]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[8]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[8]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-08T15:15:22Z"
#> 
#> [[8]]$updated_at
#> [1] "2024-04-08T15:17:36Z"
#> 
#> [[8]]$closed_at
#> [1] "2024-04-08T15:17:34Z"
#> 
#> [[8]]$author_association
#> [1] "MEMBER"
#> 
#> [[8]]$active_lock_reason
#> NULL
#> 
#> [[8]]$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"
#> 
#> [[8]]$reactions
#> [[8]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/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/pkg_validation/issues/31/timeline"
#> 
#> [[8]]$performed_via_github_app
#> NULL
#> 
#> [[8]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[9]]
#> [[9]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30"
#> 
#> [[9]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[9]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/labels{/name}"
#> 
#> [[9]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/comments"
#> 
#> [[9]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/events"
#> 
#> [[9]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/30"
#> 
#> [[9]]$id
#> [1] 2228119201
#> 
#> [[9]]$node_id
#> [1] "I_kwDOKHVskc6Ezmah"
#> 
#> [[9]]$number
#> [1] 30
#> 
#> [[9]]$title
#> [1] "[Package validation]: ExtrPatt version 0.1-4"
#> 
#> [[9]]$user
#> [[9]]$user$login
#> [1] "mbranca"
#> 
#> [[9]]$user$id
#> [1] 52954127
#> 
#> [[9]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[9]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[9]]$user$gravatar_id
#> [1] ""
#> 
#> [[9]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[9]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[9]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[9]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[9]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[9]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[9]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[9]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[9]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[9]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[9]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[9]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[9]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[9]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[9]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[9]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[9]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[9]]$state
#> [1] "closed"
#> 
#> [[9]]$locked
#> [1] FALSE
#> 
#> [[9]]$assignee
#> NULL
#> 
#> [[9]]$assignees
#> list()
#> 
#> [[9]]$milestone
#> NULL
#> 
#> [[9]]$comments
#> [1] 1
#> 
#> [[9]]$created_at
#> [1] "2024-04-05T14:02:32Z"
#> 
#> [[9]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[9]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[9]]$author_association
#> [1] "NONE"
#> 
#> [[9]]$active_lock_reason
#> NULL
#> 
#> [[9]]$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"
#> 
#> [[9]]$reactions
#> [[9]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/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/pkg_validation/issues/30/timeline"
#> 
#> [[9]]$performed_via_github_app
#> NULL
#> 
#> [[9]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[10]]
#> [[10]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29"
#> 
#> [[10]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[10]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/labels{/name}"
#> 
#> [[10]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/comments"
#> 
#> [[10]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/events"
#> 
#> [[10]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/29"
#> 
#> [[10]]$id
#> [1] 2227965730
#> 
#> [[10]]$node_id
#> [1] "I_kwDOKHVskc6EzA8i"
#> 
#> [[10]]$number
#> [1] 29
#> 
#> [[10]]$title
#> [1] "[Package validation]: WinRatio version 1.0"
#> 
#> [[10]]$user
#> [[10]]$user$login
#> [1] "mbranca"
#> 
#> [[10]]$user$id
#> [1] 52954127
#> 
#> [[10]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[10]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[10]]$user$gravatar_id
#> [1] ""
#> 
#> [[10]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[10]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[10]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[10]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[10]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[10]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[10]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[10]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[10]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[10]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[10]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[10]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[10]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[10]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[10]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[10]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[10]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-04-05T12:51:40Z"
#> 
#> [[10]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[10]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[10]]$author_association
#> [1] "NONE"
#> 
#> [[10]]$active_lock_reason
#> NULL
#> 
#> [[10]]$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"
#> 
#> [[10]]$reactions
#> [[10]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/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/pkg_validation/issues/29/timeline"
#> 
#> [[10]]$performed_via_github_app
#> NULL
#> 
#> [[10]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[11]]
#> [[11]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28"
#> 
#> [[11]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[11]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/labels{/name}"
#> 
#> [[11]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/comments"
#> 
#> [[11]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/events"
#> 
#> [[11]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/28"
#> 
#> [[11]]$id
#> [1] 2227866494
#> 
#> [[11]]$node_id
#> [1] "I_kwDOKHVskc6Eyot-"
#> 
#> [[11]]$number
#> [1] 28
#> 
#> [[11]]$title
#> [1] "[Package validation]: rstpm2 version 1.6.3"
#> 
#> [[11]]$user
#> [[11]]$user$login
#> [1] "mbranca"
#> 
#> [[11]]$user$id
#> [1] 52954127
#> 
#> [[11]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[11]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[11]]$user$gravatar_id
#> [1] ""
#> 
#> [[11]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[11]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[11]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[11]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[11]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[11]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[11]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[11]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[11]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[11]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[11]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[11]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[11]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[11]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[11]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[11]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[11]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[11]]$state
#> [1] "closed"
#> 
#> [[11]]$locked
#> [1] FALSE
#> 
#> [[11]]$assignee
#> NULL
#> 
#> [[11]]$assignees
#> list()
#> 
#> [[11]]$milestone
#> NULL
#> 
#> [[11]]$comments
#> [1] 1
#> 
#> [[11]]$created_at
#> [1] "2024-04-05T12:01:36Z"
#> 
#> [[11]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[11]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[11]]$author_association
#> [1] "NONE"
#> 
#> [[11]]$active_lock_reason
#> NULL
#> 
#> [[11]]$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"
#> 
#> [[11]]$reactions
#> [[11]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/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/pkg_validation/issues/28/timeline"
#> 
#> [[11]]$performed_via_github_app
#> NULL
#> 
#> [[11]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[12]]
#> [[12]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27"
#> 
#> [[12]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[12]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/labels{/name}"
#> 
#> [[12]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/comments"
#> 
#> [[12]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/events"
#> 
#> [[12]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/27"
#> 
#> [[12]]$id
#> [1] 2227311851
#> 
#> [[12]]$node_id
#> [1] "I_kwDOKHVskc6EwhTr"
#> 
#> [[12]]$number
#> [1] 27
#> 
#> [[12]]$title
#> [1] "[Package validation]: netmeta version 2.9-0"
#> 
#> [[12]]$user
#> [[12]]$user$login
#> [1] "ArnaudKunzi"
#> 
#> [[12]]$user$id
#> [1] 22870774
#> 
#> [[12]]$user$node_id
#> [1] "MDQ6VXNlcjIyODcwNzc0"
#> 
#> [[12]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/22870774?v=4"
#> 
#> [[12]]$user$gravatar_id
#> [1] ""
#> 
#> [[12]]$user$url
#> [1] "https://api.github.com/users/ArnaudKunzi"
#> 
#> [[12]]$user$html_url
#> [1] "https://github.com/ArnaudKunzi"
#> 
#> [[12]]$user$followers_url
#> [1] "https://api.github.com/users/ArnaudKunzi/followers"
#> 
#> [[12]]$user$following_url
#> [1] "https://api.github.com/users/ArnaudKunzi/following{/other_user}"
#> 
#> [[12]]$user$gists_url
#> [1] "https://api.github.com/users/ArnaudKunzi/gists{/gist_id}"
#> 
#> [[12]]$user$starred_url
#> [1] "https://api.github.com/users/ArnaudKunzi/starred{/owner}{/repo}"
#> 
#> [[12]]$user$subscriptions_url
#> [1] "https://api.github.com/users/ArnaudKunzi/subscriptions"
#> 
#> [[12]]$user$organizations_url
#> [1] "https://api.github.com/users/ArnaudKunzi/orgs"
#> 
#> [[12]]$user$repos_url
#> [1] "https://api.github.com/users/ArnaudKunzi/repos"
#> 
#> [[12]]$user$events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/events{/privacy}"
#> 
#> [[12]]$user$received_events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/received_events"
#> 
#> [[12]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-05T07:49:18Z"
#> 
#> [[12]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[12]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[12]]$author_association
#> [1] "NONE"
#> 
#> [[12]]$active_lock_reason
#> NULL
#> 
#> [[12]]$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"
#> 
#> [[12]]$reactions
#> [[12]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/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/pkg_validation/issues/27/timeline"
#> 
#> [[12]]$performed_via_github_app
#> NULL
#> 
#> [[12]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[13]]
#> [[13]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26"
#> 
#> [[13]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[13]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/labels{/name}"
#> 
#> [[13]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/comments"
#> 
#> [[13]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/events"
#> 
#> [[13]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/26"
#> 
#> [[13]]$id
#> [1] 2227254300
#> 
#> [[13]]$node_id
#> [1] "I_kwDOKHVskc6EwTQc"
#> 
#> [[13]]$number
#> [1] 26
#> 
#> [[13]]$title
#> [1] "[Package validation]: CTUtemplate version 0.5.0"
#> 
#> [[13]]$user
#> [[13]]$user$login
#> [1] "mbranca"
#> 
#> [[13]]$user$id
#> [1] 52954127
#> 
#> [[13]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[13]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[13]]$user$gravatar_id
#> [1] ""
#> 
#> [[13]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[13]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[13]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[13]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[13]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[13]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[13]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[13]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[13]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[13]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[13]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[13]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[13]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[13]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[13]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[13]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[13]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-04-05T07:19:16Z"
#> 
#> [[13]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[13]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[13]]$author_association
#> [1] "NONE"
#> 
#> [[13]]$active_lock_reason
#> NULL
#> 
#> [[13]]$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"
#> 
#> [[13]]$reactions
#> [[13]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/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/pkg_validation/issues/26/timeline"
#> 
#> [[13]]$performed_via_github_app
#> NULL
#> 
#> [[13]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[14]]
#> [[14]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25"
#> 
#> [[14]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[14]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/labels{/name}"
#> 
#> [[14]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/comments"
#> 
#> [[14]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/events"
#> 
#> [[14]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/25"
#> 
#> [[14]]$id
#> [1] 2227065557
#> 
#> [[14]]$node_id
#> [1] "I_kwDOKHVskc6EvlLV"
#> 
#> [[14]]$number
#> [1] 25
#> 
#> [[14]]$title
#> [1] "[Package validation]: pROC version 1.18.5"
#> 
#> [[14]]$user
#> [[14]]$user$login
#> [1] "mbranca"
#> 
#> [[14]]$user$id
#> [1] 52954127
#> 
#> [[14]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[14]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[14]]$user$gravatar_id
#> [1] ""
#> 
#> [[14]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[14]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[14]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[14]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[14]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[14]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[14]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[14]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[14]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[14]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[14]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[14]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-05T05:17:40Z"
#> 
#> [[14]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[14]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[14]]$author_association
#> [1] "NONE"
#> 
#> [[14]]$active_lock_reason
#> NULL
#> 
#> [[14]]$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"
#> 
#> [[14]]$reactions
#> [[14]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/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/pkg_validation/issues/25/timeline"
#> 
#> [[14]]$performed_via_github_app
#> NULL
#> 
#> [[14]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[15]]
#> [[15]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24"
#> 
#> [[15]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[15]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/labels{/name}"
#> 
#> [[15]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/comments"
#> 
#> [[15]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/events"
#> 
#> [[15]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/24"
#> 
#> [[15]]$id
#> [1] 2227059949
#> 
#> [[15]]$node_id
#> [1] "I_kwDOKHVskc6Evjzt"
#> 
#> [[15]]$number
#> [1] 24
#> 
#> [[15]]$title
#> [1] "[Package validation]: cowplot version 1.1.3"
#> 
#> [[15]]$user
#> [[15]]$user$login
#> [1] "mbranca"
#> 
#> [[15]]$user$id
#> [1] 52954127
#> 
#> [[15]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[15]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[15]]$user$gravatar_id
#> [1] ""
#> 
#> [[15]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[15]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[15]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[15]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[15]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[15]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[15]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[15]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[15]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[15]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[15]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[15]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-05T05:14:08Z"
#> 
#> [[15]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[15]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[15]]$author_association
#> [1] "NONE"
#> 
#> [[15]]$active_lock_reason
#> NULL
#> 
#> [[15]]$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"
#> 
#> [[15]]$reactions
#> [[15]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/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/pkg_validation/issues/24/timeline"
#> 
#> [[15]]$performed_via_github_app
#> NULL
#> 
#> [[15]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[16]]
#> [[16]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23"
#> 
#> [[16]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[16]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/labels{/name}"
#> 
#> [[16]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/comments"
#> 
#> [[16]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/events"
#> 
#> [[16]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/23"
#> 
#> [[16]]$id
#> [1] 2225884124
#> 
#> [[16]]$node_id
#> [1] "I_kwDOKHVskc6ErEvc"
#> 
#> [[16]]$number
#> [1] 23
#> 
#> [[16]]$title
#> [1] "[Package validation]: readxl version 1.4.3"
#> 
#> [[16]]$user
#> [[16]]$user$login
#> [1] "mbranca"
#> 
#> [[16]]$user$id
#> [1] 52954127
#> 
#> [[16]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[16]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[16]]$user$gravatar_id
#> [1] ""
#> 
#> [[16]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[16]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[16]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[16]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[16]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[16]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[16]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[16]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[16]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[16]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[16]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[16]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 2
#> 
#> [[16]]$created_at
#> [1] "2024-04-04T15:49:44Z"
#> 
#> [[16]]$updated_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[16]]$closed_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[16]]$author_association
#> [1] "NONE"
#> 
#> [[16]]$active_lock_reason
#> NULL
#> 
#> [[16]]$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"
#> 
#> [[16]]$reactions
#> [[16]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/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/pkg_validation/issues/23/timeline"
#> 
#> [[16]]$performed_via_github_app
#> NULL
#> 
#> [[16]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[17]]
#> [[17]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22"
#> 
#> [[17]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[17]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/labels{/name}"
#> 
#> [[17]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/comments"
#> 
#> [[17]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/events"
#> 
#> [[17]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/22"
#> 
#> [[17]]$id
#> [1] 2225808660
#> 
#> [[17]]$node_id
#> [1] "I_kwDOKHVskc6EqyUU"
#> 
#> [[17]]$number
#> [1] 22
#> 
#> [[17]]$title
#> [1] "[Package validation]: gsDesign version 3.6.0"
#> 
#> [[17]]$user
#> [[17]]$user$login
#> [1] "mbranca"
#> 
#> [[17]]$user$id
#> [1] 52954127
#> 
#> [[17]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[17]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[17]]$user$gravatar_id
#> [1] ""
#> 
#> [[17]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[17]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[17]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[17]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[17]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[17]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[17]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[17]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[17]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[17]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[17]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[17]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[17]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[17]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[17]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[17]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[17]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[17]]$state
#> [1] "closed"
#> 
#> [[17]]$locked
#> [1] FALSE
#> 
#> [[17]]$assignee
#> NULL
#> 
#> [[17]]$assignees
#> list()
#> 
#> [[17]]$milestone
#> NULL
#> 
#> [[17]]$comments
#> [1] 5
#> 
#> [[17]]$created_at
#> [1] "2024-04-04T15:22:42Z"
#> 
#> [[17]]$updated_at
#> [1] "2024-04-08T14:44:56Z"
#> 
#> [[17]]$closed_at
#> [1] "2024-04-08T14:44:55Z"
#> 
#> [[17]]$author_association
#> [1] "NONE"
#> 
#> [[17]]$active_lock_reason
#> NULL
#> 
#> [[17]]$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"
#> 
#> [[17]]$reactions
#> [[17]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/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/pkg_validation/issues/22/timeline"
#> 
#> [[17]]$performed_via_github_app
#> NULL
#> 
#> [[17]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[18]]
#> [[18]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20"
#> 
#> [[18]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[18]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/labels{/name}"
#> 
#> [[18]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/comments"
#> 
#> [[18]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/events"
#> 
#> [[18]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/20"
#> 
#> [[18]]$id
#> [1] 2207648616
#> 
#> [[18]]$node_id
#> [1] "I_kwDOKHVskc6Dlgto"
#> 
#> [[18]]$number
#> [1] 20
#> 
#> [[18]]$title
#> [1] "[Package validation]: dplyr version 1.1.4"
#> 
#> [[18]]$user
#> [[18]]$user$login
#> [1] "aghaynes"
#> 
#> [[18]]$user$id
#> [1] 6594028
#> 
#> [[18]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[18]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[18]]$user$gravatar_id
#> [1] ""
#> 
#> [[18]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[18]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[18]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[18]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[18]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[18]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[18]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[18]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[18]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[18]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[18]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[18]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781639450
#> 
#> [[18]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[18]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Low%20risk"
#> 
#> [[18]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[18]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[18]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[18]]$state
#> [1] "closed"
#> 
#> [[18]]$locked
#> [1] FALSE
#> 
#> [[18]]$assignee
#> NULL
#> 
#> [[18]]$assignees
#> list()
#> 
#> [[18]]$milestone
#> NULL
#> 
#> [[18]]$comments
#> [1] 5
#> 
#> [[18]]$created_at
#> [1] "2024-03-26T09:07:34Z"
#> 
#> [[18]]$updated_at
#> [1] "2024-04-08T13:37:26Z"
#> 
#> [[18]]$closed_at
#> [1] "2024-04-08T13:37:24Z"
#> 
#> [[18]]$author_association
#> [1] "MEMBER"
#> 
#> [[18]]$active_lock_reason
#> NULL
#> 
#> [[18]]$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"
#> 
#> [[18]]$reactions
#> [[18]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/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/pkg_validation/issues/20/timeline"
#> 
#> [[18]]$performed_via_github_app
#> NULL
#> 
#> [[18]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[19]]
#> [[19]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18"
#> 
#> [[19]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[19]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/labels{/name}"
#> 
#> [[19]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/comments"
#> 
#> [[19]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/events"
#> 
#> [[19]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/18"
#> 
#> [[19]]$id
#> [1] 2205169587
#> 
#> [[19]]$node_id
#> [1] "I_kwDOKHVskc6DcDez"
#> 
#> [[19]]$number
#> [1] 18
#> 
#> [[19]]$title
#> [1] "[Package validation]: tables version 0.9.17"
#> 
#> [[19]]$user
#> [[19]]$user$login
#> [1] "aghaynes"
#> 
#> [[19]]$user$id
#> [1] 6594028
#> 
#> [[19]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[19]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[19]]$user$gravatar_id
#> [1] ""
#> 
#> [[19]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[19]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[19]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[19]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[19]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[19]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[19]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[19]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[19]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[19]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[19]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[19]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[19]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[19]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[19]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[19]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[19]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-03-25T08:26:06Z"
#> 
#> [[19]]$updated_at
#> [1] "2024-04-08T13:48:56Z"
#> 
#> [[19]]$closed_at
#> [1] "2024-04-08T13:48:55Z"
#> 
#> [[19]]$author_association
#> [1] "MEMBER"
#> 
#> [[19]]$active_lock_reason
#> NULL
#> 
#> [[19]]$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"
#> 
#> [[19]]$reactions
#> [[19]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/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/pkg_validation/issues/18/timeline"
#> 
#> [[19]]$performed_via_github_app
#> NULL
#> 
#> [[19]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[20]]
#> [[20]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17"
#> 
#> [[20]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[20]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/labels{/name}"
#> 
#> [[20]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/comments"
#> 
#> [[20]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/events"
#> 
#> [[20]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/17"
#> 
#> [[20]]$id
#> [1] 2205165800
#> 
#> [[20]]$node_id
#> [1] "I_kwDOKHVskc6DcCjo"
#> 
#> [[20]]$number
#> [1] 17
#> 
#> [[20]]$title
#> [1] "[Package validation]: presize version 0.3.7"
#> 
#> [[20]]$user
#> [[20]]$user$login
#> [1] "aghaynes"
#> 
#> [[20]]$user$id
#> [1] 6594028
#> 
#> [[20]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[20]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[20]]$user$gravatar_id
#> [1] ""
#> 
#> [[20]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[20]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[20]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[20]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[20]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[20]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[20]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[20]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[20]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[20]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[20]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[20]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 3
#> 
#> [[20]]$created_at
#> [1] "2024-03-25T08:23:41Z"
#> 
#> [[20]]$updated_at
#> [1] "2024-04-08T13:48:31Z"
#> 
#> [[20]]$closed_at
#> [1] "2024-04-08T13:48:29Z"
#> 
#> [[20]]$author_association
#> [1] "MEMBER"
#> 
#> [[20]]$active_lock_reason
#> NULL
#> 
#> [[20]]$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"
#> 
#> [[20]]$reactions
#> [[20]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/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/pkg_validation/issues/17/timeline"
#> 
#> [[20]]$performed_via_github_app
#> NULL
#> 
#> [[20]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[21]]
#> [[21]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16"
#> 
#> [[21]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[21]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/labels{/name}"
#> 
#> [[21]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/comments"
#> 
#> [[21]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/events"
#> 
#> [[21]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/16"
#> 
#> [[21]]$id
#> [1] 2205161540
#> 
#> [[21]]$node_id
#> [1] "I_kwDOKHVskc6DcBhE"
#> 
#> [[21]]$number
#> [1] 16
#> 
#> [[21]]$title
#> [1] "[Package validation]: lme4 version 1.1-35.1"
#> 
#> [[21]]$user
#> [[21]]$user$login
#> [1] "aghaynes"
#> 
#> [[21]]$user$id
#> [1] 6594028
#> 
#> [[21]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[21]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[21]]$user$gravatar_id
#> [1] ""
#> 
#> [[21]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[21]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[21]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[21]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[21]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[21]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[21]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[21]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[21]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[21]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[21]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[21]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 3
#> 
#> [[21]]$created_at
#> [1] "2024-03-25T08:21:05Z"
#> 
#> [[21]]$updated_at
#> [1] "2024-04-10T13:58:30Z"
#> 
#> [[21]]$closed_at
#> [1] "2024-04-10T13:23:45Z"
#> 
#> [[21]]$author_association
#> [1] "MEMBER"
#> 
#> [[21]]$active_lock_reason
#> NULL
#> 
#> [[21]]$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"
#> 
#> [[21]]$reactions
#> [[21]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/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/pkg_validation/issues/16/timeline"
#> 
#> [[21]]$performed_via_github_app
#> NULL
#> 
#> [[21]]$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/pkg_validation/issues/85"
#> 
#> [[1]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[1]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/labels{/name}"
#> 
#> [[1]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/comments"
#> 
#> [[1]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/events"
#> 
#> [[1]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/85"
#> 
#> [[1]]$id
#> [1] 2503027683
#> 
#> [[1]]$node_id
#> [1] "I_kwDOKHVskc6VMSvj"
#> 
#> [[1]]$number
#> [1] 85
#> 
#> [[1]]$title
#> [1] "[Package validation]: patchwork version 1.2.0"
#> 
#> [[1]]$user
#> [[1]]$user$login
#> [1] "coslovskym"
#> 
#> [[1]]$user$id
#> [1] 40819212
#> 
#> [[1]]$user$node_id
#> [1] "MDQ6VXNlcjQwODE5MjEy"
#> 
#> [[1]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/40819212?v=4"
#> 
#> [[1]]$user$gravatar_id
#> [1] ""
#> 
#> [[1]]$user$url
#> [1] "https://api.github.com/users/coslovskym"
#> 
#> [[1]]$user$html_url
#> [1] "https://github.com/coslovskym"
#> 
#> [[1]]$user$followers_url
#> [1] "https://api.github.com/users/coslovskym/followers"
#> 
#> [[1]]$user$following_url
#> [1] "https://api.github.com/users/coslovskym/following{/other_user}"
#> 
#> [[1]]$user$gists_url
#> [1] "https://api.github.com/users/coslovskym/gists{/gist_id}"
#> 
#> [[1]]$user$starred_url
#> [1] "https://api.github.com/users/coslovskym/starred{/owner}{/repo}"
#> 
#> [[1]]$user$subscriptions_url
#> [1] "https://api.github.com/users/coslovskym/subscriptions"
#> 
#> [[1]]$user$organizations_url
#> [1] "https://api.github.com/users/coslovskym/orgs"
#> 
#> [[1]]$user$repos_url
#> [1] "https://api.github.com/users/coslovskym/repos"
#> 
#> [[1]]$user$events_url
#> [1] "https://api.github.com/users/coslovskym/events{/privacy}"
#> 
#> [[1]]$user$received_events_url
#> [1] "https://api.github.com/users/coslovskym/received_events"
#> 
#> [[1]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 2
#> 
#> [[1]]$created_at
#> [1] "2024-09-03T14:25:08Z"
#> 
#> [[1]]$updated_at
#> [1] "2024-09-03T14:27:01Z"
#> 
#> [[1]]$closed_at
#> [1] "2024-09-03T14:26:13Z"
#> 
#> [[1]]$author_association
#> [1] "NONE"
#> 
#> [[1]]$active_lock_reason
#> NULL
#> 
#> [[1]]$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"
#> 
#> [[1]]$reactions
#> [[1]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/85/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/pkg_validation/issues/85/timeline"
#> 
#> [[1]]$performed_via_github_app
#> NULL
#> 
#> [[1]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[2]]
#> [[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83"
#> 
#> [[2]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[2]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/labels{/name}"
#> 
#> [[2]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/comments"
#> 
#> [[2]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/events"
#> 
#> [[2]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/83"
#> 
#> [[2]]$id
#> [1] 2455348540
#> 
#> [[2]]$node_id
#> [1] "I_kwDOKHVskc6SWaU8"
#> 
#> [[2]]$number
#> [1] 83
#> 
#> [[2]]$title
#> [1] "[Package validation] survSAKK version 1.2.0"
#> 
#> [[2]]$user
#> [[2]]$user$login
#> [1] "SAKK-vsomas"
#> 
#> [[2]]$user$id
#> [1] 151931296
#> 
#> [[2]]$user$node_id
#> [1] "U_kgDOCQ5JoA"
#> 
#> [[2]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151931296?v=4"
#> 
#> [[2]]$user$gravatar_id
#> [1] ""
#> 
#> [[2]]$user$url
#> [1] "https://api.github.com/users/SAKK-vsomas"
#> 
#> [[2]]$user$html_url
#> [1] "https://github.com/SAKK-vsomas"
#> 
#> [[2]]$user$followers_url
#> [1] "https://api.github.com/users/SAKK-vsomas/followers"
#> 
#> [[2]]$user$following_url
#> [1] "https://api.github.com/users/SAKK-vsomas/following{/other_user}"
#> 
#> [[2]]$user$gists_url
#> [1] "https://api.github.com/users/SAKK-vsomas/gists{/gist_id}"
#> 
#> [[2]]$user$starred_url
#> [1] "https://api.github.com/users/SAKK-vsomas/starred{/owner}{/repo}"
#> 
#> [[2]]$user$subscriptions_url
#> [1] "https://api.github.com/users/SAKK-vsomas/subscriptions"
#> 
#> [[2]]$user$organizations_url
#> [1] "https://api.github.com/users/SAKK-vsomas/orgs"
#> 
#> [[2]]$user$repos_url
#> [1] "https://api.github.com/users/SAKK-vsomas/repos"
#> 
#> [[2]]$user$events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/events{/privacy}"
#> 
#> [[2]]$user$received_events_url
#> [1] "https://api.github.com/users/SAKK-vsomas/received_events"
#> 
#> [[2]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[2]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[2]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[2]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[2]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[2]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[2]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[2]]$state
#> [1] "closed"
#> 
#> [[2]]$locked
#> [1] FALSE
#> 
#> [[2]]$assignee
#> NULL
#> 
#> [[2]]$assignees
#> list()
#> 
#> [[2]]$milestone
#> NULL
#> 
#> [[2]]$comments
#> [1] 3
#> 
#> [[2]]$created_at
#> [1] "2024-08-08T09:42:03Z"
#> 
#> [[2]]$updated_at
#> [1] "2024-08-08T10:27:04Z"
#> 
#> [[2]]$closed_at
#> [1] "2024-08-08T10:18:37Z"
#> 
#> [[2]]$author_association
#> [1] "NONE"
#> 
#> [[2]]$active_lock_reason
#> NULL
#> 
#> [[2]]$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"
#> 
#> [[2]]$reactions
#> [[2]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/83/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/pkg_validation/issues/83/timeline"
#> 
#> [[2]]$performed_via_github_app
#> NULL
#> 
#> [[2]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[3]]
#> [[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77"
#> 
#> [[3]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[3]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/labels{/name}"
#> 
#> [[3]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/comments"
#> 
#> [[3]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/events"
#> 
#> [[3]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/77"
#> 
#> [[3]]$id
#> [1] 2377507733
#> 
#> [[3]]$node_id
#> [1] "I_kwDOKHVskc6NteOV"
#> 
#> [[3]]$number
#> [1] 77
#> 
#> [[3]]$title
#> [1] "[Package validation]: haven version 2.5.4"
#> 
#> [[3]]$user
#> [[3]]$user$login
#> [1] "elio4sakk"
#> 
#> [[3]]$user$id
#> [1] 151913878
#> 
#> [[3]]$user$node_id
#> [1] "U_kgDOCQ4Flg"
#> 
#> [[3]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/151913878?v=4"
#> 
#> [[3]]$user$gravatar_id
#> [1] ""
#> 
#> [[3]]$user$url
#> [1] "https://api.github.com/users/elio4sakk"
#> 
#> [[3]]$user$html_url
#> [1] "https://github.com/elio4sakk"
#> 
#> [[3]]$user$followers_url
#> [1] "https://api.github.com/users/elio4sakk/followers"
#> 
#> [[3]]$user$following_url
#> [1] "https://api.github.com/users/elio4sakk/following{/other_user}"
#> 
#> [[3]]$user$gists_url
#> [1] "https://api.github.com/users/elio4sakk/gists{/gist_id}"
#> 
#> [[3]]$user$starred_url
#> [1] "https://api.github.com/users/elio4sakk/starred{/owner}{/repo}"
#> 
#> [[3]]$user$subscriptions_url
#> [1] "https://api.github.com/users/elio4sakk/subscriptions"
#> 
#> [[3]]$user$organizations_url
#> [1] "https://api.github.com/users/elio4sakk/orgs"
#> 
#> [[3]]$user$repos_url
#> [1] "https://api.github.com/users/elio4sakk/repos"
#> 
#> [[3]]$user$events_url
#> [1] "https://api.github.com/users/elio4sakk/events{/privacy}"
#> 
#> [[3]]$user$received_events_url
#> [1] "https://api.github.com/users/elio4sakk/received_events"
#> 
#> [[3]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-06-27T08:28:55Z"
#> 
#> [[3]]$updated_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[3]]$closed_at
#> [1] "2024-06-27T08:30:57Z"
#> 
#> [[3]]$author_association
#> [1] "NONE"
#> 
#> [[3]]$active_lock_reason
#> NULL
#> 
#> [[3]]$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"
#> 
#> [[3]]$reactions
#> [[3]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/77/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/pkg_validation/issues/77/timeline"
#> 
#> [[3]]$performed_via_github_app
#> NULL
#> 
#> [[3]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[4]]
#> [[4]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76"
#> 
#> [[4]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[4]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/labels{/name}"
#> 
#> [[4]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/comments"
#> 
#> [[4]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/events"
#> 
#> [[4]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/76"
#> 
#> [[4]]$id
#> [1] 2310193262
#> 
#> [[4]]$node_id
#> [1] "I_kwDOKHVskc6JssBu"
#> 
#> [[4]]$number
#> [1] 76
#> 
#> [[4]]$title
#> [1] "[Package validation]: gtsummary version 1.7.2"
#> 
#> [[4]]$user
#> [[4]]$user$login
#> [1] "aghaynes"
#> 
#> [[4]]$user$id
#> [1] 6594028
#> 
#> [[4]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[4]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[4]]$user$gravatar_id
#> [1] ""
#> 
#> [[4]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[4]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[4]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[4]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[4]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[4]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[4]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[4]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[4]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[4]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[4]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[4]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781639450
#> 
#> [[4]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[4]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Low%20risk"
#> 
#> [[4]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[4]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[4]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[4]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[4]]$state
#> [1] "closed"
#> 
#> [[4]]$locked
#> [1] FALSE
#> 
#> [[4]]$assignee
#> NULL
#> 
#> [[4]]$assignees
#> list()
#> 
#> [[4]]$milestone
#> NULL
#> 
#> [[4]]$comments
#> [1] 1
#> 
#> [[4]]$created_at
#> [1] "2024-05-22T10:41:20Z"
#> 
#> [[4]]$updated_at
#> [1] "2024-05-22T10:42:26Z"
#> 
#> [[4]]$closed_at
#> [1] "2024-05-22T10:42:25Z"
#> 
#> [[4]]$author_association
#> [1] "MEMBER"
#> 
#> [[4]]$active_lock_reason
#> NULL
#> 
#> [[4]]$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"
#> 
#> [[4]]$reactions
#> [[4]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/76/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/pkg_validation/issues/76/timeline"
#> 
#> [[4]]$performed_via_github_app
#> NULL
#> 
#> [[4]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[5]]
#> [[5]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75"
#> 
#> [[5]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[5]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/labels{/name}"
#> 
#> [[5]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/comments"
#> 
#> [[5]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/events"
#> 
#> [[5]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/75"
#> 
#> [[5]]$id
#> [1] 2309805184
#> 
#> [[5]]$node_id
#> [1] "I_kwDOKHVskc6JrNSA"
#> 
#> [[5]]$number
#> [1] 75
#> 
#> [[5]]$title
#> [1] "[Package validation]: tableone version 0.13.2"
#> 
#> [[5]]$user
#> [[5]]$user$login
#> [1] "MichaelCoslovsky"
#> 
#> [[5]]$user$id
#> [1] 77327839
#> 
#> [[5]]$user$node_id
#> [1] "MDQ6VXNlcjc3MzI3ODM5"
#> 
#> [[5]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/77327839?v=4"
#> 
#> [[5]]$user$gravatar_id
#> [1] ""
#> 
#> [[5]]$user$url
#> [1] "https://api.github.com/users/MichaelCoslovsky"
#> 
#> [[5]]$user$html_url
#> [1] "https://github.com/MichaelCoslovsky"
#> 
#> [[5]]$user$followers_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/followers"
#> 
#> [[5]]$user$following_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/following{/other_user}"
#> 
#> [[5]]$user$gists_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/gists{/gist_id}"
#> 
#> [[5]]$user$starred_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/starred{/owner}{/repo}"
#> 
#> [[5]]$user$subscriptions_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/subscriptions"
#> 
#> [[5]]$user$organizations_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/orgs"
#> 
#> [[5]]$user$repos_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/repos"
#> 
#> [[5]]$user$events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/events{/privacy}"
#> 
#> [[5]]$user$received_events_url
#> [1] "https://api.github.com/users/MichaelCoslovsky/received_events"
#> 
#> [[5]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[5]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[5]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[5]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[5]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[5]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[5]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[5]]$state
#> [1] "closed"
#> 
#> [[5]]$locked
#> [1] FALSE
#> 
#> [[5]]$assignee
#> NULL
#> 
#> [[5]]$assignees
#> list()
#> 
#> [[5]]$milestone
#> NULL
#> 
#> [[5]]$comments
#> [1] 4
#> 
#> [[5]]$created_at
#> [1] "2024-05-22T07:37:46Z"
#> 
#> [[5]]$updated_at
#> [1] "2024-05-22T09:17:09Z"
#> 
#> [[5]]$closed_at
#> [1] "2024-05-22T07:38:53Z"
#> 
#> [[5]]$author_association
#> [1] "NONE"
#> 
#> [[5]]$active_lock_reason
#> NULL
#> 
#> [[5]]$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"
#> 
#> [[5]]$reactions
#> [[5]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/75/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/pkg_validation/issues/75/timeline"
#> 
#> [[5]]$performed_via_github_app
#> NULL
#> 
#> [[5]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[6]]
#> [[6]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33"
#> 
#> [[6]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[6]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/labels{/name}"
#> 
#> [[6]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/comments"
#> 
#> [[6]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/events"
#> 
#> [[6]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/33"
#> 
#> [[6]]$id
#> [1] 2233023986
#> 
#> [[6]]$node_id
#> [1] "I_kwDOKHVskc6FGT3y"
#> 
#> [[6]]$number
#> [1] 33
#> 
#> [[6]]$title
#> [1] "[Package validation]: pmcalibration version 0.1.0"
#> 
#> [[6]]$user
#> [[6]]$user$login
#> [1] "aghaynes"
#> 
#> [[6]]$user$id
#> [1] 6594028
#> 
#> [[6]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[6]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[6]]$user$gravatar_id
#> [1] ""
#> 
#> [[6]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[6]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[6]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[6]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[6]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[6]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[6]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[6]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[6]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[6]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[6]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[6]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[6]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[6]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[6]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[6]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[6]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[6]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-04-09T09:37:21Z"
#> 
#> [[6]]$updated_at
#> [1] "2024-04-09T09:39:31Z"
#> 
#> [[6]]$closed_at
#> [1] "2024-04-09T09:39:30Z"
#> 
#> [[6]]$author_association
#> [1] "MEMBER"
#> 
#> [[6]]$active_lock_reason
#> NULL
#> 
#> [[6]]$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"
#> 
#> [[6]]$reactions
#> [[6]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/33/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/pkg_validation/issues/33/timeline"
#> 
#> [[6]]$performed_via_github_app
#> NULL
#> 
#> [[6]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[7]]
#> [[7]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32"
#> 
#> [[7]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[7]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/labels{/name}"
#> 
#> [[7]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/comments"
#> 
#> [[7]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/events"
#> 
#> [[7]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/32"
#> 
#> [[7]]$id
#> [1] 2231527886
#> 
#> [[7]]$node_id
#> [1] "I_kwDOKHVskc6FAmnO"
#> 
#> [[7]]$number
#> [1] 32
#> 
#> [[7]]$title
#> [1] "[Package validation]: accrualPlot version 1.0.7"
#> 
#> [[7]]$user
#> [[7]]$user$login
#> [1] "aghaynes"
#> 
#> [[7]]$user$id
#> [1] 6594028
#> 
#> [[7]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[7]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[7]]$user$gravatar_id
#> [1] ""
#> 
#> [[7]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[7]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[7]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[7]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[7]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[7]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[7]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[7]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[7]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[7]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[7]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[7]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[7]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[7]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[7]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[7]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[7]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[7]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[7]]$state
#> [1] "closed"
#> 
#> [[7]]$locked
#> [1] FALSE
#> 
#> [[7]]$assignee
#> NULL
#> 
#> [[7]]$assignees
#> list()
#> 
#> [[7]]$milestone
#> NULL
#> 
#> [[7]]$comments
#> [1] 1
#> 
#> [[7]]$created_at
#> [1] "2024-04-08T15:31:04Z"
#> 
#> [[7]]$updated_at
#> [1] "2024-04-08T15:34:45Z"
#> 
#> [[7]]$closed_at
#> [1] "2024-04-08T15:34:43Z"
#> 
#> [[7]]$author_association
#> [1] "MEMBER"
#> 
#> [[7]]$active_lock_reason
#> NULL
#> 
#> [[7]]$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"
#> 
#> [[7]]$reactions
#> [[7]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/32/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/pkg_validation/issues/32/timeline"
#> 
#> [[7]]$performed_via_github_app
#> NULL
#> 
#> [[7]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[8]]
#> [[8]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31"
#> 
#> [[8]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[8]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/labels{/name}"
#> 
#> [[8]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/comments"
#> 
#> [[8]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/events"
#> 
#> [[8]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/31"
#> 
#> [[8]]$id
#> [1] 2231493099
#> 
#> [[8]]$node_id
#> [1] "I_kwDOKHVskc6FAeHr"
#> 
#> [[8]]$number
#> [1] 31
#> 
#> [[8]]$title
#> [1] "[Package validation]: dplyr version 1.1.0"
#> 
#> [[8]]$user
#> [[8]]$user$login
#> [1] "aghaynes"
#> 
#> [[8]]$user$id
#> [1] 6594028
#> 
#> [[8]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[8]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[8]]$user$gravatar_id
#> [1] ""
#> 
#> [[8]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[8]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[8]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[8]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[8]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[8]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[8]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[8]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[8]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[8]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[8]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[8]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-08T15:15:22Z"
#> 
#> [[8]]$updated_at
#> [1] "2024-04-08T15:17:36Z"
#> 
#> [[8]]$closed_at
#> [1] "2024-04-08T15:17:34Z"
#> 
#> [[8]]$author_association
#> [1] "MEMBER"
#> 
#> [[8]]$active_lock_reason
#> NULL
#> 
#> [[8]]$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"
#> 
#> [[8]]$reactions
#> [[8]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/31/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/pkg_validation/issues/31/timeline"
#> 
#> [[8]]$performed_via_github_app
#> NULL
#> 
#> [[8]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[9]]
#> [[9]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30"
#> 
#> [[9]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[9]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/labels{/name}"
#> 
#> [[9]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/comments"
#> 
#> [[9]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/events"
#> 
#> [[9]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/30"
#> 
#> [[9]]$id
#> [1] 2228119201
#> 
#> [[9]]$node_id
#> [1] "I_kwDOKHVskc6Ezmah"
#> 
#> [[9]]$number
#> [1] 30
#> 
#> [[9]]$title
#> [1] "[Package validation]: ExtrPatt version 0.1-4"
#> 
#> [[9]]$user
#> [[9]]$user$login
#> [1] "mbranca"
#> 
#> [[9]]$user$id
#> [1] 52954127
#> 
#> [[9]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[9]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[9]]$user$gravatar_id
#> [1] ""
#> 
#> [[9]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[9]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[9]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[9]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[9]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[9]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[9]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[9]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[9]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[9]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[9]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[9]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[9]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[9]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[9]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[9]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[9]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[9]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[9]]$state
#> [1] "closed"
#> 
#> [[9]]$locked
#> [1] FALSE
#> 
#> [[9]]$assignee
#> NULL
#> 
#> [[9]]$assignees
#> list()
#> 
#> [[9]]$milestone
#> NULL
#> 
#> [[9]]$comments
#> [1] 1
#> 
#> [[9]]$created_at
#> [1] "2024-04-05T14:02:32Z"
#> 
#> [[9]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[9]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[9]]$author_association
#> [1] "NONE"
#> 
#> [[9]]$active_lock_reason
#> NULL
#> 
#> [[9]]$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"
#> 
#> [[9]]$reactions
#> [[9]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/30/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/pkg_validation/issues/30/timeline"
#> 
#> [[9]]$performed_via_github_app
#> NULL
#> 
#> [[9]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[10]]
#> [[10]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29"
#> 
#> [[10]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[10]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/labels{/name}"
#> 
#> [[10]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/comments"
#> 
#> [[10]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/events"
#> 
#> [[10]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/29"
#> 
#> [[10]]$id
#> [1] 2227965730
#> 
#> [[10]]$node_id
#> [1] "I_kwDOKHVskc6EzA8i"
#> 
#> [[10]]$number
#> [1] 29
#> 
#> [[10]]$title
#> [1] "[Package validation]: WinRatio version 1.0"
#> 
#> [[10]]$user
#> [[10]]$user$login
#> [1] "mbranca"
#> 
#> [[10]]$user$id
#> [1] 52954127
#> 
#> [[10]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[10]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[10]]$user$gravatar_id
#> [1] ""
#> 
#> [[10]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[10]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[10]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[10]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[10]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[10]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[10]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[10]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[10]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[10]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[10]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[10]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[10]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[10]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[10]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[10]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[10]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[10]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-04-05T12:51:40Z"
#> 
#> [[10]]$updated_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[10]]$closed_at
#> [1] "2024-04-25T14:18:45Z"
#> 
#> [[10]]$author_association
#> [1] "NONE"
#> 
#> [[10]]$active_lock_reason
#> NULL
#> 
#> [[10]]$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"
#> 
#> [[10]]$reactions
#> [[10]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/29/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/pkg_validation/issues/29/timeline"
#> 
#> [[10]]$performed_via_github_app
#> NULL
#> 
#> [[10]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[11]]
#> [[11]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28"
#> 
#> [[11]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[11]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/labels{/name}"
#> 
#> [[11]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/comments"
#> 
#> [[11]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/events"
#> 
#> [[11]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/28"
#> 
#> [[11]]$id
#> [1] 2227866494
#> 
#> [[11]]$node_id
#> [1] "I_kwDOKHVskc6Eyot-"
#> 
#> [[11]]$number
#> [1] 28
#> 
#> [[11]]$title
#> [1] "[Package validation]: rstpm2 version 1.6.3"
#> 
#> [[11]]$user
#> [[11]]$user$login
#> [1] "mbranca"
#> 
#> [[11]]$user$id
#> [1] 52954127
#> 
#> [[11]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[11]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[11]]$user$gravatar_id
#> [1] ""
#> 
#> [[11]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[11]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[11]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[11]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[11]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[11]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[11]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[11]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[11]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[11]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[11]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[11]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[11]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[11]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[11]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[11]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[11]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[11]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[11]]$state
#> [1] "closed"
#> 
#> [[11]]$locked
#> [1] FALSE
#> 
#> [[11]]$assignee
#> NULL
#> 
#> [[11]]$assignees
#> list()
#> 
#> [[11]]$milestone
#> NULL
#> 
#> [[11]]$comments
#> [1] 1
#> 
#> [[11]]$created_at
#> [1] "2024-04-05T12:01:36Z"
#> 
#> [[11]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[11]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[11]]$author_association
#> [1] "NONE"
#> 
#> [[11]]$active_lock_reason
#> NULL
#> 
#> [[11]]$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"
#> 
#> [[11]]$reactions
#> [[11]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/28/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/pkg_validation/issues/28/timeline"
#> 
#> [[11]]$performed_via_github_app
#> NULL
#> 
#> [[11]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[12]]
#> [[12]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27"
#> 
#> [[12]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[12]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/labels{/name}"
#> 
#> [[12]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/comments"
#> 
#> [[12]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/events"
#> 
#> [[12]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/27"
#> 
#> [[12]]$id
#> [1] 2227311851
#> 
#> [[12]]$node_id
#> [1] "I_kwDOKHVskc6EwhTr"
#> 
#> [[12]]$number
#> [1] 27
#> 
#> [[12]]$title
#> [1] "[Package validation]: netmeta version 2.9-0"
#> 
#> [[12]]$user
#> [[12]]$user$login
#> [1] "ArnaudKunzi"
#> 
#> [[12]]$user$id
#> [1] 22870774
#> 
#> [[12]]$user$node_id
#> [1] "MDQ6VXNlcjIyODcwNzc0"
#> 
#> [[12]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/22870774?v=4"
#> 
#> [[12]]$user$gravatar_id
#> [1] ""
#> 
#> [[12]]$user$url
#> [1] "https://api.github.com/users/ArnaudKunzi"
#> 
#> [[12]]$user$html_url
#> [1] "https://github.com/ArnaudKunzi"
#> 
#> [[12]]$user$followers_url
#> [1] "https://api.github.com/users/ArnaudKunzi/followers"
#> 
#> [[12]]$user$following_url
#> [1] "https://api.github.com/users/ArnaudKunzi/following{/other_user}"
#> 
#> [[12]]$user$gists_url
#> [1] "https://api.github.com/users/ArnaudKunzi/gists{/gist_id}"
#> 
#> [[12]]$user$starred_url
#> [1] "https://api.github.com/users/ArnaudKunzi/starred{/owner}{/repo}"
#> 
#> [[12]]$user$subscriptions_url
#> [1] "https://api.github.com/users/ArnaudKunzi/subscriptions"
#> 
#> [[12]]$user$organizations_url
#> [1] "https://api.github.com/users/ArnaudKunzi/orgs"
#> 
#> [[12]]$user$repos_url
#> [1] "https://api.github.com/users/ArnaudKunzi/repos"
#> 
#> [[12]]$user$events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/events{/privacy}"
#> 
#> [[12]]$user$received_events_url
#> [1] "https://api.github.com/users/ArnaudKunzi/received_events"
#> 
#> [[12]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-05T07:49:18Z"
#> 
#> [[12]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[12]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[12]]$author_association
#> [1] "NONE"
#> 
#> [[12]]$active_lock_reason
#> NULL
#> 
#> [[12]]$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"
#> 
#> [[12]]$reactions
#> [[12]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/27/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/pkg_validation/issues/27/timeline"
#> 
#> [[12]]$performed_via_github_app
#> NULL
#> 
#> [[12]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[13]]
#> [[13]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26"
#> 
#> [[13]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[13]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/labels{/name}"
#> 
#> [[13]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/comments"
#> 
#> [[13]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/events"
#> 
#> [[13]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/26"
#> 
#> [[13]]$id
#> [1] 2227254300
#> 
#> [[13]]$node_id
#> [1] "I_kwDOKHVskc6EwTQc"
#> 
#> [[13]]$number
#> [1] 26
#> 
#> [[13]]$title
#> [1] "[Package validation]: CTUtemplate version 0.5.0"
#> 
#> [[13]]$user
#> [[13]]$user$login
#> [1] "mbranca"
#> 
#> [[13]]$user$id
#> [1] 52954127
#> 
#> [[13]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[13]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[13]]$user$gravatar_id
#> [1] ""
#> 
#> [[13]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[13]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[13]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[13]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[13]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[13]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[13]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[13]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[13]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[13]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[13]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[13]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[13]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[13]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[13]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[13]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[13]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[13]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-04-05T07:19:16Z"
#> 
#> [[13]]$updated_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[13]]$closed_at
#> [1] "2024-04-25T14:18:44Z"
#> 
#> [[13]]$author_association
#> [1] "NONE"
#> 
#> [[13]]$active_lock_reason
#> NULL
#> 
#> [[13]]$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"
#> 
#> [[13]]$reactions
#> [[13]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/26/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/pkg_validation/issues/26/timeline"
#> 
#> [[13]]$performed_via_github_app
#> NULL
#> 
#> [[13]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[14]]
#> [[14]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25"
#> 
#> [[14]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[14]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/labels{/name}"
#> 
#> [[14]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/comments"
#> 
#> [[14]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/events"
#> 
#> [[14]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/25"
#> 
#> [[14]]$id
#> [1] 2227065557
#> 
#> [[14]]$node_id
#> [1] "I_kwDOKHVskc6EvlLV"
#> 
#> [[14]]$number
#> [1] 25
#> 
#> [[14]]$title
#> [1] "[Package validation]: pROC version 1.18.5"
#> 
#> [[14]]$user
#> [[14]]$user$login
#> [1] "mbranca"
#> 
#> [[14]]$user$id
#> [1] 52954127
#> 
#> [[14]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[14]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[14]]$user$gravatar_id
#> [1] ""
#> 
#> [[14]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[14]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[14]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[14]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[14]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[14]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[14]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[14]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[14]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[14]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[14]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[14]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-05T05:17:40Z"
#> 
#> [[14]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[14]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[14]]$author_association
#> [1] "NONE"
#> 
#> [[14]]$active_lock_reason
#> NULL
#> 
#> [[14]]$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"
#> 
#> [[14]]$reactions
#> [[14]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/25/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/pkg_validation/issues/25/timeline"
#> 
#> [[14]]$performed_via_github_app
#> NULL
#> 
#> [[14]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[15]]
#> [[15]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24"
#> 
#> [[15]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[15]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/labels{/name}"
#> 
#> [[15]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/comments"
#> 
#> [[15]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/events"
#> 
#> [[15]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/24"
#> 
#> [[15]]$id
#> [1] 2227059949
#> 
#> [[15]]$node_id
#> [1] "I_kwDOKHVskc6Evjzt"
#> 
#> [[15]]$number
#> [1] 24
#> 
#> [[15]]$title
#> [1] "[Package validation]: cowplot version 1.1.3"
#> 
#> [[15]]$user
#> [[15]]$user$login
#> [1] "mbranca"
#> 
#> [[15]]$user$id
#> [1] 52954127
#> 
#> [[15]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[15]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[15]]$user$gravatar_id
#> [1] ""
#> 
#> [[15]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[15]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[15]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[15]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[15]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[15]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[15]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[15]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[15]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[15]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[15]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[15]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] "2024-04-05T05:14:08Z"
#> 
#> [[15]]$updated_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[15]]$closed_at
#> [1] "2024-04-25T14:18:43Z"
#> 
#> [[15]]$author_association
#> [1] "NONE"
#> 
#> [[15]]$active_lock_reason
#> NULL
#> 
#> [[15]]$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"
#> 
#> [[15]]$reactions
#> [[15]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/24/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/pkg_validation/issues/24/timeline"
#> 
#> [[15]]$performed_via_github_app
#> NULL
#> 
#> [[15]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[16]]
#> [[16]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23"
#> 
#> [[16]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[16]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/labels{/name}"
#> 
#> [[16]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/comments"
#> 
#> [[16]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/events"
#> 
#> [[16]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/23"
#> 
#> [[16]]$id
#> [1] 2225884124
#> 
#> [[16]]$node_id
#> [1] "I_kwDOKHVskc6ErEvc"
#> 
#> [[16]]$number
#> [1] 23
#> 
#> [[16]]$title
#> [1] "[Package validation]: readxl version 1.4.3"
#> 
#> [[16]]$user
#> [[16]]$user$login
#> [1] "mbranca"
#> 
#> [[16]]$user$id
#> [1] 52954127
#> 
#> [[16]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[16]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[16]]$user$gravatar_id
#> [1] ""
#> 
#> [[16]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[16]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[16]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[16]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[16]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[16]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[16]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[16]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[16]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[16]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[16]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[16]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 2
#> 
#> [[16]]$created_at
#> [1] "2024-04-04T15:49:44Z"
#> 
#> [[16]]$updated_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[16]]$closed_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[16]]$author_association
#> [1] "NONE"
#> 
#> [[16]]$active_lock_reason
#> NULL
#> 
#> [[16]]$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"
#> 
#> [[16]]$reactions
#> [[16]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/23/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/pkg_validation/issues/23/timeline"
#> 
#> [[16]]$performed_via_github_app
#> NULL
#> 
#> [[16]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[17]]
#> [[17]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22"
#> 
#> [[17]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[17]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/labels{/name}"
#> 
#> [[17]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/comments"
#> 
#> [[17]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/events"
#> 
#> [[17]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/22"
#> 
#> [[17]]$id
#> [1] 2225808660
#> 
#> [[17]]$node_id
#> [1] "I_kwDOKHVskc6EqyUU"
#> 
#> [[17]]$number
#> [1] 22
#> 
#> [[17]]$title
#> [1] "[Package validation]: gsDesign version 3.6.0"
#> 
#> [[17]]$user
#> [[17]]$user$login
#> [1] "mbranca"
#> 
#> [[17]]$user$id
#> [1] 52954127
#> 
#> [[17]]$user$node_id
#> [1] "MDQ6VXNlcjUyOTU0MTI3"
#> 
#> [[17]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/52954127?v=4"
#> 
#> [[17]]$user$gravatar_id
#> [1] ""
#> 
#> [[17]]$user$url
#> [1] "https://api.github.com/users/mbranca"
#> 
#> [[17]]$user$html_url
#> [1] "https://github.com/mbranca"
#> 
#> [[17]]$user$followers_url
#> [1] "https://api.github.com/users/mbranca/followers"
#> 
#> [[17]]$user$following_url
#> [1] "https://api.github.com/users/mbranca/following{/other_user}"
#> 
#> [[17]]$user$gists_url
#> [1] "https://api.github.com/users/mbranca/gists{/gist_id}"
#> 
#> [[17]]$user$starred_url
#> [1] "https://api.github.com/users/mbranca/starred{/owner}{/repo}"
#> 
#> [[17]]$user$subscriptions_url
#> [1] "https://api.github.com/users/mbranca/subscriptions"
#> 
#> [[17]]$user$organizations_url
#> [1] "https://api.github.com/users/mbranca/orgs"
#> 
#> [[17]]$user$repos_url
#> [1] "https://api.github.com/users/mbranca/repos"
#> 
#> [[17]]$user$events_url
#> [1] "https://api.github.com/users/mbranca/events{/privacy}"
#> 
#> [[17]]$user$received_events_url
#> [1] "https://api.github.com/users/mbranca/received_events"
#> 
#> [[17]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[17]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[17]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[17]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[17]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[17]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[17]]$labels[[3]]$description
#> [1] "This package is medium risk"
#> 
#> 
#> 
#> [[17]]$state
#> [1] "closed"
#> 
#> [[17]]$locked
#> [1] FALSE
#> 
#> [[17]]$assignee
#> NULL
#> 
#> [[17]]$assignees
#> list()
#> 
#> [[17]]$milestone
#> NULL
#> 
#> [[17]]$comments
#> [1] 5
#> 
#> [[17]]$created_at
#> [1] "2024-04-04T15:22:42Z"
#> 
#> [[17]]$updated_at
#> [1] "2024-04-08T14:44:56Z"
#> 
#> [[17]]$closed_at
#> [1] "2024-04-08T14:44:55Z"
#> 
#> [[17]]$author_association
#> [1] "NONE"
#> 
#> [[17]]$active_lock_reason
#> NULL
#> 
#> [[17]]$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"
#> 
#> [[17]]$reactions
#> [[17]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/22/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/pkg_validation/issues/22/timeline"
#> 
#> [[17]]$performed_via_github_app
#> NULL
#> 
#> [[17]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[18]]
#> [[18]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20"
#> 
#> [[18]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[18]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/labels{/name}"
#> 
#> [[18]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/comments"
#> 
#> [[18]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/events"
#> 
#> [[18]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/20"
#> 
#> [[18]]$id
#> [1] 2207648616
#> 
#> [[18]]$node_id
#> [1] "I_kwDOKHVskc6Dlgto"
#> 
#> [[18]]$number
#> [1] 20
#> 
#> [[18]]$title
#> [1] "[Package validation]: dplyr version 1.1.4"
#> 
#> [[18]]$user
#> [[18]]$user$login
#> [1] "aghaynes"
#> 
#> [[18]]$user$id
#> [1] 6594028
#> 
#> [[18]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[18]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[18]]$user$gravatar_id
#> [1] ""
#> 
#> [[18]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[18]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[18]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[18]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[18]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[18]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[18]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[18]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[18]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[18]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[18]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[18]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781639450
#> 
#> [[18]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[18]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Low%20risk"
#> 
#> [[18]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[18]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[18]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[18]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[18]]$state
#> [1] "closed"
#> 
#> [[18]]$locked
#> [1] FALSE
#> 
#> [[18]]$assignee
#> NULL
#> 
#> [[18]]$assignees
#> list()
#> 
#> [[18]]$milestone
#> NULL
#> 
#> [[18]]$comments
#> [1] 5
#> 
#> [[18]]$created_at
#> [1] "2024-03-26T09:07:34Z"
#> 
#> [[18]]$updated_at
#> [1] "2024-04-08T13:37:26Z"
#> 
#> [[18]]$closed_at
#> [1] "2024-04-08T13:37:24Z"
#> 
#> [[18]]$author_association
#> [1] "MEMBER"
#> 
#> [[18]]$active_lock_reason
#> NULL
#> 
#> [[18]]$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"
#> 
#> [[18]]$reactions
#> [[18]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/20/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/pkg_validation/issues/20/timeline"
#> 
#> [[18]]$performed_via_github_app
#> NULL
#> 
#> [[18]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[19]]
#> [[19]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/19"
#> 
#> [[19]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[19]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/19/labels{/name}"
#> 
#> [[19]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/19/comments"
#> 
#> [[19]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/19/events"
#> 
#> [[19]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/19"
#> 
#> [[19]]$id
#> [1] 2205912385
#> 
#> [[19]]$node_id
#> [1] "I_kwDOKHVskc6De41B"
#> 
#> [[19]]$number
#> [1] 19
#> 
#> [[19]]$title
#> [1] "[Package validation]: TEST version 1"
#> 
#> [[19]]$user
#> [[19]]$user$login
#> [1] "aghaynes"
#> 
#> [[19]]$user$id
#> [1] 6594028
#> 
#> [[19]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[19]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[19]]$user$gravatar_id
#> [1] ""
#> 
#> [[19]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[19]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[19]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[19]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[19]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[19]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[19]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[19]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[19]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[19]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[19]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[19]]$user$type
#> [1] "User"
#> 
#> [[19]]$user$site_admin
#> [1] FALSE
#> 
#> 
#> [[19]]$labels
#> [[19]]$labels[[1]]
#> [[19]]$labels[[1]]$id
#> [1] 5847374414
#> 
#> [[19]]$labels[[1]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIfaTg"
#> 
#> [[19]]$labels[[1]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/invalid"
#> 
#> [[19]]$labels[[1]]$name
#> [1] "invalid"
#> 
#> [[19]]$labels[[1]]$color
#> [1] "e4e669"
#> 
#> [[19]]$labels[[1]]$default
#> [1] TRUE
#> 
#> [[19]]$labels[[1]]$description
#> [1] "This doesn't seem right"
#> 
#> 
#> [[19]]$labels[[2]]
#> [[19]]$labels[[2]]$id
#> [1] 5847585136
#> 
#> [[19]]$labels[[2]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABXIsRcA"
#> 
#> [[19]]$labels[[2]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/package"
#> 
#> [[19]]$labels[[2]]$name
#> [1] "package"
#> 
#> [[19]]$labels[[2]]$color
#> [1] "3A0FE0"
#> 
#> [[19]]$labels[[2]]$default
#> [1] FALSE
#> 
#> [[19]]$labels[[2]]$description
#> [1] ""
#> 
#> 
#> 
#> [[19]]$state
#> [1] "closed"
#> 
#> [[19]]$locked
#> [1] FALSE
#> 
#> [[19]]$assignee
#> NULL
#> 
#> [[19]]$assignees
#> list()
#> 
#> [[19]]$milestone
#> NULL
#> 
#> [[19]]$comments
#> [1] 8
#> 
#> [[19]]$created_at
#> [1] "2024-03-25T14:36:00Z"
#> 
#> [[19]]$updated_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[19]]$closed_at
#> [1] "2024-04-25T14:18:42Z"
#> 
#> [[19]]$author_association
#> [1] "MEMBER"
#> 
#> [[19]]$active_lock_reason
#> NULL
#> 
#> [[19]]$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"
#> 
#> [[19]]$reactions
#> [[19]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/19/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/pkg_validation/issues/19/timeline"
#> 
#> [[19]]$performed_via_github_app
#> NULL
#> 
#> [[19]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[20]]
#> [[20]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18"
#> 
#> [[20]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[20]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/labels{/name}"
#> 
#> [[20]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/comments"
#> 
#> [[20]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/events"
#> 
#> [[20]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/18"
#> 
#> [[20]]$id
#> [1] 2205169587
#> 
#> [[20]]$node_id
#> [1] "I_kwDOKHVskc6DcDez"
#> 
#> [[20]]$number
#> [1] 18
#> 
#> [[20]]$title
#> [1] "[Package validation]: tables version 0.9.17"
#> 
#> [[20]]$user
#> [[20]]$user$login
#> [1] "aghaynes"
#> 
#> [[20]]$user$id
#> [1] 6594028
#> 
#> [[20]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[20]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[20]]$user$gravatar_id
#> [1] ""
#> 
#> [[20]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[20]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[20]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[20]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[20]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[20]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[20]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[20]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[20]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[20]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[20]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[20]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781642354
#> 
#> [[20]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDemcg"
#> 
#> [[20]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Medium%20risk"
#> 
#> [[20]]$labels[[3]]$name
#> [1] "Medium risk"
#> 
#> [[20]]$labels[[3]]$color
#> [1] "FBCA04"
#> 
#> [[20]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[20]]$labels[[3]]$description
#> [1] "This package is medium 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] "2024-03-25T08:26:06Z"
#> 
#> [[20]]$updated_at
#> [1] "2024-04-08T13:48:56Z"
#> 
#> [[20]]$closed_at
#> [1] "2024-04-08T13:48:55Z"
#> 
#> [[20]]$author_association
#> [1] "MEMBER"
#> 
#> [[20]]$active_lock_reason
#> NULL
#> 
#> [[20]]$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"
#> 
#> [[20]]$reactions
#> [[20]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/18/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/pkg_validation/issues/18/timeline"
#> 
#> [[20]]$performed_via_github_app
#> NULL
#> 
#> [[20]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[21]]
#> [[21]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17"
#> 
#> [[21]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[21]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/labels{/name}"
#> 
#> [[21]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/comments"
#> 
#> [[21]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/events"
#> 
#> [[21]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/17"
#> 
#> [[21]]$id
#> [1] 2205165800
#> 
#> [[21]]$node_id
#> [1] "I_kwDOKHVskc6DcCjo"
#> 
#> [[21]]$number
#> [1] 17
#> 
#> [[21]]$title
#> [1] "[Package validation]: presize version 0.3.7"
#> 
#> [[21]]$user
#> [[21]]$user$login
#> [1] "aghaynes"
#> 
#> [[21]]$user$id
#> [1] 6594028
#> 
#> [[21]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[21]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[21]]$user$gravatar_id
#> [1] ""
#> 
#> [[21]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[21]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[21]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[21]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[21]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[21]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[21]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[21]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[21]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[21]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[21]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[21]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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/pkg_validation/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] 3
#> 
#> [[21]]$created_at
#> [1] "2024-03-25T08:23:41Z"
#> 
#> [[21]]$updated_at
#> [1] "2024-04-08T13:48:31Z"
#> 
#> [[21]]$closed_at
#> [1] "2024-04-08T13:48:29Z"
#> 
#> [[21]]$author_association
#> [1] "MEMBER"
#> 
#> [[21]]$active_lock_reason
#> NULL
#> 
#> [[21]]$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"
#> 
#> [[21]]$reactions
#> [[21]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/17/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/pkg_validation/issues/17/timeline"
#> 
#> [[21]]$performed_via_github_app
#> NULL
#> 
#> [[21]]$state_reason
#> [1] "completed"
#> 
#> 
#> [[22]]
#> [[22]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16"
#> 
#> [[22]]$repository_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation"
#> 
#> [[22]]$labels_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/labels{/name}"
#> 
#> [[22]]$comments_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/comments"
#> 
#> [[22]]$events_url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/events"
#> 
#> [[22]]$html_url
#> [1] "https://github.com/SwissClinicalTrialOrganisation/pkg_validation/issues/16"
#> 
#> [[22]]$id
#> [1] 2205161540
#> 
#> [[22]]$node_id
#> [1] "I_kwDOKHVskc6DcBhE"
#> 
#> [[22]]$number
#> [1] 16
#> 
#> [[22]]$title
#> [1] "[Package validation]: lme4 version 1.1-35.1"
#> 
#> [[22]]$user
#> [[22]]$user$login
#> [1] "aghaynes"
#> 
#> [[22]]$user$id
#> [1] 6594028
#> 
#> [[22]]$user$node_id
#> [1] "MDQ6VXNlcjY1OTQwMjg="
#> 
#> [[22]]$user$avatar_url
#> [1] "https://avatars.githubusercontent.com/u/6594028?v=4"
#> 
#> [[22]]$user$gravatar_id
#> [1] ""
#> 
#> [[22]]$user$url
#> [1] "https://api.github.com/users/aghaynes"
#> 
#> [[22]]$user$html_url
#> [1] "https://github.com/aghaynes"
#> 
#> [[22]]$user$followers_url
#> [1] "https://api.github.com/users/aghaynes/followers"
#> 
#> [[22]]$user$following_url
#> [1] "https://api.github.com/users/aghaynes/following{/other_user}"
#> 
#> [[22]]$user$gists_url
#> [1] "https://api.github.com/users/aghaynes/gists{/gist_id}"
#> 
#> [[22]]$user$starred_url
#> [1] "https://api.github.com/users/aghaynes/starred{/owner}{/repo}"
#> 
#> [[22]]$user$subscriptions_url
#> [1] "https://api.github.com/users/aghaynes/subscriptions"
#> 
#> [[22]]$user$organizations_url
#> [1] "https://api.github.com/users/aghaynes/orgs"
#> 
#> [[22]]$user$repos_url
#> [1] "https://api.github.com/users/aghaynes/repos"
#> 
#> [[22]]$user$events_url
#> [1] "https://api.github.com/users/aghaynes/events{/privacy}"
#> 
#> [[22]]$user$received_events_url
#> [1] "https://api.github.com/users/aghaynes/received_events"
#> 
#> [[22]]$user$type
#> [1] "User"
#> 
#> [[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/pkg_validation/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/pkg_validation/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] 6781639450
#> 
#> [[22]]$labels[[3]]$node_id
#> [1] "LA_kwDOKHVskc8AAAABlDebGg"
#> 
#> [[22]]$labels[[3]]$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/labels/Low%20risk"
#> 
#> [[22]]$labels[[3]]$name
#> [1] "Low risk"
#> 
#> [[22]]$labels[[3]]$color
#> [1] "0e8a16"
#> 
#> [[22]]$labels[[3]]$default
#> [1] FALSE
#> 
#> [[22]]$labels[[3]]$description
#> [1] "This package is low risk"
#> 
#> 
#> 
#> [[22]]$state
#> [1] "closed"
#> 
#> [[22]]$locked
#> [1] FALSE
#> 
#> [[22]]$assignee
#> NULL
#> 
#> [[22]]$assignees
#> list()
#> 
#> [[22]]$milestone
#> NULL
#> 
#> [[22]]$comments
#> [1] 3
#> 
#> [[22]]$created_at
#> [1] "2024-03-25T08:21:05Z"
#> 
#> [[22]]$updated_at
#> [1] "2024-04-10T13:58:30Z"
#> 
#> [[22]]$closed_at
#> [1] "2024-04-10T13:23:45Z"
#> 
#> [[22]]$author_association
#> [1] "MEMBER"
#> 
#> [[22]]$active_lock_reason
#> NULL
#> 
#> [[22]]$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"
#> 
#> [[22]]$reactions
#> [[22]]$reactions$url
#> [1] "https://api.github.com/repos/SwissClinicalTrialOrganisation/pkg_validation/issues/16/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/pkg_validation/issues/16/timeline"
#> 
#> [[22]]$performed_via_github_app
#> NULL
#> 
#> [[22]]$state_reason
#> [1] "completed"
#> 
#>