mirror of
https://github.com/Rucknium/xmrpeers.git
synced 2024-11-16 18:37:36 +00:00
e4fc8c5222
and edited code to check if it is installed, then perform the appropriate operations in compress.log(). On Linux, `archive` needs some system packages to be installed, so it is better as a suggested package.
6 lines
200 B
Text
6 lines
200 B
Text
# exportPattern("^[[:alpha:]]+")
|
|
export("ping.peers")
|
|
export("get.p2p.log")
|
|
export("compress.log")
|
|
importFrom("utils", "read.csv", "untar", "installed.packages")
|
|
importFrom("stats", "complete.cases")
|