forked from ropensci-archive/rfigshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.12 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
49
Package: rfigshare
Description: an R interface to figshare.com.
Title: an R interface to figshare.com.
Version: 0.2-7
License: CC0
URL: https://github.com/ropensci/rfigshare
BugReports: https://github.com/ropensci/rfigshare/issues
Date: 2012
Authors@R: c(person("Carl", "Boettiger", role = c("aut", "cre"), email =
"[email protected]"), person("Scott", "Chamberlain", role = "aut"),
person("Karthik", "Ram", role = "aut"), person("Edmund", "Hart",
role="aut"))
VignetteBuilder: knitr
Suggests:
knitr
Depends:
R (>= 2.15)
Imports:
RJSONIO,
httr (>= 0.2),
plyr,
XML
Collate:
'fs_add_authors.R'
'fs_add_categories.R'
'fs_add_tags.R'
'fs_auth.R'
'fs_author_search.R'
'fs_browse.R'
'fs_create.R'
'fs_create_author.R'
'fs_delete.R'
'fs_details.R'
'fs_get_auth.R'
'fs_ids.R'
'fs_make_private.R'
'fs_make_public.R'
'fs_new_article.R'
'fs_search.R'
'fs_update.R'
'fs_upload.R'
'zzz.R'
'fs_add_links.R'
'fs_embed.R'
'fs_download.R'
'fs_object_methods.R'
'summary_fs_details.R'
'fs_category_list.R'
'plot_to_filename.R'