From bbba8d8251b92cab633ee8b2ae59de0877c49b51 Mon Sep 17 00:00:00 2001 From: Stu Field Date: Tue, 26 Mar 2024 16:30:39 -0600 Subject: [PATCH] Fix link in DESCRIPTION; master -> main - fixes #107 --- DESCRIPTION | 2 +- man/SomaDataIO-package.Rd | 2 +- vignettes/SomaDataIO.Rmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8ca97d7..f7f7cc8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,7 @@ Authors@R: c( Description: Load and export 'SomaScan' data via the 'SomaLogic Operating Co., Inc.' structured text file called an ADAT ('*.adat'). For file format see - . + . The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory. diff --git a/man/SomaDataIO-package.Rd b/man/SomaDataIO-package.Rd index 2b635a6..686d7f9 100644 --- a/man/SomaDataIO-package.Rd +++ b/man/SomaDataIO-package.Rd @@ -8,7 +8,7 @@ \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -Load and export 'SomaScan' data via the 'SomaLogic Operating Co., Inc.' structured text file called an ADAT ('*.adat'). For file format see \url{https://github.com/SomaLogic/SomaLogic-Data/blob/master/README.md}. The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory. +Load and export 'SomaScan' data via the 'SomaLogic Operating Co., Inc.' structured text file called an ADAT ('*.adat'). For file format see \url{https://github.com/SomaLogic/SomaLogic-Data/blob/main/README.md}. The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory. } \details{ Load an ADAT file into the global workspace with a call diff --git a/vignettes/SomaDataIO.Rmd b/vignettes/SomaDataIO.Rmd index 973d98c..c53c8cc 100644 --- a/vignettes/SomaDataIO.Rmd +++ b/vignettes/SomaDataIO.Rmd @@ -22,7 +22,7 @@ This document accompanies the `SomaDataIO` R package, which loads and exports 'SomaScan' data via the SomaLogic Operating Co., Inc. structured text file called an ADAT (`*.adat`). For file format see -[here](https://github.com/SomaLogic/SomaLogic-Data/blob/master/README.md). +[here](https://github.com/SomaLogic/SomaLogic-Data/blob/main/README.md). The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory. Basic familiarity with the R environment is assumed, as is the ability to install