-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.08 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: NutritionTools
Type: Package
Title: Tools for the Organisation, Matching, Calculation, and Summarisation of Nutrition Data
Version: 1.2.1
Authors@R: c(person("Thomas", "Codd", role = c("aut", "cre"), email = "tbc5@protonmail.com", comment = c(ORCID = "0000-0002-4992-0591", "https://github.com/TomCodd")),
person("Lucia", "Segovia de la Revilla", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-7712-2020", "https://github.com/LuciaSegovia")))
Maintainer: Thomas Codd <tbc5@protonmail.com>
Description: A set of functions useful for the organisation, matching,
calculation, and summarising of Nutrition Data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
fuzzyjoin,
rhandsontable,
shiny,
stats,
stringr,
tibble,
stringdist,
lifecycle
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/TomCodd/NutritionTools, https://tomcodd.github.io/NutritionTools/
BugReports: https://github.com/TomCodd/NutritionTools/issues
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)