Difference between revisions of "Template:ABC-unit"
Jump to navigation
Jump to search
m |
m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{task|1 = | {{task|1 = | ||
− | * Open RStudio and | + | {{Smallvspace}} |
− | * Type <code>init()</code> | + | |
− | * Open the file <code>{{{1}}}</code> and follow the instructions | + | * Open RStudio and load the <code>ABC-units</code> R project. If you have loaded it before, choose '''File''' → '''Recent projects''' → '''ABC-Units'''. If you have not loaded it before, follow the instructions in the '''[[RPR-Introduction]]''' unit. |
+ | * Choose '''Tools''' → '''Version Control''' → '''Pull Branches''' to fetch the most recent version of the project from its GitHub repository with all changes and bug fixes included. | ||
+ | * Type <code>init()</code> if requested. | ||
+ | * Open the file <code>{{{1}}}</code> and follow the instructions. | ||
+ | |||
+ | {{Smallvspace}} | ||
+ | |||
+ | <small>Note: take care that you understand <b>all</b> of the code in the script. Evaluation in this course is cumulative and you may be asked to explain any part of code.</small> | ||
+ | |||
+ | {{Smallvspace}} | ||
}} | }} |
Latest revision as of 05:34, 21 September 2020
Task:
- Open RStudio and load the
ABC-units
R project. If you have loaded it before, choose File → Recent projects → ABC-Units. If you have not loaded it before, follow the instructions in the RPR-Introduction unit. - Choose Tools → Version Control → Pull Branches to fetch the most recent version of the project from its GitHub repository with all changes and bug fixes included.
- Type
init()
if requested. - Open the file
{{{1}}}
and follow the instructions.
Note: take care that you understand all of the code in the script. Evaluation in this course is cumulative and you may be asked to explain any part of code.