KentonWhite / ProjectTemplate

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

.RData vs .Rdata #190

Closed eribul closed 6 years ago

eribul commented 7 years ago

This might not be a bug but I had some trouble to get it to work so mayby the documentation could be clearer.

I often work with projects where I need to rely on output from other pesople and projects. I often use .RData files found on a server. According to http://projecttemplate.net/file_formats.html, I could then have a .file-file like:

path: /bla/bla/bla
extension: .RData

Problem is that ".RData" must be written ".Rdata" (capital R but lower case "d"), which was at first not really clear to me. Could it be possible to just ignore case or to at least allow any of the two versions?

KentonWhite commented 7 years ago

@eribul I've made what I think should fix your problem. It is currently on the master branch of Github. Can you try out the new code and let me know if it fixes your report problem.

eribul commented 7 years ago

Thanks! Workd great!

tis 4 apr. 2017 kl 16:21 skrev Kenton White notifications@github.com:

@eribul https://github.com/eribul I've made what I think should fix your problem. It is currently on the master branch of Github. Can you try out the new code and let me know if it fixes your report problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/johnmyleswhite/ProjectTemplate/issues/190#issuecomment-291515297, or mute the thread https://github.com/notifications/unsubscribe-auth/AHbhT5KW5jxvqnPoBTPFdzfWHUyHH36bks5rslH-gaJpZM4MyZHe .

Hugovdberg commented 6 years ago

@KentonWhite This issue should be closed.