Skip to content

Commit

Permalink
Updated isoband to fix R compilation error caused by new glibc
Browse files Browse the repository at this point in the history
The [email protected]/glibc incompatibility is outside this repo's control
but solved by upgrading isoband to 0.2.5 (newer isoband versions are
available, but this was enough to fix our problem).

+ r-lib/isoband#25
+ specified supported R version fully (v4.0.3)
  • Loading branch information
solarchemist committed Sep 20, 2023
1 parent 5f2da65 commit 11de097
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ please [get in touch with me](https://solarchemist.se/contact)!.

## Requirements

To reproduce this manuscript yourself, you need
To reproduce this manuscript yourself, you will need

+ [TeXLive 2021](http://tug.org/texlive)
(including [siunitx v3](https://ctan.org/pkg/siunitx),
[biblatex](https://ctan.org/pkg/biblatex),
[biber](https://github.com/plk/biber) and
[latexmk](http://personal.psu.edu/jcc8/software/latexmk/)), and
+ [R v4](https://cran.r-project.org/)
+ [R v4.0.3](https://cran.r-project.org/)

As a courtesy, this repo includes a very simple bash script, `compile.sh`, that
demonstrates how to compile this document with knitr and latexmk (tested on Ubuntu 22.04).
Expand Down Expand Up @@ -89,7 +89,8 @@ $ ./compile.sh
Please note that compiling the document the first time may take several minutes.
Subsequent runs are much faster, thanks to the caching performed by knitr.

Note that compilation also creates a stand-alone PDF of each plot in the `figure/` directory.
Note that in addition to `paper.pdf` compilation also creates a stand-alone PDF of each plot
(inside the `figure/` directory).

If you encounter problems with recompiling this manuscript,
[I'd love to hear about it](https://solarchemist.se/contact)!
Expand Down
5 changes: 2 additions & 3 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,9 @@
},
"isoband": {
"Package": "isoband",
"Version": "0.2.4",
"Version": "0.2.5",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "b2008df40fb297e3fef135c7e8eeec1a"
"Repository": "CRAN"
},
"knitr": {
"Package": "knitr",
Expand Down

0 comments on commit 11de097

Please sign in to comment.