Displaying 1 result from an estimated 1 matches for "pkg_fun".
Did you mean:
pkg_fmt
2011 Aug 23
2
Increase transparency: suggestion on how to avoid namespaces and/or unnecessary overwrites of existing functions
...everything is working as
planned).
# For debugging he would need to go back to using 'fun()'. Pretty
cumbersome.
# So how about simply automatically prepending a given function's name with
# the package's name for each package that is build (e.g. 'pkg.fun()' or
# 'pkg_fun()')? In the end, this would just be a small change for new
packages
# without a significant decrease of performance and it could also be
realized
# at early stages of the development process (see illustration below).
# 3) ILLUSTRATION
# Example case where base function 'parse.default...