Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jul 29, 2024
1 parent f939b04 commit cd56148
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: quantities
Type: Package
Title: Quantity Calculus for R Vectors
Version: 0.2.1.2
Version: 0.2.2
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Expand All @@ -22,6 +22,6 @@ Suggests: dplyr (>= 1.0.0), vctrs (>= 0.5.0), tidyr, pillar, ggplot2 (> 3.2.1),
testthat, vdiffr, knitr, rmarkdown
LinkingTo: Rcpp (>= 0.12.10)
ByteCompile: yes
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Roxygen: list(old_usage = TRUE)
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# quantities devel
# quantities 0.2.2

- Performance improvements for `data.frame` methods.
- Update `ggplot2` tests (r-quantities/units#367).
Expand Down
3 changes: 1 addition & 2 deletions R/quantities.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
#' Measurement Errors in \R. \emph{The R Journal}, 10(2), 549--557.
#' \doi{10.32614/RJ-2018-075}
#'
#' @docType package
#' @import units
#' @import errors
#' @import stats
#' @import utils
#' @name quantities-package
NULL
"_PACKAGE"

#' Handle Measurement Units and Uncertainty on a Numeric Vector
#'
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 @@
## Patch release

Fixes compatibility with upcoming `units` 0.8-2.
Several fixes and improvements.

## Test environments

Expand Down
9 changes: 9 additions & 0 deletions man/quantities-package.Rd

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

0 comments on commit cd56148

Please sign in to comment.