-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 926 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
35
36
37
38
Package: scieloPeriodicos
Title: Funções para buscar informações sobre periódicos da Coleção Scielo Brasil
Version: 0.1.0
Authors@R: c(
person("Beatriz", "Milz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3064-4486")),
person("Julio", "Trecenti", role = "aut"),
person("Bruno", "Mioto", role = "aut")
)
Description: What the package does (one paragraph).
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
fs,
glue,
httr,
purrr,
readr,
rvest,
stringr,
tibble,
tidyr,
tidyselect,
usethis
URL: https://github.com/beatrizmilz/scieloPeriodicos
BugReports: https://github.com/beatrizmilz/scieloPeriodicos/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true