Skip to content

Commit

Permalink
modifying urls to pass CRAN url check
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonteagudo28 committed Aug 2, 2024
1 parent 8111956 commit 0fd4705
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^docs$
^pkgdown$
^\.github$
^cran-comments\.md$
6 changes: 2 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
output: github_document
---

# despair <a href="https://www.despair.jpmonteagudo.com"><img src="man/figures/logo.png" align="right" height="120" alt="despair website" /></a>
# despair <a href="https://despair.jpmonteagudo.com"><img src="man/figures/logo.png" align="right" height="120" alt="despair website" /></a>


```{r, include = FALSE}
Expand All @@ -16,8 +16,6 @@ knitr::opts_chunk$set(
)
```

[![CRAN status](https://www.r-pkg.org/badges/version/despair)](https://CRAN.R-project.org/package=despair)

# Overview

`despair` is a package inspired by Shakespeare's work and his well-known pessimism. It allows the user to create short, clever codes called bard–bits inspired by Shakespeare's work and use daily (de)motivational quotes for personal use or to share with others.
Expand All @@ -36,7 +34,7 @@ devtools::install_github("jpmonteagudo28/despair")

## Usage

There are three basic functions in the package: `demotivate`, `motivate`, and `bard.bits`. Each function will take a category input and an optional numeric or character seed for reproducible results.
There are three basic functions in the package: demotivate, motivate, and bard.bits. Each function will take a category input and an optional numeric or character seed for reproducible results.

```{r example, eval=FALSE}
library(despair)
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

# despair <a href="https://www.despair.jpmonteagudo.com"><img src="man/figures/logo.png" align="right" height="120" alt="despair website" /></a>

[![CRAN
status](https://www.r-pkg.org/badges/version/despair)](https://CRAN.R-project.org/package=despair)
# despair <a href="https://despair.jpmonteagudo.com"><img src="man/figures/logo.png" align="right" height="120" alt="despair website" /></a>

# Overview

Expand All @@ -28,9 +25,9 @@ devtools::install_github("jpmonteagudo28/despair")

## Usage

There are three basic functions in the package: `demotivate`,
`motivate`, and `bard.bits`. Each function will take a category input
and an optional numeric or character seed for reproducible results.
There are three basic functions in the package: demotivate, motivate,
and bard.bits. Each function will take a category input and an optional
numeric or character seed for reproducible results.

``` r
library(despair)
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

0 comments on commit 0fd4705

Please sign in to comment.