You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: