-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: geoquimica
Type: Package
Title: Exploration Data Analysis on Geochemistry Data
Version: 0.1.0
Author: person("Guilherme","Ferreira", email = "guilherme.ferreira@cprm.gov.br", role = c("aut", "cre"))
Maintainer: Guilherme Ferreira <guilherme.ferreira@cprm.gov.br>
Description: This package helps to deal with the geochemistry data processing
of a typical routine after the analysis. It read a default flat file of the
GEOSOL/SGS report, storing the metadata into an object, and skipping header and
footer lines. Also, it is able to filter the elements by the number of non-censured
data, replaces the censured data to default values, transform the data into minmax
or centered log-ratio distribution, and more. Written to be used by the Geochemistry
Division Team of the Geological Survey of Brazil.
Depends: R(>= 3.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
purrr,
tidyr,
ggplot2,
stats,
compositions,
utils,
plyr,
tidyselect
RoxygenNote: 7.1.1
Suggests:
testthat