Skip to content

Commit

Permalink
Updating about section, succesful host
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszwagerman committed Aug 17, 2024
1 parent d8df8fa commit 47f2374
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/mod_fdr.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod_fdr_ui <- function(id, current_theme) {
),
sliderInput(ns("gw"),
"Select gameweek range: ",
min = get_current_gw_number(), max = 36,
min = get_current_gw_number(), max = 38,
value = c(
get_current_gw_number() + 1,
get_current_gw_number() + 5
Expand Down
6 changes: 3 additions & 3 deletions inst/app/www/about.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This dashboard is built on top of another R package, [fplscrapR](https://github.

## Author

Hi there! My name is Thomas Zwagerman and I'm the author and maintainer of this R package. I am a data scientist and R developer.
Hi there! My name is Thomas Zwagerman and I'm the author and maintainer of this R package. I am a Research Software Engineer.

Although this is an FPL website I don't work in football/sport. My background is environmental science, and I currently work in local government.
Although this is an FPL website I don't work in football/sport. My background is environmental science, and I currently work for the British Antarctic Survey.

You can find me on [Twitter](https://twitter.com/thomzwa), and I also have a [blog](https://tzwagerman.netlify.app/) with R posts in all sorts of other topics.
You can find me on [Twitter](https://twitter.com/thomzwa).
10 changes: 4 additions & 6 deletions inst/app/www/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ website would not be possible. Do go and check that out!
## Author

Hi there! My name is Thomas Zwagerman and I’m the author and maintainer
of this R package. I am a data scientist and R developer.
of this R package. I am a Research Software Engineer.

Although this is an FPL website I don’t work in football/sport. My
background is environmental science, and I currently work in local
government.
background is environmental science, and I currently work for the
British Antarctic Survey.

You can find me on [Twitter](https://twitter.com/thomzwa), and I also
have a [blog](https://tzwagerman.netlify.app/) with R posts in all sorts
of other topics.
You can find me on [Twitter](https://twitter.com/thomzwa).
4 changes: 1 addition & 3 deletions rsconnect/shinyapps.io/tzwagerman/fplboard.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ account: tzwagerman
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 7036779
bundleId: 7556312
bundleId: 8994750
url: https://tzwagerman.shinyapps.io/fplboard/
when: 1691751129.05279
lastSyncTime: 1691751129.05281
asMultiple: FALSE
asStatic: FALSE

0 comments on commit 47f2374

Please sign in to comment.