-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.04 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: busboyr
Version: 0.0.0.9000
Title: File Searching and Organizing for Put.io
Description: Busboy finds links associated with IMDB titles and adds them as a
transfer to put.io It also neatly organizes files on put.io
Authors@R: person("Refk", "Turkeli", , "[email protected]", c("aut", "cre"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Suggests:
testthat
Imports:
dplyr,
RPostgres,
memoise,
DBI,
shiny,
pool,
rlang,
shinyjs,
httr,
stringr,
assertthat,
jsonlite,
dbplyr,
purrr,
RMariaDB,
readr,
bit64,
lubridate,
aws.sqs,
uuid,
glue
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
URL: https://github.com/refik/busboyr
BugReports: https://github.com/refik/busboyr/issues
Remotes:
r-dbi/RPostgres@512f13f,
r-dbi/dbi@97a7d75,
tidyverse/dplyr@b3837f5,
tidyverse/dbplyr@825538f,
tidyverse/purrr@62b135a,
rstudio/pool@24b7c4a,
rstudio/shiny@cad20a0,
r-dbi/RMariaDB@3a1ba27,
cloudyr/aws.sqs@51ba449