Skip to content

Commit bc894c9

Browse files
committed
Install tests improvement
1 parent 6ab5e3b commit bc894c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/install_latest_version.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install_latest_version <- function(test = FALSE) {
5757
replacement = "",
5858
fixed = TRUE
5959
)
60-
if (local_version == remote_version) {
60+
if ((local_version == remote_version) && (test == FALSE)) {
6161
message(
6262
"You already have the latest version (",
6363
local_version,

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
"SystemRequirements": null
554554
},
555555
"keywords": ["metaboliteannotation", "chemotaxonomy", "scoringsystem", "naturalproducts", "computationalmetabolomics", "taxonomicdistance", "specializedmetabolome"],
556-
"fileSize": "4581.199KB",
556+
"fileSize": "4581.22KB",
557557
"citation": [
558558
{
559559
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)