Skip to content

Commit

Permalink
update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
sheridar committed Sep 17, 2024
1 parent 44cfa70 commit b0e6a39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <yourself@somewhere.net>
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 <ryan.sheridan@cuanschutz.edu>
Description: ggspruce provides functions that make automatic adjustments to ggplot2 plots
to improve aesthetics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand All @@ -18,14 +18,14 @@ Imports:
methods,
purrr,
rlang,
scales,
tibble
Suggests:
covr,
cowplot,
knitr,
MetBrewer,
rmarkdown,
scales,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ knitr::opts_chunk$set(
<!-- badges: end -->

ggspruce provides functions that make automatic adjustments to ggplot2 plots
to improve plot aesthetics.
to improve aesthetics.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ coverage](https://codecov.io/gh/sheridar/ggspruce/graph/badge.svg)](https://app.
<!-- badges: end -->

ggspruce provides functions that make automatic adjustments to ggplot2
plots to improve plot aesthetics.
plots to improve aesthetics.

## Installation

Expand Down

0 comments on commit b0e6a39

Please sign in to comment.