Skip to content

Commit 4961c61

Browse files
committed
updated logo and readme
1 parent 5157e02 commit 4961c61

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11

22

3-
<!-- badges: start --> [![CRAN
4-
status](https://www.r-pkg.org/badges/version/contoso?svg=1.png)](https://CRAN.R-project.org/package=contoso)
3+
<!-- badges: start -->
4+
[![CRAN status](https://www.r-pkg.org/badges/version/contoso?svg=1.png)](https://CRAN.R-project.org/package=contoso)
55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/usrbinr/contoso/HEAD)
6-
[![](https://cranlogs.r-pkg.org/badges/contoso.png)](https://cran.r-project.org/package=contoso)
76
<!-- badges: end -->
87

98
![](man/figures/logo.png)
@@ -96,6 +95,11 @@ install.packages("contoso")
9695
Example of how to create a duckdb database with Contoso tables loaded is
9796
below:
9897

98+
> This function uses the motherduck extension to attach the data from
99+
> motherduck to your local database. As of 2025-11-29, motherduck
100+
> extension is not supported on windows so this function will fail on a
101+
> windows machine
102+
99103
``` r
100104
library(contoso)
101105

README.qmd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ format: gfm
33
---
44

55
<!-- badges: start -->
6+
67
[![CRAN status](https://www.r-pkg.org/badges/version/contoso?svg=1)](https://CRAN.R-project.org/package=contoso)
7-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/usrbinr/contoso/HEAD)
8-
[![](https://cranlogs.r-pkg.org/badges/contoso)](https://cran.r-project.org/package=contoso)
8+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/usrbinr/contoso/HEAD)o
9+
910
<!-- badges: end -->
1011

1112

@@ -105,6 +106,9 @@ install.packages("contoso")
105106

106107
Example of how to create a duckdb database with Contoso tables loaded is below:
107108

109+
> This function uses the motherduck extension to attach the data from motherduck to your local database.
110+
> As of 2025-11-29, motherduck extension is not supported on windows so this function will fail on a windows machine
111+
108112

109113
```{r}
110114
#| eval: false

docs/index.html

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandoc: 3.6.3
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2025-11-26T18:19Z
5+
last_built: 2025-11-29T15:22Z
66
urls:
77
reference: https://usrbinr.github.io/contoso/reference
88
article: https://usrbinr.github.io/contoso/articles

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
152 KB
Loading

0 commit comments

Comments
 (0)