1. remove project library directory created using setupProject();

  2. remove project paths created using setupProject;

  3. restore original library paths.

.teardownProject(prjPaths, origLibPaths)

Arguments

prjPaths

character vector of paths to be removed

origLibPaths

character string giving the original library path to be restored

Value

NULL. Invoked for its side effects.

Note

not intended to be called by users