Re: [R] Learning Shinny

2020-04-12 Thread Juan Telleria Ruiz de Aguirre
You could use the following rmarkdown book, with last chapter debited to shiny :) https://bookdown.org/yihui/rmarkdown/ El jueves, 9 de abril de 2020, Kumar t escribió: > Hello all , > > Very sorry to ask you question that might have been answered earlier . I > could not able to find right answ

Re: [R] How to use Conda with R + RStudio Server

2019-10-07 Thread Juan Telleria Ruiz de Aguirre
Solution: https://github.com/grst/rstudio-server-conda It works. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] How to use Conda with R + RStudio Server

2019-09-07 Thread Juan Telleria Ruiz de Aguirre
uot; within my conda environment, but this is far more complicated, as I have not been able to install it in an easy way, so that, changing my conda environment, also changes my RStudio Server Environment: https://www.rstudio.com/products/rstudio/download-server/ Anyone has any gess on how to d

Re: [R] ANOVA Permutation Test

2018-09-03 Thread Juan Telleria Ruiz de Aguirre
Thank you all for your **very good** answers: Using aovp(..., perm="Exact") seems to be the way to go for small datasets, and also I should definitely try ?kruskal.test. Juan [[alternative HTML version deleted]] __ R-help@r-project.org mailin

[R] ANOVA Permutation Test

2018-09-03 Thread Juan Telleria Ruiz de Aguirre
Dear R users, I have the following Question related to Package lmPerm: This package uses a modified version of aov() function, which uses Permutation Tests instead of Normal Theory Tests for fitting an Analysis of Variance (ANOVA) Model. However, when I run the following code for a simple linear

Re: [R] initiate elements in a dataframe with lists

2018-07-25 Thread Juan Telleria Ruiz de Aguirre
By the way, this also works: dfl <- data.frame(x = 1:3, y = I(list(1:2, 1:3, 1:4))) As indicated in "Advanced R" book: http://adv-r.had.co.nz/Data-structures.html#data-frames __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://

Re: [R] initiate elements in a dataframe with lists

2018-07-25 Thread Juan Telleria Ruiz de Aguirre
> Just for my understanding: > Is a data.frame with list columns still a data.frame? Isn't it then a list? * A data.frame (or tibble) is a list of columns. * In which each column must be from the same data type, in this case list(). __ R-help@r-project.

Re: [R] initiate elements in a dataframe with lists

2018-07-25 Thread Juan Telleria Ruiz de Aguirre
Check tidyverse's purrr package: https://github.com/rstudio/cheatsheets/raw/master/purrr.pdf In the second page of the cheatsheet there is info on how to create list columns within a data.frame :) [[alternative HTML version deleted]] __ R-help

[R] Trouble with tibbles

2018-06-28 Thread Juan Telleria Ruiz de Aguirre
Factor Data Type, indeed, is of typeof() Numeric. Try converting that column to character with as.character() Class transformation then must work :) Juan [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCR

Re: [R] parallel computing in r....

2018-06-28 Thread Juan Telleria Ruiz de Aguirre
Maybe this R-bloggers post could also help you: https://www.google.es/amp/s/www.r-bloggers.com/implementing-parallel-processing-in-r/amp/ https://www.google.es/amp/s/www.r-bloggers.com/a-guide-to-parallelism-in-r/amp/ [[alternative HTML version deleted]]

Re: [R] Best R GUIs

2017-12-13 Thread Juan Telleria
Thank you all, some of the best free IDEs are specified in the following article: http://www.linuxlinks.com/article/20110306113701179/GUIsforR.html Plus pluggable IDEs: A) ESS for Emacs B) IRkernel for Jupyter notebooks C) StatET for Eclipse D) Vim-R for vim Kind regards, Juan [[altern

[R] Best R GUIs

2017-12-13 Thread Juan Telleria
regards, Juan Telleria [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

Re: [R] Best way to study internals of R ( mix of C, C++, Fortran, and R itself)?

2017-11-21 Thread Juan Telleria
The R Community made a call for one person to be in charge of R Contributed Documentation, and I have done a request for being in charge of such duty. If assigned, my plan is to implement Atlassian's Confluence along the R Community (Accessed though R Project.org), in order to generate a Wiki and