Skip to content

Commit

Permalink
adding renv to reproduce
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiskebeck authored and Fiskebeck committed Nov 13, 2024
1 parent ccab33a commit 3cb3366
Show file tree
Hide file tree
Showing 6 changed files with 4,716 additions and 67 deletions.
124 changes: 63 additions & 61 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,63 @@
# Adding what should not be include in the github repository
**/.*xlsx
**/data
**.Rprofile
**.Rhistory
**/results
**/*.rds
**/*.pdf
*.code-workspace
**.Rproj

####
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
#docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/
# Adding what should not be include in the github repository
**/.*xlsx
**/data
**.Rprofile
**.Rhistory
**/results
**/*.rds
**/*.pdf
*.code-workspace
**.Rproj
**/renv/*
**/*.docx

####
# History files
.Rhistory
.Rapp.history

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Example code in package build process
*-Ex.R

# Output files from R CMD build
/*.tar.gz

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# produced vignettes
vignettes/*.html
vignettes/*.pdf

# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth

# knitr and R markdown default cache directories
*_cache/
/cache/

# Temporary files created by R markdown
*.utf8.md
*.knit.md

# R Environment Variables
.Renviron

# pkgdown site
#docs/

# translation temp files
po/*~

# RStudio Connect folder
rsconnect/
2,722 changes: 2,722 additions & 0 deletions docs/Renv_guide.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2483,7 +2483,7 @@ <h2><a href="#content">INIKA website Content</a></h2>
<div id="postamble" data-toggle="wy-nav-shift" class="status">
<p class="author"><span class="glyphicon glyphicon-user"></span> NVI
INIKA team</p>
<p class="date"><span class="glyphicon glyphicon-calendar"></span> 11
<p class="date"><span class="glyphicon glyphicon-calendar"></span> 13
november, 2024</p>
</div>
</div>
Expand All @@ -2502,6 +2502,7 @@ <h2><a href="#content">INIKA website Content</a></h2>
<h1>Software setup</h1>
<p><a href="detailed_git_setup.html">Git setup</a></p>
<p><a href="WHONET_usage.html">WHONET setup</a></p>
<p><a href="Renv_guide.html">Restoring an R environment</a></p>
<p>Some setup also in: <a href="0_Before_we_meet.html">Preliminary
preparation</a></p>
</div>
Expand Down
Loading

0 comments on commit 3cb3366

Please sign in to comment.