search for: iac_networks

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

2023 Jul 02
1
Strange error in R CMD check --timings
...> base::cat("Time elapsed: ", proc.time() - base::g + Error: unexpected end of input Execution halted The code without the offending comment is available here: https://github.com/rob-ward-psych/iac at revision c2f3529. To add the offending comment, change line 318 of R/iac_networks.R to #' # Ken is a burglar in the Sharks, what is retrieved from his name and run roxygen on the package, so the long comment ends 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 i...
2023 Jul 02
1
Strange error in R CMD check --timings
...roc.time() - base::g > + Error: unexpected end of input > Execution halted > > The code without the offending comment is available here: > > https://github.com/rob-ward-psych/iac > > at revision c2f3529. To add the offending comment, change line 318 of > R/iac_networks.R to > > #' # Ken is a burglar in the Sharks, what is retrieved from his name > > and run roxygen on the package, so the long comment ends up in the > examples section of man/read_net.Rd instead of the empty comment that is > there on Github. > > At first it appea...