Skip to content

analysis notebook template looks for missing file #71

@bergsmat

Description

@bergsmat

The analysis notebook rmd calls ModelReportChild.Rmd, which calls nm.params.table(run,path = nm.path). The third argument to nm.params.table() is file.ext = ".ext", and has not changed recently. On knit, I see

outPar = nm.params.table(run,path = nm.path)
cannot open file '/usr/local/lib/R/site-library/qpToolkit/NONMEM/Example1/Example1.ext': 
No such file or directoryError in file(file, "r") : cannot open the connection

and indeed Example1.ext is not present. Should it be?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions