This mainly addresses issue #18 , now in find_sas() if the executable is not found at the default path on windows, it will try to use Sys.which to determine if the excecutable is at other location in PATH.
Also in readme I added a comment about building the vignettes locally along with the installation process since the vignettes is not available on cran or the default install_github process.
Lastly I adjust the spinSASmarkdown vignette: now that the package can automatically set the necessary options for knit there's no need to manually set those options. So I just tidy up some content. Also at the last bit I changed the child document to indoc.md instead of the original indoc.html since directly including a full html file as child document will cause some rendering issue, e.g. the unexpected !<IDOCTYPE> html in the resulting vignette.
This mainly addresses issue #18 , now in
find_sas()
if the executable is not found at the default path on windows, it will try to useSys.which
to determine if the excecutable is at other location in PATH.Also in
readme
I added a comment about building the vignettes locally along with the installation process since the vignettes is not available on cran or the defaultinstall_github
process.Lastly I adjust the
spinSASmarkdown
vignette: now that the package can automatically set the necessary options for knit there's no need to manually set those options. So I just tidy up some content. Also at the last bit I changed the child document toindoc.md
instead of the originalindoc.html
since directly including a full html file as child document will cause some rendering issue, e.g. the unexpected!<IDOCTYPE> html
in the resulting vignette.