Skip to content

Commit

Permalink
Added hex sticker
Browse files Browse the repository at this point in the history
  • Loading branch information
asadow committed Oct 16, 2023
1 parent 1d9f9bf commit 08b182f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ knitr::opts_chunk$set(
)
```

# megamation
# megamation <a href="https://asadow.github.io/megamation/"><img src="man/figures/logo.png" align="right" height="139" alt="megamation website" /></a>

<!-- badges: start -->
[![R-CMD-check](https://github.com/asadow/megamation/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/asadow/megamation/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/asadow/megamation/branch/master/graph/badge.svg)](https://app.codecov.io/gh/asadow/megamation?branch=master)
<!-- badges: end -->

The goal of `megamation` is to facilitate Megamation data downloads in R. It wraps up the [Megamation REST API](https://apidocs.megamation.com/) so that each API endpoint (i.e. a URL with parameters) becomes an R function with documented arguments.
The goal of `megamation` is to facilitate [Megamation](https://megamation.com/) data downloads in R. It wraps the [REST API](https://apidocs.megamation.com/) so that each API endpoint (a URL with parameters) becomes an R function with documented arguments.

`megamation` also contains and implements functions to

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# megamation
# megamation <a href="https://asadow.github.io/megamation/"><img src="man/figures/logo.png" align="right" height="139" alt="megamation website" /></a>

<!-- badges: start -->

Expand All @@ -8,9 +8,9 @@
coverage](https://codecov.io/gh/asadow/megamation/branch/master/graph/badge.svg)](https://app.codecov.io/gh/asadow/megamation?branch=master)
<!-- badges: end -->

The goal of `megamation` is to facilitate Megamation data downloads in
R. It wraps up the [Megamation REST
API](https://apidocs.megamation.com/) so that each API endpoint (i.e. a
The goal of `megamation` is to facilitate
[Megamation](https://megamation.com/) data downloads in R. It wraps the
[REST API](https://apidocs.megamation.com/) so that each API endpoint (a
URL with parameters) becomes an R function with documented arguments.

`megamation` also contains and implements functions to
Expand Down
Binary file added man/figures/logo.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 08b182f

Please sign in to comment.