Skip to content

Commit

Permalink
CRAN requirement: Single-quote software names, even those which were …
Browse files Browse the repository at this point in the history
…not quoted before.
  • Loading branch information
fweber144 committed Mar 25, 2020
1 parent 0dd7d0d commit d89e66d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Authors@R:
role = c("aut", "cre"),
email = "fweber144@protonmail.com")
Description: A graphical user interface (GUI) for the
package 'brms' which allows to fit Bayesian regression models using Stan
package 'brms' which allows to fit Bayesian regression models using 'Stan'
(<https://mc-stan.org/>) (more specifically, using its R interface, the
package 'rstan'). The GUI is a Shiny (<https://shiny.rstudio.com/>) app,
i.e. created using the package 'shiny'.
package 'rstan'). The GUI is a 'Shiny' (<https://shiny.rstudio.com/>) app,
i.e. it was created using the package 'shiny'.
License: GPL-3
URL: https://github.com/fweber144/shinybrms
BugReports: https://github.com/fweber144/shinybrms/issues
Expand Down
2 changes: 1 addition & 1 deletion NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: github_document

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

# News for package "shinybrms"
# News for 'shinybrms'

## shinybrms 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- NEWS.md is generated from NEWS.Rmd. Please edit that file -->

# News for package “shinybrms
# News for shinybrms

## shinybrms 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(

# Description

This [R](https://www.r-project.org/) package **shinybrms** provides a graphical user interface (GUI) for the R package [**brms**](https://CRAN.R-project.org/package=brms) which allows to fit Bayesian regression models using [Stan](https://mc-stan.org/) (more specifically, using its R interface, the R package [**rstan**](https://CRAN.R-project.org/package=rstan)). The GUI is a [Shiny](https://shiny.rstudio.com/) app, i.e. created using the R package [**shiny**](https://CRAN.R-project.org/package=shiny).
This [R](https://www.r-project.org/) package **shinybrms** provides a graphical user interface (GUI) for the R package [**brms**](https://CRAN.R-project.org/package=brms) which allows to fit Bayesian regression models using [Stan](https://mc-stan.org/) (more specifically, using its R interface, the R package [**rstan**](https://CRAN.R-project.org/package=rstan)). The GUI is a [Shiny](https://shiny.rstudio.com/) app, i.e. it was created using the R package [**shiny**](https://CRAN.R-project.org/package=shiny).

# Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ graphical user interface (GUI) for the R package
Bayesian regression models using [Stan](https://mc-stan.org/) (more
specifically, using its R interface, the R package
[**rstan**](https://CRAN.R-project.org/package=rstan)). The GUI is a
[Shiny](https://shiny.rstudio.com/) app, i.e. created using the R
[Shiny](https://shiny.rstudio.com/) app, i.e. it was created using the R
package [**shiny**](https://CRAN.R-project.org/package=shiny).

# Installation
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Resubmission

This is a resubmission. I have now single-quoted software names in the DESCRIPTION file ("Title" and "Description" fields).
This is a resubmission. I have now single-quoted the software names which were not quoted before.

## Test environments

Expand Down

0 comments on commit d89e66d

Please sign in to comment.