Skip to content

Commit 355333c

Browse files
committed
minor edits
1 parent 88a0220 commit 355333c

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
<!-- badges: start -->
2+
[![R-CMD-check](https://github.com/usrbinr/contoso/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/usrbinr/contoso/actions/workflows/R-CMD-check.yaml)
3+
<!-- badges: end -->
14

2-
3-
![](man/figures/logo.png)
5+
![Logo of MyPackage, an R package for managing databases](man/figures/logo.png)
46

57
Contoso is a synthetic dataset containing sample sales transaction data
68
for the fictional “Contoso” company. It includes various supporting
@@ -64,7 +66,7 @@ github site
6466

6567
### Dataset overview
6668

67-
![Contoso](man/figures/contoso.svg)
69+
![Diagram showing relationships in various Contoso tables](man/figures/contoso.svg)
6870

6971
The relationship keys that join each of the tables are listed below.
7072

README.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
2+
13
![](man/figures/logo.png)
24

5+
36
Contoso is a synthetic dataset containing sample sales transaction data for the fictional "Contoso" company. It includes various supporting tables for business intelligence, such as customer, store, product, and currency exchange data.
47

58
This dataset is perfect for practicing time series analysis, joins, financial modeling, or any business intelligence-related tasks.

docs/index.html

Lines changed: 5 additions & 2 deletions
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-08T19:36Z
5+
last_built: 2025-11-08T19:48Z
66
urls:
77
reference: https://usrbinr.github.io/contoso/reference
88
article: https://usrbinr.github.io/contoso/articles

0 commit comments

Comments
 (0)