Skip to content

Commit

Permalink
Merge pull request #161 from ropensci-review-tools/cran-fixes
Browse files Browse the repository at this point in the history
Version 1.0.4-1
  • Loading branch information
mpadge authored May 28, 2024
2 parents b6c31d6 + 70687b7 commit 05cb850
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: goodpractice
Title: Advice on R Package Building
Version: 1.0.3
Version: 1.0.4-1
Authors@R:
c(person(given = "Ascent Digital Services UK Limited",
role = "cph",
Expand Down Expand Up @@ -44,7 +44,7 @@ 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://github.com/mangothecat/goodpractice
URL: https://mangothecat.github.io/goodpractice/, https://github.com/mangothecat/goodpractice
BugReports: https://github.com/mangothecat/goodpractice/issues
Imports:
clisymbols,
Expand All @@ -71,7 +71,7 @@ VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Collate:
'api.R'
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# goodpractice 1.0.4-1

* CRAN fixes - skipping failing test and adding \alias{goodpractice} to package Rd
* Adding pkgdown site to DESCRIPTION (#160, @olivroy)

# goodpractice 1.0.3

Additions:
Expand Down
6 changes: 3 additions & 3 deletions man/customization.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions man/goodpractice-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05cb850

Please sign in to comment.