Dear All,
My apologies if the question is ambiguous.
I can create the pdf manual from a package I've built from "R CMD check
fooPackage". Is there a way to get the Tex file for the package manual pdf?
Well, I presume there is Tex code "behind" a package manual pdf file. But
if so, how can I get i
On 14/08/2014, 8:51 PM, Axel Urbiz wrote:
> Dear All,
>
> My apologies if the question is ambiguous.
>
> I can create the pdf manual from a package I've built from "R CMD check
> fooPackage". Is there a way to get the Tex file for the package manual pdf?
> Well, I presume there is Tex code "behin
Kirill,
Perhaps I'm just being obtuse, but what are you proposing rpart do in the
case of an empty model? Return a "tree" that always guesses the most
common label, or doesn't guess at all (NA)? It doesn't seem like you'd need
rpart for either of those.
~G
On Wed, Aug 13, 2014 at 3:51 AM, Kiri
Gabriel
Thanks for your feedback. Indeed, I was not particularly clear here. The
empty model is just a very special case in a more general setting. I'd
have to work around this deficiency in my code -- sure I can do that,
but I thought a generic solution should be possible. In particular, I'm
AFAIK there is not supposed to be any user level code that depends on the
existence of *tmp*, but there are knock-on effects (evaluating code in a locked
environment can succeed with byte code and fail with the interpreter, for
instance)
Peter
> On Aug 14, 2014, at 14:35, Michael Haupt wrote:
Hi Duncan,
Thanks for your response.
The command "R CMD Rd2pdf --no-clean fooPackage" is creating the pdf file
with the package manual but not the .tex file. I find this odd given that
the following is part of the log:
"Hmm ... looks like a package
Converting Rd files to LaTeX .
Creating p
On 15/08/2014, 4:47 PM, Axel Urbiz wrote:
> Hi Duncan,
>
>
> Thanks for your response.
>
>
> The command "R CMD Rd2pdf --no-clean fooPackage" is creating the pdf
> file with the package manual but not the .tex file. I find this odd
> given that the following is part of the log:
>
>
> "Hmm .
It is not a virtual machine. But every process has it's memory limited. And
Java will insanely (try to) reserve 1/4 of memory for its heap on every run, by
default. Ugly language, that would be at least 3GB on this server. So the fix
is -Xms and -Xmx passed using _JAVA_OPTIONS variable. Now it h