https://github.com/posit-dev/qa-example-content
Example code and data to be used in internal testing.
https://github.com/posit-dev/qa-example-content
Last synced: 5 months ago
JSON representation
Example code and data to be used in internal testing.
- Host: GitHub
- URL: https://github.com/posit-dev/qa-example-content
- Owner: posit-dev
- Created: 2024-06-12T19:55:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T21:50:18.000Z (about 1 year ago)
- Last Synced: 2025-02-05T22:40:33.526Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 57.7 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QA Content Examples
This is a place to store content for internal testing & demos. Please keep things organized and well documented in this README file.
## Contents
* [Data Files](data-files/README.md) - Place to store example data files. E.g. csv, parquet.
* [Utilities](utilities/README.md) - A collection of utilities used to create test data.
* [Workspaces](workspaces/README.md) - Example workspaces/projects.
## Dependencies
In the root of the repository, there are 2 dependency files:
* `requirements.txt` - Python packages needed for the [Workspaces](workspaces/README.md)
- `pip install -r requirements.txt`
* `DESCRIPTION` - R packages needed for the [Workspaces](workspaces/README.md)
- `Rscript -e "pak::local_install_dev_deps(ask = FALSE)"`