Skip to content

Commit

Permalink
add tidyverse %>%
Browse files Browse the repository at this point in the history
  • Loading branch information
caitobrien committed Mar 12, 2024
1 parent 4fde73d commit 7f31155
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Imports:
ggplot2,
golem (>= 0.4.1),
here,
magrittr,
reactable,
shinipsum,
shiny (>= 1.8.0),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
Expand Down
7 changes: 7 additions & 0 deletions R/HydroSurvDOYTEMP-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom magrittr %>%
## usethis namespace: end
NULL
6 changes: 0 additions & 6 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@

#
data.pred<-read.csv(here::here("data", "df_mod_predict.csv"))
library(tidyverse)
#library(reactable)
#library(plotly)
library(modelr)
#library(shinyWidgets)
library(ggdist)


app_ui <- function(request) {
Expand Down

0 comments on commit 7f31155

Please sign in to comment.