Skip to content

Commit

Permalink
Merge pull request #22 from CeresBarros/20-change-team-profiles-to-al…
Browse files Browse the repository at this point in the history
…phabetical-

20 change team profiles to alphabetical
  • Loading branch information
CeresBarros authored Jan 31, 2024
2 parents a3ae9cd + 3b47294 commit 935c132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _common.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
options(repos = "https://cloud.r-project.org/")



if (!"Require" %in% installed.packages()) install.packages("Require")

Require::setLibPaths("packages", standAlone = TRUE)

## make sure data.table is up-to-date
install.packages("data.table")
2 changes: 1 addition & 1 deletion about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and stand responses to climate warming and drought.
## Team profiles

```{r teamprofiles, echo = FALSE, results = 'asis'}
profileTab <- data.table(nameShort = c("Colin", "Xin", "Aseem", "Ceres", "Kiri", "Vanessa", "Vivek"),
profileTab <- data.table(nameShort = c("Aseem", "Ceres", "Colin", "Kiri", "Vanessa", "Vivek", "Xin"),
photo = "",
nameDesc = "")
Expand Down

0 comments on commit 935c132

Please sign in to comment.