Skip to content

Commit

Permalink
Add wordlist and fix R cmd check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koenniem committed Feb 29, 2024
1 parent 1335ce1 commit 5a2fb04
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 9 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Package: mpathr
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("Merijn", "Mestdagh", "merijn.mestdagh@kuleuven.be", role = c("aut"),
comment = c(ORCID = "0000-0001-5077-861X"),
Authors@R: c(
person("Merijn", "Mestdagh", , "merijn.mestdagh@kuleuven.be", role = c("aut"),
comment = c(ORCID = "0000-0001-5077-861X")),
person("Koen", "Niemeijer", , "koen.niemeijer@kuleuven.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0816-534X"))
)
Description: What the package does (one paragraph).
License: GPL (>= 3)
Encoding: UTF-8
Expand All @@ -16,9 +17,7 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
cli,
lifecycle,
rlang
lifecycle
Language: en-US
URL: https://github.com/m-path-io/mpathr
BugReports: https://github.com/m-path-io/mpathr/issues
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Generated by roxygen2: do not edit by hand

export(read_mpath)
import(rlang)
importFrom(glue,glue)
importFrom(lifecycle,deprecated)
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# mpathr (development version)
# mpathr 0.0.0.9999 (development version)

* Initial CRAN submission.
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CMD
ORCID
tibble
30 changes: 30 additions & 0 deletions man/mpathr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions man/read_mpath.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions tests/testthat/test-read_mpath.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("read_mpath works correctly", {

})

0 comments on commit 5a2fb04

Please sign in to comment.