forked from TomCodd/NutritionTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.02 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.02 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
Package: NutritionTools
Type: Package
Title: Tools for the Organisation, Matching, Calculation, and Summarisation of Nutrition Data
Version: 1.1.2
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
RoxygenNote: 7.2.3
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)