Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Organising software components

Software organises sequences of instructions in components that perform a specific task.  For example, some practice in Become familiar with R Studio and basic concepts of R, a basic function was created to prevent coding again the same line of codes. Functions can be grouped together and packaged as some units of code, that can be shared and used again.

...

  1. In the help, find the function install.packages() and remove.packages(). Read each function description and information. 
  2. Make sure a connection to the Internet is live.
  3. Installation of the compoisson package: in the console type install.packages("compoisson",dependencies = TRUE)

Load and attach add-on packages

...