Skip to content

Commit

Permalink
add missing stats dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Nov 27, 2024
1 parent 05bee06 commit a287c5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ import(dplyr)
import(ggplot2)
importFrom(grDevices,gray)
importFrom(rlang,.data)
importFrom(stats,setNames)
importFrom(utils,read.csv)
1 change: 1 addition & 0 deletions R/retrieve_example_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#'study area
#' @importFrom utils read.csv
#' @import dplyr
#' @importFrom stats setNames
#' @examples
#' ex_data <- retrieve_example_data()
#' print(ex_data$tree)
Expand Down
8 changes: 5 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"identifier": "pdindicatoR",
"description": "A package to calculate and produce a map of phylogenetic diversity scores for each grid cell in the input species occurences data cube, and calculate the percentage of high PD cells within currently protected areas. You provide a phylogenetic tree, the datacube for the corresponding species is downloaded from GBIF (or user-uploaded), and the package does the rest.",
"name": "pdindicatoR: Calculate and visualize a phylogenetic diversity indicators based\n on species occurence data cubes",
"relatedLink": "https://b-cubed-eu.github.io/pdindicatoR/",
"codeRepository": "https://github.com/b-cubed-eu/pdindicatoR",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.2",
"programmingLanguage": {
Expand Down Expand Up @@ -31,7 +33,8 @@
"@type": "Person",
"givenName": "Louise",
"familyName": "Hendrickx",
"email": "louise.hendrickx@plantentuinmeise.be"
"email": "louise.hendrickx@plantentuinmeise.be",
"@id": "https://orcid.org/0000-0002-9317-7862"
}
],
"contributor": [
Expand Down Expand Up @@ -227,7 +230,7 @@
},
"SystemRequirements": null
},
"fileSize": "3812.604KB",
"fileSize": "3892.408KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -253,7 +256,6 @@
"url": "https://github.com/b-cubed-eu/pdindicatoR/"
}
],
"codeRepository": "https://github.com/b-cubed-eu/pdindicatoR",
"releaseNotes": "https://github.com/b-cubed-eu/pdindicatoR/blob/master/NEWS.md",
"readme": "https://github.com/b-cubed-eu/pdindicatoR/blob/main/README.md",
"contIntegration": ["https://github.com/b-cubed-eu/pdindicatoR/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/b-cubed-eu/pdindicatoR"],
Expand Down

0 comments on commit a287c5c

Please sign in to comment.