Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://doi.org/10.5281/zenodo.10242566
16 November 2024, 17:29:34 UTC
  • Code
  • Branches (0)
  • Releases (1)
  • Visits
    • Branches
    • Releases
      • HEAD
    • 7ee7c0b
    • /
    • delapazruiz-domestic.wastewater.variability-7e5bbee
    • /
    • DockerfileRstudioDWresults
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    origin badgecontent badge
    swh:1:cnt:4c0b98546dcea60693848e6b313b93b050388b07
    origin badgedirectory badge
    swh:1:dir:db41f6ccdba2cfa1903c3dd3f63007cd562f1d7e
    origin badgesnapshot badge
    swh:1:snp:a4f89a96d22f7d602dca2d52044bb928171437d5
    origin badgerelease badge
    swh:1:rel:a78ef712b30e629852485cb839490f21e2c3f0dc

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    (requires biblatex-software package)
    Generating citation ...
    DockerfileRstudioDWresults
    FROM rocker/rstudio:4.2.2
    
    # Install R packages (uncomment next line if needed)
    
    RUN R -e "install.packages('remotes'); \
      require(devtools); \
      remotes::install_version('kableExtra', '1.3.4'); \
      remotes::install_version('correlation', '0.8.2'); \
      remotes::install_version('statsExpressions', '1.3.3'); \
      remotes::install_version('here', '1.0.1'); \
      remotes::install_version('ggstatsplot', '0.9.4'); \
      remotes::install_version('BayesFactor', '0.9.12-4.4'); \
      remotes::install_version('Matrix', '1.5-1'); \
      remotes::install_version('coda', '0.19-4'); \
      remotes::install_version('readr', '2.1.2'); \
      remotes::install_version('lubridate', '1.8.0'); \
      remotes::install_version('stringr', '1.4.0'); \
      remotes::install_version('xts', '0.12.1'); \
      remotes::install_version('zoo', '1.8-10'); \
      remotes::install_version('dygraphs', '1.1.1.6'); \
      remotes::install_version('Rcpp', '1.0.9'); \
      remotes::install_version('purrr', '0.3.4'); \
      remotes::install_version('tidyr', '1.2.0'); \
      remotes::install_version('reshape2', '1.4.4'); \
      remotes::install_version('dplyr', '1.0.9'); \
      remotes::install_version('ggplot2', '3.3.6'); \
      remotes::install_version('knitr', '1.39'); \
      remotes::install_version('hrbrthemes', '0.8.0'); \
      remotes::install_version('highfrequency', '1.0.0'); \
      remotes::install_version('ggside', '0.2.2'); \
      remotes::install_version('markdown', '1.5'); \
      remotes::install_version('rmarkdown', '2.19')"
    
    
    # Copy contents of MyDocker folder to project folder in container 
     COPY --chown=rstudio:rstudio . /home/rstudio/

    back to top

    Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API