Skip to content

Commit

Permalink
minor data cleaning and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
abuseki committed Aug 10, 2024
1 parent db4b47f commit 381735a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5,802 deletions.
40 changes: 21 additions & 19 deletions R/Minerals.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#'List of Minerals
#' List of Minerals
#'
#'[International Mineralogical Association (IMA)](https://mineralogy-ima.org/)
#' @description [International Mineralogical Association (IMA)](https://mineralogy-ima.org/)
#'Commission on New Minerals, Nomenclature and Classification (CNMNC) approved
#'list of minerals, names and abbreviations \insertCite{Warr_2021}{georefdatar}.
#'
#'This list is based on the supplementary material of
#'\insertCite{Warr_2021;textual}{georefdatar}. Some minor harmonizations have
#'been made in this list as some inconsistencies were found. In addition to
#'minerals, this list also includes groups such as amphibole, biotite, pyroxene
#'... and their abbreviations.\cr The list has the following attributes:
#' @details This list is based on the supplementary material of
#' \insertCite{Warr_2021;textual}{georefdatar}. Some minor harmonizations have
#' been made in this list as some inconsistencies were found. In addition to
#' minerals, this list also includes groups such as amphibole, biotite, pyroxene
#' ... and their abbreviations.\cr The list has the following attributes:\cr
#' * `Symbol`: IMA symbol/abbreviation
#' * `Name`: IMA name of the mineral
#' * `Formula`: IMA mineral formula
Expand All @@ -22,25 +22,27 @@
#' * _I_: Informal
#' * _NL_: Not listed
#'
#'An up-to-date list of IMA approved minerals can be downloaded from
#'[RRUFF](https://rruff.info/) \insertCite{Lafuente_2015}{georefdatar}. However,
#'this list only includes minerals and not groups.\cr
#' An up-to-date list of IMA approved minerals can be downloaded from
#' [RRUFF](https://rruff.info/) \insertCite{Lafuente_2015}{georefdatar}. However,
#' this list only includes minerals and not groups.\cr
#'
#'
#'@format A data frame with `r nrow(mins)` minerals with the following columns:
#' @format A data frame with `r nrow(mins)` minerals with the following columns:
#' `r paste(colnames(mins), collapse= ', ')`.
#'
#'@seealso [IMA–CNMNC approved mineral symbols: Paper and supplementary
#' material](https://doi.org/10.1180/mgm.2021.43),
#' \insertCite{Warr_2021}{georefdatar}
#' @seealso [IMA–CNMNC approved mineral symbols: Paper and supplementary
#' material](https://doi.org/10.1180/mgm.2021.43),
#' \insertCite{Warr_2021}{georefdatar}
#'
#' [IMA approved minerals on RRUFF](https://rruff.info/ima/)
#'
#' [IMA approved minerals on RRUFF](https://rruff.info/ima/)
#' [minSearch()]
#'
#'@references \insertRef{Warr_2021}{georefdatar}
#' @references
#' \insertRef{Warr_2021}{georefdatar}
#'
#' \insertRef{Lafuente_2015}{georefdatar}
#' \insertRef{Lafuente_2015}{georefdatar}
#'
#'@importFrom Rdpack reprompt
#' @importFrom Rdpack reprompt
#'
"mins"

Expand Down
Loading

0 comments on commit 381735a

Please sign in to comment.