Skip to content

Commit

Permalink
Merge pull request #503 from Olink-Proteomics/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kathy-nevola authored Jan 27, 2025
2 parents b58b6a2 + f52eb7f commit 5813651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OlinkAnalyze/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: OlinkAnalyze
Title: Facilitate Analysis of Proteomic Data from Olink
Version: 4.1.1
Version: 4.1.2
Authors@R: c(
person("Kathleen", "Nevola", , "biostattools@olink.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5183-6444", "kathy-nevola")),
Expand Down
2 changes: 1 addition & 1 deletion OlinkAnalyze/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release Summary

This release adds new visualization functions and expanded data input functionality to Olink Analyze 4.1.0.
This release removes gzip compression in unit test to support Debian.

## R CMD check results

Expand Down
2 changes: 1 addition & 1 deletion OlinkAnalyze/tests/testthat/test-Read_NPX_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ test_that(
arrow::write_parquet(
x = df,
sink = pfile_ruo,
compression = "gzip"
compression = "uncompressed"
)

# check that the parquet file was created
Expand Down

0 comments on commit 5813651

Please sign in to comment.