Skip to content

Commit

Permalink
disable inbotheme version checking
Browse files Browse the repository at this point in the history
testing locally is currently impossible due to fixes pending in fix_v1.0.0 (inbo/alien-species-portal#74) => testing via workflow

#180
  • Loading branch information
SanderDevisscher committed Jul 9, 2024
1 parent 6dfea73 commit 9b0fe23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cube_preprocessing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library(rgbif) # To get taxa from publisehd unified checklist
library(sf) # To work with spatial data
```

```{r load correct version of INBOtheme}
```{r load correct version of INBOtheme, eval=FALSE}
if(Sys.getenv("amiabot") != "yes"){
print("Executor of the script is a human >> checking INBOtheme version")
# determine the loaded INBOtheme version
Expand Down Expand Up @@ -775,7 +775,7 @@ write_tsv(spec_names,
```

reload previously loaded inbotheme version
```{r}
```{r reload_inbotheme_version, eval=FALSE}
if(amia_bot != "yes"){
unloadNamespace("alienSpecies")
if(loaded_inbotheme_version != "0.5.8"){
Expand Down

0 comments on commit 9b0fe23

Please sign in to comment.