Displaying 20 results from an estimated 146 matches for "rocker".
Did you mean:
docker
2017 Apr 05
2
Very hard to reproduce bug (?) in R-devel
...tra flags, the problem went away. Not saying this is
> your problem, just sharing my similar experience.
>
>
Thanks Robert. I'm glad that I'm not the only one who's encountered an
issue like this. "Insanely difficult" is an apt description. :)
I've been using the rocker/r-devel for testing. It compiles R with the
following CFLAGS:
-g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g
It looks like it gets those settings from running R CMD config CFLAGS with
the already-install...
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
Hi:
I have a Dockerfile, which builds an image which installed R 3.3.2 in
Ubuntu 14.04, but building using that Dockerfile seems to have stopped
working and I am unclear why.
I believe the relevant error is:
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
2015 Jan 13
6
Request for help with UBSAN and total absense of CRAN response
CRAN has a package of mine in upload limbo because it failed UBSAN.
I am not entirely ignorant on the topic of sanitizers and SAN / ASAN / UBSAN;
we created not one but two Docker containers with ASAN and USBAN:
https://registry.hub.docker.com/u/rocker/r-devel-san/
https://registry.hub.docker.com/u/rocker/r-devel-ubsan-clang/
as well as predecessors to them in earlier Docker repos.
Yet I fail to recreate the errors reported by CRAN:
http://www.stats.ox.ac.uk/pub/bdr/memtests/UBSAN-clang-trunk/RcppAnnoy/tests/runUnitTests.Rout
http://w...
2018 Apr 29
2
R 3.5.0 Binaries for Ubuntu now available
On 04/29/2018 09:30 AM, Jeroen Ooms wrote:
> On Sat, Apr 28, 2018 at 10:00 PM, Michael Rutter <marutter at gmail.com> wrote:
>> These have not been mirrored to CRAN as I want to have the other r-cran
>> packages built against R 3.5 before adding to CRAN. Worried about breaking
>> working systems currently on R 3.4.4.
>
> Thanks, Michael. I did some simple tests,
2019 Nov 22
1
Installing R 3.5 on Ubuntu bionic stopped(?) working
...>
> | With repo2docker we are in a slightly weird position where we want to
> | enable container image builds that worked 6months or 12months ago to also
> | work today. This means if a user built a container with R 3.5 in the past
>
> You could maybe base that on the versioned Rocker container (the "r-ver"
> stack) which is also tagged to corresponding dates at MRAN. No support for
> binary packages though.
>
The drawback of using rocker or other base images is that we currently have
the ability to compose several different ways of installing software (You...
2020 Jun 22
3
Docker build issue
Hi Dave and Dirk,
sorry, I do not understand half of this, as I do not use docker myself. Buf if
Dirk does not use Debian buster as the basis for his Rocker container, then
you should probably not try to install the backport to buster. Shouldn't these
docker containers be there to avoid the need to install R?
Johannes
Am Montag, 22. Juni 2020, 19:15:56 CEST schrieb Dirk Eddelbuettel:
> Dave,
>
> That's partial information for so h...
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
...problem went away. Not saying this is
| > your problem, just sharing my similar experience.
| >
| >
| Thanks Robert. I'm glad that I'm not the only one who's encountered an
| issue like this. "Insanely difficult" is an apt description. :)
|
| I've been using the rocker/r-devel for testing. It compiles R with the
| following CFLAGS:
| -g -O2 -fdebug-prefix-map=/build/r-base-3.3.3=. -fstack-protector-strong
| -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g
| It looks like it gets those settings from running R CMD config CFLAGS with
| the alrea...
2019 Nov 25
1
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
...9 at 17:57, Martin Maechler wrote:
| (if you use a version of R-devel, with svn rev >= 77446; which
| you may get as a binary for Windows in about one day; everyone
| else needs to compile for the sources .. or wait a bit, maybe
| also not much longer than one day, for a docker image) :
FYI: rocker/drd [1] and rocker/r-devel both have rev 77455 now (as they are
both on weekend auto-rebuild schedule). The former is smaller, both should
work to test this. Quick demo below [2].
Dirk
[1] This comes from 'drd == daily r-devel' but we do not build it daily.
[2] Quick demo follows
edd at...
2015 Jan 18
3
Unable to install R 3.1.2 on Debian:Testing
...would be to install from the Debian sources in unstable, i.e. add a deb-src entry for unstable
| to your sources.list, do an apt-get build-dep r-base and then apt-get source --build r-base
| and install the packages with dpkg.
Ok. I will set up a new toolchain for testing then. We need this for Rocker
all the time---eg I just put something marvelous into littler which I need in
Rocker, yet Debian is frozen with no timeline for release. And it is silly
for us to keep rebuilding all these things when building containers.
The three of us should (will !!) work something out that will allow us prope...
2017 Apr 28
2
Re: Libvirtd freezes
On 04/27/2017 04:31 PM, Stefano Ricci wrote:
> Here is the backtrace of the libvirt process just started
[Just a side note, you shouldn't top post on technical lists. Gmail
sucks at this.]
>
> https://pastebin.com/R66myzFp
Looks like libvirtd is trying to spawn /usr/bin/qemu-system-x86_64 but
it takes ages to init. In the debug logs you might see the actual
command line that
2017 Feb 12
1
Problems installing tibble (ggplot2) in R running Ubuntu 14.04
...buntu trusty main
deb http://ppa.launchpad.net/marutter/rrutter/ubuntu trusty main
# deb-src http://ppa.launchpad.net/marutter/rrutter/ubuntu trusty main
root at 092af40cc094:/#
4. Factual support for this email brought to you by a convenient Docker container:
https://hub.docker.com/r/rocker/r-apt/
https://github.com/rocker-org/rocker/tree/master/r-apt
which exists for all relevant flavours.
Cheers, Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2017 Apr 29
2
Re: Libvirtd freezes
...query-tpm-models"}, {"name":
> "query-tpm"}, {"name": "query-target"}, {"name": "query-status"},
> {"name": "query-spice"}, {"name": "query-rx-filter"}, {"name":
> "query-rocker-ports"}, {"name": "query-rocker-of-dpa-groups"},
> {"name": "query-rocker-of-dpa-flows"}, {"name": "query-rocker"},
> {"name": "query-pci"}, {"name": "query-named-block-nodes"}, {"nam...
2020 Jun 25
4
Update on docker Python:3 and adding R:4.x
...meone wants to change my starting point to
> | something that already has stable/latest production for debian, Python3
> and
> | R4 and will be updated for the future I would appreciate the head start.
>
> Should be easy. Look at the variety of Dockerfiles is maintain inside the
> Rocker Project -- while most are based on Debian's testing release you can
> still look at them (though note that some are also Ubuntu based)
>
> You could start at https://github.com/rocker-org/rocker but also look at
> other repositories in the same org at GH.
>
> Dirk
>
>...
2017 Apr 19
0
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
...-base=3.3.2-1trusty0 r-base-dev=3.3.2-1trusty0
| r-recommended=3.3.2-1trusty0 r-base-core=3.3.2-1trusty0
You are pointing to the normal repo. AFAIK it only keeps _current_ versions
and one cannot, as you do here, request arbitrary older versions.
But take a look at Carl's 'versioned' Rocker containers which may offer you
want you're after.
GitHub: https://github.com/rocker-org/rocker-versioned
Docker: https://hub.docker.com/r/rocker/r-ver/
Dirk
|
| RUN locale-gen en_US.UTF-8
| ENV LANG en_US.UTF-8
| ENV LANGUAGE en_US:en
| ENV LC_ALL en_US.UTF-8
|
| WORKDIR /plugin/
|...
2003 Nov 20
0
(no subject)
....
here is the output of net vampire:
Fetching DOMAIN database
SAM_DELTA_DOMAIN_INFO not handled
Creating unix group: 'Domain Admins'
Creating unix group: 'Domain Users'
Creating unix group: 'Dwarfs'
Creating unix group: 'Looneytunes'
Creating unix group: 'Rockers'
Creating unix group: 'Speedsters'
Creating account: Administrator
useradd: invalid user name 'Administrator'
Could not create posix account info for 'Administrator'
Creating account: Guest
[2003/11/19 13:40:50, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(255)
pdb_g...
2018 Apr 29
0
R 3.5.0 binaries for Debian and Ubuntu
...kages on my 17.10 laptop. But let me repeat
that for clarity: I involved removing r-api-3.4 packages and reinstalling
in /usr/local
- For Debian, I started a similar 'minimal' R 3.5.0 repo here
https://github.com/eddelbuettel/drr35
which allowed me eg to update the 'base' Rocker image for R 3.5.0
https://github.com/rocker-org/rocker/blob/master/r-base/Dockerfile
https://hub.docker.com/r/rocker/r-base/
and I will send the usual PR to the offical library for the r-base image
mirroring this.
- Travis remains an issue if and when you mix with preinstalled packages...
2003 Nov 20
0
problems with uppercase in usernames
...t;
> Fetching DOMAIN database
> SAM_DELTA_DOMAIN_INFO not handled
> Creating unix group: 'Domain Admins'
> Creating unix group: 'Domain Users'
> Creating unix group: 'Dwarfs'
> Creating unix group: 'Looneytunes'
> Creating unix group: 'Rockers'
> Creating unix group: 'Speedsters'
> Creating account: Administrator
> useradd: invalid user name 'Administrator'
> Could not create posix account info for 'Administrator'
> Creating account: Guest
> [2003/11/19 13:40:50, 0] passdb/pdb_tdb.c:td...
2020 Jun 24
2
Update on docker Python:3 and adding R:4.x
I continue to receive an error installing R via dockerfile on a buster
image python:3.
E: The value 'buster-cran40' is invalid for APT::Default-Release as such a
release is not available in the sources
My starting point is the debian buster based Python:3 image adding a couple
of python specific configurations and then using the commands in the R
project documentation for installing R on
2024 Jul 08
1
Issues with Ubuntu 22.04 and Installing the Latest Version of R (R 4.4.1) to Docker Image
On 8 July 2024 at 19:32, marcoblanchette at icloud.com wrote:
| Oh, again, sorry for the spam but the problem Lauren is seeing is when she is
| trying to sign the key. Installing gnugpg usually takes care of that problem.
I am not sure about that.
For jammy, my current (and used) rocker/r2u:jammy Dockerfile is
https://github.com/rocker-org/r2u/blob/master/jammy/Dockerfile
and it does what Laurent want (plus a bit more: r2u setup) but I have
been traveling since she first emailed me and have not run it to confirm.
Dirk
--
dirk.eddelbuettel.com | @eddelbuettel | edd at debian....
2017 Apr 29
0
Re: Libvirtd freezes
...e": "query-tpm-models"}, {"name":
"query-tpm"}, {"name": "query-target"}, {"name": "query-status"},
{"name": "query-spice"}, {"name": "query-rx-filter"}, {"name":
"query-rocker-ports"}, {"name": "query-rocker-of-dpa-groups"},
{"name": "query-rocker-of-dpa-flows"}, {"name": "query-rocker"},
{"name": "query-pci"}, {"name": "query-named-block-nodes"}, {"name":
&...