similar to: R CMD check and DESCRIPTION file with Authors@R only

Displaying 20 results from an estimated 5000 matches similar to: "R CMD check and DESCRIPTION file with Authors@R only"

2014 Apr 14
1
duplication regression (?)
Below is an example of output that changed as a result of r64970. I did not see any NEWS item suggesting this change is expected. Note that the example is contrived and I don't have a use case for it. I stumbled across it when playing with recent changes in R relating to duplication. Does the example use undefined syntax? ----- fn1 <- function(mylist) { fn1a <- function()
2014 May 02
1
Authors@R: and Author field
Hi to all Authors@R: c(person("fooa","foob", role = c("aut","cre"), email = "fooa.foob@fooc.de"), person("foo1","foo2", role = c("ctb"), email = "foo1.foo2@foo3.de")) Author: fooa foob, with contributions from foo1 foo2 using r CMD check --as-cran .. (R 3.1
2002 May 15
1
rsync not prompting for username, only password
Hi guys, can anyone suggest why, when I connect to my rsync server, I'm not prompted for a username and password but instead I'm only prompted for a password? I have "auth users = username" set in /etc/rsyncd.conf and a corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a password. Stewart -- Stewart Mclean UNIX Support Group Information Management
2013 Oct 15
1
discrepancy between r cmd check --as-cran and messages at submission
Dear r-devel list, I've observed at both of my submissions that issues arise at submission that were not pointed out by R cmd check --as-cran For example at my last submission: You have VignetteBuilder: knitr but there is nothing looking like a vignette in your source package.... We also see: * checking DESCRIPTION meta-information ... NOTE Author field differs from that derived from
2003 Dec 23
1
Samba 2.0.7 poor performance
Recently I shutdown my RS6000 running AIX 4.3.3 and Samba 2.0.7 and rebooted. Since rebooting, the performance of the Samba server has dramatically decreased. Nothing has changed on the AIX box. I recently added a Microsoft Small Business Server 2003 to the network. I thought that may be the culprit. I shutdown that server for a few days and the problem still exists. Any help would be much
2002 May 15
1
strange password problem with rsync
Hi guys, I am experiencing a very strange problem with passwords and username with rsync. I have a "auth users" line in my /etc/rsyncd.conf file (see below) and a corresponding username and password in my /etc/rsyncd.secrets. The strange thing is is that authentication for the module listed in /etc/rsyncd.conf (unixadm) only works IF the username in /etc/rsyncd.secrets is the same as
2003 Jul 11
2
troubleshooting help
Hi, I've installed Samba and started up the processes; however, I do not see the Samba server in Network Neighborhood. In using the DIAGNOSIS.txt file, I cannot get past test 3: ./smbclient -U% -L localhost. The output is as follows: added interface ip=140.188.120.55 bcast=140.188.120.255 nmask=255.255.255.0 session setup failed: Call returned zero bytes (EOF) Any insight into this
2013 Oct 25
2
R CMD check problem with R 3.0.2
Using SUSE Linux, Windows 32 bit and Windows 64 bit R 3.0.2 , I am unable to use R CMD check successfully. Here is the Windows 64 bit report: Z:\R\source\effects>R CMD check pkg * using log directory 'Z:/R/source/effects/pkg.Rcheck' * using R version 3.0.2 (2013-09-25) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file
2006 Nov 29
1
ISOLinux Windows / linux Install DVD
I am trying to create a DVD with ISOLinux as the bootloader to allow my users to select to install either Linux or Windows. Having read the article http://syslinux.zytor.com/archives/2002-October/001135.html i am left in a bit of a confused state as it sort of half explains things. All i think i need to know is: 1. What files are needed to boot windows? 2. Where do i have to place the
2007 Sep 06
3
Lisp-like primitives in R
I mainly program in Common Lisp and use R for statistical analysis. While in R I miss the power and ease of use of Lisp, especially its many primitives such as find, member, cond, and (perhaps a bridge too far) loop. Has anyone created a package that includes R analogs to a subset of Lisp functions? Chris Elsaesser, PhD Principal Scientist, Machine Learning SPADAC Inc. 7921 Jones
2002 May 22
2
rsyncing read-only files
Hi guys, I have a simple question regarding using rsync when one has read-only files on the src machine. My situation is the following: I have two machines, call then A and B. I'm using rsync on B to download from A (I'm running rsync in daemon mode on A from inetd.conf). The rsyncing on B works fine except for one problem: when I run rsync on B to do the downloading from A, I get
2007 Sep 21
2
Likelihood ration test on glm
I would like to try a likelihood ratio test in place of waldtest. Ideally I'd like to provide two glm models, the second a submodel of the first, in the style of lrt (http://www.pik-potsdam.de/~hrust/tools/farismahelp/lrt.html). [lrt takes farimsa objects] Does anyone know of such a likelihood ratio test? Chris Elsaesser, PhD Principal Scientist, Machine Learning SPADAC Inc. 7921
2009 Mar 12
1
alternative to EMV?
I need a package that can compute missing values of n-dimensional vectors for n > 2. This is a kind of interpolation, complicated in dimensions higher than 2. The idea is that I have a set of fully specified vectors (i.e., with no missing values) and I get a new vector that has one or more missing attributes; I need to fill in the missing values with values that are, based on the 'training
2010 Aug 14
2
detecting a key press
Hi Folks, I'm relatively new to r. I'd like to have a user respond by pressing a 1 or a 2 and determining their choice and the time of response. Previous postings have indicated that keyboard responses can be processed using scan and readline but both seem to wait for the user to also press return. Is there a way to detect the initial key press without requiring them to hit return?
2003 Jul 01
1
crossed random effects
Hi, I have a data set on germination and plant growth with the following variables: dataset=fm mass (response) sub (fixed effect) moist (fixed effect) pop (fixed effect) mum (random effect nested within population) iheight (covariate) plot (random effect- whole plot factor for split-plot design). I want to see if moist or sub interacts with mum for any of the pops, but I am getting an error
2007 Apr 10
1
Add support for Variables
Was just looking at a number of my scripts ( due to having to update them for RH5). Would it be possible to add support for variables / 2 variables HTTP_SERVER (scope should be global in "default" but local elsewhere, could maybe pe passed as an argument to vesamenu.c32 and menu.c32 (i think its only of use for people using these files.)) KICKSTART_DIR (this name should be more
2007 Apr 09
1
Modified Sims test
Does anyone know of a package that includes the Modified Sims test [Gewerke, 1983, Sims, 1972]? This test is used in econometrics and is a kind of alternative to the Granger test [Granger, 1969], which is in the package lmtest. Thanks in advance, chris Refernces: Gewerke, J., R. Meese, and W. Dent (1983), "Comparing Alternative Tests of Causality in Temporal Systems: Analytic Results and
2007 May 17
4
using lm() with variable formula
New to R; please excuse me if this is a dumb question. I tried to RTFM; didn't help. I want to do a series of regressions over the columns in a data.frame, systematically varying the response variable and the the terms; and not necessarily including all the non-response columns. In my case, the columns are time series. I don't know if that makes a difference; it does mean I have to call
2005 Sep 19
1
How to mimic pdMat of lme under lmer?
Dear members, I would like to switch from nlme to lme4 and try to translate some of my models that worked fine with lme. I have problems with the pdMat classes. Below a toy dataset with a fixed effect F and a random effect R. I gave also 2 similar lme models. The one containing pdLogChol (lme1) is easy to translate (as it is an explicit notation of the default model) The more parsimonious
2024 May 03
1
R CMD check vs RStudio check
I am trying to figure out why checking my package is deleting my inst/doc/ directory when I do it in RStudio. Along the way I've hit another puzzle. In RStudio the check runs and is mostly OK, aside from the deletion. But when I try with vanilla R, the check fails almost immediately: -------------------------powershell--------------------------- PS C:\Users\rdboylan\Documents\BP\pimex>