Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN 1.0.5 #165

Merged
merged 14 commits into from
May 29, 2024
Merged
12 changes: 6 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.ropensci-staff
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^README.Rmd$
index.Rmd
index.md
^docs$
^\.Rproj\.user$
^\.github$
^aaa
^codecov\.yml$
^LICENSE\.md$
^CRAN-SUBMISSION$
^codemeta\.json$
^cran-comments\.md$
^docs$
^pkgdown
16 changes: 11 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Package: goodpractice
Title: Advice on R Package Building
Version: 1.0.4-1
Version: 1.0.4.010
Authors@R:
c(person(given = "Ascent Digital Services UK Limited",
c(
person(given = "Mark",
family = "Padgham",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2172-5265")),
person(given = "Ascent Digital Services UK Limited",
role = "cph",
comment = c(GitHub = "MangoTheCat")),
person(given = "Karina",
family = "Marks",
role = c("aut", "cre"),
role = "aut",
email = "[email protected]",
comment = c(GitHub = "KarinaMarks")),
person(given = "Daniel",
Expand Down Expand Up @@ -44,8 +50,8 @@ Description: Give advice about good practices when building R packages.
Advice includes functions and syntax to avoid, package structure, code
complexity, code formatting, etc.
License: MIT + file LICENSE
URL: https://mangothecat.github.io/goodpractice/, https://github.com/mangothecat/goodpractice
BugReports: https://github.com/mangothecat/goodpractice/issues
URL: https://docs.ropensci.org/goodpractice/, https://github.com/ropensci-review-tools/goodpractice
BugReports: https://github.com/ropensci-review-tools/goodpractice/issues
Imports:
clisymbols,
covr,
Expand Down
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#' functions and syntax to avoid, package structure, code complexity, code
#' formatting, etc.
#' @name goodpractice-package
#' @aliases NULL
#' @aliases goodpractice-package
"_PACKAGE"
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ knitr::opts_chunk$set(
# goodpractice <img src="man/figures/logo.png" align="right" width="20%" height="20%" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/MangoTheCat/goodpractice/workflows/R-CMD-check/badge.svg)](https://github.com/MangoTheCat/goodpractice/actions)
[![R-CMD-check](https://github.com/ropensci-review-tools/goodpractice/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci-review-tools/goodpractice/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/goodpractice)](https://CRAN.R-project.org/package=goodpractice)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/goodpractice)](https://www.r-pkg.org/pkg/goodpractice)
[![Codecov test coverage](https://codecov.io/gh/MangoTheCat/goodpractice/branch/main/graph/badge.svg)](https://app.codecov.io/gh/MangoTheCat/goodpractice?branch=main)
[![Codecov test coverage](https://codecov.io/gh/ropensci-review-tools/goodpractice/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci-review-tools/goodpractice?branch=main)
maelle marked this conversation as resolved.
Show resolved Hide resolved
<!-- badges: end -->


Expand All @@ -40,7 +40,7 @@ install.packages("goodpractice")
and the development version from GitHub

```{r eval = FALSE}
remotes::install_github("mangothecat/goodpractice")
pak::pak("ropensci-review-tools/goodpractice")
```

## Usage
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# goodpractice <img src="man/figures/logo.png" align="right" width="20%" height="20%" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/MangoTheCat/goodpractice/workflows/R-CMD-check/badge.svg)](https://github.com/MangoTheCat/goodpractice/actions)
[![R-CMD-check](https://github.com/ropensci-review-tools/goodpractice/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci-review-tools/goodpractice/actions)
[![CRAN
status](https://www.r-pkg.org/badges/version/goodpractice)](https://CRAN.R-project.org/package=goodpractice)
[![CRAN RStudio mirror
downloads](https://cranlogs.r-pkg.org/badges/goodpractice)](https://www.r-pkg.org/pkg/goodpractice)
[![Codecov test
coverage](https://codecov.io/gh/MangoTheCat/goodpractice/branch/main/graph/badge.svg)](https://app.codecov.io/gh/MangoTheCat/goodpractice?branch=main)
coverage](https://codecov.io/gh/ropensci-review-tools/goodpractice/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ropensci-review-tools/goodpractice?branch=main)
<!-- badges: end -->

## Advice on R Package Building
Expand All @@ -28,7 +28,7 @@ install.packages("goodpractice")
and the development version from GitHub

``` r
remotes::install_github("mangothecat/goodpractice")
remotes::install_github("ropensci-review-tools/goodpractice")
```

## Usage
Expand All @@ -47,14 +47,14 @@ pkg_path <- system.file("bad1", package = "goodpractice")
g <- gp(pkg_path)
```

#>
#> * checking for file ‘/tmp/Rtmpel0L5F/remotesd7c53a259c/badpackage/DESCRIPTION’ ... OK
#> * preparing ‘badpackage’:
#> * checking DESCRIPTION meta-information ... OK
#> * checking vignette meta-information ... OK
#> * checking for LF line-endings in source and make files and shell scripts
#> * checking for empty or unneeded directories
#> * building ‘badpackage_1.0.0.tar.gz’
#> ── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> checking for file ‘/tmp/RtmpjAXJO4/remotes2649f3077b5d9/badpackage/DESCRIPTION’ ...
#> preparing ‘badpackage’:
#> checking DESCRIPTION meta-information ...
#> checking vignette meta-information ...
#> checking for LF line-endings in source and make files and shell scripts (362ms)
#> checking for empty or unneeded directories
#> building ‘badpackage_1.0.0.tar.gz’

``` r
g
Expand Down
Loading
Loading