(begin
  (use-modules (gnu packages) (guix) (guix profiles))
  (derivation-file-name
   (with-store s
     (run-with-store s
       (lower-object
        (profile
         (content
          (specifications->manifest
           (list "r-biocmanager"
                 "r-caret"
                 "r-cluster"
                 "r-dalex"
                 "r-devtools"
                 "r-ggplot2"
                 "r-knitr"
                 "r-mosaic"
                 "r-pheatmap"
                 "r-plot3d"
                 "r-proc"
                 "r-qvalue"
                 "r-ranger"
                 "r-rann"
                 "r-rmarkdown"
                 "r-tidyverse"
                 "r-compgenomrdata"
                 "r-guix-install"
                 "texlive-collection-latex"
                 "texlive-collection-latexextra"
                 "texlive-collection-latexrecommended"
                 "texlive-collection-fontsrecommended"
                 "texlive-pgf")))))))))

Generated by Ricardo Wurmus using scpaste at Tue Dec 19 17:25:51 2023. CET. (original)