Hi everyone!
In this post I will briefly talk about this new project: how it was born, how it will develop and future expectations.
I start by explaining the birth of it. This project was born from the combination of three of my passions: programming, data analysis and, of course, the game for darts. There are many apps that allow you to play darts, and there is already a package of R for this; but I wanted something different!
In addition to being an excellent training for programming, I wanted a package that, of course, takes into account the scores etc, but also makes an analysis of the data that come out of it.Functions for playing classic darts games: 501, round the clock, and others
Functions for training with different games: power scoring, closing and accuracy
Functions for data analysis, with dashboards and reports that can also be used outside R (ideally in html)
So many ideas in mind, and lots of things to develop. It will be one of my longest, most complex and, at the same time, intriguing projects I have ever done. It will be my first complete package, with functions that call other package functions, where the edge between being all right (and "cool") and all being a bug is very thin. I still don't know when I will be able to achieve the goals I have in mind, but I can't wait to get started and fine-tune it all. On the blog I will gradually publish posts related to the functions, with explanations and examples, as usual.
But, obviously, I couldn't make a post in which I didn't say anything really concrete: that's why I tell you that on github version 1.0 is out, with the first functions, all to be discovered. In the next few days the first post will be released, which concerns the function for the 501 game.
Stay tuned!
In this post I will briefly talk about this new project: how it was born, how it will develop and future expectations.
I start by explaining the birth of it. This project was born from the combination of three of my passions: programming, data analysis and, of course, the game for darts. There are many apps that allow you to play darts, and there is already a package of R for this; but I wanted something different!
In addition to being an excellent training for programming, I wanted a package that, of course, takes into account the scores etc, but also makes an analysis of the data that come out of it.
And here comes the structure that I would like to give to this project:
So many ideas in mind, and lots of things to develop. It will be one of my longest, most complex and, at the same time, intriguing projects I have ever done. It will be my first complete package, with functions that call other package functions, where the edge between being all right (and "cool") and all being a bug is very thin. I still don't know when I will be able to achieve the goals I have in mind, but I can't wait to get started and fine-tune it all. On the blog I will gradually publish posts related to the functions, with explanations and examples, as usual.
But, obviously, I couldn't make a post in which I didn't say anything really concrete: that's why I tell you that on github version 1.0 is out, with the first functions, all to be discovered. In the next few days the first post will be released, which concerns the function for the 501 game.
Stay tuned!