Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
davidrsch created a comment on an issue on posit-dev/py-shiny
Now, only the issue regarding Posit Connect Cloud will remain. > (I'll be sharing this issue with the Connect Cloud team since it seems less-than-ideal that the manifest.json is required for this ...
davidrsch created a comment on an issue on posit-dev/py-shiny
Yes, now is working as expect
davidrsch created a comment on an issue on tidymodels/dials
You're right I forgot about the different engines, changing to 'glment' does work as expected.
davidrsch closed an issue on tidymodels/dials
`extract_parameters_set_dials` not extracting parameters correctly from logistic regression
I was working in creating a project to execute a workflow using different models when I received an unexpected error while trying to set up the ranges for the logistic regression model ```r Error ...davidrsch opened an issue on tidymodels/dials
`extract_parameters_set_dials` not extracting parameters correctly from logistic regression
I was working in creating a project to execute a workflow using different models when I received an unexpected error while trying to set up the ranges for the logistic regression model ```r Error ...davidrsch created a comment on an issue on posit-dev/py-shiny
@gadenbuie the error shows in the previous comment seems to be an issue related to how the app.json it's created in windows. In windows `\\` is added instead of `/` in the name field: ![Image](htt...
davidrsch pushed 3 commits to main davidrsch/r-pkgs
- "Rendering Issue - dependencies-mindset-background.Rmd" While rendering the file `dependencies-mindset-background.Rm... 3d85763
- "Issue Rendering - testing-basics.Rmd" While rendering file "testing-basics.Rmd" got the following message: Quittin... f1af379
- Merge branch 'main' of https://github.com/davidrsch/r-pkgs d16d7dc
davidrsch pushed 10 commits to main davidrsch/r-pkgs
- Update link to CRAN policy watch (#1075) 77da6b7
- Add closing parenthesis (#1076) 3392d43
- Update whole-game.Rmd (#1043) 0ed355c
- Fix wordo b0a0070
- Fix a broken link (#1079) 87e4f76
- Update man.Rmd (#1084) Grammatical fix 0bf4435
- Update data.Rmd (#1085) removes duplicate word 'section' from text as read aloud (e.g. reads 'Section 7.2' instead o... ec8714b
- describe @exportS3Method for non-owned generics and delayed method registration (#1087) Fixes #1032. Fixes #1082. 3663c15
- Tweak for consistency 216bbc7
- Update vignettes.Rmd (#1090) Added the missing FALSE to the clean_doc argument on line 439 when discussing preventin... d6e3d3f
davidrsch pushed 247 commits to main davidrsch/keras
- update CRAN badge 3333ea4
- Update CNAME 4c1abe1
- Increment version number to 1.0.0.9000 96a9102
- enable pkgdown dev site a88b2ed
- update urls 'keras' -> 'keras3' f14c10a
- Merge pull request #1458 from rstudio/update-urls-to-keras3 update urls 'keras' -> 'keras3' 8766c9f
- Increment version number to 1.0.0.9000 c1e21c1
- link to blog post in NEWS e2fee86
- fix 'GPU not found' on Windows WSL Linux 398b80f
- add NEWS 19120d9
- Merge pull request #1459 from rstudio/fix-wsl-gpu-install fix 'GPU not found' on Windows WSL Linux fa07f20
- `layers.Input()` -> `keras_input()` f654d4e
- `application_nasnetlarge` -> `application_nasnet_large` 18bd48d
- use 1 based counting in `layer_masking()` doc. 4fd8180
- redocument 2f4c6b8
- buid dev site 82eae04
- update tethers 969aeef
- all applications gain `name` arg with default f7fcba2
- densenet applications gain 'name' arg and doc tweaks 7abb4f7
- doc tweak: export_savedmodel 1590cc2
- and 227 more ...
davidrsch pushed 16 commits to main davidrsch/rstudio_cheatsheets
- rename data_table to datatable 93f6df4
- Update the DRomics cheaat sheet 4633ed7
- add admiral 1ee5052
- Update the posit logo 0353eac
- Merge pull request #557 from rstudio/posit-logo-update Update the posit logo 4ee6c2f
- Corrected typo in example command strings.qmd 92b7d51
- add Posit Team cheatsheet 021b1c9
- update posit team png 78cee89
- Merge pull request #559 from ryjohnson09/main Add Posit Team Cheatsheet 7d7b3b5
- Add posit-team cheatsheet 8b205ea
- update to latest version 0ac3685
- Merge pull request #367 from tdhock/rename-dt rename data_table to datatable 8e0f35b
- Merge pull request #558 from elenlefoll/patch-1 Corrected typo in example command strings.qmd 07e1d1c
- add admiral to "Contributed Cheatsheets" 7813c22
- Merge pull request #555 from bundfussr/add_admiral add admiral cheatsheet ae2a24c
- Merge pull request #370 from aursiber/main Update the DRomics cheat sheet 67372c0
davidrsch pushed 1 commit to main davidrsch/r4dses
- Fixing some typos and updating to match original eae2115
davidrsch pushed 7 commits to main davidrsch/my_copy_r4ds
- Edit typo in EDA chapter, summaries -> summarizes (#1676) 06f8d5c
- Edit a typo in the logicals chapter (#1677) 643ab1b
- Fix typo (closes #1681) + various other copy edits 9a9ec24
- correct ordered factor definition (#1686) Co-authored-by: Hadley Wickham <[email protected]> 3e8bf23
- add Portuguese in the list of translations - index.qmd (#1691) 12c6aff
- Added missing word joins.qmd (#1696) f3b95c4
- Fix some typos (#1701) * Fix some typos * Stick with the file name `bake-sale.xlsx` instead of using `bake_sale.x... 6a1bb7a
davidrsch closed a pull request on hadley/r4ds
Improving missing values operation explanation in boolean algebra section
Previous explanation > To understand what's going on, think about `NA | TRUE` (`NA` or `TRUE`). A missing value in a logical vector means that the value could either be `TRUE` or `FALSE`. `TRUE ...davidrsch pushed 6 commits to main davidrsch/happy-git-with-r
- Update connect-ssh-keys.Rmd (#235) Corrects "Create RSA key" to "Create SSH key" option within Git/SVN section of to... 0d36205
- Update install-git.Rmd (#226) `git update git-for-windows` has been deprecated: https://stackoverflow.com/questions/... 5b12f85
- Update install-git-client.Rmd (#210) * Update install-git-client.Rmd Corrected a potential minor typo; added a fo... 62b5246
- Update connect-https-pat.Rmd (#197) Hi - I am so thankful for this resource. A minor suggestion, which is to cha... 11e4967
- Let's just give 1Password as the example 93ad349
- Freshen up the GHA workflow e9ca8db
davidrsch pushed 15 commits to main davidrsch/BigBookofR
- Batch 22 b34f311
- updsted date 1b61085
- updated date 7809d3d
- ignroe rhistory a2363b7
- into edited a9ea622
- intro edited 09d84fa
- social image 17c129c
- edited filename ee5552a
- updated big boog of r social image 2ea2ea6
- tryingto fix social image link f6fdaa0
- date edit af622ab
- update 12e49ce
- batch 23 8abd833
- date edit 7ec515d
- removed supersceded tidyeval 4bb1fa9
davidrsch pushed 160 commits to gh-pages davidrsch/rweekly.org
- Update draft.md 640110f
- Update draft.md 83cdead
- Beyond Functions: How to Enrich an R Package with Data (#1721) * 2 posts * remove murielle's article c55b1b4
- Update draft.md (#1723) Propose two new posts from The Raft Co-authored-by: Jonathan Carroll <[email protected]... e194ed9
- Update draft.md (#1724) Co-authored-by: Jonathan Carroll <[email protected]> 4b7a1ae
- add datatable community RSS e36b553
- WIP draft bf12ad4
- add a post 990079a
- draft done 76ea1d4
- 2024-W43 (#1725) a227ee1
- Update draft.md 19fcc4a
- Update draft.md Adding link to quarto book based on my tutorial content for data science workflows in R , An introdu... d93f58e
- Shiny Contest Winners 7c55179
- Update draft.md e901319
- Auto-collected data updated 9750487
- Merge branch 'gh-pages' into patch-6 d4c3343
- Merge pull request #1717 from cutterkom/patch-6 Update draft.md 8bb1c72
- Merge branch 'gh-pages' into patch-7 3889bad
- Merge pull request #1726 from stephenturner/patch-8 Add python for R users link c7c6bcb
- Merge pull request #1727 from deanmarchiori/patch-1 Update draft.md 436aad4
- and 140 more ...
davidrsch pushed 2 commits to main davidrsch/shinyframeworks-vscode
davidrsch created a branch on davidrsch/shinyframeworks-vscode
golem - Shiny Frameworks VS Code Extension