You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CRAN note (for v0.3.9) indicates that there is an undeclared reference to the FSA package in the documentation. I think that this is likely in SpotVA2. I think that this note can be corrected by either putting FSA as a suggests: in the DESCRIPTION file or removing the link to FSA in SpotVA2 (it is not that important to link that documentation to the documentation for SpotVA1 in FSA ... and several versions ago I tried to remove all of these links as they were largely a pain).
If we go with the latter then I would change this text in SpotVA2.R
from the \code{\link[FSA]{SpotVA1}} data frame were
to
from the \code{SpotVA1} data frame in \pkg{FSA} were
The text was updated successfully, but these errors were encountered:
A CRAN note (for v0.3.9) indicates that there is an undeclared reference to the
FSA
package in the documentation. I think that this is likely inSpotVA2
. I think that this note can be corrected by either puttingFSA
as a suggests: in the DESCRIPTION file or removing the link to FSA inSpotVA2
(it is not that important to link that documentation to the documentation forSpotVA1
inFSA
... and several versions ago I tried to remove all of these links as they were largely a pain).If we go with the latter then I would change this text in
SpotVA2.R
to
The text was updated successfully, but these errors were encountered: