Skip to content

Commit

Permalink
fix author typo and change lazydata to false since no data directory …
Browse files Browse the repository at this point in the history
…in pkg
  • Loading branch information
aylapear committed Jul 18, 2024
1 parent 539f08d commit 23887a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: yesno
Title: Ask Yes-No Questions
Version: 0.1.2.9000
Authors@R: c(
person("Ayla", "Pearson", "ayla@poissonconsulting.ca", role = "cre",
person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = "cre",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = "aut",
comment = c(ORCID = "0000-0002-7683-4592")),
Expand All @@ -21,7 +21,7 @@ Suggests:
testthat (>= 3.0.0),
covr
Encoding: UTF-8
LazyData: true
LazyData: false
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3

0 comments on commit 23887a7

Please sign in to comment.