-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·39 lines (39 loc) · 1.55 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
Package: getLattes
Type: Package
Title: Import and Process Data from the 'Lattes' Curriculum Platform
Version: 0.3.0
Authors@R:
c(person(given = "Roney",
family = "Fraga Souza",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "orcid.org/0000-0001-5750-489X")),
person(given = "Winicius",
family = "Sabino",
role = c("aut"),
email = "[email protected]"),
person(given = "Luis Felipe",
family = "de Souza Rodrigues",
role = c("aut"),
email = "[email protected]"))
Maintainer: Roney Fraga Souza <[email protected]>
Description: Tool for import and process data from 'Lattes' curriculum platform (<http://lattes.cnpq.br/>). The Brazilian government keeps an extensive base of curricula for academics from all over the country, with over 5 million registrations. The academic life of the Brazilian researcher, or related to Brazilian universities, is documented in 'Lattes'. Some information that can be obtained: professional formation, research area, publications, academics advisories, projects, etc. 'getLattes' package allows work with 'Lattes' data exported to XML format.
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1
URL: https://github.com/roneyfraga/getLattes
BugReports: https://github.com/roneyfraga/getLattes/issues
Suggests:
knitr,
rlang,
rmarkdown
VignetteBuilder: knitr
Imports:
xml2,
dplyr,
tibble,
janitor,
purrr
Depends:
R (>= 4.1.0)