Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janlisec committed Jun 12, 2024
1 parent 3db3141 commit 36ccc38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: eCerto
Title: Statistical Tests for the Production of Reference Materials
Version: 0.5.4
Date: 2024-06-10
Version: 0.5.5
Date: 2024-06-12
Authors@R: c(
person("Jan", "Lisec", , "jan.lisec@bam.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1220-2286")),
Expand Down
2 changes: 1 addition & 1 deletion R/fnc_prepFigV1.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ prepFigV1 <- function(ab = NULL) {
graphics::boxplot(ab, add=TRUE, axes=FALSE, col = grDevices::grey((3+as.numeric(attr(ab, "Level")))/(5+max(as.numeric(attr(ab, "Level"))))))

# get position of right alignment of labels
x_ann <- par("usr")[1]
x_ann <- graphics::par("usr")[1]

# show Analyte-ID and Level-ID
graphics::mtext(text = "Analyte-ID", side = 3, line = 1.5, at = x_ann, adj = 1)
Expand Down

0 comments on commit 36ccc38

Please sign in to comment.