Difference between revisions of "Template:ABC-unit"

From "A B C"
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
{{Smallvspace}}
 
{{Smallvspace}}
 
   
 
   
* Open RStudio and load the <code>ABC-units</code> R project. If you have loaded it before, choose '''File''' &rarr; '''Recent projects''' &rarr; '''ABC-Units'''. If you have not loaded it before, find instructions in the '''[[RPR-Introduction]]''' unit.
+
* Open RStudio and load the <code>ABC-units</code> R project. If you have loaded it before, choose '''File''' &rarr; '''Recent projects''' &rarr; '''ABC-Units'''. If you have not loaded it before, follow the instructions in the '''[[RPR-Introduction]]''' unit.
 
* Choose '''Tools''' &rarr; '''Version Control''' &rarr; '''Pull Branches''' to fetch the most recent version of the project from its GitHub repository with all changes and bug fixes included.  
 
* Choose '''Tools''' &rarr; '''Version Control''' &rarr; '''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> as requested.
 
* Type <code>init()</code> as requested.

Revision as of 23:18, 31 January 2018

Task:

 
  • Open RStudio and load the ABC-units R project. If you have loaded it before, choose FileRecent projectsABC-Units. If you have not loaded it before, follow the instructions in the RPR-Introduction unit.
  • Choose ToolsVersion ControlPull Branches to fetch the most recent version of the project from its GitHub repository with all changes and bug fixes included.
  • Type init() as 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.