Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 7, 2024
1 parent edb2f76 commit a391bc8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install package
run: |
install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://cloud.r-project.org"))
install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://cloud.r-project.org"))
tima::install()
shell: Rscript {0}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/external-use.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
Ncpus: 2
- name: Install
run: |
install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://bioc.r-universe.dev", "https://cloud.r-project.org"))
install.packages("tima", repos = c("https://taxonomicallyinformedannotation.r-universe.dev", "https://cloud.r-project.org"))
tima::install()
shell: Rscript {0}
- name: Get example files
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Imports:
fs (>= 1.6.4),
glue (>= 1.7.0),
gt (>= 0.11.0),
httr2 (>= 1.0.2),
httr2 (>= 1.0.1),
igraph (>= 2.0.3),
import (>= 1.3.2),
installr (>= 0.23.4),
Expand All @@ -51,7 +51,7 @@ Imports:
stats,
stringi (>= 1.8.4),
targets (>= 1.7.1),
tidyfst (>= 1.7.9),
tidyfst (>= 1.7.8),
tidytable (>= 0.11.1),
utils,
visNetwork (>= 2.1.2),
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --chown=tima-user:tima-user inst ./inst
COPY --chown=tima-user:tima-user R ./R

# Run R script to install dependencies
RUN Rscript -e "install.packages('tima', repos = c('https://taxonomicallyinformedannotation.r-universe.dev', 'https://bioc.r-universe.dev', 'https://cloud.r-project.org')); tima::install()"
RUN Rscript -e "install.packages('tima', repos = c('https://taxonomicallyinformedannotation.r-universe.dev', 'https://cloud.r-project.org')); tima::install()"

# Expose the necessary ports for Shiny
EXPOSE 3838
Expand Down
2 changes: 0 additions & 2 deletions R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ install <- function(test = FALSE) {
"tima",
repos = c(
"https://taxonomicallyinformedannotation.r-universe.dev",
"https://bioc.r-universe.dev",
"https://cloud.r-project.org"
),
INSTALL_opts = c("--no-test-load")
Expand All @@ -91,7 +90,6 @@ install <- function(test = FALSE) {
"tima",
repos = c(
"https://taxonomicallyinformedannotation.r-universe.dev",
"https://bioc.r-universe.dev",
"https://cloud.r-project.org"
),
INSTALL_opts = c("--no-test-load"),
Expand Down
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ install.packages(
"tima",
repos = c(
"https://taxonomicallyinformedannotation.r-universe.dev",
"https://bioc.r-universe.dev",
"https://cloud.r-project.org"
)
)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ install.packages(
"tima",
repos = c(
"https://taxonomicallyinformedannotation.r-universe.dev",
"https://bioc.r-universe.dev",
"https://cloud.r-project.org"
)
)
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"@type": "SoftwareApplication",
"identifier": "httr2",
"name": "httr2",
"version": ">= 1.0.2",
"version": ">= 1.0.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -562,7 +562,7 @@
"@type": "SoftwareApplication",
"identifier": "tidyfst",
"name": "tidyfst",
"version": ">= 1.7.9",
"version": ">= 1.7.8",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -618,7 +618,7 @@
"SystemRequirements": null
},
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
"fileSize": "3162.98KB",
"fileSize": "3162.793KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
1 change: 0 additions & 1 deletion vignettes/tima.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ install.packages(
"tima",
repos = c(
"https://taxonomicallyinformedannotation.r-universe.dev",
"https://bioc.r-universe.dev",
"https://cloud.r-project.org"
)
)
Expand Down

0 comments on commit a391bc8

Please sign in to comment.