You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
on cache-clean branch but should be broken on master as well:
res2<- ft_search(query='ecology', from='crossref', limit=3)
out<- ft_links(res2)
ft_get(x=out, type="pdf")
#> Error in private$crul_h_pool[[z]] <- handle :#> wrong args for environment subassignment#> In addition: Warning message:#> In if (!grepl("https?://", x)) stop("Not a proper url") else x :#> the condition has length > 1 and only the first element will be used
The text was updated successfully, but these errors were encountered:
there's two urls for a single article, each of which has unspecified type, so I think that's the problem is we're passing 2 urls to a function that expects 1
related
crminer
issue ropensci-archive/crminer#28on
cache-clean
branch but should be broken on master as well:The text was updated successfully, but these errors were encountered: