Update installation instructions.
Write NEWS in Markdown.
Now using .onAttach()
instead of .First.lib()
.
Now sfit2()
passes NA instead of NULL to .C("Rwrapper_sfit0")
.
The previous workaround for using prior +Inf weights and pass them
to the native code as .Machine$double.xmax
did no longer work; it
resulted in missing values in the results. Passing Inf as
sqrt(.Machine$double.xmax)
seems to work.
Package passes R CMD check
on R v2.15.0 and R devel.
packageStartupMessage()
instead of cat()
when
loaded.loexp()
internal for now.fitCone()
calls fitExpectileCone()
as is.
Added fitExpectileCone()
, which returns an ExpectileCone
object.
Added points()
, lines()
, and radials()
to ExpectileCone
.
loexp()
, which previously was in the loexp package.sfit2()
and a fixed a bug in its
examples.R CMD check
on R v2.7.1 and R v2.8.0 devel.