PACTA_analysis - New config file: project_settings

This post outlines the changes of the workflow in the PACTA_analysis repository. Everyone who works with this repository is encouraged to read this.

Jacob Kastl https://github.com/jacobvjk
07-27-2020

Target Audience

Everyone who uses the PACTA_analysis script for their projects.

What changed

The workflow for initializing a project has changed. A new required config file must be used and was added to the repo.

Specifics

Project wide settings should be set in the file “project_settings.yml”, prior to project initialization:


    project_name: name_of_the_project_folder

    project_internal:
      twodii_internal: FALSE

  project_internal:
    ...
    project_location_ext: ~/path/to/project

  project_internal:
    ...
    data_location_ext: ~/path/to/data

If you have any other questions regarding how this affects your workflow, please consult the README.Rmd file in the PACTA_analysis portfolio https://github.com/2DegreesInvesting/PACTA_analysis or contact me (Jacob), Jackson or Clare.

Citation

For attribution, please cite this work as

Kastl (2020, July 27). Data science at 2DII: PACTA_analysis - New config file: project_settings. Retrieved from https://2degreesinvesting.github.io/posts/2020-07-27-config-project-settings/

BibTeX citation

@misc{kastl2020pacta_analysis,
  author = {Kastl, Jacob},
  title = {Data science at 2DII: PACTA_analysis - New config file: project_settings},
  url = {https://2degreesinvesting.github.io/posts/2020-07-27-config-project-settings/},
  year = {2020}
}