Tried building the package using devtools::install_github() and also devtools::build() but neither build the vignettes that I can tell. Initial issues for devtools::build() were not including the packages used in the vignette in the DESCRIPTION file. Changing the DESCRIPTION and namespace file fixed a bunch of errors it was throwing, but still isn't working like it should.
Tried building the package using devtools::install_github() and also devtools::build() but neither build the vignettes that I can tell. Initial issues for devtools::build() were not including the packages used in the vignette in the DESCRIPTION file. Changing the DESCRIPTION and namespace file fixed a bunch of errors it was throwing, but still isn't working like it should.