KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
622 stars 159 forks source link

ability to create subdirectories in munge and logs. ability to pass names of files to run from munge #307

Closed zunman closed 3 years ago

zunman commented 3 years ago

Types of change

Pull request checklist


Proposed changes

KentonWhite commented 3 years ago

Thanks @zunman! Can you add some tests for this please? What I would suggest is:

There are already examples of these kinds of tests in tests/testthat/test-load.R

zunman commented 3 years ago

@KentonWhite tests added to tests/testthat/test-load.R

zunman commented 3 years ago

where should i add documentation? I ran Build > document but it didn't change anything. as i didn't add any new functions

KentonWhite commented 3 years ago

The best place is in the Docs folder. This creates the web page ProjectTemplate.net. I would suggest adding it to the configuring.markdown.