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
Dear @sckott ,
The user_list does not work properly with default value:
user_list
> a <- user_list() Hide Traceback Rerun with Debug Error: length(names(body)) > 0 is not TRUE 8 stop(sprintf(ngettext(length(r), "%s is not TRUE", "%s are not all TRUE"), ch), call. = FALSE, domain = NA) 7 stopifnot(length(names(body)) > 0) 6 body_config(body, encode) 5 perform(handle, writer, method, opts, body) 4 make_request("post", hu$handle, hu$url, config, body_config(body, encode)) 3 POST(file.path(url, ck(), method), body = body, ...) at zzz.R#23 2 ckan_POST(url, "user_list", body = body, ...) at user_list.R#14 1 user_list()
I guess the reason is that both q and order_by are NULL.
q
order_by
NULL
The text was updated successfully, but these errors were encountered:
226c28a
@wush978 should work now, try it out
Sorry, something went wrong.
Yes, thanks! wush978@d823b0e in #28 implements the test for user_list.
No branches or pull requests
Dear @sckott ,
The
user_list
does not work properly with default value:I guess the reason is that both
q
andorder_by
areNULL
.The text was updated successfully, but these errors were encountered: