-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from gdrplatform/GDR-2501
[GDR-2501] Correct typo reponse -> response
- Loading branch information
Showing
6 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: gDRimport | ||
Type: Package | ||
Title: Package for handling the import of dose-response data | ||
Version: 1.1.9 | ||
Date: 2024-04-08 | ||
Version: 1.1.10 | ||
Date: 2024-05-08 | ||
Authors@R: c( | ||
person("Arkadiusz", "Gladki", role=c("aut", "cre"), email="[email protected]", | ||
comment = c(ORCID = "0000-0002-7059-6378")), | ||
|
@@ -29,7 +29,7 @@ Imports: | |
PharmacoGx, | ||
data.table, | ||
futile.logger, | ||
gDRutils (>= 1.1.5), | ||
gDRutils (>= 1.1.12), | ||
magrittr, | ||
methods, | ||
MultiAssayExperiment, | ||
|
@@ -47,8 +47,8 @@ Imports: | |
openxlsx | ||
Suggests: | ||
BiocStyle, | ||
gDRtestData (>= 1.1.7), | ||
gDRstyle (>= 1.1.3), | ||
gDRtestData (>= 1.1.10), | ||
gDRstyle (>= 1.1.5), | ||
knitr, | ||
purrr, | ||
qs, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ EXCEPTION_TABLE <- tibble::tribble( | |
"33", "Error loading input files", "Some input files are missing. Please upload only files with names starting with Manifest_*, Treatment_* and RawData_*", "error", "input files", | ||
"34", "Missing drug annotation", "The following drugs IDs are missing: '%s'. <br>Don't worry, drug names will be used for them.", "warning", "submit tab", | ||
"35", "Missing cell line annotation", "The following cell line IDs are missing: '%s'. <br>Don't worry, cell line names will be used for them.", "warning", "submit tab", | ||
"36", "Invalid averaged data", "Averaged dose-reponse data for the selected cell line and drug: '%s' can be considered invalid. Please check your data in the module 'Manage Data' or contact gdrplatform team via '[email protected]'.", "error", "assay data" | ||
"36", "Invalid averaged data", "Averaged dose-response data for the selected cell line and drug: '%s' can be considered invalid. Please check your data in the module 'Manage Data' or contact gdrplatform team via '[email protected]'.", "error", "assay data" | ||
) | ||
#nolint end | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters