Skip to content

Commit 3cf6a73

Browse files
authored
Release candidate 6.5.0 (SomaLogic#167)
- updated NEWS.md and cran-comments.md - updated company name and year to 2026 - addresses items in SomaLogic#163
1 parent 0ea18bd commit 3cf6a73

27 files changed

+105
-89
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Authors@R: c(
1212
family = "Scheidel",
1313
role = "cre",
1414
email = "calebjscheidel@gmail.com"),
15-
person(given = "Standard BioTools, Inc.", role = c("cph", "fnd"))
15+
person(given = "SomaLogic Operating Co., Inc.", role = c("cph", "fnd"))
1616
)
1717
Description: Load and export 'SomaScan' data via the
18-
'Standard BioTools, Inc.' structured text file
18+
'SomaLogic Operating Co., Inc.' structured text file
1919
called an ADAT ('*.adat'). For file format see
2020
<https://github.com/SomaLogic/SomaLogic-Data/blob/main/README.md>.
2121
The package also exports auxiliary functions for
@@ -49,7 +49,7 @@ Suggests:
4949
withr
5050
VignetteBuilder:
5151
knitr
52-
Copyright: Standard BioTools, Inc. 2025
52+
Copyright: SomaLogic Operating Co., Inc. 2026
5353
Encoding: UTF-8
5454
Language: en-US
5555
LazyData: true

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2025
2-
COPYRIGHT HOLDER: Standard BioTools, Inc.
1+
YEAR: 2026
2+
COPYRIGHT HOLDER: SomaLogic Operating Co., Inc.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright © 2025 Standard BioTools, Inc.
3+
Copyright © 2026 SomaLogic Operating Co., Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

NEWS.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
# SomaDataIO (development version)
1+
# SomaDataIO (6.4.0.9000)
22

3-
### Backward Compatibility
3+
### Function and Object Improvements
44

