Skip to content

Commit

Permalink
Merge pull request #185 from poissonconsulting/main
Browse files Browse the repository at this point in the history
Internal updates
  • Loading branch information
aylapear authored Jan 23, 2025
2 parents ae06126 + 99a6d1e commit 7b3c6cb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinyssdtools
Title: ssdtools Shiny App
Version: 0.3.4
Version: 0.3.5
Authors@R:
c(person(given = "Seb",
family = "Dalgarno",
Expand Down Expand Up @@ -36,12 +36,10 @@ Imports:
rhandsontable,
rlang,
rmarkdown,
scales,
shiny,
shinyjs,
shinyWidgets,
stats,
stringr,
waiter
Suggests:
covr,
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# shinyssdtools 0.3.5 (2024-12-18)

- Remove unused package dependencies of stringr and scales.

# shinyssdtools 0.3.4 (2024-12-12)

- Update plotting functions to match new arguments in ssdtools.
Expand Down
7 changes: 3 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Steps should be followed in order and be done in a single session from start to
i. Plot should update with new label name
l. Add plot title of Title
i. Title should appear at top of plot
m. Change colour legend title Colour
m. Change colour legend title to Colour
i. Colour legend title should update
n. Change shape legend title to Shape
i. Shape legend title should update
Expand Down Expand Up @@ -104,13 +104,12 @@ Steps should be followed in order and be done in a single session from start to
7. Go to About tab
a. Confirm formatting looks good
b. Check links point to right things
8. Go to About tab
8. Go to User Guide tab
a. Confirm formatting looks good
b. Check links point to right things
9. Click on French button
a. About tab should turn into French
a. User Guide tab should turn into French
b. Go to the A propos tab
i. It should be in French
c. Click on the English button
i. Should turn back to English
10. Click on the Help tab
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ account: poissonconsulting
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 3888468
bundleId: 9336556
bundleId: 9518552
url: https://poissonconsulting.shinyapps.io/shinyssdtools-dev/
2 changes: 1 addition & 1 deletion rsconnect/shinyapps.io/poissonconsulting/shinyssdtools.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ account: poissonconsulting
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 3888556
bundleId: 9336595
bundleId: 9518666
url: https://poissonconsulting.shinyapps.io/shinyssdtools/
2 changes: 1 addition & 1 deletion scripts/deploy-app.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# install ssdtools
install.packages("ssdtools")
# install.packages("ssdtools")
# get cran versions of poisson pkgs
pak::pak("universals")
pak::pak("chk")
Expand Down
1 change: 1 addition & 0 deletions shinyssdtools.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 0845fa20-5df5-4814-8966-dd824302d1e2

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit 7b3c6cb

Please sign in to comment.