mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-sandwich: Delete more generated vignette files.
* gnu/packages/cran.scm (r-sandwich)[source]: Delete more files.
This commit is contained in:
parent
06493e7388
commit
801be314d2
1 changed files with 5 additions and 3 deletions
|
@ -12215,12 +12215,14 @@ (define-public r-sandwich
|
|||
(for-each delete-file
|
||||
(list "sandwich-OOP.pdf"
|
||||
"sandwich-OOP.R"
|
||||
"sandwich.pdf"
|
||||
"sandwich-OOP.Rnw"
|
||||
"sandwich-CL.R"
|
||||
"sandwich-CL.Rnw"
|
||||
"sandwich-CL.pdf"
|
||||
"sim-CL.rda"
|
||||
"sim-CL.R"
|
||||
"sandwich.R"
|
||||
"sandwich-CL.pdf"))))))
|
||||
"sandwich.pdf"
|
||||
"sandwich.R"))))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-zoo))
|
||||
|
|
Loading…
Reference in a new issue