You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the vignette function - it is calling the file for those vignettes. I see that the index in all of them reads "Shewhart Constants" but the file name is without the space. I believe githubs interface allows filenames with a space (though it is discouraged for obvious reasons), but you might try creating a set of the vignettes using the white space in the filename.
One issue that would cause is that anyone using r and calling vignette(Shewharts Constant) would get an error about an unexpected character - the vignette name must be in quotes if there is a space there.
I am not sure that the fix is as simple as I just laid out, but I am also not sure that it is not.
Make work as it is said in the book:
vignette(package = "Six Sigma", topic = "Shewhart Constants")
(with the space)
The text was updated successfully, but these errors were encountered: