search for: r2u

Displaying 20 results from an estimated 21 matches for "r2u".

Did you mean: 2u
2023 Jun 07
2
Fwd: package interflex
I can understand why it changes the game. It would be sweet if we could do something like r2u for Debian, but for now > we can't. Switching between Debian and Ubuntu is not that onerous though. Do you mind clarifying what you do here? Do you operate Ubuntu when working in R? Or do you somehow operate Ubuntu to manage R packages and dependencies, and then switch back into Debian to...
2023 Jun 06
2
Fwd: package interflex
...rom-source fails for lack of a (for compilation from source) needed -dev packages. Which is why _reliable_ and _complete_ provision of binaries is such a game changer. I have been at this for 20+ years (as it was that long ago that injected the first few r-cran-* packages into Debian). And having r2u is a complete gamechanger. I can drop into a random code repository (as today for work), run my `installDeps.r` helper to install everything, or in the demo for you just do `install.r interflex` (or, if one prefers run it as an R command via eg a simple `Rscript -e 'install.packages("inte...
2023 Mar 26
1
Announcing r2u: 20k CRAN binaries for Ubuntu 22.04 + 20.04
The r2u repository [1] has been providing CRAN packages as Ubuntu binaries (with *full* and *complete* dependency resolution) since last May. It is being served from a well-connect Internet2 mirror thanks to the University of Illinois making it *fast*. By relying on the bspm package [2], it can access th...
2024 May 10
0
Heads-up: r2u installs (only) to /usr/lib/R/site-library.
I started using r2u (see https://eddelbuettel.github.io/r2u) recently and thought I was having a problem in that I was getting out-of-date versions of packages. I made enquiries of Dirk Eddelbuettel about this, and he enlightened me as to what the problem really was. I was seeing old versions of packages that were s...
2023 Jun 06
1
Fwd: package interflex
...'xyz' is not available for package ''abc" * removing '/home/............/4.3/abc' Warning in install.packages : installation of package 'abc' had non-zero exit status. ok, AFAIU, wanting to manage R dependencies as easily as possible suggests using Ubuntu with r2u instead of Debian. Be my guest to evaluate this interpretation. Johan Den tirs. 6. jun. 2023 kl. 19.58 skrev Dirk Eddelbuettel <edd at debian.org>: > > On 6 June 2023 at 19:37, Johan Andresen wrote: > | I'd like input on how to install interflex > | <https://github.co...
2023 Aug 13
1
Is r2u at 3.4.1?
...tories in my sources.list disagreeing about versions required.? That's not so urgent an issue for me that I wont just wait to see if it sorts itself out.? In my experience such collisions sometimes do. However, it prompted me to some questions: 1) Is this telling me it's time I went to r2u which does seem a "very good thing"?? Any reason NOT to change? 2) I read https://eddelbuettel.github.io/r2u/, not for the first time, and it looks simple, even I should? be able to do that.? Any gotchas?? See #3: 3) but it says things I don't really understand about the R versio...
2023 Jun 07
1
Fwd: package interflex
I was delighted I with how fast (faster than a tickled toddler giggles) r2u scarfed packages I. up my Pop!_OS (Ubuntu in party attire tuned for System76). But, despite 40 years as my own sys admin (classic fool for a client?), I bolluxed up, ending up with an install chain that was inferior to compiling from source, despite having to occasionally track down system dependen...
2023 Jun 07
1
Fwd: package interflex
...se be welcome to refer me to guidelines/a manual for doing so if you can imagine it happening. Johan Den ons. 7. jun. 2023 kl. 08.37 skrev Johan Andresen < johan.andresen at gmail.com>: > I can understand why it changes the game. > > It would be sweet if we could do something like r2u for Debian, but for now >> we can't. Switching between Debian and Ubuntu is not that onerous though. > > > Do you mind clarifying what you do here? Do you operate Ubuntu when > working in R? Or do you somehow operate Ubuntu to manage R packages and > dependencies, and then...
2023 Aug 22
2
Is r2u at 3.4.1? [branch about handling package collisions under Ubuntu/Debian]
This is definitely tangential to the list: I'm on Ubuntu (22.04.2 LTS) not Debian and I'm sure this is about issues in the Ubuntu package management on my machine, R is only revealing them. The original subject line came from me wondering if my going over to the r2u repository would solve the problem.? However, as I think Dirk said, that's only really likely to be answered by trying it and I would rather see if I can understand what has gone wrong before I do anything radical. I am also hoping that having this, partially OTT thread on the list may help as...
2024 Jan 03
1
SOLVED- Re: help installing R on Linux Mint 21.2
...any of us put volunteer time into this trying to make things 'possible' and preferably 'easy' but we don't always get there. That said, I have shown multiple times over the last few years that the simple _one statement call_ of `install.packages("tidyverse")` works in r2u as demonstrated in a Docker container for r2u. I just 'taped' a fresh demo installing 103 binary packages in twenty seconds from this one command. [1] Myself, and many others, take advantage of that day in, day out on Ubuntu systems for direct work, for work in CI, for work on cloud instan...
2023 Mar 26
1
Announcing r2u: 20k CRAN binaries for Ubuntu 22.04 + 20.04
On 26 March 2023 at 18:30, Dirk Eddelbuettel wrote: | Over the last few months I have provided multiple 'demos' as animated gifs | showing how for example `system.time(install.package("tinyverse"))` installs | all these packages and all their dependencies in under twenty seconds (!!). Classic typo as Josh kindly pointed out over DM:
2023 Aug 06
3
A demonstrated shortcoming of the R package management system
...of packages may be needed. A demo is included below, it is reproducible in a container. We find the easiest/fastest reproduction is by saving the code snippet below in the current directory as eg 'matrixIssue.R' and have it run in a container as docker run --rm -ti -v `pwd`:/mnt rocker/r2u Rscript /mnt/matrixIssue.R This runs in under two minutes, first installing the older Matrix, next installs SeuratObject, and then by removing the older Matrix making the (already installed) current Matrix version the default. This simulates a package update for Matrix. Which, as the final snipp...
2023 Mar 16
2
Request: better default R_LIBS_USER
...t should install packages to somewhere inside | ~/.local by default. Use of ~/.local is a fairly recent convention (relative to the time R has been around, which is now decades) and one which R supports already eg in the (rather useful) portable config directories: > tools::R_user_dir("r2u") [1] "/home/edd/.local/share/R/r2u" > Your best bet really to govern your .libPaths from your Rprofile.site and Renviron.site rather than asking a few million R users to adjust from past practice. Also: personal preferences differ. I think of Linux as multi-tenant and ex...
2023 Aug 03
2
Ubuntu packages on s390x
Hello, Are there any plans to add R packages for Ubuntu on other architectures in addition to amd64? We are looking for s390x packages as the version from the distro's package manger is 4.2.2. I'm happy to help in any way I can. Thank you. Regards, Vivian Kong Linux on IBM Z Open Source Ecosystem IBM Canada Toronto Lab [[alternative HTML version deleted]]
2023 Mar 16
1
Request: better default R_LIBS_USER
Hi, I see R by default installs packages in ~/R. I know I can change the default directory with R_LIBS_USER, but software shouldn't be polluting the home directory. For example both python and node install packages to ~/.local/lib, ruby to ~/.local/share. They don't install to for example ~/node. R should do the same: it should install packages to somewhere inside ~/.local by default.
2023 Mar 17
1
Request: better default R_LIBS_USER
...where inside > | ~/.local by default. > > Use of ~/.local is a fairly recent convention (relative to the time R has > been around, which is now decades) and one which R supports already eg in the > (rather useful) portable config directories: > > > tools::R_user_dir("r2u") > [1] "/home/edd/.local/share/R/r2u" > > > > Your best bet really to govern your .libPaths from your Rprofile.site and > Renviron.site rather than asking a few million R users to adjust from past > practice. > > Also: personal preferences differ. I...
2018 Feb 06
0
"make check" test-hash-method bus error (Sparc alignment)
...ptimized out> off = 0 copysiz = 3 #1 0x00024eb0 in test_hash_methods_fips () at test-hash-method.c:338 n = 0 method = 0xc4e68 <hash_method_sha1> context = 0xffbff724 "gE#\001??\211\230???\020\062Tv????" result = "?9??^kK\r2U??\225`\030\220??\a\t" i = 7 last_method = 0x839d0 "sha1" test_vectors = {{method = 0x838e0 "md4", input = 0x838e8, ilen = 0, rounds = 1, output = 0x838f0, olen = 16}, {method = 0x838e0 "md4", input = 0x83908, ilen = 3, rou...
2023 Jun 27
2
Correct use of tools::R_user_dir() in packages?
tools::R_user_dir() provides configurable directories for R packages to write persistent information consistent with standard best practices relative to each supported operating systems for applications to store data, config, and cache information respectively. These standard best practices include writing to directories in the users home filespace, which is also specifically against CRAN policy.
2016 Apr 29
2
Backtrace:dovecot/imap
...ex (ctx=0x7f572c132140) at imapc-sync.c:405 mbox = 0x7f572c12b840 sync_rec = {uid1 = 51497, uid2 = 51497, type = MAIL_INDEX_SYNC_TYPE_EXPUNGE, add_flags = 4 '\004', remove_flags = 0 '\000', keyword_idx = 6315, guid_128 = "^kK\r2U\277\357\225`\030\220\257\330\a\t"} seq1 = 126 seq2 = 126 #17 imapc_sync_begin (force=<optimized out>, ctx_r=<synthetic pointer>, mbox=0x7f572c12b840) at imapc-sync.c:481 ctx = <optimized out> sync_flags = <optimized out> ret...
2024 Mar 21
1
Building Packages.
>>>>> Ben Bolker >>>>> on Wed, 20 Mar 2024 13:25:33 -0400 writes: > Hmm, looks platform-specific. Under Linux both RStudio > and external R console return > a0b52513622c41c11e3ef57c7a485767 > for digest::digest(install.packages) Well, platform-specific maybe, notably probably the *RStudio*-version matters (for once). One one