Skip to content
Prev 8895 / 12125 Next

[R-pkg-devel] Problem with package containing spatial data

On 09/02/2023 12:41 p.m., Alexandre Courtiol wrote:
Would these files ever be used when your package is not attached, e.g. 
through a function imported by a different package?  If so, you should 
use .onLoad(), not .onAttach().

Duncan Murdoch