Re: [Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Kevin Hendricks
Hi Dan, In case this catches anyone else ... FWIW, I found the issue ... in my Rinit.c, my package uses the .External call which actually takes one SEXP which points to a "varargs-like" list. Under 2.15.X and earlier, I thought the proper entry for an .External call was as below since it onl

Re: [Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Kevin Hendricks
Hi Dan, Thank you! I dig up a Mac at work and recreate this. Kevin On 2013-03-09, at 5:52 PM, Dan Tenenbaum wrote: > On Sat, Mar 9, 2013 at 2:17 PM, Kevin Hendricks > wrote: >> Hi, >> One last quick question ... does anyone archive older CRAN package check >> summaries? I searched the web

Re: [Rd] Why cannot `Rscript -e` accept an empty line?

2013-03-09 Thread Barry Rowlingson
On Sat, Mar 9, 2013 at 9:32 PM, Yihui Xie wrote: > See the example below (under Ubuntu): > > $ Rscript -e '1' -e '2' > [1] 1 > [1] 2 > $ Rscript -e '1' -e '' -e '2' > ERROR: option '-e' requires an argument > $ uname -a > Linux xie 3.5.0-25-generic #39-Ubuntu SMP Mon Feb 25 18:26:58 UTC 2013 > x86

Re: [Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Dan Tenenbaum
On Sat, Mar 9, 2013 at 2:17 PM, Kevin Hendricks wrote: > Hi, > One last quick question ... does anyone archive older CRAN package check > summaries? I searched the web but could not find any. My package was > archived in February of this year so any package check summary from earlier > than t

Re: [Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Kevin Hendricks
Hi, One last quick question ... does anyone archive older CRAN package check summaries? I searched the web but could not find any. My package was archived in February of this year so any package check summary from earlier than that should help me figure out what is broken on MacOSX or Windows.

Re: [Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Kevin Hendricks
Hi, Thanks for that info. It works/builds without error or warnings on my RedHat Enterprise 6 with R 2.15.2 version which I use but must be broken somehow on later versions. I will see if I can find the autobuild warnings error report someplace. Kevin Sent from my iPad On 2013-03-09, at

[Rd] Why cannot `Rscript -e` accept an empty line?

2013-03-09 Thread Yihui Xie
See the example below (under Ubuntu): $ Rscript -e '1' -e '2' [1] 1 [1] 2 $ Rscript -e '1' -e '' -e '2' ERROR: option '-e' requires an argument $ uname -a Linux xie 3.5.0-25-generic #39-Ubuntu SMP Mon Feb 25 18:26:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux Similar problem under Windows: Rscript

Re: [Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Henrik Bengtsson
On Sat, Mar 9, 2013 at 12:25 PM, Kevin Hendricks wrote: > Hi, > > Who should I ask about my package Rigroup_0.83 being moved to Archive status > on CRAN and no longer available via install.package? I have no problems with > the move if this was simply because of low demand. However, if there w

[Rd] question on why Rigroup package moved to Archive on CRAN

2013-03-09 Thread Kevin Hendricks
Hi, Who should I ask about my package Rigroup_0.83 being moved to Archive status on CRAN and no longer available via install.package? I have no problems with the move if this was simply because of low demand. However, if there was a build issue with the newest releases that caused problems, I

Re: [Rd] Submitting packages with weak circular dependencies to CRAN.

2013-03-09 Thread Uwe Ligges
On 09.03.2013 10:02, Hervé Pagès wrote: Hi Pavel, On 03/08/2013 04:42 PM, Pavel N. Krivitsky wrote: Hello, R-devel, I am planning to submit two packages, A and B, to CRAN. Package B uses an API exported by package A, while package A uses package B to test the API in question. Thus, package B

Re: [Rd] Submitting packages with weak circular dependencies to CRAN.

2013-03-09 Thread Hervé Pagès
Hi Pavel, On 03/08/2013 04:42 PM, Pavel N. Krivitsky wrote: Hello, R-devel, I am planning to submit two packages, A and B, to CRAN. Package B uses an API exported by package A, while package A uses package B to test the API in question. Thus, package B Depends on, and Enhances, A, and A Suggest