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
Based on call with @seabbs, I currently prefer importing all functions from currently used packages (data.table, ggplot2, maybe brms) and then using :: for other things. Perhaps this is only because I've never used the roxygen2 version. Also if a user copy pastes the function out of their R console it won't have the roxygen2 right?
The text was updated successfully, but these errors were encountered:
I think it would be unusual to use a mix of namespace and ::. If using the namespace at all I think we want everything in it but we can also use :: as you say
think it would be unusual to use a mix of namespace and ::. If using the namespace at all I think we want everything in it but we can also use :: as you say
Note that this is different to where we ended up I think.
package::function
Originally posted by @seabbs in #70 (comment)
Based on call with @seabbs, I currently prefer importing all functions from currently used packages (
data.table
,ggplot2
, maybebrms
) and then using::
for other things. Perhaps this is only because I've never used theroxygen2
version. Also if a user copy pastes the function out of their R console it won't have theroxygen2
right?The text was updated successfully, but these errors were encountered: