-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 917 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
31
Package: rRedditAnalysis
Type: Package
Title: Analyzing Reddit Data in R
Version: 0.1.0
Date: 2024-02-01
Authors@R: c(
person("Nan", "Tang", email = "dejay.tang@gmail.com", role = c("aut", "cre")),
person("Jinxin", "Wang", email = "jinxindata@gmail.com", role = "aut"),
person("Lu", "Kang", email = "kangluhappy2020@gmail.com", role = "aut"))
Maintainer: Nan Tang <dejay.tang@gmail.com>
Description: rRedditAnalysis is an R package for analyzing data from the Reddit platform. It provides functions and tools to retrieve, process, and visualize Reddit data, including posts, comments, and user activity.
License: GPL-3
Imports:
dplyr,
ggplot2,
httr,
jsonlite,
lubridate,
udpipe,
stringr,
text,
tidytext,
tidyverse,
tm,
wordcloud2
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3