yoelii
yoelii
Hello, When the pull request will be approuved and available ? thanks
Same query. How do I create a link to an anchor? Thanks you for help
I have no message. The function still running infinite. I need to kill my R session. ```R > getOption("repos") [1] "https://cran.r-project.org" ```
I try to install with install.packages("tidyverse") and it's work well, after I install some system dependencies ( apt-get install -y libfribidi-dev libharfbuzz-dev ) But pkg_intall("tidyverse") still failed. If I remove...
Thanks, it work after set the repository and without install the system dependency : ```R options(repos = c(CRAN = "cran.R-project.org")) ``` ```R > library("pak") > options(repos = c(CRAN = "cran.R-project.org"))...
Yes, but It's work well for change location of pagination with modification in CSS style How I can change button by icon for example ?
Thanks you for your answer in StackOverflow. I ask my question in github page because I think to the possibility to use icon extensions from DataTabel ( https://datatables.net/extensions/buttons/examples/styling/icons.html) or default...
It could be also usefull for other elements radioInput, fileInput, ..
Another way, more easier, it's to use [tagQuery() function](https://rstudio.github.io/htmltools//articles/tagQuery.html) from [htmltools package](https://rstudio.github.io/htmltools//index.html) This function permits to add class in element. Simple example : ``` library(shiny) library(htmltools) ui
Same warning message when I try to convert the same kind of tree. The tree made with plotly doesn't show the annotation but only the tree. ```R library(ggimage) library(ggtree) library(TDbook)...