|
| 1 | +{ |
| 2 | + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
| 3 | + "@type": "SoftwareSourceCode", |
| 4 | + "identifier": "dverse", |
| 5 | + "description": "Creates a data frame containing the metadata associated with the documentation of a collection of R packages. It allows for linking topic names to their corresponding documentation online. If you maintain a universe meta-package, it helps create a comprehensive reference for its website.", |
| 6 | + "name": "dverse: Document a Universe of Packages", |
| 7 | + "relatedLink": ["https://maurolepore.github.io/dverse/", "https://CRAN.R-project.org/package=dverse"], |
| 8 | + "codeRepository": "https://github.com/maurolepore/dverse", |
| 9 | + "issueTracker": "https://github.com/maurolepore/dverse/issues", |
| 10 | + "license": "https://spdx.org/licenses/MIT", |
| 11 | + "version": "0.2.0.9001", |
| 12 | + "programmingLanguage": { |
| 13 | + "@type": "ComputerLanguage", |
| 14 | + "name": "R", |
| 15 | + "url": "https://r-project.org" |
| 16 | + }, |
| 17 | + "runtimePlatform": "R version 4.4.2 (2024-10-31)", |
| 18 | + "provider": { |
| 19 | + "@id": "https://cran.r-project.org", |
| 20 | + "@type": "Organization", |
| 21 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 22 | + "url": "https://cran.r-project.org" |
| 23 | + }, |
| 24 | + "author": [ |
| 25 | + { |
| 26 | + "@type": "Person", |
| 27 | + "givenName": "Mauro", |
| 28 | + "familyName": "Lepore", |
| 29 | + |
| 30 | + "@id": "https://orcid.org/0000-0002-1986-7988" |
| 31 | + } |
| 32 | + ], |
| 33 | + "copyrightHolder": [ |
| 34 | + { |
| 35 | + "@type": "Person", |
| 36 | + "givenName": "Mauro", |
| 37 | + "familyName": "Lepore", |
| 38 | + |
| 39 | + "@id": "https://orcid.org/0000-0002-1986-7988" |
| 40 | + } |
| 41 | + ], |
| 42 | + "maintainer": [ |
| 43 | + { |
| 44 | + "@type": "Person", |
| 45 | + "givenName": "Mauro", |
| 46 | + "familyName": "Lepore", |
| 47 | + |
| 48 | + "@id": "https://orcid.org/0000-0002-1986-7988" |
| 49 | + } |
| 50 | + ], |
| 51 | + "softwareSuggestions": [ |
| 52 | + { |
| 53 | + "@type": "SoftwareApplication", |
| 54 | + "identifier": "DT", |
| 55 | + "name": "DT", |
| 56 | + "provider": { |
| 57 | + "@id": "https://cran.r-project.org", |
| 58 | + "@type": "Organization", |
| 59 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 60 | + "url": "https://cran.r-project.org" |
| 61 | + }, |
| 62 | + "sameAs": "https://CRAN.R-project.org/package=DT" |
| 63 | + }, |
| 64 | + { |
| 65 | + "@type": "SoftwareApplication", |
| 66 | + "identifier": "knitr", |
| 67 | + "name": "knitr", |
| 68 | + "provider": { |
| 69 | + "@id": "https://cran.r-project.org", |
| 70 | + "@type": "Organization", |
| 71 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 72 | + "url": "https://cran.r-project.org" |
| 73 | + }, |
| 74 | + "sameAs": "https://CRAN.R-project.org/package=knitr" |
| 75 | + }, |
| 76 | + { |
| 77 | + "@type": "SoftwareApplication", |
| 78 | + "identifier": "testthat", |
| 79 | + "name": "testthat", |
| 80 | + "provider": { |
| 81 | + "@id": "https://cran.r-project.org", |
| 82 | + "@type": "Organization", |
| 83 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 84 | + "url": "https://cran.r-project.org" |
| 85 | + }, |
| 86 | + "sameAs": "https://CRAN.R-project.org/package=testthat" |
| 87 | + }, |
| 88 | + { |
| 89 | + "@type": "SoftwareApplication", |
| 90 | + "identifier": "withr", |
| 91 | + "name": "withr", |
| 92 | + "provider": { |
| 93 | + "@id": "https://cran.r-project.org", |
| 94 | + "@type": "Organization", |
| 95 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 96 | + "url": "https://cran.r-project.org" |
| 97 | + }, |
| 98 | + "sameAs": "https://CRAN.R-project.org/package=withr" |
| 99 | + } |
| 100 | + ], |
| 101 | + "softwareRequirements": { |
| 102 | + "1": { |
| 103 | + "@type": "SoftwareApplication", |
| 104 | + "identifier": "R", |
| 105 | + "name": "R", |
| 106 | + "version": ">= 3.6" |
| 107 | + }, |
| 108 | + "2": { |
| 109 | + "@type": "SoftwareApplication", |
| 110 | + "identifier": "cli", |
| 111 | + "name": "cli", |
| 112 | + "provider": { |
| 113 | + "@id": "https://cran.r-project.org", |
| 114 | + "@type": "Organization", |
| 115 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 116 | + "url": "https://cran.r-project.org" |
| 117 | + }, |
| 118 | + "sameAs": "https://CRAN.R-project.org/package=cli" |
| 119 | + }, |
| 120 | + "3": { |
| 121 | + "@type": "SoftwareApplication", |
| 122 | + "identifier": "curl", |
| 123 | + "name": "curl", |
| 124 | + "provider": { |
| 125 | + "@id": "https://cran.r-project.org", |
| 126 | + "@type": "Organization", |
| 127 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 128 | + "url": "https://cran.r-project.org" |
| 129 | + }, |
| 130 | + "sameAs": "https://CRAN.R-project.org/package=curl" |
| 131 | + }, |
| 132 | + "4": { |
| 133 | + "@type": "SoftwareApplication", |
| 134 | + "identifier": "dplyr", |
| 135 | + "name": "dplyr", |
| 136 | + "provider": { |
| 137 | + "@id": "https://cran.r-project.org", |
| 138 | + "@type": "Organization", |
| 139 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 140 | + "url": "https://cran.r-project.org" |
| 141 | + }, |
| 142 | + "sameAs": "https://CRAN.R-project.org/package=dplyr" |
| 143 | + }, |
| 144 | + "5": { |
| 145 | + "@type": "SoftwareApplication", |
| 146 | + "identifier": "glue", |
| 147 | + "name": "glue", |
| 148 | + "provider": { |
| 149 | + "@id": "https://cran.r-project.org", |
| 150 | + "@type": "Organization", |
| 151 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 152 | + "url": "https://cran.r-project.org" |
| 153 | + }, |
| 154 | + "sameAs": "https://CRAN.R-project.org/package=glue" |
| 155 | + }, |
| 156 | + "6": { |
| 157 | + "@type": "SoftwareApplication", |
| 158 | + "identifier": "rlang", |
| 159 | + "name": "rlang", |
| 160 | + "provider": { |
| 161 | + "@id": "https://cran.r-project.org", |
| 162 | + "@type": "Organization", |
| 163 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 164 | + "url": "https://cran.r-project.org" |
| 165 | + }, |
| 166 | + "sameAs": "https://CRAN.R-project.org/package=rlang" |
| 167 | + }, |
| 168 | + "7": { |
| 169 | + "@type": "SoftwareApplication", |
| 170 | + "identifier": "tibble", |
| 171 | + "name": "tibble", |
| 172 | + "provider": { |
| 173 | + "@id": "https://cran.r-project.org", |
| 174 | + "@type": "Organization", |
| 175 | + "name": "Comprehensive R Archive Network (CRAN)", |
| 176 | + "url": "https://cran.r-project.org" |
| 177 | + }, |
| 178 | + "sameAs": "https://CRAN.R-project.org/package=tibble" |
| 179 | + }, |
| 180 | + "8": { |
| 181 | + "@type": "SoftwareApplication", |
| 182 | + "identifier": "utils", |
| 183 | + "name": "utils" |
| 184 | + }, |
| 185 | + "SystemRequirements": null |
| 186 | + }, |
| 187 | + "fileSize": "131.266KB", |
| 188 | + "releaseNotes": "https://github.com/maurolepore/dverse/blob/master/NEWS.md", |
| 189 | + "readme": "https://github.com/maurolepore/dverse/blob/main/README.md", |
| 190 | + "contIntegration": ["https://github.com/maurolepore/dverse/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/maurolepore/dverse"], |
| 191 | + "developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental", |
| 192 | + "keywords": ["package", "r", "universe", "documentation-lool", "r-package", "rstats"] |
| 193 | +} |
0 commit comments