Skip to content

Commit

Permalink
add renv dependecy management
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Dec 8, 2021
1 parent bb44486 commit f737e13
Show file tree
Hide file tree
Showing 6 changed files with 1,166 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source("renv/activate.R")
9 changes: 9 additions & 0 deletions plot_trait_evolution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,12 @@ if(length(gf) > 0){
}
```


### Session Info

```{r}
sessioninfo::session_info()
```


This projects uses [`renv`](https://rstudio.github.io/renv/articles/renv.html) for dependency management.
Loading

0 comments on commit f737e13

Please sign in to comment.