When building the site of a simple testing R package locally and rendering the article, the insight::get_variance() function works as expected. However, when building the site via GitHub Actions, the function returns NULL.
Steps to Reproduce:
Locally, render the following code in an article and observe that get_variance() works correctly:
When building the site of a simple testing R package locally and rendering the article, the
insight::get_variance()
function works as expected. However, when building the site via GitHub Actions, the function returnsNULL
.Steps to Reproduce:
Locally, render the following code in an article and observe that
get_variance()
works correctly:When the same article is rendered via GitHub Actions, the result of
get_variance()
isNULL
Local Build:
GitHub Actions:
There may be an environment or package dependency issue specific to GitHub Actions.