robjhyndman / forecast

Forecasting Functions for Time Series and Linear Models
http://pkg.robjhyndman.com/forecast
1.1k stars 340 forks source link

Update package docs to avoid conflict with generics::forecast reexport #916

Closed mitchelloharawild closed 1 year ago

mitchelloharawild commented 1 year ago

Fix "_PACKAGE" documentation alias conflict check errors.

https://roxygen2.r-lib.org/articles/rd.html#packages

By default, aliases will be added so that both ?pkgname and package?pkgname will find the package help. If there’s an existing function called pkgname, use @aliases {pkgname}-package to override the default.

robjhyndman commented 1 year ago

Not sure why that didn't work for me. I thought I tried it. In any case, thanks for the fast response.