Hemken / SASmarkdown

A collection of R functions that extends knitr's capability for using SAS as a language engine
Other
21 stars 5 forks source link

Find SAS from PATH on windows platform #19

Closed fenguoerbian closed 2 years ago

fenguoerbian commented 2 years ago

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.