-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 896 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
Type: Book
Package: R-Function-A-Day
Title: Tweets from 'R Function A Day' account
Version: 0.1.0
Authors@R:
person("Indrajeet", "Patil", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1995-6531"))
Description: This book contains tweets from 'R Function A Day' account.
This is not a package, and the DESCRIPTION file is included to make it
easier to install required packages in GitHub action workflows.
License: CC0 1.0 Universal
URL: https://github.com/IndrajeetPatil/R-Function-A-Day,
https://indrajeetpatil.github.io/R-Function-A-Day/
BugReports: https://github.com/IndrajeetPatil/R-Function-A-Day/issues
Depends:
R (>= 4.1.0)
Imports:
bookdown,
downlit,
jsonlite,
knitr,
sessioninfo,
tidyverse,
xml2
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2