Commit 2a521cb
feat!(pkg-r): new
* feat(pkg-r): first pass at new QueryChat() API
* `air format` (GitHub Actions)
* `usethis::use_tidy_description()` (GitHub Actions)
* Address feedback
* Get check passing
* Add some DT/card polish to () and examples
* `air format` (GitHub Actions)
* Apply suggestions from code review
Co-authored-by: Garrick Aden-Buie <[email protected]>
* chore: rename file
* Apply suggestions from code review
Co-authored-by: Garrick Aden-Buie <[email protected]>
* chore: take renaming suggestions
* `devtools::document()` (GitHub Actions)
* fix: pass along ... correctly
* fix: don't cleanup automatically when QueryChat gets initialized outside of active session
* `devtools::document()` (GitHub Actions)
* fix: mention shiny::runExample()
* `air format` (GitHub Actions)
* `devtools::document()` (GitHub Actions)
* feat: Add querychat() and querychat_app() convenience functions
* fix: cleanup default value
* `devtools::document()` (GitHub Actions)
* feat: Add app_obj() method
* `devtools::document()` (GitHub Actions)
* fix: enforce session-specific server values by accessing through (); handle fallout and address feedback
* Address feedback
---------
Co-authored-by: cpsievert <[email protected]>
Co-authored-by: Garrick Aden-Buie <[email protected]>QueryChat API (#109)1 parent 7c93d09 commit 2a521cb
File tree
46 files changed
+2292
-1094
lines changed- pkg-py/src/querychat
- pkg-r
- R
- inst/examples-shiny
- 01-hello-app
- 02-sidebar-app
- sqlite
- man
- pkgdown
- tests/testthat
- apps/basic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+2292
-1094
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | | - | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments