ropensci / slopes

Package to calculate slopes of roads, rivers and trajectories
https://docs.ropensci.org/slopes/
GNU General Public License v3.0
70 stars 6 forks source link

importFrom methods is. Resolves gp NOTE #27

Closed annakrystalli closed 3 years ago

annakrystalli commented 3 years ago

Fixes NOTE identified by goodpractice::gp (see https://github.com/ropensci/software-review/issues/420#issuecomment-775290155)

methods dependency: It looks like methods is a special case. Having a look at this more detailed documentation on namespacing and in particular the S4 section it looks like the workaround is to import the methods functions you need in the function roxugen2 documentation.

temospena commented 3 years ago

many thanks!!