I am not sure if I am doing something stupid, but for some reason, all folders in inst
are not getting installed when I run install_github('slidify', 'ramnathv', ref = 'dev')
. In particular the folder inst/scaffold
is not getting installed.
I ran devtools::install
from the local git repo and everything works fine. I also checked the zipball to make sure that it contained inst\scaffold and it does.
Does anyone know what might be going on?
NOTE. I am cross posting this issue at https://github.com/hadley/devtools/issues/185