me
/
guix
Archived
1
0
Fork 0

gnu: r-sandwich: Delete more generated vignette files.

* gnu/packages/cran.scm (r-sandwich)[source]: Delete more files.
master
Ricardo Wurmus 2022-07-05 13:46:14 +02:00
parent 06493e7388
commit 801be314d2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 3 deletions

View File

@ -12215,12 +12215,14 @@ observation.")
(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))