Skip to content
Prev 55686 / 63424 Next

Where does L come from?

The choice of the L suffix in R to mean "R integer type", which
is mapped to the "int" type at the C level, and NOT to the "long int"
type, is really unfortunate as it seems to be misleading and confusing
a lot of people.

The fact that nowadays "int" and "long int" have the same size on most
platforms is only anecdotal here.

Just my 2 cents.

H.
On 08/25/2018 10:01 AM, Dirk Eddelbuettel wrote: