R/funcs.R
pleaseForTheLoveOfGodLetMeBuild.Rd
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 = "..")
paff | what path should we clean? It assumes you're inside a project, therefore the default value, Default: '..' |
---|
Nothing is returned, but the files/folders are deleted.
CARREFUL!! You're deleting stuff. Please check to make sure this function does what you think it does.