-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·47 lines (47 loc) · 1.13 KB
/
DESCRIPTION
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: Momit
Title: Read, Write, Convert, Tidy Morphometric Data and Covariates using .mom Minimalist File Format
Version: 0.1.0.9000
Date: 2020-03-24
Authors@R: person("Vincent", "Bonhomme", email = "bonhomme.vincent@gmail.com", role = c("aut", "cre"))
Description: Aimed at being a `pandoc` for morphometrics,
that is a Swiss-army knife for converting files from/to the
different morphometrics markup dialects.
It uses a minimalist file format for morphometrics data exchange and conversion,
easy to read for humans, and easy to parse for computers.
Depends: R (>= 3.4.0)
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/MomX/Momit
BugReports: https://github.com/MomX/Momit/issues
Imports:
cli,
dplyr,
crayon,
tibble,
yaml,
stringr,
fs,
here,
rlang (>= 0.1.2),
purrr,
Momocs2,
magick,
magrittr,
grDevices,
stats,
jpeg,
progress
Suggests:
devtools,
knitr,
rmarkdown,
pkgdown,
testthat,
covr,
roxygen2
Remotes:
MomX/Momocs2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0