-
Notifications
You must be signed in to change notification settings - Fork 20
Add pkgdown #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pkgdown #290
Conversation
pkgdown website should render when the PR is merged, you can view the site here: https://tadhg-moore.github.io/LakeEnsemblR/index.html Known issues still:
|
- Install the missing libraries and you will need to update your current versions of gfortran, netcdf and gc: `brew install gcc`, `brew install netcdf`, `brew install gc` | ||
- check if everything is working: `gcc -v` and `gfortran --version` which should give you `"Apple clang version 12.0.0 (clang-1200.0.32.2)"` and `"GNU Fortran (Homebrew GCC 10.2.0) 10.2.0"`, respectively | ||
- if you still experience library problems, you can continue installing the missing dependencies using 'brew'” (e.g. `dyld: Library not loaded: /usr/local/opt/fontconfig/lib/libfontconfig.1.dylib` -> `brew install fontconfig`) | ||
### Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need an additional empty line above the subsection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, done!
No description provided.