-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (26 loc) · 978 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: scholargoggler
Title: A shiny app that generates word clouds from Google Scholar profiles
Version: 1.0.0
Authors@R:
person("Ryan", "Morin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2932-7800"))
Description: This is the code for the Shiny app known as Scholar Goggler. The output of this site is a word cloud that summarizes the academic publications from a Google Scholar profile. It works by obtaining a Google Scholar ID from the user and, via the Google Scholar API, gets the titles from the publications from that author. The words are tabulated by frequency and represented as a word cloud.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
htmlwidgets,
MetBrewer,
scholar,
shiny,
tm,
webshot2,
wesanderson,
moroncolours,
wordcloud2
Remotes:
morinlab/moroncolours,
BlakeRMills/MetBrewer,
rdmorin/wordcloud2