forked from BrunoVilela/NUPEX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 873 Bytes
/
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
Package: NUPEX
Title: Analysis of academic output from lattes platform and other sources
Version: 0.0.0.9000
Authors@R:
person(given = "Bruno",
family = "Vilela",
role = c("aut", "cre"),
email = "bruno.vilela@ufba.br",
comment = c(ORCID = "0000-0003-4072-0558"))
Description: The goal of NUPEX package is to help with analysis of academic output from the Brazilian lattes platform and from other administrative sources.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/BrunoVilela/NUPEX
BugReports: https://github.com/BrunoVilela/NUPEX/issues
Suggests:
covr,
testthat,
spelling
Language: en-US
Imports:
XML,
plyr,
dplyr,
tibble,
ggplot2,
magrittr,
stringr,
rAltmetric,
stringi
Depends:
R (>= 2.10)