Skip to content

Commit

Permalink
Description fix and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Jul 22, 2021
1 parent 833ccc8 commit 3fbdc89
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Plotting Tools for Anyone Working in Deep Time
Version: 0.1.0
Authors@R: person("William", "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre"))
Maintainer: William Gearty <willgearty@gmail.com>
Description: 'deeptime' extends the functionality of other plotting packages like
Description: Extends the functionality of other plotting packages like
'ggplot2' and 'lattice' to help facilitate the plotting of data over long time
intervals, including, but not limited to, geological, evolutionary, and ecological
data. The primary goal of 'deeptime' is to enable users to add highly customizable
Expand Down
10 changes: 5 additions & 5 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' \item{max_age}{maximum age, in millions of years}
#' \item{min_age}{minimum age, in millions of years}
#' \item{abbr}{eon name abbreviations}
#' \item{color}{the colors for each eon, according to the Comission for the Geological Map of the World}
#' \item{color}{the colors for each eon, according to the Commission for the Geological Map of the World}
#' }
#' @source \url{https://stratigraphy.org/ICSchart/Cohen2013_Episodes.pdf} via \url{https://paleobiodb.org/data1.2/intervals/list.txt?scale_id=1&scale_level=1}
"eons"
Expand All @@ -25,7 +25,7 @@
#' \item{max_age}{maximum age, in millions of years}
#' \item{min_age}{minimum age, in millions of years}
#' \item{abbr}{era name abbreviations}
#' \item{color}{the colors for each era, according to the Comission for the Geological Map of the World}
#' \item{color}{the colors for each era, according to the Commission for the Geological Map of the World}
#' }
#' @source \url{https://stratigraphy.org/ICSchart/Cohen2013_Episodes.pdf} via \url{https://paleobiodb.org/data1.2/intervals/list.txt?scale_id=1&scale_level=2}
"eras"
Expand All @@ -41,7 +41,7 @@
#' \item{max_age}{maximum age, in millions of years}
#' \item{min_age}{minimum age, in millions of years}
#' \item{abbr}{period name abbreviations}
#' \item{color}{the colors for each period, according to the Comission for the Geological Map of the World}
#' \item{color}{the colors for each period, according to the Commission for the Geological Map of the World}
#' }
#' @source \url{https://stratigraphy.org/ICSchart/Cohen2013_Episodes.pdf} via \url{https://paleobiodb.org/data1.2/intervals/list.txt?scale_id=1&scale_level=3}
"periods"
Expand All @@ -57,7 +57,7 @@
#' \item{max_age}{maximum age, in millions of years}
#' \item{min_age}{minimum age, in millions of years}
#' \item{abbr}{epoch name abbreviations}
#' \item{color}{the colors for each epoch, according to the Comission for the Geological Map of the World}
#' \item{color}{the colors for each epoch, according to the Commission for the Geological Map of the World}
#' }
#' @source \url{https://stratigraphy.org/ICSchart/Cohen2013_Episodes.pdf} via \url{https://paleobiodb.org/data1.2/intervals/list.txt?scale_id=1&scale_level=4}
"epochs"
Expand All @@ -73,7 +73,7 @@
#' \item{max_age}{maximum age, in millions of years}
#' \item{min_age}{minimum age, in millions of years}
#' \item{abbr}{stage name abbreviations}
#' \item{color}{the colors for each stage, according to the Comission for the Geological Map of the World}
#' \item{color}{the colors for each stage, according to the Commission for the Geological Map of the World}
#' }
#' @source \url{https://stratigraphy.org/ICSchart/Cohen2013_Episodes.pdf} via \url{https://paleobiodb.org/data1.2/intervals/list.txt?scale_id=1&scale_level=5}
"stages"
2 changes: 1 addition & 1 deletion R/gggeo_scale.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gggeo_scale <- function(obj, ...) {
#' @param lab Whether to include labels.
#' @param rot The amount of counter-clockwise rotation to add to the labels (in degrees).
#' @param abbrv If including labels, whether to use abbreviations instead of full interval names.
#' @param skip A vector of interval names indicating which intervals should not be labelled.
#' @param skip A vector of interval names indicating which intervals should not be labeled.
#' @param size Label size.
#' @param lwd Line width.
#' @param margin The width of the margin around the returned object (can be a vector of length 4).
Expand Down
2 changes: 1 addition & 1 deletion R/gggeo_scale_old.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' @param lab Whether to include labels.
#' @param rot The amount of counter-clockwise rotation to add to the labels (in degrees).
#' @param abbrv If including labels, whether to use abbreviations instead of full interval names.
#' @param skip A vector of interval names indicating which intervals should not be labelled.
#' @param skip A vector of interval names indicating which intervals should not be labeled.
#' @param size Label size.
#' @param neg Set this to true if your x-axis is using negative values.
#' @return A ggplot object.
Expand Down
2 changes: 1 addition & 1 deletion man/eons.Rd

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

2 changes: 1 addition & 1 deletion man/epochs.Rd

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

2 changes: 1 addition & 1 deletion man/eras.Rd

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

2 changes: 1 addition & 1 deletion man/gggeo_scale.Rd

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

2 changes: 1 addition & 1 deletion man/gggeo_scale_old.Rd

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

2 changes: 1 addition & 1 deletion man/periods.Rd

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

2 changes: 1 addition & 1 deletion man/stages.Rd

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

0 comments on commit 3fbdc89

Please sign in to comment.