Publications by Fellgernon Bit - rstats

Finding possible class schedules

01.08.2016

Over the weekend my brother wanted to figure out his class schedule for the next semester. He is a veterinary medicine and zootechnology student at UNAM. For this upcoming semester there is a set of classes he has to take and each has 8 or so instructor options. The website where he finds the class times lists about 8 pre-constructed class schedu...

3629 sym R (5587 sym/13 pcs) 2 img 1 tbl

Easily explore a table with shinycsv

19.01.2017

Have you ever had to explore a table with data? I believe the answer is yes for most people that work at a computer or even just use it for communicating with their friends and family. Tables of data pop up everywhere, for example in personal finance. Websites like Mint.com allow you to download your transactions in a CSV file called ...

876 sym 2 img

Easily explore a table with shinycsv

19.01.2017

Have you ever had to explore a table with data? I believe the answer is yes for most people that work at a computer or even just use it for communicating with their friends and family. Tables of data pop up everywhere, for example in personal finance. Websites like Mint.com allow you to download your transactions in a CSV file called transactions...

5485 sym R (2014 sym/1 pcs) 4 img

How to ask for help for Bioconductor packages

05.03.2017

tl;dr Please post your question at the Bioconductor support website https://support.bioconductor.org/ and check the posting guide http://www.bioconductor.org/help/support/posting-guide/. It’s important that you provide reproducible code and information about your R session. Recently I have been getting more questions about several ...

988 sym 2 img

How to ask for help for Bioconductor packages

05.03.2017

tl;dr Please post your question at the Bioconductor support website https://support.bioconductor.org/ and check the posting guide http://www.bioconductor.org/help/support/posting-guide/. It’s important that you provide reproducible code and information about your R session. Recently I have been getting more questions about several packages I m...

5007 sym R (142 sym/1 pcs) 4 img

Updating R

03.05.2017

As you might know by now, the latest R version was recently released (R 3.4.0). That means that you are highly encouraged to update your R installation. There are several ways to do this some of which are documented in these other blog posts: Tal Galili, 2013, Kris Eberwein, 2015. You would think that it’s just a matter of downloadi...

835 sym 2 img

Updating R

03.05.2017

As you might know by now, the latest R version was recently released (R 3.4.0). That means that you are highly encouraged to update your R installation. There are several ways to do this some of which are documented in these other blog posts: Tal Galili, 2013, Kris Eberwein, 2015. You would think that it’s just a matter of downloading the lates...

3483 sym R (2865 sym/8 pcs) 4 img

R markdown blog template

16.02.2018

This blog post is mostly for myself but maybe it’s useful to others. It contains my current R markdown blog template. I initially posted this as a question at StackOverflow. Then I read how much a burden we put in Yihui Xie and decided that my current setup (copy-pasting) works just fine. In any case using blogdown with the RStudio ...

861 sym 2 img

R markdown blog template

16.02.2018

This blog post is mostly for myself but maybe it’s useful to others. It contains my current R markdown blog template. I initially posted this as a question at StackOverflow. Then I read how much a burden we put in Yihui Xie and decided that my current setup (copy-pasting) works just fine. In any case using blogdown with the RStudio ...

861 sym 2 img

blogdown Insert Image addin

06.03.2018

Have you ever tried inserting an image into a blogdown post? Maybe you have, or maybe you tried and gave up. Lets first review the hard way before getting to the solution I contributed. The hard way The process involves copying the target image to the static directory that corresponds to the blogdown post. Lets say that your post is called 2018-...

6847 sym R (3960 sym/6 pcs) 16 img