Displaying 20 results from an estimated 10000 matches similar to: "Next release of R, August 31st"
2005 Mar 09
1
RMySQL installed but not availalable
I don't use MySQL but I have seen messages like this before. They often have replies which indicate that you need to follow the instructions more closely. I suggest you search the list for these previous posts as I'm sure there is help there, somewhere!
Tom
> -----Original Message-----
> From: Adriano von Sydow [mailto:pdasilva at xtra.co.nz]
> Sent: Thursday, 10 March 2005 5:13
2009 Nov 10
4
Upgrading R packages on Etch
Greetings,
I've been trying to upgrade R packages on my Debian Etch
(whose other upgrades I have been cheerfully going along
with as they occur).
When I did, just now:
sudo apt-get dist-upgrade
I got:
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
The following packages have been kept back:
r-base-core r-cran-boot r-cran-cluster
2008 Jan 27
2
problems building and installing some packages in 'unstable'
Hi,
I'm keeping a Debian unstable system, and recently found 2 problems:
1) building a package (R CMD build diveMove, available from CRAN)
depending on KernSmooth fails with:
---<---------------cut here---------------start-------------->---
Loading required package: KernSmooth
Error in dyn.load(file, ...) :
unable to load shared library
2001 Oct 11
2
Where's MVA?
Hi All:
Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.
Best wishes,
ANDREW
tseries: Package for time series analysis
Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6
Depends: ts, mva, quadprog
Date: 2001-08-27
Author: Compiled by Adrian
2007 Jan 30
1
errors upgrading to 2.4.1-1~sargecran1
I needed to upgrade to R 2.4.1 from debian stable maintained at
http://cran.r-project.org/bin/linux/debian/.
and tried to upgrade with apt-get install r-base. It installed R 2.4.1
successfully,
but ran into errors while also upgrading r-recommended packages. I was
able to
fix that using apt-get install -f
euclid:~# aptitude install r-base
Reading Package Lists... Done
Building Dependency
2008 May 07
2
bug on compilation (PR#11395)
Dear Mr.
Beginning to work on Linux.
I am trying to install R into Ubuntu Gustsy. I installed version 2.5.1 and worked fine. But then I tried to upgrade by adding these lines to sources.list:
deb http://cran.fiocruz.br/bin/linux/debian etch-cran/
deb http://cran.fiocruz.br/bin/linux/ubuntu gutsy/
I introduced the authorization keys (as recommended) and the files were downloaded. But then I
2004 May 25
1
debian packages and html help on linux
I have a fresh installation of R from debian unstable packages. The
html index found in /usr/lib/R/doc/html/index.html works in Mozilla
and under the link of 'packages' on this page I have a list and
corresponding links. However, it appears that not all packages I have
installed from available deb files via apt-get, will get their link
updated to this package index. Specifically, from
2006 Jul 18
2
R-2.3.1.tar.gz does not contain VR bundle (PR#9084)
Full_Name: Jarno Tuimala
Version: 2.3.1
OS: Solaris / Linux
Submission from: (NULL) (193.166.2.98)
Today I downloaded the latest source code release R-2.3.1.tar.gz, and it seems
not to contain the VR bundle. After running ./configure I get the following
error message:
checking for recommended packages... ./src/library/Recommended/VR_*.tar.gz: No
such file or directory
no
configure: error: Some
2011 Aug 02
7
Extract names from vector according to their values
Dear helpers,
I can create a vector with the priority of the packages that came with
R, like this:
> installed.packages()[,"Priority"]->my.vector
> my.vector
base boot class cluster codetools
"base" "recommended" "recommended" "recommended" "recommended"
compiler datasets
2010 Jul 12
2
R-2.11.1 build and 'so' libraries withouth the 'lib' prefix
Greetings,
I have a computer with the following setup:
1)cblfs (pure 64-bit (amd64) linux), kernel2.6.34 gcc4.4.2
2)R-2.11.1
I compiled R with BLAS and lapack using the switched ( --with-blas="-
lpthread -latlas -lfptf77blas"
--with-lapack="-llapack -lcblas" ).
(( http://cran.r-project.org/doc/manuals/R-admin.html#Linear-algebra) )
Prior to compiling R-2.11.1
sh
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi,
I am somewhat new to R and RSPerl, but I think this particular problem
has to do with RSPerl and so I am not sure if this is the right forum
to ask for help. Nevertheless I am quite sure that many of you would
have used RSPerl with R.
My hardware platform is a Sun/Solaris V440 server running Solaris 9
operating system I use the gcc-3.4.0 compiler to compile R without any
problems. My
2006 Mar 30
1
dependency errors upgrading to 2.2.1-0sarge1
Running a current, standard debian stable, I added
deb http://cran.R-project.org/bin/linux/debian stable/
to /apt/sources.list to get the current backport stable distro.
When I installed r-base, apt-get wanted to remove all my previous
r-cran-* packages
and I let it, but encountered conflicts with things in r-recommended
that I've been
unable to resolve. It first showed up as (complete
2008 Apr 24
2
r won't start: "r: symbol lookup error: r: undefined symbol: R_Visible" (PR#11265)
Full_Name: Jakob Stoeger
Version: 2.7.0
OS: ubuntu 7.10
Submission from: (NULL) (137.248.74.38)
Hi!
I hope, it is justified to write this email...
I'm relatively new to linux, and haven't worked with r, yet, so please pardon
any things I do not know...
I tried installing r on my computer, and didn't manage to get the program
running.
After having installed littler, typing r into
2005 Mar 11
2
Package Installation in RGui (PR#7262)
In reference to the thread
http://tolstoy.newcastle.edu.au/R/devel/04/10/0859.html
I have the same problem updating packages with newly-installed version of
released version of R 2.0.1. Previous posts refer to a bug in windows. I
wonder if there is a work-around? This probably should go to R-help but it
follows on from the post in R-devel. Apologies in advance.
OS: Windows XP Professional,
2008 May 08
1
rmpi/snow grabs all available CPU
Hi,
I'm testing affyPara on Debian lenny with
R 2.7 from unstable, and the corresponding bioconductor packages from
bioconductor.org downloaded using biocLite as per usual.
The command
cl = makeMPIcluster(k)
succeeds, but spawns k R slaves which promptly soak up all available CPU, which
is odd since they are not doing anything yet. This looks like a bug to me.
Similar behaviour is shown
2003 Oct 29
2
/usr/lib/R/library vs /usr/local/lib/R/site-library
I would appreciate getting a clarification of /usr/lib/R/library vs /usr/local/lib/R/site-library. I am running R 1.8 on Debian Linux. On one occasion doing update.packages() resulted in versions of one or more libraries being placed in one of these directories without removing the old version, and the old version took precedence over the new. I'm sorry I did not save the steps I used. I
2010 Nov 20
1
Trying to install R on Lucid Lynx
Hi:
I installed Lucid Lynx amd64 on my system today, dual booted with Win 7.
I've managed to install several packages through the Ubuntu Software
Center with success and also installed texlive. Alas, installing my favorite
software has not been so joyful. I went through the last few months
of posts in this group to find something similar, but to no avail.
After a couple of false starts, I
2003 Nov 25
1
Something broken with update?
Updating my 1.8.0 R installation (>update.packages() ) I obtain the following
(SORRY FOR THE LENGTH OF THE LOG BUT IT HELPS!!!):
................
downloaded 135Kb
KernSmooth :
Version 2.22-11 in /usr/lib/R/library
Version 2.22-12 on CRAN
Update (y/N)? y
mgcv :
Version 0.9-3.1 in /usr/lib/R/library
Version 0.9-6 on CRAN
Update (y/N)? y
trying URL
2015 Sep 16
2
Problem installing R on Debian 6
Dear all,
I having a trouble installing R on debian 6 squeeze. Apt can not find some packages on repository. It seems like that some packages missed. Can you please help me with this? Thank you in advance.
Harutyun khachatryan.
P.S. It writing something like this. It doesn't depends on CRAN mirror. I have tried a lot of different CRAN mirrors with the same result.
Err
2023 Mar 21
1
Rprofile.site and automatic installation of missing packages
On 21/03/2023 9:58 a.m., PIKAL Petr wrote:
> Hallo Duncan
>
> Tested but does not work so something other must be wrong.
>
> R version 4.2.2.
>> installed.packages()[,"Package"]
> base boot class cluster codetools compiler datasets foreign graphics grDevices grid KernSmooth