Skip to content

Commit

Permalink
Update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbythorpe committed Dec 2, 2023
1 parent 878d099 commit 51c1fbf
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "selenider",
"description": "A user-friendly wrapper for web automation, using either 'chromote' or 'RSelenium'. Provides a simple and consistent API to make web scraping and testing scripts easy to write and understand. Elements are lazy, and automatically wait for the website to be valid, resulting in reliable and reproducible code, with no visible impact on the experience of the programmer.",
"name": "selenider: Concise, Lazy and Reliable Wrapper for 'chromote' and 'RSelenium'",
"relatedLink": "https://ashbythorpe.github.io/selenider/",
"description": "A user-friendly wrapper for web automation, using either 'chromote' or 'selenium'. Provides a simple and consistent API to make web scraping and testing scripts easy to write and understand. Elements are lazy, and automatically wait for the website to be valid, resulting in reliable and reproducible code, with no visible impact on the experience of the programmer.",
"name": "selenider: Concise, Lazy and Reliable Wrapper for 'chromote' and 'selenium'",
"relatedLink": ["https://ashbythorpe.github.io/selenider/", "https://CRAN.R-project.org/package=selenider"],
"codeRepository": "https://github.com/ashbythorpe/selenider",
"issueTracker": "https://github.com/ashbythorpe/selenider/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.1",
"version": "0.2.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.1 (2023-06-16)",
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
Expand Down Expand Up @@ -127,6 +133,19 @@
},
"sameAs": "https://CRAN.R-project.org/package=rvest"
},
{
"@type": "SoftwareApplication",
"identifier": "selenium",
"name": "selenium",
"version": ">= 0.1.3",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=selenium"
},
{
"@type": "SoftwareApplication",
"identifier": "shiny",
Expand Down Expand Up @@ -324,7 +343,7 @@
},
"SystemRequirements": null
},
"fileSize": "486.432KB",
"fileSize": "563.483KB",
"releaseNotes": "https://github.com/ashbythorpe/selenider/blob/master/NEWS.md",
"readme": "https://github.com/ashbythorpe/selenider/blob/main/README.md",
"contIntegration": ["https://github.com/ashbythorpe/selenider/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/ashbythorpe/selenider?branch=main"],
Expand Down

0 comments on commit 51c1fbf

Please sign in to comment.