mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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 @@ observation.")
|
||||||
(for-each delete-file
|
(for-each delete-file
|
||||||
(list "sandwich-OOP.pdf"
|
(list "sandwich-OOP.pdf"
|
||||||
"sandwich-OOP.R"
|
"sandwich-OOP.R"
|
||||||
"sandwich.pdf"
|
"sandwich-OOP.Rnw"
|
||||||
"sandwich-CL.R"
|
"sandwich-CL.R"
|
||||||
|
"sandwich-CL.Rnw"
|
||||||
|
"sandwich-CL.pdf"
|
||||||
"sim-CL.rda"
|
"sim-CL.rda"
|
||||||
"sim-CL.R"
|
"sim-CL.R"
|
||||||
"sandwich.R"
|
"sandwich.pdf"
|
||||||
"sandwich-CL.pdf"))))))
|
"sandwich.R"))))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-zoo))
|
(list r-zoo))
|
||||||
|
|
Loading…
Add table
Reference in a new issue