-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
62 lines (62 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: rosettafish
Title: Automatic Translation of Fish and Fisheries Terms
Version: 0.0.0.9000
Authors@R:
c(person(given = c("Sean", "C."),
family = "Anderson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9563-1937")),
person(given = "Chris",
family = "Grandin",
role = "aut"),
person(given = "Andrew",
family = "Edwards",
role = "aut"),
person(given = "Jaclyn",
family = "Cleary",
role = "aut"),
person(given = "Mathieu",
family = "Desgagnes",
role = "aut"),
person(given = "Matt",
family = "Grinnell",
role = "aut"),
person(given = "Elise",
family = "Keppel",
role = "aut"),
person(given = "Ann",
family = "Mariscak",
role = "ctb"),
person(given = "Paul",
family = "Regular",
role = "ctb"),
person(given = "Daniel",
family = "Ricard",
role = "ctb"))
Description: 'rosettafish' translates fish- and
fisheries-related words or short phrases between languages (mainly
French to English or English to French, presently). The package has a
built-in .csv file of English-French translations of common technical
fisheries terms that are often incorrectly translated by generic
automatic translators. Users can add to this or use their own file,
and are encouraged to add to the ever-expanding list of common terms
using the instructions in the README.md file.
License: GPL (>=2)
Depends:
R (>= 3.3.0)
Suggests:
covr,
knitr,
readr,
rmarkdown,
testthat
Imports:
stringr
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2