-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.15 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: CitaviR
Type: Package
Title: A set of tools for dealing with Citavi data
Version: 0.4.0
Authors@R:
c(person(given = "Paul",
family = "Schmidt",
role = c("aut", "cre"),
email = "schmidtpaul@hotmail.de"),
person(given = "BioMath",
role = "fnd"))
Description: The reference management software Citavi <https://www.citavi.com/de> allows for exports to Excel. With a bit of effort (i.e. via customized Citavi Macros) it also allows for imports from Excel. CitaviR provides functionality for dealing with Citavi data.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/SchmidtPaul/CitaviR
BugReports: https://github.com/SchmidtPaul/CitaviR/issues
VignietteBuilder: knitr
Imports:
dplyr,
magrittr,
readxl,
lifecycle,
janitor,
stringr,
utils,
tidyr,
openxlsx,
crayon,
remotes,
scales,
purrr,
stringdist,
RcppAlgos,
textcat,
DBI,
RSQLite
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Depends:
R (>= 2.10)