r-spatialecology/landscapemetrics

GitHub actions README and pkgdown error

Closed this issue · 1 comments

There are some issues with the README and following the homepage. My guess is that Tibble must be installed in the GitHub actions because it seems to be that all "additional" infos that tibble print on the console are broken.

This should be fixed. Problem was the crayon package.

- name: Setup R
        uses: r-lib/actions/setup-r@master
        with:
          crayon.enabled: 'FALSE'