Skip to content

Commit

Permalink
add renv to app
Browse files Browse the repository at this point in the history
  • Loading branch information
novica committed Sep 25, 2024
1 parent 4e5eb0e commit 083d0eb
Show file tree
Hide file tree
Showing 7 changed files with 2,342 additions and 47 deletions.
26 changes: 14 additions & 12 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
^.*\.Rproj$
^\.Rproj\.user$
^data-raw$
dev_history.R
^dev$
$run_dev.*
^.here$
^LICENSE\.md$
^README\.Rmd$
^app\.R$
^rsconnect$
^manifest.json$
^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^data-raw$
dev_history.R
^dev$
$run_dev.*
^.here$
^LICENSE\.md$
^README\.Rmd$
^app\.R$
^rsconnect$
^manifest.json$
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
73 changes: 38 additions & 35 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
Package: listeriacalculator
Title: Listeria Calculator
Version: 0.0.9
Authors@R:
person("Novica", "Nakov", , "[email protected]", role = c("cre", "aut"))
Description: An app to calculate listeria growth in raw fish.
License: Apache License (>= 2)
URL: https://github.com/norwegianVeterinaryInstitute/listeriacalculator
BugReports:
https://github.com/norwegianVeterinaryInstitute/listeriacalculator/issues
Depends:
R (>= 2.10)
Imports:
bslib,
config (>= 0.3.2),
dplyr,
echarts4r,
golem (>= 0.4.1),
markdown,
rlang,
shiny (>= 1.8.1.1),
shiny.i18n,
stringr,
tidyr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Package: listeriacalculator
Title: Listeria Calculator
Version: 0.0.9
Authors@R:
person("Novica", "Nakov", , "[email protected]", role = c("cre", "aut"))
Description: An app to calculate listeria growth in raw fish.
License: Apache License (>= 2)
URL: https://github.com/norwegianVeterinaryInstitute/listeriacalculator
BugReports:
https://github.com/norwegianVeterinaryInstitute/listeriacalculator/issues
Depends:
R (>= 2.10)
Imports:
bslib,
config (>= 0.3.2),
dplyr,
echarts4r,
golem (>= 0.4.1),
markdown,
rlang,
shiny (>= 1.8.1.1),
shiny.i18n,
stringr,
tidyr
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
listeriacalculator
Remotes:
NorwegianVeterinaryInstitute/listeriacalculator
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Loading

0 comments on commit 083d0eb

Please sign in to comment.