Skip to content

Commit

Permalink
Getting rid of examples for internal functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlowens committed Sep 24, 2020
1 parent 417483b commit 502440b
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 60 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: occCite
Type: Package
Title: Tools for Querying and Managing Large Biodiversity Occurrence Datasets
Version: 0.2.0
Title: Querying and Managing Large Biodiversity Occurrence Datasets
Version: 0.3.0
Authors@R: c(
person("Hannah L.","Owens", ,"hannah.owens@gmail.com", role=c("aut","cre"),
comment = c(ORCID = "0000-0003-0071-1745")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# occCite 0.3.0

*Updated to meet CRAN reviewer guidelines
*Citations now include packages used.

# occCite 0.2.0

* Updated to reflect new object structures returned by searches with update `rgbif`, version 3.1.
Expand Down
9 changes: 0 additions & 9 deletions R/GBIFtableCleanup.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
#' @return A data.frame tidied for compatibility with
#' \code{\link{getBIENpoints}} results.
#'
#' @examples
#' \dontrun{
#' ##If you have already created a occCite object, and have not previously
#' temp <- getGBIFpoints(taxon = "Protea cynaroides", GBIFLogin = GBIFLogin,
#' GBIFDownloadDirectory = GBIFDownloadDirectory,
#' checkPreviousGBIFDownload = checkPreviousGBIFDownload)
#' fitForUseTable <- GBIFtableCleanup(temp$OccurrenceTable)
#'}
#'
#' @keywords internal

GBIFtableCleanup <- function(GBIFtable){
Expand Down
4 changes: 0 additions & 4 deletions R/gbifRetriever.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
#' data; (2) GBIF search metadata for every GBIF download in the
#' specified directory.
#'
#' @examples
#' \dontrun{
#' gbifRetriever("Protea cynaroides")
#' }
#' @keywords internal

gbifRetriever <- function (taxon = NULL){
Expand Down
7 changes: 0 additions & 7 deletions R/occCite_plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
#' @return A table that can be more easily mapped and used
#' for summary plots.
#'
#' @examples
#' \dontrun{
#' data(myOccCiteObject)
#' tableForPlot <- tabulate.occResults(myOccCiteObject@occResults$`Protea cynaroides`,
#' "Protea cynaroides")
#' }
#'
#' @keywords internal
#'
tabulate.occResults <- function(x, sp.name) {
Expand Down
7 changes: 0 additions & 7 deletions R/tabGBIF.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
#' occurrence data \item GBIF search metadata for every GBIF download in
#' the specified directory.}
#'
#' @examples
#' \dontrun{
#' res <- rgbif::as.download(system.file("extdata/Protea_cynaroides",
#' "0012335-190621201848488.zip",
#' package = "occCite"))
#' tabGBIF(GBIFresults = res, taxon = "Protea cynaroides")
#' }
#' @keywords internal

tabGBIF <- function(GBIFresults, taxon){
Expand Down
10 changes: 0 additions & 10 deletions man/GBIFtableCleanup.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions man/gbifRetriever.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions man/tabGBIF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions man/tabulate.occResults.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 502440b

Please sign in to comment.