File: generate-scrabble-answers.patch

package info (click to toggle)
r-cran-partitions 1.10-9%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 456 kB
  • sloc: ansic: 517; cpp: 27; sh: 13; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Generate dataset instead of using answers.Rdata, a
 pre-generated file that we removed from the tarball.
Author: Doug Torrance <dtorrance@debian.org>
Forwarded: not-needed
Last-Update: 2021-09-28

--- a/vignettes/scrabble.Rnw
+++ b/vignettes/scrabble.Rnw
@@ -76,7 +76,7 @@
 \begin{document}
 <<set_cutdownproblem,echo=FALSE,print=FALSE>>=
 <<results=hide>>=
-do_from_scratch <- FALSE
+do_from_scratch <- TRUE
 @ 
 
 \hfill\includegraphics[width=1in]{\Sexpr{system.file("help/figures/partitions.png",package="partitions")}}