From: ibidyouadu Date: Thu, 3 Feb 2022 00:31:29 +0000 (-0500) Subject: edit .gitignore and rebase X-Git-Url: http://git.angelumana.com/?a=commitdiff_plain;h=4d9550d67e75f13b23af88ecb3cdf5e1e8e4bd04;p=liftboard%2F.git edit .gitignore and rebase --- diff --git a/.RData b/.RData deleted file mode 100644 index f676bcb..0000000 Binary files a/.RData and /dev/null differ diff --git a/.Rhistory b/.Rhistory deleted file mode 100644 index 6d20a40..0000000 --- a/.Rhistory +++ /dev/null @@ -1,108 +0,0 @@ -cat('hello world!') -install.packages('tidyverse') -quit90 -quit -quit() -source('~/Documents/R for data science/3 Data visualization.r', echo=TRUE) -source('~/Documents/R for data science/3 Data visualization.r', echo=TRUE) -ggplot(data = mpg) -library(tidyverse) -ggplot(data = mpg) -ggplot(data = mpg) + -geom_point(mapping = aes(x=displ, y=hwy)) -mpg -ggplot(data=mpg) + -geom_point(mapping = aes(x=class, y=drv)) -```{r} -plot(cars) -install.packages("shiny") -shiny::runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -faithful -?faithful -x <- faithful[, 2] -bins <- seq(min(x), max(x), length.out = 11) -bins -x -(max(x)-min(x))/11 -(max(x)-min(x))/10 -?bins -bins? -d -typeof(bins) -typeof(x) -hist(x, breaks=bins, col='darkgray', border='white') -library('tidyverse') -faithful -faithful[['waiting']] -faithful.waiting -faithful$waiting -faithful['waiting'] -ggplot(data = faithful) + -geom_histogram(mapping = aes(x=waiting)) -?geom_histogram -geom_histogram(mapping = aes(x=waiting), bins=50) -?geom_histogram -ggplot(data = faithful) + -geom_histogram(mapping = aes(x=waiting), bins=50) -ggplot(data = faithful) + -geom_histogram(mapping = aes(x=waiting), bins=50. cp;p) -ggplot(data = faithful) + -geom_histogram(mapping = aes(x=waiting), bins=50, color='white') -runApp('Documents/Rshiny/my-first-shiny-webapp') -g -runApp() -runApp() -runApp() -runApp('Documents/Rshiny/my-first-shiny-webapp') -scatter -?scatter -runApp('Documents/Rshiny/my-first-shiny-webapp') -sliderInput(inputId = 'inp1', label='look at this sick slider', value=5, min=1, max=10) -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -?radioButtons -?c -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp() -runApp() -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp() -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -renderPlot({ -x <- rnorm(input$num) -hist(x) -}) -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp('Documents/Rshiny/my-first-shiny-webapp') -?hist -runApp('Documents/Rshiny/my-first-shiny-webapp') -runApp() -runApp('Documents/Rshiny/my-first-shiny-webapp') -?column -??column -?shiny:column -install.packages('renv') -install.packages('rsconnect') -rsconnect::setAccountInfo(name='ibidyouadu', token='71ED4FEDAF57251FDDD0C73B2F51A5D4', secret='3sFYCmMbFk+xEZKLP9EcEat+PVAzvK9Jm5fs8QqT') -getwd() -cd -%cd -dir -getwd() -setwd('Documents/projects/liftboard/') -rsconnect::deployApp() -install.package('rsconnect') -install.packages('rsconnect') -rsconnect::setAccountInfo(name='ibidyouadu', token='71ED4FEDAF57251FDDD0C73B2F51A5D4', secret='3sFYCmMbFk+xEZKLP9EcEat+PVAzvK9Jm5fs8QqT') -getwd() -rsconnect::deployApp() diff --git a/.Rprofile b/.Rprofile deleted file mode 100644 index 81b960f..0000000 --- a/.Rprofile +++ /dev/null @@ -1 +0,0 @@ -source("renv/activate.R") diff --git a/.Rproj.user/688FCC69/pcs/debug-breakpoints.pper b/.Rproj.user/688FCC69/pcs/debug-breakpoints.pper deleted file mode 100644 index 4893a8a..0000000 --- a/.Rproj.user/688FCC69/pcs/debug-breakpoints.pper +++ /dev/null @@ -1,5 +0,0 @@ -{ - "debugBreakpointsState": { - "breakpoints": [] - } -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/pcs/files-pane.pper b/.Rproj.user/688FCC69/pcs/files-pane.pper deleted file mode 100644 index 5c95cb6..0000000 --- a/.Rproj.user/688FCC69/pcs/files-pane.pper +++ /dev/null @@ -1,9 +0,0 @@ -{ - "sortOrder": [ - { - "columnIndex": 2, - "ascending": true - } - ], - "path": "~/Documents/projects/liftboard" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/pcs/source-pane.pper b/.Rproj.user/688FCC69/pcs/source-pane.pper deleted file mode 100644 index a528f3b..0000000 --- a/.Rproj.user/688FCC69/pcs/source-pane.pper +++ /dev/null @@ -1,3 +0,0 @@ -{ - "activeTab": -1 -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/pcs/windowlayoutstate.pper b/.Rproj.user/688FCC69/pcs/windowlayoutstate.pper deleted file mode 100644 index e201520..0000000 --- a/.Rproj.user/688FCC69/pcs/windowlayoutstate.pper +++ /dev/null @@ -1,14 +0,0 @@ -{ - "left": { - "splitterpos": 338, - "topwindowstate": "HIDE", - "panelheight": 809, - "windowheight": 847 - }, - "right": { - "splitterpos": 173, - "topwindowstate": "NORMAL", - "panelheight": 809, - "windowheight": 847 - } -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/pcs/workbench-pane.pper b/.Rproj.user/688FCC69/pcs/workbench-pane.pper deleted file mode 100644 index 75e70e9..0000000 --- a/.Rproj.user/688FCC69/pcs/workbench-pane.pper +++ /dev/null @@ -1,5 +0,0 @@ -{ - "TabSet1": 0, - "TabSet2": 0, - "TabZoom": {} -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/persistent-state b/.Rproj.user/688FCC69/persistent-state deleted file mode 100644 index 8664e64..0000000 --- a/.Rproj.user/688FCC69/persistent-state +++ /dev/null @@ -1,8 +0,0 @@ -build-last-errors="[]" -build-last-errors-base-dir="" -build-last-outputs="[]" -compile_pdf_state="{\"tab_visible\":false,\"running\":false,\"target_file\":\"\",\"output\":\"\",\"errors\":[]}" -files.monitored-path="" -find-in-files-state="{\"handle\":\"\",\"input\":\"\",\"path\":\"\",\"regex\":false,\"ignoreCase\":false,\"results\":{\"file\":[],\"line\":[],\"lineValue\":[],\"matchOn\":[],\"matchOff\":[],\"replaceMatchOn\":[],\"replaceMatchOff\":[]},\"running\":false,\"replace\":false,\"preview\":false,\"gitFlag\":false,\"replacePattern\":\"\"}" -imageDirtyState="0" -saveActionState="0" diff --git a/.Rproj.user/688FCC69/rmd-outputs b/.Rproj.user/688FCC69/rmd-outputs deleted file mode 100644 index 3f2ff2d..0000000 --- a/.Rproj.user/688FCC69/rmd-outputs +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/.Rproj.user/688FCC69/saved_source_markers b/.Rproj.user/688FCC69/saved_source_markers deleted file mode 100644 index 2b1bef1..0000000 --- a/.Rproj.user/688FCC69/saved_source_markers +++ /dev/null @@ -1 +0,0 @@ -{"active_set":"","sets":[]} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/174853EF b/.Rproj.user/688FCC69/sources/prop/174853EF deleted file mode 100644 index bb27690..0000000 --- a/.Rproj.user/688FCC69/sources/prop/174853EF +++ /dev/null @@ -1,4 +0,0 @@ -{ - "source_window_id": "", - "Source": "Source" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/41F698B5 b/.Rproj.user/688FCC69/sources/prop/41F698B5 deleted file mode 100644 index 48fc933..0000000 --- a/.Rproj.user/688FCC69/sources/prop/41F698B5 +++ /dev/null @@ -1,7 +0,0 @@ -{ - "tempName": "Untitled1", - "source_window_id": "", - "Source": "Source", - "cursorPosition": "12,56", - "scrollLine": "0" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/6815E065 b/.Rproj.user/688FCC69/sources/prop/6815E065 deleted file mode 100644 index 807138d..0000000 --- a/.Rproj.user/688FCC69/sources/prop/6815E065 +++ /dev/null @@ -1,6 +0,0 @@ -{ - "source_window_id": "", - "Source": "Source", - "cursorPosition": "31,49", - "scrollLine": "28" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/AFE2E5A0 b/.Rproj.user/688FCC69/sources/prop/AFE2E5A0 deleted file mode 100644 index bb27690..0000000 --- a/.Rproj.user/688FCC69/sources/prop/AFE2E5A0 +++ /dev/null @@ -1,4 +0,0 @@ -{ - "source_window_id": "", - "Source": "Source" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/C3524A44 b/.Rproj.user/688FCC69/sources/prop/C3524A44 deleted file mode 100644 index f9aa1d6..0000000 --- a/.Rproj.user/688FCC69/sources/prop/C3524A44 +++ /dev/null @@ -1,7 +0,0 @@ -{ - "tempName": "Untitled1", - "source_window_id": "", - "Source": "Source", - "cursorPosition": "11,0", - "scrollLine": "0" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/D4824927 b/.Rproj.user/688FCC69/sources/prop/D4824927 deleted file mode 100644 index 95b7c89..0000000 --- a/.Rproj.user/688FCC69/sources/prop/D4824927 +++ /dev/null @@ -1,6 +0,0 @@ -{ - "source_window_id": "", - "Source": "Source", - "cursorPosition": "85,28", - "scrollLine": "77" -} \ No newline at end of file diff --git a/.Rproj.user/688FCC69/sources/prop/INDEX b/.Rproj.user/688FCC69/sources/prop/INDEX deleted file mode 100644 index 55e51fb..0000000 --- a/.Rproj.user/688FCC69/sources/prop/INDEX +++ /dev/null @@ -1,6 +0,0 @@ -~%2FDocuments%2Fprojects%2Fliftboard%2Fdata%2Flifts.csv="AFE2E5A0" -~%2FDocuments%2Fprojects%2Fliftboard%2Fglobal.R="41F698B5" -~%2FDocuments%2Fprojects%2Fliftboard%2Frenv%2F.gitignore="174853EF" -~%2FDocuments%2Fprojects%2Fliftboard%2Fserver.R="D4824927" -~%2FDocuments%2Fprojects%2Fliftboard%2Ftesty.R="C3524A44" -~%2FDocuments%2Fprojects%2Fliftboard%2Fui.R="6815E065" diff --git a/.Rproj.user/shared/notebooks/patch-chunk-names b/.Rproj.user/shared/notebooks/patch-chunk-names deleted file mode 100644 index e69de29..0000000 diff --git a/.Rproj.user/shared/notebooks/paths b/.Rproj.user/shared/notebooks/paths deleted file mode 100644 index 0db4e94..0000000 --- a/.Rproj.user/shared/notebooks/paths +++ /dev/null @@ -1,5 +0,0 @@ -/Users/adu/Documents/projects/liftboard/data/lifts.csv="C078BA41" -/Users/adu/Documents/projects/liftboard/global.R="DE15BE1B" -/Users/adu/Documents/projects/liftboard/renv/.gitignore="3CFF03A3" -/Users/adu/Documents/projects/liftboard/server.R="23D01622" -/Users/adu/Documents/projects/liftboard/ui.R="ACFB268D" diff --git a/.gitignore b/.gitignore index 3ecd7f3..4ca734a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ .DS_Store -.Rproj.user +.Rproj.user/ +.Rhistory +.RData +.Rprofile +liftbooard.Rproj +rsconnect/ diff --git a/liftboard.Rproj b/liftboard.Rproj deleted file mode 100644 index 8e3c2eb..0000000 --- a/liftboard.Rproj +++ /dev/null @@ -1,13 +0,0 @@ -Version: 1.0 - -RestoreWorkspace: Default -SaveWorkspace: Default -AlwaysSaveHistory: Default - -EnableCodeIndexing: Yes -UseSpacesForTab: Yes -NumSpacesForTab: 2 -Encoding: UTF-8 - -RnwWeave: Sweave -LaTeX: pdfLaTeX diff --git a/rsconnect/shinyapps.io/ibidyouadu/liftboard.dcf b/rsconnect/shinyapps.io/ibidyouadu/liftboard.dcf deleted file mode 100644 index 88c1ffe..0000000 --- a/rsconnect/shinyapps.io/ibidyouadu/liftboard.dcf +++ /dev/null @@ -1,11 +0,0 @@ -name: liftboard -title: -username: -account: ibidyouadu -server: shinyapps.io -hostUrl: https://api.shinyapps.io/v1 -appId: 4387740 -bundleId: 4821353 -url: https://ibidyouadu.shinyapps.io/liftboard/ -when: 1626331794.39995 -lastSyncTime: 1626331794.39997