Displaying 20 results from an estimated 10000 matches similar to: "Problem Installing Latest WINE in Backtrack 4"
2010 Sep 12
4
Problem installing from source, 1.3.2 "..prelink not found"
Hi all!
Trying to get magic workstation (www.magicworkstation.com) to run correctly. My distro (BT4R1) comes with an older version of wine, so I uninstalled it then installed Wine Stable 1.2. Compiled it manually, got it everything it needed save one thing from the ./configure and it seemed to install fine, but it did not fix my problem. There are still some game breaking graphical isssues with
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Lauren, little oversight from my Dockerfile, if you want to follow the CRAN steps and get the R from the cloud.r-project.org server, you want to replace
&& add-apt-repository -y "ppa:marutter/rrutter4.0"
With
&& add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
The ppa repo is Michael Rutter personal repo
2018 Jun 13
1
r-base-dev not installing in Ubuntu 16.04
On 13 June 2018 at 20:54, Robin Lovelace wrote:
| I have recently re-installed R on my Ubuntu system to get R 3.5 and found
| this to have worked:
|
| # you may need to remove incumbent repos e.g. with:
| sudo apt-add-repository --remove ppa:marutter/rrutter
|
| # add new repos
| sudo apt-add-repository ppa:marutter/rrutter3.5 # for base R
| sudo apt-add-repository ppa:marutter/c2d4u4.5 # for
2024 Jul 08
2
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hmm? It?s picking up the pre-made binary from ppa:marutter/rrutter4.0 using apt-get install. Isn?t it what Lauren?s trying to do?
From: Dirk Eddelbuettel <edd at debian.org>
Date: Monday, July 8, 2024 at 11:57?AM
To: marcoblanchette at icloud.com <marcoblanchette at icloud.com>
Cc: Gerber, Lauren J <lauren.gerber at helsinki.fi>, r-sig-debian at r-project.org <r-sig-debian
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Marco,
Thank you for the follow up email.
In the line below, do I replace $(lsb-release -cs) with jammy (Ubuntu 22.04) or leave it alone:
Add-apt-repository ?deb https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/?
It?s good to know about installations for Bioconductor. I am not currently using it, but I may need it in the future for other projects.
Br,
Lauren
--
Lauren J. Gerber
2024 Jul 11
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Yes, keep the $(lsb-release -cs) there. This allows you to change the version of the OS without having to change anything else (for instance we are migrating all of our docker to 24.04 LTS right now, so we only have to modify the FROM entry and all of our Dockerfile will still work).
From: Gerber, Lauren J <lauren.gerber at helsinki.fi>
Date: Thursday, July 11, 2024 at 2:21?AM
To:
2006 Dec 09
1
WinBUGS14 and R
I'm trying to call BUGS from R. But it's not working. R freezes up and
BUGS gives me a strange output in the log. Just to know, BUGS is
registered. The modified date on the keys file is today (Dec. 9th). It
should be fully registered so that I can use it fully. And, the BUGS model
is syntactically correct. Any suggestions would be very helpful.
Here is my BUGS model:
model {
2017 Feb 12
1
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
On 12 February 2017 at 12:28, Jeroen Ooms wrote:
| On Mon, Dec 19, 2016 at 2:27 PM, Terje J?rgensen <terjej at imr.no> wrote:
| > Hi,
| >
| > I am unable to install tibble, a required package for ggplot2 in R. I am
| > running R (version 3.3.2 ) in RStudio (version 1.0.44). My OS is ubuntu
| > 14.04 (64 bits).
|
| I was able to reproduce this problem. What happened is that
2012 Dec 04
1
Winbugs from R
Hi,
I am trying to covert a Winbugs code into R code. Here is the winbugs code
model{# model’s likelihoodfor (i in 1:n){time[i] ~ dnorm( mu[i], tau ) # stochastic componenent# link and linear predictormu[i] <- beta0 + beta1 * cases[i] + beta2 * distance[i]}# prior distributionstau ~ dgamma( 0.01, 0.01 )beta0 ~ dnorm( 0.0, 1.0E-4)beta1 ~ dnorm( 0.0, 1.0E-4)beta2 ~ dnorm( 0.0, 1.0E-4)#
2024 Jul 10
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
Hi Dirk,
Thank you so much for looking into this when you got home. I greatly appreciate it.
I was actually in the midst of writing to everyone the following message:
?.
?.
?.
Hi All,
I have some good news. ? My docker image is now up-to-date with R version 4.4.1.
I first had to clear a bunch of unused data using docker system prune ?force. Apparently, it cleared over 32.53 gigs of data, and
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
And sorry for the spam, but I meant to say that the Dockerfile is basically following the steps from https://cloud.r-project.org/bin/linux/ubuntu/ as Lauren was trying to do but start by installing the pre-requisites needed to deploy the r-base package on a Ubuntu 22.04 Docker image (which is NOT a base 22.04 but a minimally striped version of 22.04).
From: marcoblanchette at icloud.com
2018 Aug 31
2
ERROR: Installing R - Ubuntu
Good morning!
I'm trying to install R on my PC (16.04; LTS), but the following error ocours:
E: Falhou obter http://ppa.launchpad.net/skunk/pepper-flash/ubuntu/dists/xenial/main/source/Sources 404 Not Found
I ran the following commands on the terminal:
* printf '\n#CRAN mirror\ndeb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/\n' | sudo tee -a
2013 Dec 04
3
Ubuntu packages and broken link in docs
Hi,
Two things:
1. Does anyone know of a good PPA with updated packages of Dovecot for
Ubuntu? "For the latest Dovecot for latest Ubuntu LTS see Xiaoka APT
Repository. (Outdated. Could someone provide a ppa for latest stable
Dovecot, please?)"
2. On the http://wiki2.dovecot.org/PrebuiltBinaries#Ubuntu page there
is a link to a supposedly outdated PPA, the ppa page now redirects to
2007 Nov 09
1
Problem Installing 2.6.0 on Mac
I'm not able to install R 2.6.0 on my Mac running 10.5. When running
the installer, and after agreeing to the license, in the "Installation
Type" stage, the Packages are all greyed out (R framework and R GUI
for MAC OS X), and therefore the "Install" button in the lower right
is greyed out. It won't let me select anything to install. Anyone
know what the
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
2011 Mar 01
14
virt-manager 0.8.2 local ISO and PXE boot install option greyed out on 2.6.32.27 pv-ops Dom0 kernel
Hi,
I just installed a pv-ops Dom0 2.6.32.27 Kernel on a 64 bit non VT machine.
Following instructions here
http://wiki.xensource.com/xenwiki/Xen4.0
for 64 bit Ubuntu 10.04
apt-get install bcc bin86 gawk bridge-utils iproute libcurl3
libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo
texlive-latex-base texlive-latex-recommended texlive-fonts-extra
texlive-fonts-recommended
2010 Sep 09
1
R2WinBugs problem
I'm having difficulty running R2WinBugs on a setup that previously
worked for me (Dell Laptop, Windows XP service pack 3, R 2.11.1, WinBugs
1.43) . When I issue the following command
smds.sim <- bugs (data, inits, parameters, "SMDSbrandLoc2.bug",
debug = T,
n.thin = n.thin,
n.chains = n.chains,
n.burnin = n.burnin,
n.iter = n.iter)
I get the following error in R
2020 May 18
3
c2d4u3.5 ppa for Ubuntu 20.04?
Hi
I tried to use Michael's ppa after having installed Ubuntu 20.04 and R 4,
and it seems the ppa is not available now for 20.04, I get message: The
repository 'http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal
Release' does not have a Release file
Am I doing something wrong, or is it correct that it is not available yet?
Are there any plans to implement it at some point?
2023 May 09
2
MacOS clients - best options
Hi list,
we have migrated a single node Samba server from Ubuntu Trusty to a
3-node CTDB Cluster on Debian Bullseye with Sernet packages. Storage is
CephFS. We are running Samba in Standalone Mode with LDAP Backend.
Samba Version: sernet-samba 99:4.18.2-2debian11
I don't know if it is relevant here's how we have mounted CephFS on the
samba nodes:
(fstab):/samba /srv/samba ceph
2015 Nov 29
1
R-devel no longer supports Ubuntu 14.04 LTS (insufficient PCRE version)
Hi
For the record, Dirk (after a couple of false starts and admirable
persistance!) has got this to work for me.
So on Ubuntu 14.04, adding Dirk's PPA, followed by apt-get update pulls
down a backport for libpcre3.
Thanks Dirk!
Paul
On 24/11/2015 4:57 p.m., Dirk Eddelbuettel wrote:
>
> Sebastian, Paul,
>
> Ubuntu 14.04 builds (for Linux 32 and 64 bit, ie i386 and amd64) of