-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
3160cb5
commit ec9dc2e
Showing
1 changed file
with
22 additions
and
6 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,10 +1,26 @@ | ||
Package: IDEMSstandAloneFunctionsR | ||
Title: What the Package Does (One Line, Title Case) | ||
Version: 0.0.0.9000 | ||
Package: instatExtras | ||
Title: A set of functions used in R-Instat | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("First", "Last", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: What the package does (one paragraph). | ||
person("Danny", "Parsons"), | ||
person("Stephen", "Kogo"), | ||
person("Steven", "Ndung'u"), | ||
person("Lily", "Clements", "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-8864-0552")), | ||
person("Shadrack", "Kibet"), | ||
person("Bethan", "Clarke"), | ||
person("Lazarus", "Kioko Muthenya"), | ||
person("Maxwell", "Fundi"), | ||
person("Antoine", "Ntalumeso"), | ||
person("Haward", "Ketoyo"), | ||
person("Ivan", "Luvisia"), | ||
person("Stephen", "Lloyd"), | ||
person("Patrick", "Munyoki"), | ||
person("Anastasia", "Mbithe"), | ||
person("Vitalis", "Kwambai"), | ||
person("Derrick", "Agorhom"), | ||
person("Sophie", "Malla Tatchum") | ||
Description: This package contains a set of functions used in R-Instat. This includes functions written specifically for R-Instat, as well functions written elsewhere that are modified for use in R-Instat. | ||
License: LGPL (>= 3) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|