Skip to content

Commit

Permalink
Merge pull request #49 from Kydae/master
Browse files Browse the repository at this point in the history
Try to solve the package installation problem linked to the rgdal library
  • Loading branch information
rubenpp7 authored Jun 26, 2024
2 parents 6d15496 + 194776e commit 8dbb50a
Show file tree
Hide file tree
Showing 5 changed files with 73,751 additions and 22 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
rgdal,
RCurl,
httr,
dplyr,
Expand Down
37 changes: 16 additions & 21 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
"version": ">= 3.4"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "rgdal",
"name": "rgdal"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "RCurl",
"name": "RCurl",
Expand All @@ -66,7 +61,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=RCurl"
},
"4": {
"3": {
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
Expand All @@ -78,7 +73,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
"5": {
"4": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
Expand All @@ -90,7 +85,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"6": {
"5": {
"@type": "SoftwareApplication",
"identifier": "finch",
"name": "finch",
Expand All @@ -102,7 +97,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=finch"
},
"7": {
"6": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
Expand All @@ -114,7 +109,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"8": {
"7": {
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
Expand All @@ -126,7 +121,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
"9": {
"8": {
"@type": "SoftwareApplication",
"identifier": "leaflet",
"name": "leaflet",
Expand All @@ -138,7 +133,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=leaflet"
},
"10": {
"9": {
"@type": "SoftwareApplication",
"identifier": "xml2",
"name": "xml2",
Expand All @@ -150,7 +145,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=xml2"
},
"11": {
"10": {
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
Expand All @@ -162,7 +157,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
"12": {
"11": {
"@type": "SoftwareApplication",
"identifier": "stringr",
"name": "stringr",
Expand All @@ -174,13 +169,13 @@
},
"sameAs": "https://CRAN.R-project.org/package=stringr"
},
"13": {
"12": {
"@type": "SoftwareApplication",
"identifier": "skosxml",
"name": "skosxml",
"sameAs": "https://github.com/EMODnet/skosxml"
},
"14": {
"13": {
"@type": "SoftwareApplication",
"identifier": "rjson",
"name": "rjson",
Expand All @@ -192,7 +187,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=rjson"
},
"15": {
"14": {
"@type": "SoftwareApplication",
"identifier": "parsedate",
"name": "parsedate",
Expand All @@ -204,7 +199,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=parsedate"
},
"16": {
"15": {
"@type": "SoftwareApplication",
"identifier": "plyr",
"name": "plyr",
Expand All @@ -216,13 +211,13 @@
},
"sameAs": "https://CRAN.R-project.org/package=plyr"
},
"17": {
"16": {
"@type": "SoftwareApplication",
"identifier": "obistools",
"name": "obistools",
"sameAs": "https://github.com/iobis/obistools"
},
"18": {
"17": {
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
Expand All @@ -234,7 +229,7 @@
},
"sameAs": "https://CRAN.R-project.org/package=tidyr"
},
"19": {
"18": {
"@type": "SoftwareApplication",
"identifier": "stringdist",
"name": "stringdist",
Expand Down
Loading

0 comments on commit 8dbb50a

Please sign in to comment.