Skip to content

Commit 850d788

Browse files
committed
update demo gif (#3)
1 parent 976f7ae commit 850d788

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ mcp_config("Claude Desktop")
5454

5555
```{r}
5656
#| echo: false
57-
#| fig-alt: "A screencast of a chat with Claude. I ask 'Do I have any R packages installed that could help me download flight data?' and, after searching through the documentation of my currently installed R packages, Claude writes R code to download flights data for me."
58-
knitr::include_graphics("https://github.com/user-attachments/assets/b2acf605-eca5-41d8-a56e-199995cde97c")
57+
#| fig-alt: "A screencast of a chat with Claude. I ask 'Using the R packages I have installed, write code to download data on flights in/out of Chicago airports in 2024.' and, after searching through the documentation of my currently installed R packages, Claude writes R code to do so."
58+
knitr::include_graphics("https://github.com/user-attachments/assets/821ea3d6-4e30-46d6-ab9b-301276af2c35")
5959
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Or, **Claude Desktop**:
5959

6060
## Example
6161

62-
<img src="https://github.com/user-attachments/assets/b2acf605-eca5-41d8-a56e-199995cde97c" alt="A screencast of a chat with Claude. I ask 'Do I have any R packages installed that could help me download flight data?' and, after searching through the documentation of my currently installed R packages, Claude writes R code to download flights data for me." width="100%" />
62+
<img src="https://github.com/user-attachments/assets/821ea3d6-4e30-46d6-ab9b-301276af2c35" alt="A screencast of a chat with Claude. I ask 'Using the R packages I have installed, write code to download data on flights in/out of Chicago airports in 2024.' and, after searching through the documentation of my currently installed R packages, Claude writes R code to do so." width="100%" />

0 commit comments

Comments
 (0)