]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blob - source/posts/first_r_package.org
Gebruik source folder.
[www2.vanrenterghem.biz.git] / source / posts / first_r_package.org
1 #+date: 2016-05-18 21:09:02 +0800
2 #+title: First R package.
3 #+filetags: R code
5 Continuing a [[https://web.archive.org/web/20041111125713/http://vanrenterghem.biz/News/index.php?begin=25][long tradition]] with announcing /firsts/, I wrote an
6 [[http://git.vanrenterghem.biz/?p=R/operatingdays.git;a=summary][R package]] recently, and made it available on
7 [[http://git.vanrenterghem.biz/][Projects]], a new section of the website. (Talking about my website on said website is also not exactly new.)
9 It still needs further work, as it really only supports AU public
10 holidays for now, but it's exciting to be able to use freely available
11 public data to make analysis a bit easier. The ability to know how many
12 working days are left in the month is fundamental in forecasting a
13 month-end result. Extensions of the package could include simple checks
14 like if today's date is a working day, or more complex ones like the
15 number of working days between given dates for instance.
17 In other news, I received [[http://www.rtl-sdr.com][a new gadget]] in
18 the mail today.
20 #+begin_quote
21 RTL-SDR is a very cheap software defined radio that uses a DVB-T TV
22 tuner dongle based on the RTL2832U chipset. With the combined efforts of
23 Antti Palosaari , Eric Fry and Osmocom it was found that the signal I/Q
24 data could be accessed directly, which allowed the DVB-T TV tuner to be
25 converted into a wideband software defined radio via a new software
26 driver.
28 #+end_quote