On Sat, 9 Mar 2019, Gábor Csárdi wrote:
https://github.com/r-lib/pkgapi has map_package() which will list all
the functions of a package, where they were defined, and also all
function calls, internal ones and calls to external packages as well:
map <- pkgapi::map_package("~/works/processx")
na
On Sat, 9 Mar 2019, Iñaki Ucar wrote:
On Sat, 9 Mar 2019 at 15:07, Roger Bivand wrote:
Hi,
Is anyone aware of tools permitting the listing of functions in the
namespace of package A used by package B when package B declares that it
depends on A, suggests A, or imports(A) without specifying t
https://github.com/r-lib/pkgapi has map_package() which will list all
the functions of a package, where they were defined, and also all
function calls, internal ones and calls to external packages as well:
map <- pkgapi::map_package("~/works/processx")
names(map)
#> [1] "name""exports" "defs"
On Sat, 9 Mar 2019 at 15:07, Roger Bivand wrote:
>
> Hi,
>
> Is anyone aware of tools permitting the listing of functions in the
> namespace of package A used by package B when package B declares that it
> depends on A, suggests A, or imports(A) without specifying the functions
> from A that B is
Hi,
Is anyone aware of tools permitting the listing of functions in the
namespace of package A used by package B when package B declares that it
depends on A, suggests A, or imports(A) without specifying the functions
from A that B is using? If B imports functions from A, and uses
importsFrom