-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
22 lines (22 loc) · 924 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: sjrdata
Type: Package
Title: SCImago Journal & Country Rank Data, Ready for R
Version: 1.0.23
Authors@R: c(
person("Ilya", "Kashnitsky", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-1835-8687")),
person("Rob", "Hyndman", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-2140-5352"))
)
Maintainer: Ilya Kashnitsky <[email protected]>
Description: SCImago Journal & Country Rank provides valuable estimates of
academic journals' prestige. The data is freely available at
<https://www.scimagojr.com> and is distributed for deeper analysis in forms of
.csv and .xlsx files. This package pool them all together, ready to be used
in R.
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports:
tidyverse
URL: https://github.com/ikashnitsky/sjrdata
RoxygenNote: 7.2.3
License: MIT + file LICENSE