emilopezcano / SixSigma

SixSigma R package
15 stars 12 forks source link

Vignette Shewhart Constants #3

Open emilopezcano opened 7 years ago

emilopezcano commented 7 years ago

Make work as it is said in the book:

vignette(package = "Six Sigma", topic = "Shewhart Constants")

(with the space)

k-tatgenhorst commented 1 year 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.