We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here an example:
rix::rix( r_ver = "bleeding_edge", r_pkgs = c("tidyverse", "digest", "bench"), git_pkgs = list(list(package_name = "uwu", repo_url = "https://github.com/JosiahParry/uwu/", commit = "cb20213e6faed74323634c404334c0fbdfdebfaf")) ) #> Error in strsplit(unlist(imports), split = ","): non-character argument
I assume it's here because {uwu} has no imports.
rix/R/fetchers.R
Line 154 in 287e8bd
Not tested, but here a suggested fix:
if (!is.null(imports) && length(imports) > 0) { output <- unname(trimws(unlist(strsplit(unlist(imports), split = ",")))) } else { output <- character(0) }
The text was updated successfully, but these errors were encountered:
Update fetchers.R
cfd0f6e
Related ropensci#352
No branches or pull requests
Here an example:
I assume it's here because {uwu} has no imports.
rix/R/fetchers.R
Line 154 in 287e8bd
Not tested, but here a suggested fix:
The text was updated successfully, but these errors were encountered: