From b0e6a393317786fa46ebf7ff23ee54206df4e73f Mon Sep 17 00:00:00 2001 From: Ryan Sheridan Date: Mon, 16 Sep 2024 22:40:24 -0600 Subject: [PATCH] update DESCRIPTION --- DESCRIPTION | 12 ++++++------ README.Rmd | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b68a1b6..828efb4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,11 @@ Package: ggspruce Type: Package -Title: What the Package Does (Title Case) +Title: Spruce up your plots Version: 0.1.0 -Author: Who wrote it -Maintainer: The package maintainer -Description: More about what it does (maybe more than one line) - Use four spaces when indenting paragraphs within the Description. +Author: Ryan Sheridan +Maintainer: Ryan Sheridan +Description: ggspruce provides functions that make automatic adjustments to ggplot2 plots + to improve aesthetics. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true @@ -18,6 +18,7 @@ Imports: methods, purrr, rlang, + scales, tibble Suggests: covr, @@ -25,7 +26,6 @@ Suggests: knitr, MetBrewer, rmarkdown, - scales, testthat (>= 3.0.0) RoxygenNote: 7.3.2 Config/testthat/edition: 3 diff --git a/README.Rmd b/README.Rmd index d9cf8b1..f29894f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,7 @@ knitr::opts_chunk$set( ggspruce provides functions that make automatic adjustments to ggplot2 plots -to improve plot aesthetics. +to improve aesthetics. ## Installation diff --git a/README.md b/README.md index d846334..b2e1dcb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ coverage](https://codecov.io/gh/sheridar/ggspruce/graph/badge.svg)](https://app. ggspruce provides functions that make automatic adjustments to ggplot2 -plots to improve plot aesthetics. +plots to improve aesthetics. ## Installation