Skip to content

Commit

Permalink
update package files
Browse files Browse the repository at this point in the history
  • Loading branch information
obrl-soil committed Sep 24, 2023
1 parent 8d7c619 commit d0ab59b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^index.Rmd$
^index.md$
^\.github$
debugging.R
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
.RData
.Ruserdata
inst/doc

debugging.R
10 changes: 7 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: em38
Type: Package
Title: Process N38 binary files from EM38-MK2 sensors
Version: 0.0.5
Date: 2023-01-05
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
Expand All @@ -23,11 +23,15 @@ Imports:
tidyr,
units (>= 0.7)
Suggests:
fields,
ggplot2,
h3jsr,
patchwork,
testthat,
covr,
knitr,
rmarkdown
rmarkdown,
supercells,
terra
RoxygenNote: 7.2.3
VignetteBuilder: knitr
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.0.6

* some under-the-hood corrections to work with recent R changes
* some improvements in handling data from certain GNSS receivers, many thanks to the person who supplied a test dataset :pray:
* updated vignette, various methods of spatially interpolating the raw data are now demonstrated

# Version 0.0.5

* package now reports orthometric height of each spatialised reading, calculated from GPS data, per user request (thanks dukarvat!). Note that elevation data may still need further correction to a local vertical datum before use.
Expand Down

0 comments on commit d0ab59b

Please sign in to comment.