Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

53 results for “from:Juan Telleria Ruiz de Aguirre”

How to use Conda with R + RStudio Server
Juan Telleria Ruiz de Aguirre · Oct 7, 2019 · r-help

Solution: https://github.com/grst/rstudio-server-conda It works. [[alternative HTML version deleted]]

[External] Feature Request: User Prompt + Message First Execution when "Managing Search Path Conflicts"
Juan Telleria Ruiz de Aguirre · May 21, 2020 · r-devel

Got it, thank you for pointing out the solution then. Best, Juan

compairing doubles
Juan Telleria Ruiz de Aguirre · Sep 3, 2018 · r-devel

Maybe a new Operator could be defined for a fast and easy double Comparison: `~~` `~~` <- function (e1, e2) all.equal(e1, e2) And document it properly.

Trouble with tibbles
Juan Telleria Ruiz de Aguirre · Jun 28, 2018 · r-help

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]]

64-bit integer type warning on windows
Juan Telleria Ruiz de Aguirre · Mar 14, 2018 · r-devel

It does not answer direcly your question, but have you tried "bit64" CRAN package :) https://cran.r-project.org/web/packages/bit64/index.html

CRAN: R 3.5.0 Not Available
Juan Telleria Ruiz de Aguirre · Jul 22, 2018 · r-devel

In CRAN, R 3.5.0 is not available for download on "Previous Releases of R for Windows". ?Could it be added? https://cran.r-project.org/ Thanks.

ANOVA Permutation Test
Juan Telleria Ruiz de Aguirre · Sep 3, 2018 · r-help

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]]

initiate elements in a dataframe with lists
Juan Telleria Ruiz de Aguirre · Jul 25, 2018 · r-help

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]]

initiate elements in a dataframe with lists
Juan Telleria Ruiz de Aguirre · Jul 25, 2018 · r-help

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

parallel computing in r....
Juan Telleria Ruiz de Aguirre · Jun 28, 2018 · r-help

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...

Why R should never move to git
Juan Telleria Ruiz de Aguirre · Feb 4, 2018 · r-devel

I attach the Github Flow for teams and projects with regular deployments: https://guides.github.com/pdfs/githubflow-online.pdf https://guides.github.com/introduction/flow/ Tips: * Always!!!! Do pull requests based on branches (never on the master). * Keep your...

initiate elements in a dataframe with lists
Juan Telleria Ruiz de Aguirre · Jul 25, 2018 · r-help

> 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...

Why R should never move to git
Juan Telleria Ruiz de Aguirre · Jan 25, 2018 · r-devel

If you ever need to document issues / coding recipes related to GIT / SVN: * I could pick the commands from e-mails. * Any documentation you send me. * Or books (http://shop.oreilly.com/product/0636920022862.do), web pages, etc.. And create...

[R-pkg-devel] Fwd: Collaboration Request: h2o R Package Function Cheatsheet
Juan Telleria Ruiz de Aguirre · Apr 14, 2018 · r-package-devel

The cheatsheet is almost finished, just in case anyone wants to polish final details: PDF: https://github.com/jtelleria/H2O-Cheatsheet/blob/master/H2O%20Cheatsheet%20v2.000.pdf POWER POINT: https://github.com/jtelleria/H2O-Cheatsheet/blob/master/H2O%20Cheatsheet...

Quartz graphic device can be extremely slow in some cases
Juan Telleria Ruiz de Aguirre · May 30, 2018 · r-devel

It might be related with this files: https://github.com/wch/r-source/blob/trunk/src/library/grDevices/src/devQuartz.c https://github.com/wch/r-source/blob/trunk/src/include/R_ext/QuartzDevice.h Could we port some of...

Why R should never move to git
Juan Telleria Ruiz de Aguirre · Jan 25, 2018 · r-devel

I do not mind investing as much time as necessary :-) > If you ever need to document issues / coding recipes related to GIT / SVN: > > * I could pick the commands from e-mails. > * Any documentation you send me. > * Or books (http://shop...

Reminder: R Project Contributed Documentation Still Frozen
Juan Telleria Ruiz de Aguirre · Apr 14, 2018 · r-devel

Dear R Developers, Just I would like to remind that R Contributed Documentation is still frozen: https://cran.r-project.org/other-docs.html It would certainly be nice to have an official R Project Contributed Documentation Site where we...

Suggestion: Make CRAN source URLs immutable
Juan Telleria Ruiz de Aguirre · Nov 4, 2018 · r-devel

It would be nice to see such immutable package version links: E.g.: https://cran.r-project.org/package=httr&version=1.3.1 https://cran.r-project.org/package=httr&version=1.3.0 In the CRAN package web...

Support for Dashes in the Raw String Delimiter
Juan Telleria Ruiz de Aguirre · Feb 20, 2020 · r-devel

Dear R Developers, As regards "Support for Dashes in the Raw String Delimiter" from commit: https://github.com/wch/r-source/commit/4d4781ad19890193d5eb458d71f18d7e53ee73c5 Would it be possible to support in addition to r"" Syntax, for not escaping backlash character in...

[R-pkg-devel] Fwd: Collaboration Request: h2o R Package Function Cheatsheet
Juan Telleria Ruiz de Aguirre · Feb 3, 2018 · r-package-devel

Dear R Package Developers, I have just started doing a cheatsheet for h2o R Package: https://cran.r-project.org/web/packages/h2o/index.html So if anyone is interested in contribution, I attach what I have done till now...

Can't find what you're looking for? Try searching with Google .