2012/11/7 Stephanie M. Gogarten :
>
>
> On 11/7/12 12:00 PM, Prof Brian Ripley wrote:
>>
>> On 07/11/2012 17:52, mauricio zambrano wrote:
>>>
>>>
>>>
>>> On 11/07/12, Simon Urbanek wrote:
>>>
On Nov 7, 2012, at 9:25 AM, Simon Urbanek wrote:
> On Nov 7, 2012, at 4:04 AM, Mauricio Zam
2012/11/7 Prof Brian Ripley :
> On 07/11/2012 17:52, mauricio zambrano wrote:
>>
>>
>>
>> On 11/07/12, Simon Urbanek wrote:
>>
>>> On Nov 7, 2012, at 9:25 AM, Simon Urbanek wrote:
>>>
On Nov 7, 2012, at 4:04 AM, Mauricio Zambrano-Bigiarini wrote:
> Dear R developers,
>
> Tak
On 11/7/12 12:00 PM, Prof Brian Ripley wrote:
On 07/11/2012 17:52, mauricio zambrano wrote:
On 11/07/12, Simon Urbanek wrote:
On Nov 7, 2012, at 9:25 AM, Simon Urbanek wrote:
On Nov 7, 2012, at 4:04 AM, Mauricio Zambrano-Bigiarini wrote:
Dear R developers,
Taking advantage of the ye
On 07/11/2012 20:26, Yanming Di wrote:
Hi all,
In a package I maintain, I use the "dqrls" from the base package to fit
regression models. However, I was informed that directly calling
functions from the base package is no longer allowed:
"CRAN packages should use only the public API. Hence they
Hi all,
In a package I maintain, I use the "dqrls" from the base package to fit
regression models. However, I was informed that directly calling functions
from the base package is no longer allowed:
"CRAN packages should use only the public API. Hence they should not use
entry points not decl
On 07/11/2012 17:52, mauricio zambrano wrote:
On 11/07/12, Simon Urbanek wrote:
On Nov 7, 2012, at 9:25 AM, Simon Urbanek wrote:
On Nov 7, 2012, at 4:04 AM, Mauricio Zambrano-Bigiarini wrote:
Dear R developers,
Taking advantage of the yesterday discussion about the use of
Depends/Impor
On 11/07/12, Simon Urbanek wrote:
> On Nov 7, 2012, at 9:25 AM, Simon Urbanek wrote:
>
> > On Nov 7, 2012, at 4:04 AM, Mauricio Zambrano-Bigiarini wrote:
> >
> >> Dear R developers,
> >>
> >> Taking advantage of the yesterday discussion about the use of
> >> Depends/Import/Suggests/Enhance
This is a variant that does not use 'tabulate'. As before, there is no
restriction for anyone to use this code.
droplevels2i <- function(x)
{
if (is.null(levels(x)))
stop("no 'levels' attribute")
nlev <- length(levels(x))
y <- unclass(x)
used <- logical(nlev)
used[] <- FALSE
used[y] <- TRUE
tb
On Nov 7, 2012, at 9:25 AM, Simon Urbanek wrote:
> On Nov 7, 2012, at 4:04 AM, Mauricio Zambrano-Bigiarini wrote:
>
>> Dear R developers,
>>
>> Taking advantage of the yesterday discussion about the use of
>> Depends/Import/Suggests/Enhances, I would like to add a related question.
>>
>> Let'
On Nov 7, 2012, at 4:04 AM, Mauricio Zambrano-Bigiarini wrote:
> Dear R developers,
>
> Taking advantage of the yesterday discussion about the use of
> Depends/Import/Suggests/Enhances, I would like to add a related question.
>
> Let's assume, in the DESCRIPTION file of my package foo0, I have:
On 07/11/12 09:53, Duncan Murdoch wrote:
On 12-11-07 4:26 AM, Christophe Genolini wrote:
Hi all,
Is it possible to add comments in the DESCRIPTION file?
The read.dcf function is used to read the DESCRIPTION file, and it
doesn't support comments. (The current Debian control format
descriptio
On 12-11-07 4:26 AM, Christophe Genolini wrote:
Hi all,
Is it possible to add comments in the DESCRIPTION file?
The read.dcf function is used to read the DESCRIPTION file, and it
doesn't support comments. (The current Debian control format
description does appear to support comments with l
Hi all,
Is it possible to add comments in the DESCRIPTION file?
Sincerely
Christophe
--
Christophe Genolini
Maître de conférences en bio-statistique
Vice président Communication interne et animation du campus
Université Paris Ouest Nanterre La Défense
__
Dear R developers,
Taking advantage of the yesterday discussion about the use of
Depends/Import/Suggests/Enhances, I would like to add a related question.
Let's assume, in the DESCRIPTION file of my package foo0, I have:
Depends: foo1
Imports: foo2
while in the NAMESPACE file of my package I
14 matches
Mail list logo