5-
* Added backward compatibility for `filter.qc` parameter in `preProcessAdat()`
6-
- `filter.qc` parameter has been renamed to `filter.rowcheck`
7-
- For backward compatibility, `filter.qc` is still accepted but will generate
5+
* Updated `preProcessAdat()` to improve clarity
6+
- `filter.qc` parameter has been renamed to `filter.rowcheck`
7+
- for backward compatibility, `filter.qc` is still accepted but will generate
88
a deprecation warning and will be removed in a future version
9-
- Users should update their code to use `filter.rowcheck` instead
9+
- removed language that discusses implication of `ColCheck` SeqIds not
10+
being removed from `preProcessAdat()` output
11+
* Updated `read_annotations()` function and `ver_dict` object to
12+
recognize latest menu annotations files from Q3 2025
13+
14+
### Documentation Updates
15+
16+
* updated statistical analysis workflow articles with clearer
17+
messaging comments around `preProcessAdat()`
18+
* updated two-group and three-group analysis workflow articles to
19+
set `center.scale = FALSE` in `preProcessAdat()` to align with guidance
20+
to users for univariate analysis
21+
22+
### Internal :construction:
23+
24+
* Updated `dplyr` verb tests to no longer explicitly test
25+
for ordering of attributes (#165)
1026

1127
# SomaDataIO (6.4.0)
1228

R/adat2eSet.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ adat2eSet <- function(adat) {
6464

6565
experimentData <- Biobase::experimentData(eset)
6666
experimentData@name <- if ("AssayType" %in% names(lst$header)) lst$header$AssayType else ""
67-
experimentData@lab <- "Standard BioTools, Inc."
67+
experimentData@lab <- "SomaLogic Operating Co., Inc."
6868
experimentData@contact <- "2945 Wilderness Place, Boulder, Colorado, 80301."
6969
experimentData@title <- if ("Title" %in% names(lst$header)) lst$header$Title else ""
70-
experimentData@url <- "www.standardbio.com"
70+
experimentData@url <- "www.somalogic.com"
7171
experimentData@other <- c(list(R.version = R.version$version.string,
7272
R.platform = R.version$platform,
7373
R.arch = R.version$arch),

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#' }
7373
#'
7474
#' @source \url{https://github.com/SomaLogic/SomaLogic-Data}
75-
#' @source Standard BioTools, Inc.
75+
#' @source SomaLogic Operating Co., Inc.
7676
#' @keywords datasets
7777
#' @examples
7878
#' # S3 print method

R/read-annotations.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @param file A path to an annotations file location.
44
#' This is a sanctioned, versioned file provided by
5-
#' Standard BioTools, Inc. and should be an _unmodified_
5+
#' SomaLogic Operating Co., Inc. and should be an _unmodified_
66
#' `*.xlsx` file.
77
#' @return A `tibble` containing analyte-specific annotations and
88
#' related (e.g. lift/bridging) information, keyed on SomaLogic

R/zzz.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ create_legal <- function() {
3737
paste(
3838
"SomaDataIO\u2122
3939
40-
Copyright \u00A9 2025 Standard BioTools, Inc.
40+
Copyright \u00A9 2026 SomaLogic Operating Co., Inc.
4141
4242
The `SomaDataIO` package is licensed under the MIT license
4343
(`LICENSE.md`) and is intended solely for research use
4444
only (\"RUO\") purposes. The code contained herein may *not*
4545
be used for diagnostic, clinical, therapeutic, or other
4646
commercial purposes. Further, \"SomaDataIO\" and \"SomaLogic\"
47-
are trademarks owned by Standard BioTools, Inc. No license
47+
are trademarks owned by SomaLogic Operating Co., Inc. No license
4848
is hereby granted to these trademarks other than for purposes
4949
of identifying the origin or source of the Software. The above
5050
copyright notice and this permission notice shall be included

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ver <- paste0("https://img.shields.io/badge/Version-", desc$Version,
3939

4040

4141
The `SomaDataIO` R package loads and exports 'SomaScan' data via the
42-
Standard BioTools, Inc. structured text file called an ADAT (`*.adat`).
42+
SomaLogic Operating Co., Inc. structured text file called an ADAT (`*.adat`).
4343
The package also exports auxiliary functions for manipulating, wrangling,
4444
and extracting relevant information from an ADAT object once in memory.
4545
Basic familiarity with the R environment is assumed, as is the ability to install
@@ -317,6 +317,6 @@ are not included with the installed package.
317317
- [https://www.tldrlegal.com/license/mit-license/](https://www.tldrlegal.com/license/mit-license)
318318
* Further:
319319
- "SomaDataIO" and "SomaLogic" are trademarks owned by
320-
Standard BioTools, Inc. No license is hereby granted to
320+
SomaLogic Operating Co., Inc. No license is hereby granted to
321321
these trademarks other than for purposes of identifying the origin or
322322
source of this Software.

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://choosealicense.
2020
<!-- badges: end -->
2121

2222
The `SomaDataIO` R package loads and exports ‘SomaScan’ data via the
23-
Standard BioTools, Inc. structured text file called an ADAT (`*.adat`).
24-
The package also exports auxiliary functions for manipulating,
25-
wrangling, and extracting relevant information from an ADAT object once
26-
in memory. Basic familiarity with the R environment is assumed, as is
27-
the ability to install contributed packages from the Comprehensive R
28-
Archive Network (CRAN).
23+
SomaLogic Operating Co., Inc. structured text file called an ADAT
24+
(`*.adat`). The package also exports auxiliary functions for
25+
manipulating, wrangling, and extracting relevant information from an
26+
ADAT object once in memory. Basic familiarity with the R environment is
27+
assumed, as is the ability to install contributed packages from the
28+
Comprehensive R Archive Network (CRAN).
2929

3030
If you run into any issues/problems with `SomaDataIO` full documentation
3131
of the most recent
@@ -253,14 +253,14 @@ the most popular [dplyr](https://dplyr.tidyverse.org) and
253253
``` r
254254
# see full complement of `soma_adat` methods
255255
methods(class = "soma_adat")
256-
#> [1] $ $<- == Math Ops
257-
#> [6] Summary [ [<- [[ [[<-
258-
#> [11] anti_join arrange count filter full_join
259-
#> [16] getAdatVersion getAnalytes getMeta group_by inner_join
260-
#> [21] is_seqFormat left_join median merge mutate
261-
#> [26] print rename right_join row.names<- sample_frac
262-
#> [31] sample_n semi_join separate slice slice_sample
263-
#> [36] summary transform ungroup unite
256+
#> [1] [ [[ [[<- [<- ==
257+
#> [6] $ $<- anti_join arrange count
258+
#> [11] filter full_join getAdatVersion getAnalytes getMeta
259+
#> [16] group_by inner_join is_seqFormat left_join Math
260+
#> [21] median merge mutate Ops print
261+
#> [26] rename right_join row.names<- sample_frac sample_n
262+
#> [31] semi_join separate slice_sample slice summary
263+
#> [36] Summary transform ungroup unite
264264
#> see '?methods' for accessing help and source code
265265
```
266266

@@ -360,7 +360,7 @@ articles and workflows are only accessible via the `SomaDataIO`
360360
- <https://choosealicense.com/licenses/mit/>
361361
- [https://www.tldrlegal.com/license/mit-license/](https://www.tldrlegal.com/license/mit-license)
362362
- Further:
363-
- “SomaDataIO” and “SomaLogic” are trademarks owned by Standard
364-
BioTools, Inc. No license is hereby granted to these trademarks
363+
- “SomaDataIO” and “SomaLogic” are trademarks owned by SomaLogic
364+
Operating Co., Inc. No license is hereby granted to these trademarks
365365
other than for purposes of identifying the origin or source of this
366366
Software.

0 commit comments

Comments
 (0)