Skip to content

Commit

Permalink
typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Dec 2, 2024
1 parent d894d5b commit b0a1abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Authors@R: c(
Description: A description of what this model module library does. Mention
that it is developed with the ready4 framework
(https://ready4-dev.github.io/ready4/). If a development version, you
may wish to note that the oftware has been made available as part of
may wish to note that the software has been made available as part of
the process of testing and documenting the library. You can also
direct users with any questions about the library to the maintainer's
email address (supply email here).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
A description of what this model module library does. Mention
that it is developed with the ready4 framework
(https://ready4-dev.github.io/ready4/). If a development version, you
may wish to note that the oftware has been made available as part of
may wish to note that the software has been made available as part of
the process of testing and documenting the library. You can also
direct users with any questions about the library to the maintainer's
email address (supply email here).
Expand Down
2 changes: 1 addition & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library(ready4fun)
# MANUAL STEP. Write all your functions to R files in the new "fns" directory.
x <- ready4fun::make_pkg_desc_ls(pkg_title_1L_chr = "Do Something Related To Mental Health Economic Modelling",
pkg_desc_1L_chr = "A description of what this model module library does. Mention that it is developed with the ready4 framework (https://ready4-dev.github.io/ready4/).
If a development version, you may wish to note that the oftware has been made available as part of the process of testing and documenting the library.
If a development version, you may wish to note that the software has been made available as part of the process of testing and documenting the library.
You can also direct users with any questions about the library to the maintainer's email address (supply email here).",
authors_prsn = c(utils::person(given = "Author1Given",family = "Author1Family",email = "name@example.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0000-0000-0000")),
utils::person("CopyrightHolder", role = c("cph") # If no copyright holder is to be specified, leave as is. Otherwise update these details.
Expand Down

0 comments on commit b0a1abc

Please sign in to comment.