Skip to content

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

Merged
merged 63 commits into from
Mar 16, 2025
Merged

Add pkgdown #290

merged 63 commits into from
Mar 16, 2025

Conversation

tadhg-moore
Copy link
Collaborator

No description provided.

@tadhg-moore tadhg-moore reopened this Mar 13, 2025
@tadhg-moore
Copy link
Collaborator Author

  1. Added pkgdown features to create a package website. Ported over information from the GitHub Wiki so all hosted there
  2. Updated GitHub Actions which had become outdated
  3. Updated some tests
  4. No code/function changes

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:

  • Linux - GLM is failing tests
  • MacOS - FLake & Simstrat are failing tests

@tadhg-moore tadhg-moore requested review from jorritmesman, robertladwig and JFeldbauer and removed request for jorritmesman March 13, 2025 03:54
- 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
Copy link
Collaborator

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, done!

@tadhg-moore tadhg-moore merged commit 1ef4759 into aemon-j:main Mar 16, 2025
3 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants