Skip to content

Commit b0a1abc

Browse files
typos fixed
1 parent d894d5b commit b0a1abc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors@R: c(
88
Description: A description of what this model module library does. Mention
99
that it is developed with the ready4 framework
1010
(https://ready4-dev.github.io/ready4/). If a development version, you
11-
may wish to note that the oftware has been made available as part of
11+
may wish to note that the software has been made available as part of
1212
the process of testing and documenting the library. You can also
1313
direct users with any questions about the library to the maintainer's
1414
email address (supply email here).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
A description of what this model module library does. Mention
1313
that it is developed with the ready4 framework
1414
(https://ready4-dev.github.io/ready4/). If a development version, you
15-
may wish to note that the oftware has been made available as part of
15+
may wish to note that the software has been made available as part of
1616
the process of testing and documenting the library. You can also
1717
direct users with any questions about the library to the maintainer's
1818
email address (supply email here).

data-raw/DATASET.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ library(ready4fun)
44
# MANUAL STEP. Write all your functions to R files in the new "fns" directory.
55
x <- ready4fun::make_pkg_desc_ls(pkg_title_1L_chr = "Do Something Related To Mental Health Economic Modelling",
66
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/).
7-
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.
7+
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.
88
You can also direct users with any questions about the library to the maintainer's email address (supply email here).",
99
authors_prsn = c(utils::person(given = "Author1Given",family = "Author1Family",email = "name@example.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0000-0000-0000")),
1010
utils::person("CopyrightHolder", role = c("cph") # If no copyright holder is to be specified, leave as is. Otherwise update these details.

0 commit comments

Comments
 (0)