-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 1002 Bytes
/
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
31
32
33
34
35
36
37
Package: em38
Type: Package
Title: Process N38 binary files from EM38-MK2 sensors
Version: 0.0.6
Date: 2023-09-24
Authors@R: person("Lauren", "O'Brien", email = "obrlsoilau@gmail.com", role = c('aut', 'cre'), comment = c(ORCID = "0000-0002-7336-2171"))
Description: Interprets and decodes the '.N38' file format used by the
Geonics EM38-MK2 ground conductivity meter, as described in its
manual. This package offers an alternative to the existing format conversion
software, which lacks a command-line interface and thus cannot be easily
used in a reproducible workflow. Note that only a limited subset of the
functionality available in the existing software has been replicated.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
dplyr,
purrr,
rlang,
sf,
tidyr,
units (>= 0.7)
Suggests:
fields,
ggplot2,
h3jsr,
patchwork,
testthat,
covr,
knitr,
rmarkdown,
supercells,
terra
RoxygenNote: 7.2.3
VignetteBuilder: knitr