Displaying 4 results from an estimated 4 matches for "coercesymbol".
1999 Nov 23
1
as.name() is not idempotent (PR#337)
as.name(as.name("ss"))
gives an error in R (0.90 and earlier)
but should of course give the same as simply
as.name("ss")
This reminds me of similar bug/problem... which I don't recall.
Yes, I should build tests like these into "make test-Specific" ..
Martin
--please do not edit the information below--
Version:
platform = sparc-sun-solaris2.5.1
arch =
2010 Apr 22
2
R2.11.0 - rasterImage() and barplot fill-patterns
...nite values instead of jumping to -Inf too early (PR#14230).
>
> o parse(text=x) misbehaved for objects 'x' that were not coerced
> internally to character, notably symbols. (Reported to
> R-devel by Bill Dunlap.)
>
> o The internal C function 'coerceSymbol' now handles coercion to
> character, and warns if coercion fails (rather than silently
> returning NULL). This allows a name to be given where a
> character vector is required in functions which coerce
> internally.
>
> o The interpretation b...
2010 Apr 22
0
R 2.11.0 is released
...) now returns
finite values instead of jumping to -Inf too early (PR#14230).
o parse(text=x) misbehaved for objects 'x' that were not coerced
internally to character, notably symbols. (Reported to
R-devel by Bill Dunlap.)
o The internal C function 'coerceSymbol' now handles coercion to
character, and warns if coercion fails (rather than silently
returning NULL). This allows a name to be given where a
character vector is required in functions which coerce
internally.
o The interpretation by strptime() of %c was n...
2010 Apr 22
0
R 2.11.0 is released
...) now returns
finite values instead of jumping to -Inf too early (PR#14230).
o parse(text=x) misbehaved for objects 'x' that were not coerced
internally to character, notably symbols. (Reported to
R-devel by Bill Dunlap.)
o The internal C function 'coerceSymbol' now handles coercion to
character, and warns if coercion fails (rather than silently
returning NULL). This allows a name to be given where a
character vector is required in functions which coerce
internally.
o The interpretation by strptime() of %c was n...