Skip to content

Commit

Permalink
fixed spacing in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Aug 15, 2024
1 parent 1932c17 commit 9713215
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion phenoRankeR/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: phenoRankeR
Title: Pheno-Ranker-UI
Version: 0.0.0.9018
Version: 0.0.0.9018
Authors@R:
person("Ivo Christopher", "Leist", , "[email protected]", role = c("cre", "aut"))
Description: Pheno-Ranker-UI is a web-interface for the CPAN's module Pheno::Ranker which is a tool designed for performing semantic similarity analysis in PXF/BFF data structures and beyond.
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# phenoRankeR 0.0.0.9018
# phenoRankeR 0.0.0.9018

* Added a `NEWS.md` file to track changes to the package.
2 changes: 1 addition & 1 deletion phenoRankeR/R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run_app <- function(
uiPattern = "/",

golem_opts = list(
packageVersion = " 0.0.0.9018",
packageVersion = "0.0.0.9018",

rankInputFolder = "../data/uploads/rankInput/",
patientRankInputRefsFolder = "../data/uploads/rankInput/patientMode/references",
Expand Down
4 changes: 2 additions & 2 deletions phenoRankeR/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ sudo apt-get install qpdf

How to do a local package install
```r
pak::local_install("phenoRankeR_ 0.0.0.9018.tar.gz")
pak::local_install("phenoRankeR_0.0.0.9018.tar.gz")
```

Test coverage
```r
pak::local_install("phenoRankeR_ 0.0.0.9018.tar.gz")
pak::local_install("phenoRankeR_0.0.0.9018.tar.gz")
covr::report()
```

Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM base as builder

ENV RENV_CONFIG_PAK_ENABLED=TRUE
ENV R_VERSION=4.4.1
ENV PhenoRankeR_VERSION= 0.0.0.9018
ENV PhenoRankeR_VERSION=0.0.0.9018
ENV PPM_URL=packagemanager.posit.co/cran/__linux__/bullseye/latest

RUN apt-get update -qq && apt-get -y --no-install-recommends install \
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/deploy/Dockerfile_full
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR /usr/share/pheno-ranker
FROM base as builder
ENV RENV_CONFIG_PAK_ENABLED=TRUE
ENV R_VERSION=4.3.2
ENV PhenoRankeR_VERSION= 0.0.0.9018
ENV PhenoRankeR_VERSION=0.0.0.9018
ENV PPM_URL=packagemanager.posit.co/cran/__linux__/bullseye/latest

# COPY ./shiny-app/renv.lock /app/
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/deploy/run_phenoRankeR.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parse_args <- function(args) {
}

default_golem_opts <- list(
packageVersion = " 0.0.0.9018",
packageVersion = "0.0.0.9018",

rankInputFolder = "/app/data/uploads/rankInput/",
patientRankInputRefsFolder = "/app/data/uploads/rankInput/patientMode/references",
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/inst/golem-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
golem_name: phenoRankeR
golem_version: 0.0.0.9018
golem_version: 0.0.0.9018
app_prod: no
production:
app_prod: yes
Expand Down
2 changes: 1 addition & 1 deletion phenoRankeR/man/run_app.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phenoRankeR/tests/testthat/test-golem-recommended.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set_testing_golem_options <-

set_testing_golem_options(
list(
packageVersion = " 0.0.0.9018",
packageVersion = "0.0.0.9018",

rankInputFolder = "../../../data/uploads/rankInput/",
patientRankInputRefsFolder = "../../../data/uploads/rankInput/patientMode/references",
Expand Down

0 comments on commit 9713215

Please sign in to comment.