Skip to content
Prev 946 / 12125 Next

[R-pkg-devel] duplicate function during build

Not during build, but before, you could run in a bash from the package source root:

$ awk '/function/{print $1}' R/* | uniq -d

To find the files, use:

$ grep <name> R/*

Best wishes,

Sven