~enricoschumann/neighbours

73650ce505812c18bb11e9e715cf9262edfc272e — Enrico Schumann 10 months ago 2ef0ef8
Store (and later try to restore) only writable settings
1 files changed, 1 insertions(+), 1 deletions(-)

M vignettes/neighbours.Rnw
M vignettes/neighbours.Rnw => vignettes/neighbours.Rnw +1 -1
@@ 30,7 30,7 @@
## to be restored at the end of the vignette
old.options <- options(continue = "  ", digits = 3,
                       width = 60, useFancyQuotes = FALSE)
old.par <- par()
old.par <- par(no.readonly = TRUE)
pv <- packageVersion("neighbours")
pv <- gsub("(.*)[.](.*)", "\\1-\\2", pv)
@