Changelog
fUnitRoots 4040.81
CRAN release: 2024-05-15
- fixed warnings about ancient Fortran features. Now all
DOloops are terminated withEND DOand do not share termination statements.
fUnitRoots 4021.80
CRAN release: 2022-08-06
new maintainer: Georgi N. Boshnakov.
removed
timeDatefrom (direct) dependencies. MovedtimeSeriesandfBasicsfromDepends:toImports:. Users who relied onlibrary(fUnitRoots)to put all these packages on the search path will need to load them explicitly, if needed.updated DESCRIPTION, in particular removed redundant
LazyDataline (this removed a NOTE to that effect from CRAN).set up the Fortran code to use ‘R_registerRoutines’, etc. (this removed a NOTE to that effect from CRAN)
replaced
class(x) == "timeSeries"withis(x, "timeSeries")to cancel a NOTE from R’s checks.in NAMESPACE, now export selectively rather than with the pattern
".".import
plotfromtimeSeries. Without this, S4 methods forplotare not necessarilly visible fromfUnitRoots. E.g., the examples in “UnitrootUrcaInterface.Rd” failed (after stopping importingtimeDate) becauseplot(urca)was calling the default plot method. (TODO: this probably could be avoided by defining also some S3 methods, as recommended inmethods.)