Iñaki Úcar @Enchufa2 | UC3M-Santander Big Data Institute
24 de enero de 2019
The central mission of the R Consortium is to work with and provide support to the R Foundation and to the key organizations developing, maintaining, distributing and using R software through the identification, development and implementation of infrastructure projects.
The R Consortium is the mechanism for corporate entities and other organizations to support and engage with the R Community. Membership in the R Consortium signals community leadership, a long term viewpoint, and an appreciation for the efforts of R’s open source contributors. Membership shows commitment and a desire to contribute to the community, strengthening it for the benefit of all.
R Foundation
Platinum:
Gold:
Board of Directors (i.e., los que mandan)
ISC (i.e., los que toman decisiones)
Leadership (i.e., John Mertic)
Working Groups
Funded Projects (CFP y ejemplos)
Top Level Projects (long term: 3 años)
Ejemplo:
Vignettes:
Papers:
library(quantities); set.seed(42)
x <- set_quantities(runif(10), s, 0.001)
y <- set_quantities(runif(10), m, 0.01)
(z <- y/x)
Units: [m/s]
Errors: 0.01094495 0.01070288 0.03676521 0.01204739 0.01562288 ...
[1] 0.5003703 0.7674006 3.2664911 0.3075797 0.7203678 1.8108685 1.3280504
[8] 0.8724314 0.7229873 0.7947252
set_units(z[1], km/h)
1.80(4) [km/h]
correl(z, x)
[1] -0.04997451 -0.07651509 -0.31050357 -0.03074343 -0.07185060
[6] -0.17818880 -0.13164916 -0.08691300 -0.07211051 -0.07922273