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

maj check

parent 60fa05db
No related branches found
No related tags found
No related merge requests found
Pipeline #517518 passed
......@@ -48,7 +48,7 @@ and then writes all the desired files.
}
\examples{
if(interactive()) {
#!Not working if FTP_CON_LOC, FTP_URL_LOC and /projet/myapp/ are not defined
#!Not working if FTP_CON_LOC, FTP_URL_LOC, dirfrom and dirto are not defined correctly
## deploy app shiny
spred::ftp_deploy(
dirfrom = ".",
......
......@@ -22,7 +22,7 @@ also allows you to check if the ftp connection is working
}
\examples{
if(interactive()) {
#!Not working if FTP_CON_LOC, FTP_URL_LOC and /projet/myapp/ are not defined
#!Not working if FTP_CON_LOC, FTP_URL_LOC are not defined
spred::ftp_dir_exist(Sys.getenv("FTP_CON_LOC"), Sys.getenv("FTP_URL_LOC"), "/projet/myapp/")
}
}
......
......@@ -26,7 +26,7 @@ reviews an entire ftp folder and its subfolders recursively
}
\examples{
if(interactive()) {
#!Not working if FTP_CON_LOC, FTP_URL_LOC and /projet/myapp/ are not defined
#!Not working if FTP_CON_LOC, FTP_URL_LOC and path are not defined correctly
spred::ftp_dir_rec(
con = Sys.getenv("FTP_CON_LOC"),
url = Sys.getenv("FTP_URL_LOC"),
......
......@@ -39,7 +39,7 @@ if a subdirectory is not emptied, it is not deleted.
}
\examples{
if(interactive()) {
#!Not working if FTP_CON_LOC, FTP_URL_LOC and /projet/myapp/ are not defined
#!Not working if FTP_CON_LOC, FTP_URL_LOC and dirto are not defined correctly
spred::ftp_rm_all_exept(
con = Sys.getenv("FTP_CON_LOC"),
url = Sys.getenv("FTP_URL_LOC"),
......
......@@ -32,7 +32,7 @@ except those listed. This operation overwrites files with the same name.
}
\examples{
if(interactive()) {
#!Not working if FTP_CON_LOC, FTP_URL_LOC and /projet/myapp/ are not defined
#!Not working if FTP_CON_LOC, FTP_URL_LOC, dirfrom and dirto are not defined correctly
spred::ftp_write_all_exept(
con = Sys.getenv("FTP_CON_LOC"),
url = Sys.getenv("FTP_URL_LOC"),
......
......@@ -32,7 +32,7 @@ listed in "only". This operation overwrites files with the same name.
}
\examples{
if(interactive()) {
#!Not working if FTP_CON_LOC, FTP_URL_LOC and /projet/myapp/ are not defined
#!Not working if FTP_CON_LOC, FTP_URL_LOC, dirfrom and dirto are not defined correctly
spred::ftp_write_only(
con = Sys.getenv("FTP_CON_LOC"),
url = Sys.getenv("FTP_URL_LOC"),
......
......@@ -18,7 +18,6 @@ Default work directory (".")
}
\examples{
if(interactive()) {
#!Not working if /../myapp/ are not defined
spred::local_dir_exist("./../myapp/")
}
}
......
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spred-package.R
\docType{package}
\name{spred-package}
\alias{spred}
\alias{spred-package}
\title{spred: Spread Your Wings And Your Apps Easily With Spred}
\description{
Ce package vous permet de deployer facilement vos contenus sur des servers distants, via les protocoles ftp, sftp, samba, scp et ssh git. This package allows you to easily deploy your content to remote servers, with ftp, sftp, smb, scp and ssh git protocols.
}
\seealso{
Useful links:
\itemize{
\item \url{https://dreal-pdl.gitlab-pages.din.developpement-durable.gouv.fr/csd/acter/spred/}
\item \url{https://gitlab-forge.din.developpement-durable.gouv.fr/dreal-pdl/csd/acter/spred}
}
}
\author{
\strong{Maintainer}: Edouard Morin \email{edouard.morin@developpement-durable.gouv.fr}
}
\keyword{internal}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment