2 Installing pamlr

2.1 Prerequisites

To install this package from github, devtools must already be installed.

2.2 Installing

pamlr can then be installed from github using the following code:

Note that if there are any problems with installing pamlr, it is worth checking that the packages that pamlr relies on are correctly installed (using install.packages()). These include:

  • changepoint
  • cluster
  • data.table
  • depmixS4
  • dplyr
  • dygraphs
  • EMbC
  • GeoLight
  • graphics
  • grDevices
  • htmltools
  • raster
  • rgl
  • viridis
  • xts
  • zoo

Any errors such as:

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package called ‘rlang’

Can be dealt with through: