search for: rockers

Displaying 20 results from an estimated 134 matches for "rockers".

Did you mean: rocker
2017 Apr 05
2
Very hard to reproduce bug (?) in R-devel
On Wed, Apr 5, 2017 at 2:24 PM, Robert McGehee <rmcgehee at walleyetrading.net> wrote: > Winston, > I had a similar experience to you tracking down an insanely difficult bug > in my R code that "disappeared" whenever slight changes were made to the > script (e.g. like adding cat() statements). In my case, it coincided with > my over-eager compilation of R and its
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
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
Hi, thanks for the fast reply! On Fri, Nov 22, 2019 at 2:15 PM Dirk Eddelbuettel <edd at debian.org> wrote: > > Tim, > > On 22 November 2019 at 12:03, Tim Head wrote: > | One language we support is R. We let people choose which version they > need > | and because we are based on Ubuntu we use the packages provided on > |
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:
2017 Apr 05
0
Very hard to reproduce bug (?) in R-devel
On 5 April 2017 at 15:46, Winston Chang wrote: | On Wed, Apr 5, 2017 at 2:24 PM, Robert McGehee <rmcgehee at walleyetrading.net> | wrote: | | > Winston, | > I had a similar experience to you tracking down an insanely difficult bug | > in my R code that "disappeared" whenever slight changes were made to the | > script (e.g. like adding cat() statements). In my case, it
2019 Nov 25
1
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
On 21 November 2019 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
2015 Jan 18
3
Unable to install R 3.1.2 on Debian:Testing
Hi Johannes, On 18 January 2015 at 20:47, Johannes Ranke wrote: | At the moment you are on your own with R 3.1.2 on jessie. The easiest safe bet in my opinion | 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
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
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
2017 Apr 29
2
Re: Libvirtd freezes
On 04/29/2017 04:38 AM, Stefano Ricci wrote: > 2017-04-28 14:33 GMT+02:00 Michal Privoznik <mprivozn@redhat.com>: >> 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.] >> >>> >>>
2020 Jun 25
4
Update on docker Python:3 and adding R:4.x
My dockerfile: FROM python:3 WORKDIR /usr/src/app COPY requirements.txt ./ COPY languageserver-master ./ COPY radian-master ./ RUN pip3 install --no-cache-dir -r requirements.txt EXPOSE 8080 RUN apt-key adv --keyserver keys.gnupg.net --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF' RUN echo "deb http://cloud.r-project.org/bin/linux/debian buster-cran40/" >>
2017 Apr 19
0
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
On 19 April 2017 at 09:38, Jennifer Lyon wrote: | 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
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_ge...
2018 Apr 29
0
R 3.5.0 binaries for Debian and Ubuntu
To clarify: - We have known since last summer when ALTREP was merged in r-devel that you CANNOT mix and match BINARY BUILDS between R 3.5.0 and prior versions. And R 3.5.0 is very clear about this in the NEWS file (albeit many lines down, and in somewhat vague language): C-LEVEL FACILITIES: [...] * The object header layout has been changed to support merging the ALTREP
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:tdb...
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
2017 Apr 29
0
Re: Libvirtd freezes
2017-04-28 14:33 GMT+02:00 Michal Privoznik <mprivozn@redhat.com>: > 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
2020 Jan 14
5
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
>>>>> Avraham Adler >>>>> on Mon, 13 Jan 2020 14:38:12 -0500 writes: > Those of us stuck on Windows but who attempt to develop properly are > wounded to the quick, sir! > :) > Avi Indeed, you had a ' :) ' , but others have perceived this as an insult. I'm really really sorry for that and do want to apologize to all of