Skip to content

Commit

Permalink
install openbabel on all macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Dec 9, 2024
1 parent 7fce9d2 commit 8178e75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- name: macOS openbabel
if: matrix.config.os == 'macos-latest'
if: contains(matrix.config.os, 'macos')
run: |
brew install open-babel
- name: ubuntu openbabel
Expand Down
1 change: 0 additions & 1 deletion vignettes/volcalc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(ChemmineOB)
```

```{r setup}
Expand Down

0 comments on commit 8178e75

Please sign in to comment.