Ursa Labs Blog

No Clocks
Tidyverse Blog
The tidyverse is an integrated collection of R packages designed to make data science fast, fluid, and fun.
TensorFlow Blog
R-bloggers
R news and tutorials contributed by hundreds of R bloggers
PaulVanderlaken
R blog - Rtask
The R task Force - R experts for all your needs
Spreadsheet Munging Strategies
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...
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).
Organize your data and code
Brief discussion of file/directory organization, perhaps the most important step to take towards ease of reproducibility.
SQL Server Schemas & R Tip
Gantt charts with R - Stack Overflow
Has anybody used R to create a Gantt chart? P.S. I could live without the dependency arrows.
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.
ddsjoberg/gtsummary: Presentation-Ready Data Summary and Analytic Result Tables
Presentation-Ready Data Summary and Analytic Result Tables - ddsjoberg/gtsummary
datastorm-open/visNetwork: R package, using vis.js library for network visualization
R package, using vis.js library for network visualization - datastorm-open/visNetwork
Colin Fay
Mostly R, data, and code.
Codebook tutorial • codebook
codebook
cloudyr/googleCloudStorageR: Google Cloud Storage API to R
Google Cloud Storage API to R. Contribute to cloudyr/googleCloudStorageR development by creating an account on GitHub.
clientapp/devtstuff_history.R at master · ThinkR-open/clientapp
Showcase of Shiny App for client database and after-sales calls exploration - ThinkR-open/clientapp
cbailiss/pivottabler: Create Pivot Tables natively in R
Create Pivot Tables natively in R. Contribute to cbailiss/pivottabler development by creating an account on GitHub.
capitalone/dataCompareR: dataCompareR is an R package that allows users to compare two datasets and view a report on the similarities and differences.
dataCompareR is an R package that allows users to compare two datasets and view a report on the similarities and differences. - capitalone/dataCompareR
Can I use R on production? | Hacker Noon
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.
Building a package that lasts — eRum 2018 workshop - Speaker Deck
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!
Build pkgdown site and move to inst — build_pkgdown • chameleon
If "docs" is not in "inst" folder, it will not be available to the users
bnosac/textrank: Summarise text by finding relevant sentences and keywords using the Textrank algorithm
Summarise text by finding relevant sentences and keywords using the Textrank algorithm - bnosac/textrank
bergant/finstr: Financial statements in R
:chart_with_upwards_trend: Financial statements in R - bergant/finstr
bergant/datamodelr: Data model diagrams in R
Data model diagrams in R. Contribute to bergant/datamodelr development by creating an account on GitHub.
Beginners Cookbook for Interactive Visualization in R with highcharter · Programming with R