This task consists of creating a reproducible notebook that uses non-standard libraries/packages that need to be installed to make the code work (i.e. using pandas or ploty or some r package that needs to be installed). The approach for dealing with those dependencies may depend on your programming language of choice.
Extra difficulty: Once you have figured out how to work with dependencies for a given programming language, and if #11 is finished, you may want to o explore a unified way for R AND Python.
Steps to reproduce:
- Create a
qmdfile containing some code blocks that need external libraries
- Find a way to include those dependencies in the project (i.e. renv, virtual environment...) for others to easily install them
Expected outputs
- Article: source code (qmd file) and output (html, pdf, docx...). This can be within this repo or linked to an external repo (in that case, link it when documenting the process).
- Dependencies' list
- Documentation (see
documentation_template.qmd)
Guides
This task consists of creating a reproducible notebook that uses non-standard libraries/packages that need to be installed to make the code work (i.e. using pandas or ploty or some r package that needs to be installed). The approach for dealing with those dependencies may depend on your programming language of choice.
Extra difficulty: Once you have figured out how to work with dependencies for a given programming language, and if #11 is finished, you may want to o explore a unified way for R AND Python.
Steps to reproduce:
qmdfile containing some code blocks that need external librariesExpected outputs
documentation_template.qmd)Guides