No Clocks

No Clocks

2688 bookmarks
Custom sorting
Tidyverse Blog
Tidyverse Blog
The tidyverse is an integrated collection of R packages designed to make data science fast, fluid, and fun.
·tidyverse.org·
Tidyverse Blog
R-bloggers
R-bloggers
R news and tutorials contributed by hundreds of R bloggers
·r-bloggers.com·
R-bloggers
R blog - Rtask
R blog - Rtask
The R task Force - R experts for all your needs
·rtask.thinkr.fr·
R blog - Rtask
Performance: when algorithmics meets mathematics – Florian Privé – R(cpp) enthusiast
Performance: when algorithmics meets mathematics – Florian Privé – R(cpp) enthusiast
In this post, I talk about performance through an efficient algorithm I developed for finding closest points on a map. This algorithm uses both concepts from mathematics and algorithmics. Problem to solve This problem comes from a recent question on StackOverflow. I have two matrices, one is 200K rows long, the other is 20K. For each row (which is a point) in the first matrix, I am trying to find which row (also a point) in the second matrix is closest to the point in the first matrix. This is the first method that I tried on a sample dataset: # Test dataset: longitude and latitude pixels.l...
·privefl.github.io·
Performance: when algorithmics meets mathematics – Florian Privé – R(cpp) enthusiast
Vectorization in R: Why?
Vectorization in R: Why?
Here are my notes from a recent talk I gave on vectorization at a Davis R Users’ Group meeting. Thanks to Vince Buffalo, John Myles White, and Hadley Wickham for their input as I was preparing this. Feedback welcome! Beginning R users are often told to “vectorize” their code. Here, I try to explain why vectorization can be advantageous in R by showing how R works under the hood. Now, remember, premature optimization is the root of all evil (Knuth).
·noamross.net·
Vectorization in R: Why?
Organize your data and code
Organize your data and code
Brief discussion of file/directory organization, perhaps the most important step to take towards ease of reproducibility.
·kbroman.org·
Organize your data and code
Gantt charts with R - Stack Overflow
Gantt charts with R - Stack Overflow
Has anybody used R to create a Gantt chart? P.S. I could live without the dependency arrows.
·stackoverflow.com·
Gantt charts with R - Stack Overflow
Simple Features for R • sf
Simple Features for R • sf
Support for simple features, a standardized way to encode spatial vector data. Binds to GDAL for reading and writing data, to GEOS for geometrical operations, and to PROJ for projection conversions and datum transformations. Optionally uses the s2 package for spherical geometry operations on geographic coordinates.
·r-spatial.github.io·
Simple Features for R • sf
Colin Fay
Colin Fay
Mostly R, data, and code.
·colinfay.me·
Colin Fay
Business Science University
Business Science University
Learn from Virtual Workshops that take you through the entire Data-Science-for-Business process of solving problems with data science, using machine learning to create interactive applications, and distributing solutions within an organization.
·university.business-science.io·
Business Science University
Building a Corporate R Package | Steven M. Mortimer
Building a Corporate R Package | Steven M. Mortimer
Always wanted to write an R package for your team? This article gives tips for what to include in your team's R package. Get started today!
·stevenmortimer.com·
Building a Corporate R Package | Steven M. Mortimer