Re: [Rd] example(smooth.spline) fails when function is NOT byte-compiled

2012-09-19 Thread Prof Brian Ripley
As the posting guide asked of you, try R-patched or R-devel before posting, and check the bug repository. • smooth.spline() used DUP = FALSE which allowed its compiled C code to change the function: this was masked by the default byte-compilation. (PR#14965.) On 19/09/2012 21:4

[Rd] example(smooth.spline) fails when function is NOT byte-compiled

2012-09-19 Thread Hervé Pagès
Hi, example(smooth.spline) fails with the non byte-compiled version of the smooth.spline function: > example(smooth.spline) smth.s> require(graphics) smth.s> attach(cars) smth.s> plot(speed, dist, main = "data(cars) & smoothing splines") [... more output deleted...] smth.s> li