Displaying 20 results from an estimated 10000 matches similar to: "Reproducible use case for R crash after updating R"
2014 Dec 21
2
How to get fortunes in R
I was going through
http://dirk.eddelbuettel.com/papers/r_package_development_nov2014.pdf
and found this on pg-3
> fortunes::fortune(92)
##
## If you don't go with R now, you will someday.
## -- David Kane (on whether to use R or S-PLUS)
## R-SIG-Finance (November 2004)
However, when I tried it on my machine, I get
rajulocal at hogwarts:~/work/r_programming$ R -q
>
2006 Sep 13
1
Error: package/namespace load failed for 'fortunes'
Hello!
I have the following R code in my .Rprofile file - just for fun.
library(fortunes)
fortune()
detach("package:fortunes")
This works nicely in R 2.3.1, but it throws the following error under
latest R-devel:
...
...
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to
2007 Jan 25
3
Error in loadNamespace(name) (PR#9464)
Full_Name: Ross Darnell
Version: 2.4.1
OS: Linux
Submission from: (NULL) (130.102.133.33)
rdarnell at pc:~/Data$ ls -al .RData
-rwxrwxrwx 2 root root 13551 2006-12-06 08:58 .RData
rdarnell at pc:~/Data$ R
R version 2.4.1 (2006-12-18)
Copyright (C) 2006 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to
2011 Aug 22
3
Ignoring loadNamespace errors when loading a file
On a Unix machine I ran caret::rfe using the multicore package, and I
saved the resulting object using save(lm2, file = "lm2.RData").
[Reproducible example below.]
When I try to load("lm2.RData") on my Windows laptop, I get
Error in loadNamespace(name) : there is no package called 'multicore'
I completely understand the error and I would like to ignore it and
2014 Jul 21
1
Multiple versions of data in a package
Dear R-devel,
I am writing for help on how I should include parallel sets of data in
my package.
Brief summary: I am new to using data within packages. I want a user to
be able to specify one of two alternative versions of within-package
datasets to use, and I want to load just that one. I have a solution
that works, but it doesn't seem as simple as it should be from a user's
2006 Aug 09
1
unable to restore saved data
Lately, when I try to open R I get the following error message:
Error: object 'time' not found whilst loading namespace 'tseries'
Fatal error: unable to restore saved data in .RData
If I rename .RData to RData.RData and then try opening R again it
works. Then I can load("RData.RData") without a problem. But if I
try saving my workspace (as the default,
2006 Feb 06
1
Error in fun(...) : couldn't find function "assignInNamespace"
I started my laptop, opened a shell and get this error message:
R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.2.1 (2005-12-20 r36812)
ISBN 3-900051-07-0
lines deleted
Error in fun(...) : couldn't find function "assignInNamespace"
Error: .onLoad failed in 'loadNamespace' for 'Matrix'
Fatal error: unable to restore saved data in .RData
2005 Oct 19
2
Error in opening .RData containing a genefilter object
Hi,
I discover that when I save a workspace containing a genefilter (pkg
from Bioconductor) object I cannot open no more after. I have to
restore the .RData file from a backup to be able to start R again.
I didn't upgrade to Version 2.2 but I'm not sure that it will solve the
problem.
Did anyone have encounter the same problem?
Below is a short r session to reproduce the error:
...
2010 Sep 01
5
[semi-OT] Using fortune() in an email signature
Hello, As you can see from my signature in this message, I use the R
fortune function to generate a fortune, which is then fed to the
signature program, which constructs a named pipe containing the
fortune-bearing sig, which is then included in mail messages. The
problem is that it's got extraneous junk in it and I can't figure out
how to get rid of it. This is the command that generates
2011 Jun 16
1
problem with missing package
Hi everybody,
I just tried to run R on one of my projects
but it did not want to run:
R version 2.12.1 (2010-12-16)
Copyright (C) 2010 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)
<some lines deleted>
Loading required package: utils
Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) :
there is no package called
2010 Jan 06
1
fortunes: 250th fortune
Dear useRs,
it's a new year and time for a new CRAN-version of the "fortunes" package.
Version 1.3-7 is now online at
http://CRAN.R-project.org/package=fortunes
which contains the 250th fortune:
R> fortune(250)
As Obi-Wan Kenobi may have said in Star Wars: "Use the source, Luke!"
-- Barry Rowlingson (answering a question on the documentation of some
2010 Jan 06
1
fortunes: 250th fortune
Dear useRs,
it's a new year and time for a new CRAN-version of the "fortunes" package.
Version 1.3-7 is now online at
http://CRAN.R-project.org/package=fortunes
which contains the 250th fortune:
R> fortune(250)
As Obi-Wan Kenobi may have said in Star Wars: "Use the source, Luke!"
-- Barry Rowlingson (answering a question on the documentation of some
2011 Feb 20
1
problem installing R in Ubuntu 10.04 -HELP
I am running Ubuntu 10.04 (on a Windows machine with dual boot) and I having
a very hard time trying to recover from what I initially thought was a minor
problem. I was trying to install "rattle()" and it failed, and after that I
cannot get R to run AT ALL! I've tried multiple times to reinstall it with a
clean apt-get removal and install and nothing... I keep get the following
2007 Mar 09
2
rattle()->RData->Explore->GGobi->>libggobi-0.dll--Error
Hello,
I am using R-2.4.1 with Rattle()
i load Rdata (ttData) which has 2columns and 66 rows
When i execute Explore under GGobi for visualization i am facing the
problem,
---- libggobi-0.dll not found
---libggobi-0.dll was not found.... reinstalling the application may
fix the problem
i try install.packages("rggobi") its been installed from CRAN however
when i use it from rattle()
2010 Jul 14
2
ver 2.11.1 from xterm on Mac without lme4
Hi,
I just installed version 2.11.1 on my Mac OS X 10.5.2. When I try
running R from my xterm, I get the following error:
Error in loadNamespace(name) : there is no package called 'lme4'
Fatal error: unable to restore saved data in .RData
I am returned to the terminal prompt and can not run R. I can open this
version of R from the R console and tried installing the lme4 source
2017 Sep 30
4
Converting SAS Code
On 9/29/2017 3:37 PM, Rolf Turner wrote:
> On 30/09/17 07:45, JLucke at ria.buffalo.edu wrote:
>
> <SNIP>
>
>>
>> The conceptual paradigm for R is only marginally commensurate with
>> that of
>> standard statistical software.
>> You must immerse yourself in R to become proficient.
>
> Fortune nomination.
For newer list members wondering what
2006 Sep 23
1
Fatal error: unable to restore saved data in .RData --- no package called 'nlme'
I am using Windows XP and R 2.3.1.
During my lastest session I updated my packages and now when I try to start
R 2.3.1
I get the following error message:
Fatal error: unable to restore saved data in .RData in an error window and
Error in loadNamespace(name): there is no package called 'nlme' in the R
console.
I had been using nlme and lme4 when I updated my packages.
I did a search on
2008 Jul 17
2
Fw: how i can install Rgraphviz in R2.7.1
--- On Tue, 15/7/08, haani hanni <maaryam_khan@yahoo.com> wrote:
From: haani hanni <maaryam_khan@yahoo.com>
Subject: how i can install Rgraphviz in R2.7.1
To: "Nabble" <support@nabble.com>
Cc: r-help-request@r-project.org
Date: Tuesday, 15 July, 2008, 1:39 PM
hello
i am a new user of R.i have window XP Proffessional in my P.C.i wanted to make the graphs of my
2007 Mar 04
1
fortune() in .Rprofile conflicts with R CMD INSTALL
Hello,
This is about fortune package, but I think that might be related also to
base R, so I am sending to package maintainer and R-devel list.
I have the following in my .Rprofile to break monotony of code writing
library(utils)
library(fortunes)
fortune()
detach("package:fortunes")
so I get a fortune every time I start R. It seems that this conflicts
with R CMD INSTALL in latest
2011 Mar 11
2
Using missing() in a S4 method with extra arguments
Hi all,
I have a function which makes use of missing() to determine which
arguments are provided in the call - basically, there are two sets of
arguments that map to different strategies the function uses to fulfill
its task. After conversion to an S4 generic I've run into the problem
that if a method uses extra arguments that are not in the signature of
the generic, usage of missing()