search for: what_wher

Displaying 2 results from an estimated 2 matches for "what_wher".

Did you mean: what_where
2023 Jul 02
1
Strange error in R CMD check --timings
...s 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
...ead 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", iac-Ex.Rout...