Having Fun and Creating Value With the R Language

Proudly associated with

Proudly associated with R Bloggers

Top 40 R Programming Blogs to follow in 2020

Top 20 Programming Blogs

Top 20 Programming Blogs

Articles

Project Euler 18: Maximum Path Sum
Solutions to project Euler 18 and 67 in the R Language. Finding the maximum total path in a triangular matrix.
Project Euler 17: Number Letter Counts
Solutions to Project Euler 17: How many letters are in the words for the numbers on the one thousand in various languages?
Project Euler 16: Power digit sum
Solutions to project Euler 16 in the R language: What is the sum of the digits of 2 to the power 1000?
Project Euler 15: Lattice Paths
Solutions to project Euler 15 in the R language. How many taxicab routes can you take from the top left corner to the bottom right.
Create Air Travel Route Maps with ggplot2
Create Air Travel Route Maps that look like airline route maps you find in aeroplane magazines using ggplot. Spatially visualise your travel diary.
Project Euler 14: Longest Collatz sequence
Solution to Project Euler 14 in the R language: Which starting number, under one million, produces the longest Collatz sequence?
Project Euler 13: Adding Very Large Integers
Solutions to project Euler 13: Adding 50 large integers - Arbitrary-Precision Arithmetic in the R language with the GMP library and base R code
Project Euler 12: Highly Divisible Triangular Number
Solutions to Project Euler 12: Highly Divisible Triangular Number. What is the value of the first triangle number to have over five hundred divisors?