Skip to content

Commit

Permalink
dont test traceplot
Browse files Browse the repository at this point in the history
takes a bit long
  • Loading branch information
cszang committed Dec 13, 2024
1 parent 4980257 commit 9370d2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: treeclim
Type: Package
Title: Numerical Calibration of Proxy-Climate Relationships
Version: 2.0.7
Version: 2.0.7.1
Date: 2024-12-13
Authors@R: c(person("Christian", "Zang", role = c("aut", "cre", "cph", "trl"),
email = "christian.zang@hswt.de"), person("Franco", "Biondi", role =
Expand Down
2 changes: 2 additions & 0 deletions R/traceplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
##' variables?
##' @return an object of class "gg".
##' @examples
##' \donttest{
##' dc_resp <- dcc(muc_spruce, muc_clim, 4:9, dynamic = "evolving")
##' traceplot(dc_resp, c("prec.curr.may", "prec.curr.jun"))
##' }
##' @import ggplot2
##' @export
traceplot <- function(x, variables = NULL, facet = FALSE) {
Expand Down
2 changes: 2 additions & 0 deletions man/traceplot.Rd

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

0 comments on commit 9370d2d

Please sign in to comment.