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
it doesn't automatically load 'zen4R'or 'yaml' when the package is
loaded. yet, those packages are listed on the Imports: part of
DESCRIPTION. What am I missing?
> setwd('/Users/stephen/proj/2020/codecheckers/rmr-solver/codecheck')
> library("codecheck")
Loading required package: gh
Loading required package: R.cache
R.cache v0.16.0 (2022-07-21 16:20:02 UTC) successfully loaded. See ?R.cache for help.
Loading required package: parsedate
Loading required package: git2r
> metadata = read_yaml( "../codecheck.yml")
Error in read_yaml("../codecheck.yml") :
could not find function "read_yaml"
The text was updated successfully, but these errors were encountered:
what's the best thing to do here @nuest ? I don't understand. e.g. the package doesn't install zen4R for use but we clearly need it to use the package. but in that case, shouldn't all of our 'Imports' statements be 'Depends'>
it doesn't automatically load 'zen4R'or 'yaml' when the package is
loaded. yet, those packages are listed on the Imports: part of
DESCRIPTION. What am I missing?
The text was updated successfully, but these errors were encountered: