Displaying 2 results from an estimated 2 matches for "insubstr".
Did you mean:
industr
2015 Oct 06
1
Error generated by .Internal(nchar) disappears when debugging
...On the other hand, if some package is calling the .Internal function
> directly, I'd expect that to break. Packages shouldn't do that.
>
>
> I never said the package called the internal function, because it
> doesn't. The error message reports there's an error insubstr(sc[i], 2,
> nchar(sc[i]) - 1). Then it continues to indicate the problem occurs at
> the moment nchar() calles the internal function. That's how the core
> team wrote the nchar() function.
>
>
> So I'd say there's been no evidence posted of a problem in R here,
&...
2015 Oct 05
9
Error generated by .Internal(nchar) disappears when debugging
On 05/10/2015 7:24 PM, Matt Dowle wrote:
> Joris Meys <jorismeys <at> gmail.com> writes:
>
>>
>> Hi all,
>>
>> I have a puzzling problem related to nchar. In R 3.2.1, the internal
> nchar
>> gained an extra argument (see
>> https://stat.ethz.ch/pipermail/r-announce/2015/000586.html)
>>
>> I've been testing code using the