I'm new to R and have started writing a medium-size project. Even though it will be distributed as part of an application, I've decided to make a package out of it to make the organisation neater.
How do I handle the fact that the DESCRIPTION file needs Version and Date fields, when I'm using version control? I wouldn't want to change that file with every git commit.
Is there a standard Makefile somewhere for this?
Further, I'm not completely clear on how I'd do this and still be able to use the package while developing.