Skip to content

Commit

Permalink
Update README/index for 4.0.2
Browse files Browse the repository at this point in the history
Updates macOS installation instructions
  • Loading branch information
Benoit authored and Benoit committed Apr 23, 2024
1 parent e810725 commit 9528116
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
12 changes: 10 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,20 @@ You will also need to install TBB:

**macOS:**

After installing [Homebrew](https://brew.sh):
First, you will need to install XCode command line tools.

```{bash eval = FALSE}
brew install tbb
xcode-select --install
```

Then install the TBB libraries and the pkg-config utility: (after installing [Homebrew](https://brew.sh)):

```{bash eval = FALSE}
brew install tbb pkg-config
```

Finally, you will need to install [gfortran](https://github.com/fxcoudert/gfortran-for-macOS/releases).

**Windows:**

Install [RTools](https://cran.r-project.org/bin/windows/Rtools/), which includes the TBB libraries.
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data](https://cdn.rawgit.com/quanteda/quanteda/master/images/quanteda_logo.svg)]

[![CRAN
Version](https://www.r-pkg.org/badges/version/quanteda)](https://CRAN.R-project.org/package=quanteda)
[![](https://img.shields.io/badge/devel%20version-4.0.1-royalblue.svg)](https://github.com/quanteda/quanteda)
[![](https://img.shields.io/badge/devel%20version-4.0.2-royalblue.svg)](https://github.com/quanteda/quanteda)
[![Downloads](https://cranlogs.r-pkg.org/badges/quanteda)](https://CRAN.R-project.org/package=quanteda)
[![Total
Downloads](https://cranlogs.r-pkg.org/badges/grand-total/quanteda?color=orange)](https://CRAN.R-project.org/package=quanteda)
Expand Down Expand Up @@ -117,12 +117,22 @@ You will also need to install TBB:

**macOS:**

After installing [Homebrew](https://brew.sh):
First, you will need to install XCode command line tools.

``` bash
brew install tbb
xcode-select --install
```

Then install the TBB libraries and the pkg-config utility: (after
installing [Homebrew](https://brew.sh)):

``` bash
brew install tbb pkg-config
```

Finally, you will need to install
[gfortran](https://github.com/fxcoudert/gfortran-for-macOS/releases).

**Windows:**

Install [RTools](https://cran.r-project.org/bin/windows/Rtools/), which
Expand Down
12 changes: 10 additions & 2 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,20 @@ You will also need to install TBB:

**macOS:**

After installing [Homebrew](https://brew.sh):
First, you will need to install XCode command line tools.

```{bash eval = FALSE}
brew install tbb
xcode-select --install
```

Then install the TBB libraries and the pkg-config utility: (after installing [Homebrew](https://brew.sh)):

```{bash eval = FALSE}
brew install tbb pkg-config
```

Finally, you will need to install [gfortran](https://github.com/fxcoudert/gfortran-for-macOS/releases).

**Windows:**

Install [RTools](https://cran.r-project.org/bin/windows/Rtools/), which includes the TBB libraries.
Expand Down
4 changes: 4 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,7 @@ RuleBasedBreakIterator
yml
RcppParallel
RcppArmadillo
XCode
config
gfortran
pkg

0 comments on commit 9528116

Please sign in to comment.