Open emilopezcano opened 7 years ago
Emilio,
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)