From 0fd47059f209289ca837467017f4bfa6ccc141a6 Mon Sep 17 00:00:00 2001 From: Juan Pablo Date: Fri, 2 Aug 2024 11:14:43 -0400 Subject: [PATCH] modifying urls to pass CRAN url check --- .Rbuildignore | 1 + README.Rmd | 6 ++---- README.md | 11 ++++------- cran-comments.md | 5 +++++ 4 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 90fcec5..86c430c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -6,3 +6,4 @@ ^docs$ ^pkgdown$ ^\.github$ +^cran-comments\.md$ diff --git a/README.Rmd b/README.Rmd index 71c0491..a17c0e9 100644 --- a/README.Rmd +++ b/README.Rmd @@ -2,7 +2,7 @@ output: github_document --- -# despair despair website +# despair despair website ```{r, include = FALSE} @@ -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. @@ -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) diff --git a/README.md b/README.md index 155ad06..3e498ea 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ -# despair despair website - -[![CRAN -status](https://www.r-pkg.org/badges/version/despair)](https://CRAN.R-project.org/package=despair) +# despair despair website # Overview @@ -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) diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..858617d --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.