Commit 6f4e6a2
fix: update gitmodules-shas to current submodule SHAs
The gitmodules-shas file was pointing to an old libKriging commit
(169337800d) that still had exportClasses(NuggetKM, NoiseKM) in its
NAMESPACE. When devtools::install_github downloads the GitHub archive
(no .git directory), setup.sh reads this file to clone the submodule
at the pinned SHA — causing the old NAMESPACE (with NuggetKM/NoiseKM
as S4 classes) to be used, triggering load failure.
Updated to current submodule HEAD (87651a24) which has the clean
NAMESPACE without these class exports.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9af0a53 commit 6f4e6a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments