Maybe after all this is more appropriate on r-devel, so I'm forwarding it here.
-- Forwarded message --
From: Elena Grassi
Date: Wed, Apr 3, 2013 at 2:19 PM
Subject: Process substitution and read.table/scan
To: r-h...@r-project.org
Hello, I did the same question on stackoverflow
Hi,
I get an error from loadNamespace in the following situation (on R-2.15.3,
R-devel 2013-03-26 r62409, and fresh R-3.0.0):
- package A has an optional (suggests) dependency to package C, which is
tested at load time in .onLoad, via require().
- package B depends on package A, which is loaded w