Re: [R] write R extenesion issue

2005-10-16 Thread jiesheng zhang
Hi, duncan I remove the built and packaged line from DESCRIPTION and install from source. It worked right now Thanks -jason Duncan Murdoch wrote: > jiesheng zhang wrote: >> I found my attachment was discarded. >> My R package structure lis listed here >> - >> btRRTest

Re: [R] write R extenesion issue

2005-10-15 Thread Prof Brian Ripley
Here is the cause: >> * Installing *binary* package 'btRRTest' ... ^^ However, you have a source package, and you have an invalid DESCRIPTION file containing a Built: line. Please read `Writing R Extensions' and check you are following the rules it lays down (as in this r

Re: [R] write R extenesion issue

2005-10-15 Thread Peter Dalgaard
jiesheng zhang <[EMAIL PROTECTED]> writes: > I found my attachment was discarded. > My R package structure lis listed here > - > btRRTest > DESCRIPTION > Package: btRRTest > Version: 0.0.1 > Date: 2005-10-15 >

Re: [R] write R extenesion issue

2005-10-15 Thread Duncan Murdoch
jiesheng zhang wrote: > I found my attachment was discarded. > My R package structure lis listed here > - > btRRTest > DESCRIPTION > Package: btRRTest > Version: 0.0.1 > Date: 2005-10-15 > Title: a test remote

Re: [R] write R extenesion issue

2005-10-15 Thread jiesheng zhang
I found my attachment was discarded. My R package structure lis listed here - btRRTest DESCRIPTION Package: btRRTest Version: 0.0.1 Date: 2005-10-15 Title: a test remote R exeuction A

Re: [R] write R extenesion issue

2005-10-15 Thread jiesheng zhang
My package structure is very simple. I attached it here. Any help is appreciated. -ason jiesheng zhang wrote: Hi, all I am trying to write a R package. I was able to build and install the package with no problem. However, I got this error when I try to load the library by calling library("btRR

[R] write R extenesion issue

2005-10-15 Thread jiesheng zhang
Hi, all I am trying to write a R package. I was able to build and install the package with no problem. However, I got this error when I try to load the library by calling library("btRRTest"); --error message in loading- > library("btRRTest") Error in library("btRRTest") :