deletes the past builds by deleting every `tar.gz` file and `Rcheck` folders in the specified paths. Also will go through every library folder and delete all `LOCK` folders. Use this function when you are building a package but it seems your new modifications aren't being implemented.

pleaseForTheLoveOfGodLetMeBuild(paff = "..")

Arguments

paff

what path should we clean? It assumes you're inside a project, therefore the default value, Default: '..'

Value

Nothing is returned, but the files/folders are deleted.

Details

CARREFUL!! You're deleting stuff. Please check to make sure this function does what you think it does.

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }