Skip to content

Commit

Permalink
update namespace/description
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Jan 23, 2024
1 parent 226523d commit 1e99023
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^vignettes/_multiple-projects\.Rmd$
^vignettes/_matos-rvdat\.Rmd$
^precompile\.R$
^tests/testthat/testfiles/make-test-files\.Rmd$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: matos
Type: Package
Title: Interface with the Mid-Atlantic Acoustic Telemetry Observing System (MATOS)
Version: 0.4.001
Version: 0.4.002
Authors@R: person("Michael", "O'Brien", email = "mike@obrien.page",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1420-6395"))
Expand All @@ -28,7 +28,7 @@ Remotes:
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
URL: https://github.com/mhpob/matos,
https://matos.obrien.page
BugReports: https://github.com/mhpob/matos/issues
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export(matos_receiver_summary)
export(matos_tag_summary)
export(set_matos_credentials)
export(upload_file)
importFrom(memoise,forget)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,download.file)
Expand Down

0 comments on commit 1e99023

Please sign in to comment.