Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GDR-2501] Correct typo reponse -> response #50

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Description: Package is a part of the gDR suite. It reexports functions from oth
License: Artistic-2.0
Depends:
R (>= 4.2),
gDRcore (>= 1.1.11),
gDRimport (>= 1.1.4),
gDRutils (>= 1.1.5)
gDRcore (>= 1.1.19),
gDRimport (>= 1.1.9),
gDRutils (>= 1.1.12)
Suggests:
BiocStyle,
BumpyMatrix,
futile.logger,
gDRstyle (>= 1.1.3),
gDRtestData (>= 1.1.7),
gDRstyle (>= 1.1.5),
gDRtestData (>= 1.1.10),
kableExtra,
knitr,
markdown,
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## gDR 1.1.6 - 2024-05-08
* fix typo

## gDR 1.1.5 - 2024-02-26
* improve pkgdown site
* improved references
Expand Down
Binary file modified inst/images/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion inst/umls/overview.puml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gDRcore --> MAE: " gDRcore::runDrugResponseProcessingPipeline"
CLI --> gDRcore

note top of gDRutils
utility functions for munging and analyzing drug reponse data
utility functions for munging and analyzing drug response data
end note

note top on link
Expand Down
7 changes: 5 additions & 2 deletions inst/umls/refresh.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# sudo apt-get install plantuml
# pretty old version
#jar_path="/usr/share/platinuml/platinuml.jar"
# https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-1.2023.13.jar
jar_path="./plantuml-1.2023.13.jar"
#java -Djava.awt.headless=true -jar $jar_path *.puml -tsvg -o ../images/
if [ -f $jar_path ]; then
echo "File $jar_path exists."
else
wget https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-1.2023.13.jar
fi
java -Djava.awt.headless=true -jar $jar_path *.puml -tpng -o ../images/
10 changes: 5 additions & 5 deletions rplatform/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
pkgs:
gDRstyle:
ver: '>=1.1.3'
ver: '>=1.1.5'
url: gdrplatform/gDRstyle
ref: main
subdir: ~
source: GITHUB
gDRtestData:
ver: '>=1.1.7'
ver: '>=1.1.10'
url: gdrplatform/gDRtestData
ref: ~
subdir: ~
source: GITHUB
gDRutils:
ver: '>=1.1.5'
ver: '>=1.1.12'
url: gdrplatform/gDRutils
ref: main
subdir: ~
source: GITHUB
gDRimport:
ver: '>=1.1.4'
ver: '>=1.1.9'
url: gdrplatform/gDRimport
ref: main
subdir: ~
source: GITHUB
gDRcore:
ver: '>=1.1.11'
ver: '>=1.1.19'
url: gdrplatform/gDRcore
ref: main
subdir: ~
Expand Down
Loading