littler is a command line UNIX program that provides hash-bang (#!) capability for the R Project.
This looks great! Unfortunately, it did not compile in my comp, complaining about R_SignalHandlers being undeclared on line 544 of litter.r
oh well
That should have been littler.c of course.
Your R is too old—you need version 2.3.1 or 2.4.0 as older versions didn’t provide API features which littler.c needs. The current littler now tests during configure. Sorry for the confusion.Hope this helps, Dirk
This looks great! Unfortunately, it did not compile in my comp, complaining about R_SignalHandlers being undeclared on line 544 of litter.r
oh well
— Haris Skiadas Sep 26, 03:27 PM #
That should have been littler.c of course.
— Haris Skiadas Sep 26, 03:28 PM #
Your R is too old—you need version 2.3.1 or 2.4.0 as older versions didn’t provide API features which littler.c needs. The current littler now tests during configure. Sorry for the confusion.
Hope this helps, Dirk
— Dirk Eddelbuettel Oct 5, 02:29 PM #