Aller au contenu

Nos articles avec le tag

R

Les nouveautés du package flextable 0.4.6

Une nouvelle version du package flextable a été envoyée sur le CRAN. C’est l’occasion de présenter les nouvelles fonctions pour gérer les bordures et les méthodes de formatage des contenus des colonnes.

Consulter

flextable 0.4.0 is out

The package flextable is existing since mid 2016 and I did not made any communication about it; obviously if I wrote it, I’d like it to be used by R users! That post is an attempt to fix that.

The flextable package makes it simpler to create tables for reporting purposes. The goal of the package is to provide a set of functions that can be used to design and format tabular reporting.

Consulter

officer version 0.1.6

It’s time to announce the release of officer version 0.1.6. It allows to generate Microsoft documents from R; supported formats are Word and PowerPoint. It does come with other new packages1:

  • flextable: produces sophisticated tables.
  • rvg: produces vector graphics for PowerPoints
  • mschart: produces native Microsoft charts

Package officer is the reboot of ReporteRs. It’s better, faster and does only rely on R.2

Example

Let’s have a demo. I have made a video for impatients:

Consulter

ggiraph 0.3.3 est sur le CRAN

Je suis content d’annoncer la sortie de la version 0.3.3 de ggiraph.

Etant assez pris, je n’avait pas fait évolué le package depuis quelques mois. J’ai finalement trouvé le temps de travailler dessus.

  • Le pan est maintenant ajusté au niveau du zoom.
  • ggiraph() a un nouvel argument ggobj pour éviter d’avoir à utiliser la fonction print dans l’argument code.
  • La gestion de la taille des graphiques (des htmlwidgets en fait) est grandement améliorée.

Allez, une petite illustration :

Consulter