Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Feb 3, 2024
1 parent 31c2809 commit b82dc57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
logo.png
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: snitch
Title: Spy on function calls and outputs
Title: Spy on functions and packages
Version: 2024.2.0
Authors@R:
person("Romain", "François", email = "[email protected]", role = c("aut", "cre"))
Description: Spy and inform about function calls and outputs.
Description: Spy on functions and packages.
License: MIT + file LICENSE
Suggests:
testthat (>= 3.0.0)
Expand Down
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ knitr::opts_chunk$set(

# snitch

![](logo.png)

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/snitch)](https://CRAN.R-project.org/package=snitch)
Expand All @@ -29,7 +31,7 @@ The goal of snitch is to ...
You can install the development version of snitch like so:

``` r
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
pak::pak("tadascience/snitch")
```

## Example
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# snitch

![](logo.png)

<!-- badges: start -->

[![Lifecycle:
Expand All @@ -21,7 +23,7 @@ The goal of snitch is to …
You can install the development version of snitch like so:

``` r
# FILL THIS IN! HOW CAN PEOPLE INSTALL YOUR DEV PACKAGE?
pak::pak("tadascience/snitch")
```

## Example
Expand Down
Binary file added 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 b82dc57

Please sign in to comment.