Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlandis committed May 17, 2024
1 parent ec76945 commit e770036
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# ggside <img src="inst/figures/ggside.png" align="right" height="279" />
# ggside <img src="inst/figures/ggside.png" style="float:right;z-index:1" height="279" />

<!-- badges: start -->
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version-ago/ggside)](https://cran.r-project.org/package=ggside)
Expand Down Expand Up @@ -94,5 +94,5 @@ If you find any issues or want to suggest an enhancement, please make a post at
## Known Issues


The following section will summarize issues that are present on the current CRAN release. These will either be fixed on the main branch of this git repository, or currently in development to be fixed on one of the development branches. The current CRAN version of `ggside` is v0.3.0.
The following section will summarize issues that are present on the current CRAN release. These will either be fixed on the main branch of this git repository, or currently in development to be fixed on one of the development branches. The current CRAN version of `ggside` is v0.3.1.

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ README
Justin Landis
07/20/2022

# ggside <img src="inst/figures/ggside.png" align="right" height="279" />
# ggside <img src="inst/figures/ggside.png" style="float:right;z-index:1" height="279" />

<!-- badges: start -->

Expand Down Expand Up @@ -52,6 +52,9 @@ library(ggside)
#> Registered S3 method overwritten by 'ggside':
#> method from
#> +.gg ggplot2
```

``` r

ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point(size = 2) +
Expand Down Expand Up @@ -112,4 +115,4 @@ The following section will summarize issues that are present on the
current CRAN release. These will either be fixed on the main branch of
this git repository, or currently in development to be fixed on one of
the development branches. The current CRAN version of `ggside` is
v0.3.0.
v0.3.1.
Binary file modified man/figures/README-example-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-example-mix-scales-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-example-side-themes-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e770036

Please sign in to comment.