-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.1 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
Package: semanticscholar
Type: Package
Title: Data From Semantic Scholar Leightweight API
Version: 0.2.0
Authors@R:
person(given = "Markus",
family = "Skyttner",
role = c("cre", "aut"),
email = "markussk@kth.se")
Description: Semantic Scholar is a free, non-profit, AI-powered academic search and
discovery engine whose mission is to empower researchers. It can be used as a
research tool for scientific literature available and is available at
https://semanticscholar.org. It provides a RESTful API for convenient linking
to Semantic Scholar pages and pulling information about individual records on demand.
This R package wraps the lightweight API in order to facilitate on demand access
to records in this data source.
License: MIT + file LICENSE
URL: https://github.com/KTH-Library/semanticscholar
BugReports: https://github.com/KTH-Library/semanticscholar/issues
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
jsonlite,
httr,
humaniformat,
rlang,
purrr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat