[R] Problem when building a test R package on PC
Doran, Harold
HDoran at air.org
Tue Jun 24 17:52:03 CEST 2008
I don't know the problem per se, but I can say this. In the past, I
used the Rossi example and wasn't able to build an R package for
Windows. I also explored other resources on the web and came to a
similar halt.
The only solution for me was to read the R manual and follow the Murdoch
instructions on his web site (link below). I think staying with the
canonical guides for this is the only way to get a build done properly.
http://www.murdoch-sutherland.com/Rtools/
> -----Original Message-----
> From: r-help-bounces at r-project.org
> [mailto:r-help-bounces at r-project.org] On Behalf Of Xiaohui Wang
> Sent: Tuesday, June 24, 2008 11:22 AM
> To: r-help at r-project.org
> Subject: [R] Problem when building a test R package on PC
>
>
> I followed the instruction of building R package on PC by
> Peter Rossi. I got problem when I tried to build a R package
> from his example, test.zip. The problem occurs when I tried to
>
> R CMD check test
>
> the screen stops at
>
>
> D:\Rpackagebuild\Rossi_test>R CMD check test
> * checking for working pdflatex ... OK
> * using log directory 'D:/Rpackagebuild/Rossi_test/test.Rcheck'
> * using R version 2.7.0 (2008-04-22)
> * using session charset: ISO8859-1
> * checking for file 'test/DESCRIPTION' ... OK
> * this is package 'test' version '0.0'
> * checking package name space information ... OK
> * checking package dependencies ... OK
> * checking if this is a source package ... OK
> * checking whether package 'test' can be installed ...
>
> and the file ooinstal.out shows the following installing
> R.css in D:/Rpackagebuild/Rossi_test/test.Rcheck
>
> ---------- Making package test ------------
> adding build stamp to DESCRIPTION
> installing NAMESPACE file and metadata
> making DLL ...
> making test.d from test.c
> gcc -std=gnu99 -Ic:/PROGRA~1/R/R-27~1.0/include -O3
> -Wall -c test.c
> -o test.o
>
> There is subdirectory called ooLOCK under test.Rcheck.
> However, there is nothing under it.
>
> Does anyone have any idea what is going wrong?
>
> Thanks,
> Amanda
>
>
> On Mon, Jun 23, 2008 at 12:23 PM,
> <r-help-request at r-project.org> wrote:
>
> > Welcome to the R-help at r-project.org mailing list!
> >
> > To post to this list, send your email to:
> >
> > r-help at r-project.org
> >
> > General information about the mailing list is at:
> >
> > https://stat.ethz.ch/mailman/listinfo/r-help
> >
> > If you ever want to unsubscribe or change your options (eg,
> switch to
> > or from digest mode, change your password, etc.), visit your
> > subscription page at:
> >
> > https://stat.ethz.ch/mailman/options/r-help/xiaohui328%40gmail.com
> >
> > You can also make such adjustments via email by sending a
> message to:
> >
> > R-help-request at r-project.org
> >
> > with the word `help' in the subject or body (don't include the
> > quotes), and you will get back a message with instructions.
> >
> > You must know your password to change your options
> (including changing
> > the password, itself) or to unsubscribe. It is:
> >
> > ets001
> >
> > Normally, Mailman will remind you of your r-project.org
> mailing list
> > passwords once every month, although you can disable this if you
> > prefer. This reminder will also include instructions on how to
> > unsubscribe or change your account options. There is also
> a button on
> > your options page that will email your current password to you.
> >
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
More information about the R-help
mailing list