No Clocks

No Clocks

2707 bookmarks
Custom sorting
yonicd/rpdf: pdf.js htmlwidget for R
yonicd/rpdf: pdf.js htmlwidget for R
pdf.js htmlwidget for R. Contribute to yonicd/rpdf development by creating an account on GitHub.
·github.com·
yonicd/rpdf: pdf.js htmlwidget for R
Functions for Tabular Reporting • flextable
Functions for Tabular Reporting • flextable
Create pretty tables for HTML, PDF, Microsoft Word and Microsoft PowerPoint documents from R Markdown. Functions are provided to let users create tables, modify and format their content. It also extends package officer that does not contain any feature for customized tabular reporting.
·davidgohel.github.io·
Functions for Tabular Reporting • flextable
R
R
·one-tab.com·
R
Yixuam Qiu
Yixuam Qiu
Yixuan's blogs on statistcs, programming, and more
·statr.me·
Yixuam Qiu
R & R
R & R
Software Engineer
·randr.rocks·
R & R
Software Carpentry
Software Carpentry
Teaching researchers the foundational computing skills they need to get more done in less time
·software-carpentry.org·
Software Carpentry
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