Conversation
|
For some reason I don't see notifications on pull requests via email. You'd think that I would. Don't worry about the failing check; it's appveyor for reasons that I don't really understand. I might just disable it until I can find the patience to work out what is really going on. |
There was a problem hiding this comment.
This file does not exist - I presume you're trying to copy over this file? That file is not installed (only files below inst/ would be). Perhaps it would be better to install a new, heavily commented, file that is custom designed for being easy to start with?
|
Can we get a test on this perhaps? This sort of testing is a total pain --- you'll probably have to run in a temporary directory like so: test_that("whatever", {
owd <- setwd(tempfile())
on.exit(setwd(owd))
## ... tests go here.
})Things to test for:
|
|
Also, possible things to add after dealing with the above (could be a subsequent PR if you'd rather)
|
|
Hola @aammd - any interest in picking this up again? |
|
I like this approach for preexisting projects. Any chance we could do |
This is just to get the idea started here. A simple function that a use can call to add a
remake.ymlfile to the current working directory.Fixes #54.