Dear experRts,
I have the feeling that the 'name' argument to the attach function is
ignored when 'what' is a file name. Here is an example:
save(letters, file="letters.RData")
letters.env <- attach("letters.RData", name="letters")
search()
letters.env
The name on the search path is "fil
Well, I was able to build R 2.14.0 on my Solaris x86 machine, with a lot of
work and some help. Thanks!
At first the update.packages() would not work because some of the .so files
that came with R were 32 - not 64 bit. I was able to install them and so
now the update.packages() works. I still hav
On Thu, 22 Dec 2011, Xavier Robin wrote:
Dear experRts,
I have the feeling that the 'name' argument to the attach function is
ignored when 'what' is a file name. Here is an example:
In current R (2.14.1) it is documented to not be used in that case
(and it is not).
save(letters, file="le
On 22.12.2011 19:13, RogerP wrote:
Well, I was able to build R 2.14.0 on my Solaris x86 machine, with a lot of
work and some help. Thanks!
At first the update.packages() would not work because some of the .so files
that came with R were 32 - not 64 bit.
You compiled R yourself from sources.
Hi all,
I frequently find that I've failed to export something in my NAMESPACE
and hence my package doesn't work when it's imported into another
package. Does anyone have suggestion for debugging this type of
problem? R CMD check passes without any ns related errors on both the
importee and the i
I should add that I'm pretty sure this is something wrong with the
ggplot2 NAMESPACE because if I explicitly attach ggplot2 the code
works:
> library(nstest)
> my_plot()
Error in UseMethod("scale_dimension") :
no applicable method for 'scale_dimension' applied to an object of
class "NULL"
> libr
And one last note: I'm reasonably certain I haven't forgotten to
export an S3 method because I wrote the following script to (crudely)
compare the function definitions in ggplot2 with its namespace:
ns <- parseNamespaceFile("ggplot", "~/Documents/ggplot/")
s3e <- paste(ns$S3methods[, 1], ns$S
On 12/23/2011 11:54 AM, Hadley Wickham wrote:
And one last note: I'm reasonably certain I haven't forgotten to
export an S3 method because I wrote the following script to (crudely)
compare the function definitions in ggplot2 with its namespace:
ns<- parseNamespaceFile("ggplot", "~/Documents/g
On 12/23/2011 02:11 PM, Martin Morgan wrote:
On 12/23/2011 11:54 AM, Hadley Wickham wrote:
And one last note: I'm reasonably certain I haven't forgotten to
export an S3 method because I wrote the following script to (crudely)
compare the function definitions in ggplot2 with its namespace:
ns<-
>> in scales_add_defaults, where the symbol isn't found in the globalenv()
>> when nstest is attached and ggplot2 only loaded, but is (via the search
>> path) when ggplot2 is attached.
>
> and topenv(parent.frame()) is a replacement that gets to .GlobalEnv for
> ggplot2, and to the name space for n
On 12/23/2011 02:38 PM, Hadley Wickham wrote:
in scales_add_defaults, where the symbol isn't found in the globalenv()
when nstest is attached and ggplot2 only loaded, but is (via the search
path) when ggplot2 is attached.
and topenv(parent.frame()) is a replacement that gets to .GlobalEnv for
g
Hi, Duncan & Uwe:
Thanks for your suggestions. I uninstalled and reinstalled
MiKTeX, and the problem went away.
MiKTeX seems to malfunction when installed anyplace but the
default location. Because of security problems I had had with Vista,
I've been installing things like R
12 matches
Mail list logo