Displaying 20 results from an estimated 8000 matches similar to: "Autoloading R Commander"
2005 Nov 19
2
Fwd: Autoloading R Commander
---------- Forwarded Message ----------
Subject: [R] Autoloading R Commander
Date: Saturday November 19, 2005 10:35 am
From: "Stephen P. Molnar, Ph.D." <s.molnar at sbcglobal.net>
To: R <r-help at stat.math.ethz.ch>
How do I go about autoloading R Commander when I start R?
Thanks in advance.
--
Stephen P. Molnar, Ph.D. Life is a fuzzy set
Foundation for
2012 Jan 24
4
Virus Infection in colorspace_1.1-1.zip (R x64 2.14.1)
I keep finding the Win32\Huer virus in colorspace_1.1-1.zip for R x64 2.14.1
running MS Windows 7. As a result I am not able to use rattle or
ChemometricsWithR. I have tried several different mirrors with the same
result. Fortunately AVG has caught and quarantined the problem, but the
colorspace package is not available.
I can use the package on my Linux OS, but, of course, Linux
2011 Apr 20
4
Two Questions
Sorry for the somewhat nondescript subject line, but I have two questions:
1. What is a really good book on R for a nonprogrammer?
2. How do I open more than one R Graphics: Device 2(ACTIVE). That
what is the R command that I can use to keep more than one plot open. I am
running a script from a book on Chemometrics that results in more than one
graph during the execution, but
2011 Apr 22
2
Two Copies of Each Message
I receive two copies of every message posted to this list.
How can I stop this? I have read the Primary Help web page and searched the
achieves without finding an answer.
Thanks in advance.
Stephen P. Molnar, Ph.D. Life is a
fuzzy set
Foundation for Chemistry Stochastic
and multivariate
2010 Aug 20
1
Problem Installing R-Commander
I am trying to install R Commander in my R installation on a laptop running
the 64 bit version of Windows 7 Professional. I was running R as the
Administrator.
The downloads proceed normally via CRAN, but then I get the following error
messages:
package ''slam'' successfully unpacked and MD5 sums checked
package ''fBasics'' successfully unpacked and MD5
2011 Apr 07
1
Problem Installing rJava on MS Win 7 Platform
I''m a new R user and, frankly, this problem has got me stumped.
I''m using the 64 bit version of RGui and followed the installation
instructions on http://www.rforge.net/rJava/
Here is the result:
package ''rJava'' successfully unpacked and MD5 sums checked
> library(rJava)
Error in utils::readRegistry(key, "HLM", 2) :
Registry key
2010 Mar 14
3
R and R commander
Hi,
I am a student studying Biostatistics at University. We have been advised to install R and R commander. I managed to do this successfully, except I wasn't able to complete the final step - which would enable both R and R commander to launch when I open the R icon on my desktop.
However, I haven't been able to save it and for this to work.
The last instructions we were given are:
2012 Aug 29
1
Problem Installing a Package
I have just installed the latest version of R on a openSUSE 12.1 system
running on an ORacle VM VirtualBox and have encountered a problem with
installing ChemometricsWithR. Here is the output:
> library("compiler")
> install.packages("ChemometricsWithR")
Installing package(s) into ?/home/computation/R/x86_64-unknown-linux-gnu-
library/2.15?
(as ?lib? is unspecified)
2009 Jun 24
1
how to undo automatic loading of packages?
I wanted to try out package distrMod, so I did
> install.packages('distrMod')
> library(distrMod)
and played around, saved and quit.
Now whenever I start up in this directory, I get distr and lots of other
stuff loaded and lots of messages.
How do I keep it from automatically loading, other than starting over in
another directory?
I read ?Startup, but I couldn't suss out
1997 Nov 17
1
R-beta: autoloading a required library
I wanted to use the dist() function from the mva library in my own
library, so I put require(mva) in my files. When my library loads, a
message about "Autoloading ... mva" appears. But when I call dist() now
within my functions the message
Error in .C("dist", as.double(x), nrow(x), ncol(x), double(len),
as.integer(method)) : C/Fortran function not in load table
appears.
2011 Aug 17
7
autoloading LoadError: Expected known_ip.rb to define KnownIp
Hello, i have a problem with autoloading model classes.
I have had similar problems before when a file''s name in Rails'' opinion
did not match with the name of the class defined inside, but eventually
everything worked, so i didn''t look into details.
This time the problem comes from running Unit Tests and does not want to
go away.
I have a model class KnownIP defined in
2008 Mar 03
3
Script to start Rcmdr
Hi,
anybody know any way to make a bash script to start Rcmdr directly widthout
need to open R and execute library(Rcmdr)?
I try to make this using R CMD BATCH somethink, but dont find the way.
Thanks
Ronaldo
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia
|
2007 Mar 28
1
Problem with adding packages to default start-up list
After reading the help files (?Startup) and using
RSiteSearch("defaultPackages"), I have been trying to add several packages
to my default startup list using the following code:
local({
old<-getOption("defaultPackages")
options(defaultPackages=c(old,"lattice","RODBC")
})
Subsequently, when I query the default list using:
2009 May 10
2
Unintended loading of package:datasets
The dataset package is being loaded apparently by one of the packages that I
am using. The loading of the datasets takes a long time and I would like to
eliminate it. I thought the datasets were effectively examples so don't
understand why they would be required at all.
1) How can I determine what is causing the datasets to be loaded?
2) How can I stop them from doing so?
I am using the
2008 Apr 13
1
.Rprofile, date tagging history, loading packages
Dear R-Helpers,
I'm fiddling with my .Rprofile in Windows XP & R 2.7.0 Beta. I prefer to
manually save my workspace but automatically save my command history via
the .Rprofile. That is working fine once I found that "utils::" was
required before the loadhistory & savehistory functions. What I would
like to do is add a separator line with a date between the histories of
each
2009 Mar 30
1
Can I read a file into my workspace from Rprofile.site?
I am running R version 2.8.1 on Windows XP OS.
When I launch R, I would like to automatically read a file containing my
database connections, user ids, and passwords into my workspace.
I tried including this in my Rprofile.site file:
...
local({
old <- getOption("defaultPackages")
options(defaultPackages = c(old, "Rcmdr","RODBC", "utils"))
})
.First
2019 Sep 08
6
Error: package or namespace load failed for ‘utils
Hi,
When starting an embedded R I encounter the following issue under certain
conditions:
```
Error: package or namespace load failed for ?utils? in if (.identC(class1,
class2) || .identC(class2, "ANY")) TRUE else {:
missing value where TRUE/FALSE needed
```
(more such errors for grDevices, graphics, and stats)
And in the end:
```
Warning messages:
1: package ?utils? in
2015 Sep 04
2
Cups printers autoloading and windows drivers
Hello samba team !
I have configured a samba4 printer with CUPS as backend. And I have
enabled the "load printers = yes" option in smb.conf.
Nearly everything works well !
-> Samba detect the CUPS printers
-> The printers appear automatically in the "printers" share
-> On windows 7 I can add the server the printmanagement.msc and I see
the printers
-> I can upload
2003 Dec 17
2
Can't start R-devel
Hello ...
With a new checkout of R-devel, I'm getting the following error on
startup:
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
Error in open.connection(con, "rb") : unable to open connection
In addition: Warning message:
cannot open compressed file
2005 Jun 03
0
Re: [PATCH] Support module autoloading in iproute2
Use module aliases and the kernel will do the autoloading.
Most distros add something like:
alias eth0 e100
to /etc/modprobe.conf