From 80d992e7eec97589f7ffa2e0a4448c821c48393d Mon Sep 17 00:00:00 2001 From: Michelle Donzallaz Date: Wed, 29 Sep 2021 16:19:24 +0200 Subject: [PATCH] updated news and description file --- DESCRIPTION | 8 ++++---- NEWS.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index afa7807..6388f80 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: statR Title: statR -Version: 2.0.0 +Version: 2.1.0 Authors@R: as.person(c( - "Andrea Schnell [aut]", - "Thomas Lo Russo [aut,cre]", - "Michelle Donzallaz [ctb]")) + "Andrea Schnell [aut]", + "Michelle Donzallaz [aut]", + "Thomas Lo Russo [aut,cre]")) Description: statR beinhaltet eine Reihe von Funktionen mit denen unter anderem publikationsfertige Visualisierungen (mittels ggplot2-themes und Farbpaletten) und formatierte Excel-Tabellen erstellt werden können. Die generierten Visualisierungen und Tabellen sind an das Corporate Design des Kantons Zürich angepasst. Depends: R (>= 3.3.0) License: GPL-3 diff --git a/NEWS.md b/NEWS.md index 5bcf47f..2e4002c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +# statR 2.1.0 + +* New function `aXLSX()`: exports data from R to a formatted excel file optimized for accessbility, separating contact info and additional metadata (other than the source and title) from the data +* Updated `theme_stat()`: `theme_stat(map = TRUE)` optimizes the theme for maps +* Updated `theme_stat()`: additional function arguments to add or remove major and minor grid lines +* Extended documentation, (e.g., added `flush_left()` to the vignette on visualizations, a function that allows one to align the title, subtitle, and caption with the y-axis of a plot) +* New function `insert_metadata_sheet()`: adds formatted metadata to an existing .xlsx-workbook + # statR 2.0.0 * An R Markdown template `ZH report` for .html-reports is now available.