courtiol / IsoriX

This is the website dedicated to the development of the R package IsoriX
12 stars 5 forks source link

reexport useful functions #88

Closed courtiol closed 6 years ago

courtiol commented 6 years ago

Addressing a feature request from @f-rousset: to prevent users to have to load companion packages (spaMM, rastervis...) we could reexport the functions they are likely to use. I had no idea how to do that until now, but I just discovered that it is in fact super simple. Check dplyr for examples!

The useful thing to get done before that would be to list here those potential functions.

courtiol commented 6 years ago

I've started at it seems to work!