Skip to content

Commit

Permalink
removed some packages not used
Browse files Browse the repository at this point in the history
  • Loading branch information
oggioniale committed Dec 21, 2023
1 parent 4511c02 commit 79c9fce
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 77 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ jobs:
- name: Query dependencies
run: |
install.packages("remotes")
install.packages("rnaturalearthdata")
install.packages("webshot")
webshot::install_phantomjs()
saveRDS(remotes::dev_package_deps(dependencies = TRUE), "depends.Rds", version = 2)
shell: Rscript {0}

- name: Install dependencies
- name: Install other dependencies
run: |
if (Sys.info()["sysname"]=="Darwin") {options("pkgType" = "binary")}
remotes::install_deps(dependencies = TRUE)
Expand Down
60 changes: 0 additions & 60 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,6 @@ references:
url: https://www.R-project.org/
institution:
name: R Foundation for Statistical Computing
- type: software
title: gridExtra
abstract: 'gridExtra: Miscellaneous Functions for "Grid" Graphics'
notes: Imports
authors:
- family-names: Auguie
given-names: Baptiste
email: [email protected]
year: '2023'
url: https://CRAN.R-project.org/package=gridExtra
- type: software
title: httr2
abstract: 'httr2: Perform HTTP Requests and Process the Responses'
Expand Down Expand Up @@ -416,16 +406,6 @@ references:
orcid: https://orcid.org/0000-0002-6983-2759
year: '2023'
url: https://CRAN.R-project.org/package=readr
- type: software
title: rnaturalearth
abstract: 'rnaturalearth: World Map Data from Natural Earth'
notes: Imports
authors:
- family-names: South
given-names: Andy
email: [email protected]
year: '2023'
url: https://CRAN.R-project.org/package=rnaturalearth
- type: software
title: rosm
abstract: 'rosm: Plot Raster Map Tiles from Open Street Map and Other Sources'
Expand All @@ -437,15 +417,6 @@ references:
orcid: https://orcid.org/0000-0002-9415-4582
year: '2023'
url: https://CRAN.R-project.org/package=rosm
- type: software
title: rworldmap
abstract: 'rworldmap: Mapping Global Data'
notes: Imports
authors:
- family-names: South
given-names: Andy
year: '2023'
url: https://CRAN.R-project.org/package=rworldmap
- type: software
title: sf
abstract: 'sf: Simple Features for R'
Expand Down Expand Up @@ -609,16 +580,6 @@ references:
given-names: Dave
year: '2023'
url: https://CRAN.R-project.org/package=waffle
- type: software
title: webshot
abstract: 'webshot: Take Screenshots of Web Pages'
notes: Imports
authors:
- family-names: Chang
given-names: Winston
email: [email protected]
year: '2023'
url: https://CRAN.R-project.org/package=webshot
- type: software
title: worrms
abstract: 'worrms: World Register of Marine Species (WoRMS) Client'
Expand Down Expand Up @@ -655,17 +616,6 @@ references:
given-names: Jeroen
year: '2023'
url: https://CRAN.R-project.org/package=xml2
- type: software
title: xslt
abstract: 'xslt: Extensible Style-Sheet Language Transformations'
notes: Imports
authors:
- family-names: Ooms
given-names: Jeroen
email: [email protected]
orcid: https://orcid.org/0000-0002-4035-0289
year: '2023'
url: https://CRAN.R-project.org/package=xslt
- type: software
title: zen4R
abstract: 'zen4R: Interface to ''Zenodo'' REST API'
Expand Down Expand Up @@ -760,16 +710,6 @@ references:
orcid: https://orcid.org/0000-0003-3925-190X
year: '2023'
url: https://CRAN.R-project.org/package=rmarkdown
- type: software
title: rnaturalearthdata
abstract: 'rnaturalearthdata: World Vector Map Data from Natural Earth Used in ''rnaturalearth'''
notes: Suggests
authors:
- family-names: South
given-names: Andy
email: [email protected]
year: '2023'
url: https://CRAN.R-project.org/package=rnaturalearthdata
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
Expand Down
6 changes: 0 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Imports:
ggplot2,
grDevices,
grid,
gridExtra,
httr2,
jqr,
jsonlite,
Expand All @@ -68,9 +67,7 @@ Imports:
RColorBrewer,
Rdpack,
readr,
rnaturalearth,
rosm,
rworldmap,
sf (>= 0.9-5),
spocc,
stringi,
Expand All @@ -83,19 +80,16 @@ Imports:
units,
utils,
waffle,
webshot,
worrms,
XML,
xml2,
xslt,
zen4R
Suggests:
covr,
httptest2,
ISOcodes,
knitr,
rmarkdown,
rnaturalearthdata,
testthat (>= 3.0.0),
withr
VignetteBuilder:
Expand Down
1 change: 0 additions & 1 deletion add_ReLTER.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install2.r --error --skipinstalled -n $NCPUS \
taxize \
waffle \
worrms \
xslt \
spocc \
ggforce \
rosm \
Expand Down
7 changes: 0 additions & 7 deletions inst/REFERENCES.bib
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ @Manual{xml2R
note = {R package version 1.3.3},
url = {https://CRAN.R-project.org/package=xml2},
}
@Manual{xsltR,
title = {xslt: Extensible Style-Sheet Language Transformations},
author = {Jeroen Ooms},
year = {2021},
note = {R package version 1.4.3},
url = {https://CRAN.R-project.org/package=xslt},
}
@Manual{rasterR,
title = {raster: Geographic Data Analysis and Modeling},
author = {Robert J. Hijmans},
Expand Down

0 comments on commit 79c9fce

Please sign in to comment.