Displaying 20 results from an estimated 4000 matches similar to: "Help in R"
2009 Jul 28
1
Wishlist: Navigate to "Index" page of help when no topic specified (PR#13860)
Hi all,
When I install a new package, and don't yet know any function names,
I have to play the "poor man's game" to get to the standard
help system "Index" page for the package:
Poor Man's Game -=20
Load new package;=20
issue search() command;
find position (say N) of loaded package;=20
issue objects(pos =3D N) command;
get name of a random function (san
2005 Feb 21
4
rnorm??
I am wondering whether there is a bug in rnorm.
When generating rnorm(1000000) and counting
the cases > 4 and the cases < (-4) I get rather
unexpectedly low counts for the latter. The problem goes away
when using qnorm(runif(1000000)).
Fritz Scholz, PhD
Applied Statistics Group
Boeing Phantom Works
fritz.scholz at pss.boeing.com
425-865-3623
Tu/We 206-542-6545 (most likely)
2009 Aug 05
2
Wishlist: Navigate to "Index" page of help when no topic (PR#13872)
On 04/08/2009 7:33 PM, Steven McKinney wrote:
>> -----Original Message-----
>> From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca]
>> Sent: Tuesday, August 04, 2009 8:03 AM
>> To: Steven McKinney
>> Cc: r-devel at stat.math.ethz.ch; R-bugs at r-project.org
>> Subject: Re: [Rd] Wishlist: Navigate to "Index" page of help when no
>> topic
2015 Oct 18
2
Expired key for Ubuntu CRAN repository
Hello,
I was following the instructions at
https://cran.r-project.org/bin/linux/ubuntu/#secure-apt but
encountered this message upon apt-get update:
GPG error: http://cran.rstudio.com trusty/ Release: The following
signatures were invalid: KEYEXPIRED...
And then the following on apt-get install:
WARNING: The following packages cannot be authenticated!
Investigating a little, it looks like
2008 Dec 05
3
Problem loading Matrix package in Ubuntu R 2.8.0
Dear List:
I'm having the same problem that was reported recently. The
latest version of R cannot load the Matrix package, even though it is
installed and readable. I've read the archive files for this list and
tried the suggested solutions (e.g., removing/uninstalling the Matrix
package and reinstalling it). Nothing has worked so far.
Does anybody have advice of what I could try next?
2010 Jan 29
2
help in R 2.9.x for R 2.10.x packages
[Env: Win Xp]
Is there any options() setting or call to help() or help.start() that
will allow me to view a help file for
a package built under R 2.10.x under R 2.9.2?
I'm using both R 2.9.2 and R 2.10.1, but prefer the former because the
CHM help is so much easier
to use. Yet, if I install a package built for R 2.10.x, I can't find
*any* way to display a help file in this
package.
2010 May 04
2
R 2.11.0 for Ubuntu 10.04 Lucid Lynx on CRAN
Dear Ubunutu R users,
Vincent Goulet and myself would like to announce the availability of R
2.11.0 for Ubuntu's latest release, Lucid Lynx. The packages should be
on or arriving soon to your favorite mirror. R 2.11.0 packages also
exist on CRAN for all Ubuntu releases going back to hardy.
As Johannes Ranke pointed out for the Debian release, R packages
installed under R < 2.10.0
2018 May 20
2
New libpng in c2d4u3.5 breaks many other packages
On 20 May 2018 at 09:34, Robin Lovelace wrote:
| Thanks for keeping us updated. Before I jump the gun and put this out on
| social media (as a follow-up to this tweet
| https://twitter.com/robinlovelace/status/990682038373158912 ), would you
| say this is a reasonable message to send to the R-using Ubuntu community?:
Why don't we just wait until Michael feels he has something to announce?
2011 Dec 10
2
install.packages readRDS error
Hi,
I am running Ubuntu 10.10 and I have just installed R 2.14.0.
When I try to install a package: install.packages("SPOT")
it returns an error message: "Error in readRDS(file) : error reading from
the connection".
Also, when I try the command in R: update.packages(), it returns the same
error message described previously.
Any ideas?
Regards,
Monica
[[alternative
2012 Mar 18
2
Secure apt
I am trying to add Michael Rutter's ppa to my
repository.? I cannot do this from the command
line.? I think I may be behind a firewall so copying
the key to a text file is my best option.? When I
search for the key at
http://keyserver.ubuntu.com:11371/
the search fails. Tried typing and
cutting and pasting E084DAB9 into
the search box without success. How
can I get the key?
2019 May 02
2
Disco Dingo repository issues
Hi,
I have just installed Ubuntu 19.04 (Disco Dingo) and after adding the following repo:
deb https://cloud.r-project.org/bin/linux/ubuntu disco-cran35/
and importing the keys, I want to install r-base so I perform the following:
sudo apt update
sudo apt install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be
2008 Sep 16
4
ubuntu hardy packages 32bit no tcltk support
Dear all,
I noticed that the r-base package for Ubuntu 8.04.1 do not have the
tcltk support compiled in. Would it be possible to correct this?
> echo "capabilities()" | R --no-save | tail -6
[Previously saved workspace restored]
> capabilities()
jpeg png tcltk X11 aqua http/ftp sockets libxml
TRUE TRUE FALSE TRUE FALSE TRUE
2015 Jun 13
3
Cannot install R on Ubuntu 14.04 LTS
Hello everyone,
I've spent the last 2 days trying to install base R on my Ubuntu 14.04 LTS
machine. I even just wiped my entire computer and reinstalled the operating
system thinking that was the problem (since some people have problems
updating R).
So far I've tried to follow this link exactly that has instructions:
http://mirror.las.iastate.edu/CRAN/
Since I just reinstalled Ubuntu I
2010 Oct 14
2
degree symbol using X11 on Xubuntu 10.04
Dear all,
I am having exactly the same problem as Andy on an Intel Mac (see below
/ https://stat.ethz.ch/pipermail/r-sig-mac/2009-May/006208.html) with
the degree symbol. I am using R version 2.11.1 (2010-05-31) on Xubuntu
10.04 with Windows fonts copied from /WINDOWS/Fonts and included via
'sudo dpkg-reconfigure fontconfig' and 'sudo fc-cache'.
Any help would be highly
2011 Jul 21
2
revolution-mkl package not functioning correctly with R 2.13
It appears that the revoluton-mkl package, available via the multiverse
Ubuntu repository with the purpose of adding multi-threaded numeric
libraries to R, is not function correctly with R 2.13 (at least the
version found on CRAN). Testing with "R-benchmark-25.R" (found at
http://r.research.att.com/benchmarks/), I get the following error, after
installing the revolution-mkl package
2015 Oct 20
1
Ubuntu CRAN repository not signed
On 10/20/2015 05:18 PM, Michael Rutter wrote:
> On 10/20/2015 09:51 AM, Mikko Pesari wrote:
>> Hi,
>>
>> In the aftermath of the signing key expiring a couple of days ago, it
>> seems that the Ubuntu repositories are no longer signed (there is no
>> Release.gpg file present). This is not a good situation as users cannot
>> verify the packages' origin.
2015 Oct 20
2
Ubuntu CRAN repository not signed
Hi,
In the aftermath of the signing key expiring a couple of days ago, it
seems that the Ubuntu repositories are no longer signed (there is no
Release.gpg file present). This is not a good situation as users cannot
verify the packages' origin.
I hope this will be fixed promptly :-)
Thank you,
Mikko Pesari
2018 May 27
2
Announcing cran2deb4ubuntu for R 3.5.0
On 27 May 2018 at 12:56, Jeroen Ooms wrote:
| Thanks Michael!
Seconded!
| One more issue I ran into:
|
| apt-get install r-cran-rgdal
|
| The following packages have unmet dependencies:
| r-cran-rgdal : Depends: gdal-abi-2-1-0 but it is not installable
| Depends: libgdal20 (>= 2.0.1) but it is not installable
| E: Unable to correct problems, you have held broken packages.
2013 Jun 13
2
Cannot install XML package with R 3.0 and Ubuntu 12.04
Hi,
I am unable to install the R package XML using R 3.0.1 on Ubuntu 12.04 LTS
(64-bit). After the installation failed using install.packages, I followed
previous directions for installing R packages on Ubuntu
(R-SIG-Debian<http://grokbase.com/t/r/r-sig-debian/127nwwez27/package-xml-does-not-load-in-r-2-15-1>,
2012 Apr 27
3
A guide to R packages for Ubuntu
As per a request, here is a brief guide to what is available to R users
as packages in Ubuntu.
Each release of Ubuntu includes the latest version of R and the
recommended packages. In addition, there are approximately 80
additional r-cran packages available in the default repositories. The
limitation to these packages is that they are not updated and reflect
the current version of the