Skip to content

Commit

Permalink
renv dependency rather than downloading last mobr version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanSagouis committed Jun 8, 2021
1 parent 5214ee3 commit a14b1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/2_calculate_diversity_indices_all_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ library(devtools)
library(vegan)
library(tidyr)
library(readr)
install_github('MoBiodiv/mobr') # to install most recent version of mobr
# install_github('MoBiodiv/mobr') # # installing version saved in renv.lock is preferred
require(mobr) # version 1.0

############################
Expand Down
2 changes: 1 addition & 1 deletion code/3_remove_islands_calc_diversity.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ library(devtools)
library(vegan)
library(tidyr)
library(readr)
install_github('MoBiodiv/mobr') # to install most recent version of mobr
# install_github('MoBiodiv/mobr') # installing version saved in renv.lock is preferred
require(mobr) # version 1.0

work_dir <- getwd() # first set working directory in Menu/Session/Set working directory/to Project
Expand Down

0 comments on commit a14b1b8

Please sign in to comment.