-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
32 lines (32 loc) · 929 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
32
Package: rwebhdfs
Title: WebHDFS REST API for R
Version: 0.1-2
Authors@R: c(person("Forest", "Fang", email = "[email protected]",
role = c("aut","cre")), person("Ian", "Cook", email = "[email protected]",
role = "ctb"), person("Gerhard", "Nachtmann",
email = "[email protected]", role = "ctb"),
person("Antonio", "Bibiano", email = "[email protected]", role = "ctb"))
Description: WebHDFS supports all HDFS user operations including reading files,
writing to files, making directories, changing permissions and renaming.
Depends:
R (>= 3.0.2)
Imports:
RCurl,
jsonlite
License: GPL (>= 3)
RoxygenNote: 6.1.0
Collate:
'curl_webhdfs.R'
'get_webhdfs_home.R'
'concat_file.R'
'delete_file.R'
'dir_stat.R'
'file_checksum.R'
'file_stat.R'
'mkdir.R'
'read_file.R'
'rename_file.R'
'symlink_dir.R'
'webhdfs.R'
'webhdfs_set.R'
'write_file.R'