Displaying 7 results from an estimated 7 matches for "source'ing".
2010 Dec 13
2
inconsistency with cor() - "x must be numeric"
...rt of the function. On my computer (linux
box running R 2.8.1) the function runs correctly. On my colleague's
computer (Windows box running R 2.12) the function throws an error at the
cor() function call saying that "x must be numeric." We are running on the
exact same data set and source'ing the same function definition. Any help
would be appreciated.
- Fincher
[[alternative HTML version deleted]]
2004 Mar 15
0
New versions: mvbutils and debug packages
Dear R users
New versions of the 'mvbutils' and 'debug' packages are now available on CRAN, both in source form and as precompiled binaries.
'mvbutils' offers the following (as well as many miscellaneous utilities):
? hiearchical, searchable project organization, with workspaces switchable inside a single R session, and objects in "ancestor" projects always visible in R from "...
2002 Aug 13
1
getting source file name
Hello everybody,
is there a way to get the file name of the source file from which I read and
execute my R code?
In other words: If I'm executing "source('myRfile.r')" I'd like to have a statement
inside myRfile.r like "src.file<-$0" (in unix csh style) which assigns th variable
src.file to 'myRfile.r' .
Thanks in...
2004 Mar 15
0
New versions: mvbutils and debug packages
Dear R users
New versions of the 'mvbutils' and 'debug' packages are now available on CRAN, both in source form and as precompiled binaries.
'mvbutils' offers the following (as well as many miscellaneous utilities):
? hiearchical, searchable project organization, with workspaces switchable inside a single R session, and objects in "ancestor" projects always visible in R from "...
2007 Mar 29
0
S4 generic surprise
I discovered the following behavior when source'ing the same file
repeatedly as I edited it. My generic stopped acting like a generic. I
can't tell from the docs what, if any, behavior is expected in this
case. R 2.4.0
> foo <- function(object) 3
> isGeneric("foo")
[1] FALSE
> setMethod("foo", "ma...
2008 Jul 20
2
R interprets symbol as q()
R2.7.1, WinXP
Hi,
My question is probably easy to answer, but I can't seem to solve it myself.
I need to read in a large number of datasets that were generated by
another (old) software program. Each data file contains a bunch of
additional code generated by the external software. It lists the data
per respondent. So first the data for respondent 1, then the data for
respondent 2, et
2005 Jan 17
1
problem installing RSPython
Hi,
I'm trying to install RSPython v0.5-4 on a debian machine (woody,
testing) but am having the following problem.
$R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err
But then...
$python
>> import RS
Error in .PythonInit() : Error in Python call: values
Error in library("RSPython") : .First.lib failed for 'RSPython'
Traceback (most recent