Hi all,
I'm a summer University research student and I've been wroking on writing a
package, Rsoam, to integrate R with Platform's symphony software to allow
for distributed computing. When I "R CMD check" the package, I get the
following error when trying to load the Rsoam.so after building Rs
> Ferdinand Alimadhi writes:
> R CMD check gives an error when a vignette entry %\VignetteDepends{} has any
> extra space at the end.
> Maybe this is by design, but I found it confusing.
Actually, this is by design, but I'll look into changing it.
Best
-k
> Changing the function "vignetteMe
Note that the message is not about '' and NULL but about ''
and NULL.
I suspect the line endings are screwed up in the environment in use, which
seems not to be our toolset from the comments about Cygwin. It is most
likely the shell used by make that is doing this, but it could be Perl.
I can