[1] "R version 4.4.1 (2024-06-14 ucrt)"
Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Ctrl+Shift+P
and search for “Python: Select Interpreter”).pip install <library>
from terminalWhich version of Git have you installed?
Did you register an account in GitHub?
Did you authenticate your account and configure your local Git for GitHub Desktop?
“A space in a file name is a space in your soul.”
Until you are a Git(Hub) expert…
homework1
|
| README.md
| .gitignore
|
|---data (not tracked in git or pushed to github)
| | input (symbolic links)
| | output (analytic data sets)
|
|---submission1
| |---data-code
| |---analysis
| |---results
| | mccarthy-i-hwk1-1.pdf
|
|---submission2
| |---data-code
| |---analysis
| |---results
| | mccarthy-i-hwk1-2.pdf
|