Skip to content

Commit

Permalink
Remove curl from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Nov 4, 2024
1 parent f35e2d5 commit 0cb74f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
curl,
data.table,
lubridate,
rlang,
Expand Down
22 changes: 5 additions & 17 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,6 @@
"sameAs": "https://CRAN.R-project.org/package=cli"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "curl",
"name": "curl",
"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=curl"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "data.table",
"name": "data.table",
Expand All @@ -81,7 +69,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=data.table"
},
"4": {
"3": {
"@type": "SoftwareApplication",
"identifier": "lubridate",
"name": "lubridate",
Expand All @@ -93,7 +81,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=lubridate"
},
"5": {
"4": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
Expand All @@ -105,7 +93,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"6": {
"5": {
"@type": "SoftwareApplication",
"identifier": "terra",
"name": "terra",
Expand All @@ -117,14 +105,14 @@
},
"sameAs": "https://CRAN.R-project.org/package=terra"
},
"7": {
"6": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"SystemRequirements": null
},
"fileSize": "174.382KB",
"fileSize": "174.372KB",
"codeRepository": "https://github.com/AAGI-AUS/nert",
"readme": "https://github.com/AAGI-AUS/nert/blob/main/README.md",
"contIntegration": ["https://github.com/AAGI-AUS/nert/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/AAGI-AUS/nert"]
Expand Down

0 comments on commit 0cb74f7

Please sign in to comment.