Skip to content

Commit

Permalink
Merge branch 'main' into deriv
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Nov 18, 2022
2 parents 30fed0e + b3df2fb commit a73dfa9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 48 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: scales
Title: Scale Functions for Visualization
Version: 1.2.0.9000
Version: 1.2.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Dana", "Seidel", role = "aut"),
Expand Down Expand Up @@ -35,5 +35,5 @@ Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Config/testthat/edition: 3
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* Transformation objects can optionally include the derivatives of the transform
and the inverse transform (@mjskay, #322).

# scales 1.2.1

* Re-document to fix HTML issues in `.Rd`.

# scales 1.2.0

## New features
Expand Down
30 changes: 1 addition & 29 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,4 @@ I'm seeing a warning from the JSTOR links, presumably because of their overactiv

## revdepcheck results

We checked 464 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We failed to check 21 packages

Issues with CRAN packages are summarised below.

### Failed to check

* anglr (NA)
* DeducerSpatial (NA)
* dimRed (NA)
* dtwSat (NA)
* eechidna (NA)
* fingertipscharts (NA)
* geneNetBP (NA)
* geomerge (NA)
* ggalt (NA)
* GGEBiplots (NA)
* inlmisc (NA)
* loon (NA)
* MarketMatching (NA)
* plotKML (NA)
* ppcSpatial (NA)
* quadmesh (NA)
* rAvis (NA)
* simplevis (NA)
* smartR (NA)
* surveillance (NA)
* SWMPrExtension (NA)
I did not re-check revdeps because this just contains a documentation fix.
11 changes: 2 additions & 9 deletions man/dollar_format.Rd

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

4 changes: 1 addition & 3 deletions man/ordinal_format.Rd

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

2 changes: 1 addition & 1 deletion man/scales-package.Rd

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

4 changes: 1 addition & 3 deletions man/scientific_format.Rd

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

1 change: 0 additions & 1 deletion scales.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageCleanBeforeInstall: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit a73dfa9

Please sign in to comment.