Displaying 13 results from an estimated 13 matches for "viridislit".
Did you mean:
viridislite
2020 Apr 29
2
problem with `viridis` on Ubuntu 20.04
...iridis/vignettes/intro-to-viridis.html)
R gets stuck indefinitely; the system monitor shows the R process using
CPU resources but nothing happens at the terminal and I'm also unable to
stop the function with Ctrl-C.
I did a little digging and simply calling the function `viridis` from
the `viridisLite` package causes the same problem, execution gets stuck
at the line:
cols <- fn_cols(seq(begin, end, length.out = n)) / 255
which is line 177 here:
https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177
I'm dual booting Debian Buster on the same machine and no such...
2020 Apr 30
4
problem with `viridis` on Ubuntu 20.04
...0 at 03:05, Samuele Carcagno wrote:
> | Il 30/04/20 01:39, Dirk Eddelbuettel ha scritto:
> | > Keep. It. Simple. And. Concise.
> | >
> | > And reproducible.
> |
> | I've attached a script that triggers the bug on my system. It's just two
> | lines, one to load `viridisLite`, and one to call the `viridis`
> | function. I've also attached the output of `sessionInfo`.
> |
> | To sum up all the additional info in my previous e-mail: the bug occurs
> | on Ubuntu 20.04 with R 4.0.0, but does not occur on Debian, Windows, or
> | Mac using the same versio...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...l)
> | R gets stuck indefinitely; the system monitor shows the R process using
> | CPU resources but nothing happens at the terminal and I'm also unable to
> | stop the function with Ctrl-C.
> |
> | I did a little digging and simply calling the function `viridis` from
> | the `viridisLite` package causes the same problem, execution gets stuck
> | at the line:
> |
> | cols <- fn_cols(seq(begin, end, length.out = n)) / 255
> |
> | which is line 177 here:
> | https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177
> |
> | I'm dual boo...
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
...ttes/intro-to-viridis.html)
| R gets stuck indefinitely; the system monitor shows the R process using
| CPU resources but nothing happens at the terminal and I'm also unable to
| stop the function with Ctrl-C.
|
| I did a little digging and simply calling the function `viridis` from
| the `viridisLite` package causes the same problem, execution gets stuck
| at the line:
|
| cols <- fn_cols(seq(begin, end, length.out = n)) / 255
|
| which is line 177 here:
| https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177
|
| I'm dual booting Debian Buster on the same mach...
2020 Apr 30
0
problem with `viridis` on Ubuntu 20.04
On 30 April 2020 at 03:05, Samuele Carcagno wrote:
| Il 30/04/20 01:39, Dirk Eddelbuettel ha scritto:
| > Keep. It. Simple. And. Concise.
| >
| > And reproducible.
|
| I've attached a script that triggers the bug on my system. It's just two
| lines, one to load `viridisLite`, and one to call the `viridis`
| function. I've also attached the output of `sessionInfo`.
|
| To sum up all the additional info in my previous e-mail: the bug occurs
| on Ubuntu 20.04 with R 4.0.0, but does not occur on Debian, Windows, or
| Mac using the same version of R (R 4.0.0), and...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
Il 30/04/20 03:39, Dirk Eddelbuettel ha scritto:
>
> On 30 April 2020 at 03:26, Samuele Carcagno wrote:
> | I'm not familiar with the internals of `viridisLite`, so I'm not sure
> | I'd be able to help there. I could open a bug report on the
> | `viridisLite` repo and see if the author has suggestions on how to
> | narrow down the issue.
>
> It would help if someone running Ubuntu 20.04 could reproduce.
>
after some further i...
2019 Nov 08
3
improving the performance of install.packages
Hello,
Currently if you install a package twice:
install.packages("testit")
install.packages("testit")
R will build the package from source (depending on what OS you're using)
twice by default. This becomes especially burdensome when people are using
big packages (i.e. lots of depends) and someone has a script with:
install.packages("tidyverse")
...
... later
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
...quot;
tidyselect "tidyselect" "/usr/local/lib/R/site-library" "1.2.1"
utf8 "utf8" "/usr/local/lib/R/site-library" "1.2.4"
vctrs "vctrs" "/usr/local/lib/R/site-library" "0.6.5"
viridisLite "viridisLite" "/usr/local/lib/R/site-library" "0.4.2"
withr "withr" "/usr/local/lib/R/site-library" "3.0.1"
KernSmooth "KernSmooth" "/usr/lib/R/library" "2.23-24"
MASS &...
2017 Nov 14
0
Possible bug(s) causing ggplot2 and XLConnect to crash recent builds of r-devel
...;gtable","labeling","lazyeval",
"magrittr","munsell","plyr","R6","RColorBrewer","Rcpp","reshape2","rlang","scales",
"stringi","stringr","tibble","viridisLite"
I then executed the above code in the Console window of Rstudio (running 64 bit R) and received the message "R Session aborted" with the information that "R encountered a fatal error".
I also started the RGui for the 64-bit version and entered the same code into the con...
2024 Oct 15
2
R Package: 'ggbreak' in Dockerfile
Don't you have to load BiocManager before using it?
-----Original Message-----
From: R-SIG-Debian <r-sig-debian-bounces at r-project.org> On Behalf Of Gerber, Lauren J
Sent: Tuesday, October 15, 2024 9:15 AM
To: r-sig-debian at r-project.org
Cc: dirk at eddelbuettel.com
Subject: Re: [R-sig-Debian] R Package: 'ggbreak' in Dockerfile
Hi All,
Does anyone have experience
2020 Jun 26
2
R 4.0.0 rebuild status
On Friday, 26 June 2020 10.47.13 WEST I?aki Ucar wrote:
> I used bcond locally and wrongly assumed that fedpkg build would
> support --with BCOND and --without BCOND. Instead, the way to activate
> it is to change to "%bcond_with check" and then revert to
> "%bcond_without check". The only difference with bootstrap is that
> "bootstrap" is recognized
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
...kdown prettyunits
rmarkdown utf8
callr ellipsis hexbin mime processx
robustbase uuid
cellranger evaluate highr modelr progress
rprojroot vctrs
cli fansi hms modeltools promises rstudioapi
viridisLite
clipr farver htmltools mstate ps
rvest webshot
coda.base flexmix htmlwidgets muhaz purrr
scales whisker
colorspace flexsurv httr munsell qpdf
selectr withr
crayon flextable...
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...s
* R-sysfonts
* R-systemfit
* R-testit
* R-testthat
* R-tibble
* R-tidyr
* R-tidyselect
* R-tikzDevice
* R-timeDate
* R-timeSeries
* R-tinytest
* R-tinytex
* R-tkrplot
* R-tkWidgets
* R-tufte
* R-tweenr
* R-udunits2
* R-unitizer
* R-units
* R-unix
* R-usethis
* R-utf8
* R-uuid
* R-V8
* R-vctrs
* R-viridisLite
* R-waveslim
* R-wavethresh
* R-webp
* R-webutils
* R-whisker
* R-whoami
* R-widgetTools
* R-withr
* R-xfun
* R-XML
* R-xml2
* R-xopen
* R-xtable
* R-XVector
* R-yaml
* R-zeallot
* R-zoo
* libsbml
* libsedml
* libnuml
* shogun
== Contingency Plan ==
* Contingency mechanism: The side tag will no...