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

fix: install apt tk pour tcltk

parent 89302fe9
Branches
Tags
5 merge requests!12Dev,!11Dev to main 0.0.2,!10Dev to main 0.0.2,!9modif readme rebuild 0.0.2,!80.0.2
Pipeline #541028 passed
......@@ -31,6 +31,7 @@ building:
- Rscript -e '.libPaths()'
- Rscript -e 'if(!requireNamespace("pak", quietly = TRUE)) {install.packages("pak")}'
- Rscript -e 'pak::pak(pkg = ".", upgrade = TRUE)'
- sudo apt-get -y install python3-tk
- Rscript -e 'install.packages("tcltk")'
- Rscript -e 'pak::pkg_install(pkg = c("rcmdcheck"), upgrade = TRUE)'
- R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")'
......
......@@ -21,5 +21,4 @@ importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(readr,read_table)
importFrom(stringr,str_count)
importFrom(tcltk,tk_messageBox)
importFrom(tibble,tibble)
......@@ -51,7 +51,7 @@ spred::ftp_rm_all_exept(
}
}
\seealso{
Other ftp:
Other ftp:
\code{\link{ftp_deploy}()},
\code{\link{ftp_dir_exist}()},
\code{\link{ftp_dir_rec}()},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment