Skip to content

Commit

Permalink
try with old install
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 3, 2024
1 parent 7d5be90 commit 951a0fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions R/install_latest_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,18 @@ install_latest_version <- function() {
}
# TODO not ideal
remote_version <- readLines(
paste0("https://raw.githubusercontent.com/taxonomicallyinformedannotation/tima-r/",ref,"/DESCRIPTION"
paste0(
"https://raw.githubusercontent.com/taxonomicallyinformedannotation/tima-r/",
ref,
"/DESCRIPTION"
)
)[[3]] |>
gsub(
pattern = "Version: ",
replacement = "",
fixed = TRUE
)
if ((local_version == remote_version)) {
if (local_version == remote_version) {
message(
"You already have the latest version (",
local_version,
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"SystemRequirements": null
},
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
"fileSize": "4376.699KB",
"fileSize": "4379.259KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit 951a0fc

Please sign in to comment.