Skip to content

Commit

Permalink
Update to k5cents
Browse files Browse the repository at this point in the history
  • Loading branch information
k5cents committed Mar 10, 2024
1 parent 55e3da3 commit d326f3f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
14 changes: 6 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
Package: mdbr
Title: Work with Microsoft Access Files
Version: 0.2.0
Version: 0.2.1
Authors@R:
person(given = "Kiernan",
family = "Nicholls",
role = c("aut", "cre"),
email = "[email protected]")
person("Kiernan", "Nicholls", email = "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9229-7897"))
Description: Use the open source 'MDB Tools' utilities
<https://github.com/mdbtools/mdbtools/>. Primarily used for converting
proprietary Microsoft Access files to simple text files and then
reading those as data frames.
License: GPL-3
URL: https://github.com/kiernann/mdbr
BugReports: https://github.com/kiernann/mdbr/issues
URL: https://k5cents.github.io/mdbr, https://github.com/k5cents/mdbr
BugReports: https://github.com/k5cents/mdbr/issues
Imports:
readr
Suggests:
testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
SystemRequirements: mdbtools: mdbtools (deb).
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# mdbr 0.2.1

* Update maintainer email, website URL, and GitHub URL.

# mdbr 0.2.0

* Functions now quote their input files with `shQuote()`. (#7)
Expand Down
11 changes: 9 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Test environments
* local R installation (ubuntu 22.10), R 4.2.1

* local: ubuntu 22.04.4, R 4.1.2
* [ubuntu][gh_act] 18.04 (on github-actions), R 4.0.0
* [rhub][rhub_win]: Fedora Linux, R-devel, clang, gfortran
* [rhub][rhub_ubu]: Ubuntu Linux 16.04 LTS, R-release, GCC
Expand All @@ -11,6 +12,12 @@ Tests and example do not run remotely, as the mdbtools software is needed.

0 errors | 0 warnings

# Submission

* Update email from [email protected] to [email protected]
* Update URLs from kiernann.com to k5cents.com
* Update Github from @kiernann to @k5cents

## System Requirments

The package relies on the open source mdbtools software. See the mdbtools
Expand All @@ -24,7 +31,7 @@ instructions. The tools are also found on package managers:
Source code: https://github.com/mdbtools/mdbtools/archive/0.7.1.tar.gz

<!-- links: start -->
[gh_act]: https://github.com/kiernann/mdbr/actions
[gh_act]: https://github.com/k5cents/mdbr/actions
[rhub_win]: https://builder.r-hub.io/status/mdbr_0.1.1.tar.gz-b4490e7b655f472fa88ed1abe473320b
[rhub_ubu]: https://builder.r-hub.io/status/mdbr_0.1.1.tar.gz-66a7afa7897f43538970e18ca03ac013
[rhub_fed]: https://builder.r-hub.io/status/mdbr_0.1.1.tar.gz-b4490e7b655f472fa88ed1abe473320b
Expand Down

0 comments on commit d326f3f

Please sign in to comment.