Displaying 5 results from an estimated 5 matches for "qijwirnma".
2019 Oct 19
0
Cannot install dplyr
...mpilation), boils down to a single command (!!) and a
mere two minutes of automated downloading and unpackaging. See
http://dirk.eddelbuettel.com/blog/2019/06/09#022_rocker_and_ppas
for a few slides and a link to the video you could also jump at directly at
https://www.youtube.com/watch?v=qIjWirNma-8
Having something like this _comprehensively_ across a few distros is clearly
needed.
But the only active effort I know of appears to be an RStudio effort related
to their their (commercial only, AFAIK) package manager. Needless to say, I
would much rather have this as an open community effort,...
2019 Jun 15
1
Bionic beaver repository issues
...reen (next time please try text mode if you can).
Bionic beaver works for other people, see eg this blog post, support slides
and (primarily) video
http://dirk.eddelbuettel.com/blog/2019/06/09#022_rocker_and_ppas
http://dirk.eddelbuettel.com/papers/r4_rocker_and_ppas.pdf
https://youtu.be/qIjWirNma-8
which shows how to install all of tidyverse and rstan, respectively, with one
commands thanks to the Rutter PPAs and Ubuntu 18.04 -- Bionic Beaver.
See below [1] for a quick demo using the same Docker container. Note that it
also does 'apt-get update' -- maybe you just miss that. You c...
2019 Oct 17
2
Cannot install dplyr
So I've tried many methods to get dyplr installed, I'll detail each of the
methods and issues below. I'm running a new Linux machine with Pop!_OS.
*From the package manager*
I tried installing r-base from the package manager but it delivers a version
so out of date that when I try to install dyplr it throws an error. As far
as I can tell from researching the error, the only
2019 Jun 15
2
Bionic beaver repository issues
Hello,
I appear to have a similar issue as?Willem Ligtenberg (Disco Dingo repository issues,?Thu May 2 19:01:04 CEST 2019), except on a completely fresh installation of Ubuntu?18.04 LTS (Bionic Beaver). After updating and upgrading packages and adding the repo "deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/" and associated key, attempting to install r-base fails due to
2019 Nov 09
2
improving the performance of install.packages
On 08/11/2019 6:17 p.m., Henrik Bengtsson wrote:
> I believe introducing a backward compatible force=TRUE is a good
> start, even if we're not ready for making force=FALSE the default at
> this point. It would help simplify quite-common instructions like
>
> if (requireNamespace("BiocManager"))
> install.packages("BiocManager")
>