We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
walk()
1 parent 31713d9 commit 4e3faebCopy full SHA for 4e3faeb
1 file changed
R/check-win.R
@@ -165,11 +165,11 @@ submit_winbuilder_ftp <- function(path, version) {
165
"/",
166
path_file(path)
167
)
168
- lapply(url, upload_ftp, file = path)
+ walk(url, upload_ftp, file = path)
169
}
170
171
submit_winbuilder_webform <- function(path, version) {
172
- lapply(version, upload_webform, file = path)
+ walk(version, upload_webform, file = path)
173
174
175
confirm_maintainer_email <- function(email, call = parent.frame()) {
0 commit comments