Re: [R] R installation Ubuntu 10.04 missing dependency

2019-03-03 Thread Eric Berger
Hi John,
Is the subject line of your question correct? Ubuntu 10.04?
If that is not a typo, that could be contributing to your problem. I
believe that the current stable release of Ubuntu is 18.04.
According to the following link ubuntu 10.04 was released almost 10 years
ago and was "retired" about 5 years ago.

http://fridge.ubuntu.com/2015/03/18/ubuntu-10-04-lucid-lynx-reaches-end-of-life-on-april-30-2015/

HTH,
Eric


On Sun, Mar 3, 2019 at 7:10 AM John Kane  wrote:

> To upgrade to R.3.5.2 from 3.4.4 I have been following the
> instructions at
>
> https://www.r-bloggers.com/installation-of-r-3-5-on-ubuntu-18-04-lts-and-tips-for-spatial-packages/
> .
>
> I seem to have the repository properly connected and verified.
>
> I am getting an error:
>
> ---
> john@jonh-T510:~$ sudo apt install r-base r-base-core r-recommended
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help resolve the situation:
>
> The following packages have unmet dependencies:
>  r-base-core : Depends: libreadline6 (>= 6.0) but it is not installable
>Recommends: r-base-dev but it is not going to be installed
> E: Unable to correct problems, you have held broken packages.
>
> -
> Earlier I was getting another error
> r-base-core : Depends: libpng12-0 but it is not installable
> but that was cured by installing libpng12-0 via the Ubuntu Software app.
>
> I cannot find what appears to be an installable version of libreadlines6.
>
> Ubuntu reports that the up-to-date version of libreadlines7.
>
> Should I consider this an R issue or an Ubuntu issue?
>
> In any case, has anyone encountered the problem and beaten it?
>
> Thanks
>
> --
> John Kane
> Kingston ON Canada
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] R installation Ubuntu 10.04 missing dependency

2019-03-02 Thread John Kane
To upgrade to R.3.5.2 from 3.4.4 I have been following the
instructions at
https://www.r-bloggers.com/installation-of-r-3-5-on-ubuntu-18-04-lts-and-tips-for-spatial-packages/
.

I seem to have the repository properly connected and verified.

I am getting an error:
---
john@jonh-T510:~$ sudo apt install r-base r-base-core r-recommended
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 r-base-core : Depends: libreadline6 (>= 6.0) but it is not installable
   Recommends: r-base-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
-
Earlier I was getting another error
r-base-core : Depends: libpng12-0 but it is not installable
but that was cured by installing libpng12-0 via the Ubuntu Software app.

I cannot find what appears to be an installable version of libreadlines6.

Ubuntu reports that the up-to-date version of libreadlines7.

Should I consider this an R issue or an Ubuntu issue?

In any case, has anyone encountered the problem and beaten it?

Thanks

-- 
John Kane
Kingston ON Canada

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] R for Ubuntu 10.04?

2010-04-27 Thread Jeff Newmiller

Tengfei Yin wrote:

Hi dear all

I am currently using Ubuntu 9.10 (karmic) and R 2.10, I can find a R release
that support karmic in cran under ubuntu directory, I plan to update my
laptop to Ubuntu 10.04 after April 30, since I have to use some new features
or new version in it, e.g. QT 4.6,  I don't know if there is going to be a R
release that will support this newly released Ubuntu?

Thanks

Best wishes

Tengfei
  
a) Applications don't support distros... it is the other way around. A 
distro may introduce improvements, but it is generally considered a bug 
for POSIX-compliant distros to upgrade in a manner that leaves existing 
application software unable to run (though it may in some cases need to 
be recompiled).


b) Since the quality of support depends on users like you trying it out 
and reporting bugs and/or patches, your best bet is to try it and report 
any problems you encounter. (I often upgrade by loading the new OS into 
a separate partition... but that is more as assurance that the OS itself 
will be stable, rather than due to concern about existing applications.)


c) This mailing list topic is on using the R software. The correct forum 
for helping (or observing progress of others) with Debian packages of R 
(used on Ubuntu distro) is


https://stat.ethz.ch/mailman/listinfo/r-sig-debian

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] R for Ubuntu 10.04?

2010-04-27 Thread Tengfei Yin
Hi Jeff,

Thanks for elucidating and suggestions, I realized I should email the debian
mailing list right after I posted here in 'help', sorry for that, then I did
get quick response on that mailing list, they told me the distro for Ubuntu
10.04 will be released in couple days, right now, I could upgrade my R to
2.11 and then upgrade my system to Lucid.

Thanks again for your suggestions!

Best

Tengfei


On Tue, Apr 27, 2010 at 11:20 AM, Jeff Newmiller
jdnew...@dcn.davis.ca.uswrote:

 Tengfei Yin wrote:

 Hi dear all

 I am currently using Ubuntu 9.10 (karmic) and R 2.10, I can find a R
 release
 that support karmic in cran under ubuntu directory, I plan to update my
 laptop to Ubuntu 10.04 after April 30, since I have to use some new
 features
 or new version in it, e.g. QT 4.6,  I don't know if there is going to be a
 R
 release that will support this newly released Ubuntu?

 Thanks

 Best wishes

 Tengfei


 a) Applications don't support distros... it is the other way around. A
 distro may introduce improvements, but it is generally considered a bug for
 POSIX-compliant distros to upgrade in a manner that leaves existing
 application software unable to run (though it may in some cases need to be
 recompiled).

 b) Since the quality of support depends on users like you trying it out and
 reporting bugs and/or patches, your best bet is to try it and report any
 problems you encounter. (I often upgrade by loading the new OS into a
 separate partition... but that is more as assurance that the OS itself will
 be stable, rather than due to concern about existing applications.)

 c) This mailing list topic is on using the R software. The correct forum
 for helping (or observing progress of others) with Debian packages of R
 (used on Ubuntu distro) is

 https://stat.ethz.ch/mailman/listinfo/r-sig-debian





-- 
Tengfei Yin
MCDB PhD student
1620 Howe Hall, 2274,
Iowa State University
Ames, IA,50011-2274
Homepage: www.tengfei.name

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.