Displaying 2 results from an estimated 2 matches for "iac_exampl".
Did you mean:
iac_example
2023 Jul 02
1
Strange error in R CMD check --timings
...up in the
examples section of man/read_net.Rd instead of the empty comment that is
there on Github.
At first it appeared to require devtools::check(), but in fact the error
comes from R CMD check --timings . One thing that may be related is
that an earlier example had this code:
file.edit(iac_example("what_where.yaml"))
If that line is skipped (by conditioning on interactive()), the error
goes away. But this might be unrelated, since deleting that comment
also makes the error go away.
Duncan Murdoch
2023 Jul 02
1
Strange error in R CMD check --timings
...n/read_net.Rd instead of the empty comment that is
> there on Github.
>
> At first it appeared to require devtools::check(), but in fact the error
> comes from R CMD check --timings . One thing that may be related is
> that an earlier example had this code:
>
> file.edit(iac_example("what_where.yaml"))
I could reproduce the check error on Ubuntu for some settings of EDITOR.
- For EDITOR="nano", the output below file.edit() in iac-Ex.Rout showed
content from the first few lines of the yaml file and then
Too many errors from stdin
- For EDITOR="vi&q...