Displaying 3 results from an estimated 3 matches for "cleridy".
Did you mean:
clarify
2012 Feb 13
1
comment lines sometimes removed from a function on exit from internal R editor
...An example is below. Couldn't find anything that seemed to relate to this in the Changelog. I don't recall encountering this behavior with previous versions of R. Any suggestions on how to preserve the comment lines would be greatly appreciated. Many apologies if this is a stupid question. Cleridy
## this function has comments at the top:
> mapsp.sqrtcpd.f
function (input.frm, cpd.numerator, cpd.denominator, basis.dim,
npts, nyrs.unq, prop.ctch)
{
# here are some comments
# and more
#
year.min<- 1975
......
## copy function to a dummy function:
> tmp.f<...
2012 Feb 29
0
R 2.14.2 is released + R anniversary
...ent.
(PR#14807)
o svg() could segfault if called with a non-existent file path.
(PR#14790)
o make install can install to a path containing + characters.
(PR#14798)
o The edit() function did not respect the options("keep.source")
setting. (Reported by Cleridy Lennert.)
o predict.lm(*, type="terms", terms=*, se.fit=TRUE) did not work.
(PR#14817)
o There is a partial workaround for errors in the TRE
regular-expressions engine with named classes and repeat counts
of at least 2 in a MBCS locale (PR#14408): these are avo...
2012 Feb 29
0
R 2.14.2 is released + R anniversary
...ent.
(PR#14807)
o svg() could segfault if called with a non-existent file path.
(PR#14790)
o make install can install to a path containing + characters.
(PR#14798)
o The edit() function did not respect the options("keep.source")
setting. (Reported by Cleridy Lennert.)
o predict.lm(*, type="terms", terms=*, se.fit=TRUE) did not work.
(PR#14817)
o There is a partial workaround for errors in the TRE
regular-expressions engine with named classes and repeat counts
of at least 2 in a MBCS locale (PR#14408): these are avo...