-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1017 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
Package: MDPIexploreR
Title: Web Scraping and Bibliometric Analysis of MDPI Journals
Version: 0.3.0
URL: https://github.com/pgomba/MDPI_exploreR
Authors@R:
person("Pablo","Gómez Barreiro", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3140-3326"))
Description: Provides comprehensive tools to scrape and analyze data from the MDPI journals. It allows users to extract metrics such as submission-to-acceptance times, article types, and whether articles are part of special issues. The package can also visualize this information through plots. Additionally, 'MDPIexploreR' offers tools to explore patterns of self-citations within articles and provides insights into guest-edited special issues.
VignetteBuilder: knitr
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
Imports:
dplyr,
ggplot2,
lubridate,
magrittr,
rvest,
scales,
stringr,
tidyr
Suggests:
knitr,
rmarkdown