Displaying 20 results from an estimated 7000 matches similar to: "Assigning functions in Rprofile"
2006 Sep 19
1
R CMD check fails at package dependencies check on Fedora Core 5, works on other systems
I'm testing a FC5 machine for use in a student lab. R 2.3.1 is installed and
seems to work fine. There is one peculiarity - the logins are authenticating
to a server, and a "verbose" flag is set somewhere, leading to lots of
spurious messages like this
request done: ld 0xa227598 msgid 1
which may be confusing R.
However, R CMD check seems to fail for packages with no
2004 Jun 03
3
Problem with mgcv PACKAGES file format?
Hello All,
I'm getting this error (Version: 1.9.0-1 on a debian system)
> update.packages("mgcv")
trying URL `ftp://mirror.aarnet.edu.au/pub/cran/src/contrib/PACKAGES'
ftp data connection made, file length 169516 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... ..........
2003 May 13
1
range checking
I'm tidying up the gld package at the moment, and the following is my best
effort at checking if values are outside the range of the function
(which is [0,1] in this case).
It seems incredibly messy - is there something better?
outside.range <- !as.logical(((p<1)*(p>0))|(sapply(p,
all.equal,1)=="TRUE")|(sapply(p, all.equal, 0)=="TRUE"))
----
Robert King,
2003 Jun 26
1
problems with library in 1.7.1
Hello.
I am using R 1.7.1 just downloaded on Win98. With the old 1.6.2 I had
modified the etc/Rprofile file as
etc/Rprofile
# Things you might want to change
# options(width=80)
# options(papersize="a4")
# options(editor="notepad")
# options(pager="internal")
# to prefer Compiled HTML help
options(chmhelp=TRUE)
# to prefer HTML help
# options(htmlhelp=TRUE)
# to
2009 Oct 12
0
package manual without index? check breaks with - LaTeX errors when creating PDF version.
Hello,
What am I doing wrong about creating an index for my package documentation?
Using 2.9.2, I am checking the gld package. It reports the following (all
earlier lines OK):
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
* checking PDF version of manual without index ... ERROR
When I look in the gld.Rcheck
2009 Mar 18
2
geometric mean of probability density functions
Hi,
This is my first time posting to the mailing list, so if I'm doing something
wrong, just let me know. I've taken ~1000 samples from 8 biological
replicates, and I want to somehow combine the density functions of the
replicates. Currently, I can plot the density function for each biological
replicate, and I'd like to see how pool of replicates compares to a
simulation I conducted
2009 Jan 02
3
text rather than html help in Windows
I would like to use Rterm in Windows XP and have the help files appear in
text format in the terminal rather than in the html popup window. For
example, I would like to enter help(lm) and get the text to appear in the
terminal window. Can anyone suggest a way to do this? Thanks and Happy Hew
Year.
Tom
--
View this message in context:
2002 Jul 10
2
incorrect URL (PR#1764)
Hi -
a tiny bug report:
the list of mirror sites given at www.r-project.org/
mentions
http://cran.mirror.aarnet.edu.au/
This domain does not exist (well, from Western Australia
netscape says the domain doesn't exist) but I found
the mirror at
http://mirror.aarnet.edu.au/pub/CRAN/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 Jul 10
2
incorrect URL (PR#1764)
Hi -
a tiny bug report:
the list of mirror sites given at www.r-project.org/
mentions
http://cran.mirror.aarnet.edu.au/
This domain does not exist (well, from Western Australia
netscape says the domain doesn't exist) but I found
the mirror at
http://mirror.aarnet.edu.au/pub/CRAN/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2007 Nov 14
4
library path in Rd link
Dear all,
When creating new functions in a package, there is a "See also" component in
the Rd file.
Usually one uses \link{otherfun}, if the other function is from the same
package, or \link[otherpackage]{otherfun} otherwise.
The trouble is that I install new packages not in the default R library
folder, but into some other subfolder in my home, so the link searches
for
2007 Nov 12
5
Solaris build fix breaks Solaris
16396:055d98aa2dd0 almost works but not quite. LDFLAGS_DIRECT means we
end up with:
gld -melf_i386 -nostdlib -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o mp_tables.o util.o smbios.o 32bitbios_support.o acpi/acpi.a
Specifying a linker script and asking for -nostdlib is obviously
contradictory. Removing $(LDFLAGS_DIRECT) fixes the problem.
regards
john
2011 Nov 13
1
Indirect references
Hi All,
I would like to work with symbols referenced by strings: I would like to
manipulate data/symbols referencing to them by the string name of the
symbol.
An example will be clearer. Let's I get a time series through quantmod
> getSymbols("GLD")
This will create a new symbol GLD with the relevant data. I have tried
to rename the column names as follows:
>
2009 May 25
1
[R] vignette problem
Dear R Debian People:
I put this on the "big list" too. I'm having a problem with the
vignette function.
> vignette("snowfall")
sh: /usr/bin/xpdf: not found
>
>
This is on Ubuntu Jaunty jackalope, R-2.8.1
thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess
2009 Oct 06
1
vignette() failure
Hi,
I can't pinpoint exactly since what R version I first noticed this
error, but are others seeing this?
R> vignette("grid")
R> sh: : command not found
instead of having the vignette displayed in the proper viewer? This is
with:
R> sessionInfo()
R version 2.9.2 (2009-08-24)
x86_64-pc-linux-gnu
locale:
2007 Nov 28
3
Simulate an AR(1) process via distributions? (without specifying a model specification)
Dear All,
Is it possible to simulate an AR(1) process via a distribution?
I have simulated an AR(1) process the usual way (that is, using a model
specification and using the random deviates in the error), and used the
generated time series to estimate 3- and 4-parameter distributions (for
instance, GLD). However, the random deviates generated from these
distributions do not follow the
2013 Oct 03
1
When to use RProfile.site or .Rprofile
I would appreciate some advice on what the preferred contents of RProfile.site vs. .Rprofile should be. A .First() function can reside in either one, but is it preferred to place it in .Rprofile? I currently use .First() in .Rprofile files placed in separate directories used for different RStudio projects.
Thank you
[[alternative HTML version deleted]]
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
Dear R-List member,
I have installed the new version of R on my PC (see system details below). I
can start the RGui with http_proxy succesfully. However, I do encounter two
problems:
1)
After starting the Rgui the following error message is displayed (vertical
dots represent omissions of output):
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
.
.
.
.
Error in
2009 Oct 10
1
Setting a mirror "permanently" on R on ubuntu (PR#13995)
Dear all,
I seem to have many problems as I run R on my ubuntu system.
want to set a mirror so that anytime I use the command "install.packages",
it does not ask me for which mirror to use but go direct.
This is because of the error I keep on getting below and I dont know how to
solve it.
Please help.
Kind regards,
Lazarus
> library(epicalc)
Loading required package: foreign
2008 May 02
2
.Rprofile is being executed twice
Hi,
After updating to R 2.7, my .Rprofile executes twice on startup. I
confirmed this by putting in the following line:
print("starting .Rprofile...")
When I start R, I see:
[1] "starting .Rprofile..."
[1] "starting .Rprofile..."
This seems like the obverse of the following FAQ:
2010 Nov 20
1
installimg fBasics SuSe 11.3 64bit
Hello,
I've been trying to install the fBasics package on an openSuSe 11.3
64bit machine.
It gives an error saying:
WARNING: *R* *include* *directory* *is* *empty* -- *perhaps* *need* *to*
*install* *R*-*devel*.*rpm* *or* similar
Yet, R-devel is installed. Other packages work fine. I also tried
different ways to install...install.packages() and R CMD INSTALL...
The complete message is