2009/9/3 Uwe Ligges <lig...@statistik.tu-dortmund.de>:
>
>
> Hadley Wickham wrote:
>>
>> Currently, writing R extensions states: "The ‘Package’ and ‘Version’
>> fields give the name and the version of the package, respectively. The
>> name should consist of letters, numbers, and the dot character and
>> start with a letter. "
>>
>> Now that _ is no longer an assignment operator, could it be added to this
>> list?
>
>
> Hadley, it is used as the separator between packagename and version number
> in the name of a package. And (at least my) code relies on the fact that
> there is exactly one "_" in the filename.

I agree that this opens up for potential problems, but that one should
be possible to solve using correct regular expressions, just like it
was done to allow for periods ('.') in package names.

My $.02

/Henrik

>
> Best,
> Uwe
>
>
>
>
>> Hadley
>>
>
> ______________________________________________
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to