Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 769 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 769 Bytes

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 - Place to store example data files. E.g. csv, parquet.

  • Utilities - A collection of utilities used to create test data.

  • Workspaces - Example workspaces/projects.

Dependencies

In the root of the repository, there are 2 dependency files:

  • requirements.txt - Python packages needed for the Workspaces

    • pip install -r requirements.txt
  • DESCRIPTION - R packages needed for the Workspaces

    • Rscript -e "pak::local_install_dev_deps(ask = FALSE)"