Error in GitHub Actions when Checking R Package with rhub: #622
-
I'm currently developing my own R package and preparing it for submission to CRAN. To ensure everything is set up correctly, I'm using GitHub Actions with the rhub package to check my package. However, I've encountered an error that seems to occur in the YAML file during the GitHub Actions workflow. Here's what I've added to my DESCRIPTION file for handling dependencies hosted on a drat repository: Remotes: kadmin = url::~~~~kadmin_1.0.0.tar.gz The error appears to be linked to how the GitHub Actions YAML is configured or possibly how the dependencies are specified in the DESCRIPTION file. Could anyone provide guidance on how to correctly configure the YAML file? Any help would be greatly appreciated! rhub.yaml link |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
First, remove the spaces from the |
Beta Was this translation helpful? Give feedback.
First, remove the spaces from the
Remotes
field.