-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|