Publications by Sébastien Rochette

{attachment} is on CRAN !

07.05.2019

We are pleased to announce that our package {attachment} is now available on CRAN. The goal of attachment is to help to deal with package dependencies during package development. It also gives useful tools to install or list missing packages used inside Rscripts or Rmds. Deal with dependencies during package development If you ever had the follow...

2992 sym R (630 sym/3 pcs) 2 img

Rmd first: When development starts with documentation

09.07.2019

Documentation matters ! Think about future you and others. Whatever is the aim of your script and analyses, you should think about documentation. The way I see it, R package structure is made for that. Let me try to convince you. At use’R 2019 in Toulouse, I did a presentation entitled: ‘The “Rmd first” method: when projects start with do...

839 sym

Rmd first: When development starts with documentation

10.07.2019

Documentation matters ! Think about future you and others. Whatever is the aim of your script and analyses, you should think about documentation. The way I see it, R package structure is made for that. Let me try to convince you. At use’R 2019 in Toulouse, I did a presentation entitled: ‘The “Rmd first” method: when projects start with do...

15477 sym R (979 sym/5 pcs) 38 img

useR!2019 Quizz: Test your knowledge of base R and ThinkR

22.07.2019

At useR!2019 in Toulouse, ThinkR opened a quizz allowing to win a pipe knight. About a hundred of respondents won this Playmobil. In this blog post, we review the questions and respondents answers. We’ll see that the crowd as almost always right, but they do not know who the real R oracle is… The quizz showed some difficulties and tricks of t...

7277 sym R (7753 sym/23 pcs) 50 img

Dash with golem: The beginning

18.08.2019

{golem} has been developed to help building big Shiny application to put in production. What if {golem} could be used to build another popular interactive web application, recently made available to R programmers: Dash ? Dash, a newcomer in interactive web applications A few days ago, Plotly announced Dash now available for R. After reading this ...

839 sym

Installation of R 4.0 on Ubuntu 20.04 LTS and tips for spatial packages

02.05.2020

You can read the original post in its original format on Rtask website by ThinkR here: Installation of R 4.0 on Ubuntu 20.04 LTS and tips for spatial packages You plan to upgrade your server installation from Ubuntu 18.04 to Ubuntu 20.04 LTS? It is also the best time to migrate to R 4.0 ! By the way, if you always found difficult to install R pac...

10167 sym R (2235 sym/23 pcs) 14 img

Transform a folder as git project synchronized on Github or Gitlab

10.08.2020

You can read the original post in its original format on Rtask website by ThinkR here: Transform a folder as git project synchronized on Github or Gitlab You have been working for years on your R scripts, and saved all versions as “script_v1.R”, “script_v2.R”, “script_v2_best-of-the-world.R”, … One day, you heard about git, a versio...

9597 sym R (1763 sym/7 pcs) 10 img

Download Gitlab or Github issues and make a summary report of your commits

10.08.2020

You can read the original post in its original format on Rtask website by ThinkR here: Download Gitlab or Github issues and make a summary report of your commits While working on our {gitdown} package, I wanted to show more information on the report generated by retrieving all issues of my Gitlab / Github repositories. Indeed, titles of issues co...

6274 sym R (4188 sym/11 pcs) 12 img

Modify RStudio prompt to show current git branch

26.10.2020

You can read the original post in its original format on Rtask website by ThinkR here: Modify RStudio prompt to show current git branch At the last Raddicts Paris Meetup, Romain Francois (to be followed on twitter here) made one strong impression, among others, with his RStudio console which indicates the active git branch and the RAM memory used...

1614 sym R (147 sym/1 pcs) 2 img

How to develop inside a Docker container to ease collaboration?

07.11.2020

You can read the original post in its original format on Rtask website by ThinkR here: How to develop inside a Docker container to ease collaboration? To ensure the reproducibility of your projects, you can develop in the Docker container that you will use to share your work. Indeed, what to do when your data analyses, publications, models are us...

9053 sym R (2049 sym/8 pcs) 6 img