-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 888 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
Package: S2miner
Type: Package
Title: Semantic Scholar Mining
Version: 0.1.0
Date: 2021-11-28
Author: Liuyong Ding
Maintainer: Liuyong Ding <[email protected]>
Description: Semantic Scholar <https://semanticscholar.org> is a free, AI-powered research tool for scientific literature, aimed to help scholars discover new insights.
This package helps users to extract, analyze and visualize scholarly data from ‘Semantic Scholar’ API, thus providing new insight into bibliometrics study.
Depends: R (>= 3.0.0)
Imports:
jsonlite,
httr,
dplyr,
tidyr,
ggplot2,
magrittr
Suggests:
utils,
rmarkdown,
knitr,
prettydoc,
devtools
VignetteBuilder: knitr
License: Artistic-2.0
URL: https://github.com/Otoliths/S2miner
BugReports: https://github.com/Otoliths/S2miner/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1