Skip to content
Snippets Groups Projects
Commit 7c95e56a authored by MORIN Edouard's avatar MORIN Edouard
Browse files

info debug local_dir_rec

parent 5564f2f7
No related branches found
No related tags found
No related merge requests found
Pipeline #517419 passed
......@@ -37,6 +37,7 @@ local_dir_rec <- function(path = getwd(), exept = list(), only = list()) {
res_dirs <- cbind(rownames(res_dirs), res_dirs)
rownames(res_dirs) <- NULL
colnames(res_dirs) <- c("locpath","size","isdir","mode","mtime","ctime","atime","exe")
print(rbind(res_files, res_dirs))
res_tot_loc <- rbind(res_files, res_dirs) %>%
filter(locpath != path) %>%
mutate(subpath = gsub(path,"",locpath), niv = str_count(subpath,'/'), type=ifelse(isdir,"dir","file"), name=locpath) %>%
......
......@@ -59,7 +59,7 @@ spred::ftp_deploy(
Actuelement le package se limite à la prise en charge du protole FTP.
V0.0.0.9000
V0.0.1
Note : aucun test unitaire n'est effectué. Projet en *développement* !
......
......@@ -53,6 +53,6 @@ spred::ftp_deploy(
Actuelement le package se limite à la prise en charge du protole FTP.
V0.0.0.9000
V0.0.1
Note : aucun test unitaire n’est effectué. Projet en *développement* !
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment