-
Notifications
You must be signed in to change notification settings - Fork 7
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
Website render error: package dependency version issue? #93
Comments
Thank you for the bug report! I can reproduce so will investigate more. Note that I haven't been good at updating babelquarto's version so what's more informative is the commit you installed it from. |
@blenback one hypothesis I'd like to test is whether it'd work to
|
@Nenuial pinging you in case you have time, since you're more knowledgeable about this part of the codebase. |
Trying again after deleting |
this didn't recreate the freeze directory either. |
Hi @maelle thanks for looking into this. I checked the package description file on my two machines to get the git
|
I deleted the |
but did it recreate your |
In babelquarto we're filtering the freeze entries of the correct language thanks to code by @Nenuial. I think something might have gone wrong for your website because you re-structured the website and therefore maybe there were "useless" freeze entries around, does that make any sense? |
No it didn't |
It would very much sense as the re-structuring invovled moving |
Hmm but actually the machine that did not produce the error still had the same |
it can be the reason, as maybe the commit it installed from didn't have the freeze filtering yet. |
Why are no new freeze entries created, is that expected? |
Hello,
I am encountering an error when rendering a Quarto github pages site. The repo for the site is here: https://github.com/NASCENT-Peru/NASCENT-Peru.github.io.
This error is returned at the end of successfully rendering all of the
.qmd
files:Running
rlang::last_trace()
doesn't help me get to the root of the error:However, the error is only occuring on one machine and I can't replicate it locally on another despite the fact that both machines are using the same version of
babelquarto
:0.0.0.9000
. Also the error occurs during my github action that is set up to render the website upon pushes to the main branch.I have checked for differences in the versions of the package dependencies between my machines and there are some differences but I haven't been able to resolve what is causing the issue. From the error it would appear that the problem is with
purrr
however both machines are running the same version of this package:1.0.2
Any suggestions?
The text was updated successfully, but these errors were encountered: