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 Jun 30, 2023. It is now read-only.
Also, according to the rOpenSci packaging guidelines, maybe it is a good idea to switch to message() instead. If all cat instances are replaced, we can simply modify .vcat to change all cat calls to message calls.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the solution you'd like
There are still a few instances of
cat
in the codebase, e.g.academictwitteR/R/get_liking_users.R
Lines 29 to 48 in 56a4254
academictwitteR/R/get_user_edges.R
Lines 75 to 89 in 56a4254
academictwitteR/R/get_user_profile.R
Line 31 in 17dc6d9
Therefore, they can't control the verbosity. The helper function
.vcat
should be used.NB: This instance is different because it is asking for radius
academictwitteR/R/build_queryv2.R
Lines 159 to 161 in 6c3d631
Also, according to the rOpenSci packaging guidelines, maybe it is a good idea to switch to
message()
instead. If allcat
instances are replaced, we can simply modify.vcat
to change allcat
calls tomessage
calls.Anything else?
No response
The text was updated successfully, but these errors were encountered: