Skip to content

Commit

Permalink
devtools::build_readme()
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Feb 9, 2025
1 parent 27f4a91 commit 9f19715
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ documentation for information on setting up api keys, etc …

``` r
valentine::roses("dplyr")
#> Roses are red 🌹
#> Dplyr is blue πŸ“˜
#> You make my data wrangling dreams come true πŸ’­
#> Thanks for all that you do! πŸ™πŸ½
#> Roses are red, violets are blue 🌹
#> But dplyr is the package that makes my data dreams come true πŸ“Š
#> With tidyverse magic, it's a joy to explore πŸ’«
#> My love for dplyr runs deep, that's for sure! πŸ’–
```

``` r
valentine::roses("lubridate", hint = "make it kinky")
#> Roses are red, violets are blue 🌹
#> But lubridate, oh how I love you πŸ’•
#> You handle time like no other can ⏰
#> With you, my R code's always so grand 😈
#> Roses are red
#> Lubridate's my love, so pretty in red 🌹
#> With its functions so sleek, my data's never misled πŸ’»
#> Date manipulation has never felt better in bed πŸ˜‰
```

``` r
valentine::roses("valentine")
#> Roses are red,
#> Valentine is true πŸ’•
#> With R package love,
#> I'll always be with you πŸŒΉπŸ’–
#> Roses are red, 🌹
#> Valentine is sweet, πŸ’–
#> With packages like you, πŸ“¦
#> My coding heart skips a beat! ❀️
```

0 comments on commit 9f19715

Please sign in to comment.