Skip to content

Commit

Permalink
docu example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelff committed Aug 18, 2024
1 parent 29d26ff commit 23f743e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/NMreadExt.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ NMreadExt <- function(file,return,as.fun,modelname,col.model,auto.ext,tableno="m

tab.blocks

pars <- mergeCheck(pars,tab.blocks,by=cc(par.type,i),all.x=T)
pars <- mergeCheck(pars,tab.blocks,by=cc(par.type,i),all.x=T,quiet=TRUE)
pars[abs(i-j)>(blocksize-1),(c("iblock","blocksize")):=list(NA,NA)]

pars[par.type%in%c("OMEGA","SIGMA")&i==j&is.na(iblock),iblock:=i]
Expand Down
2 changes: 1 addition & 1 deletion R/NMreadParsText.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
##'
##' res <- NMreadParsText(lines=lines,
##' format="%init;[%num];%symbol",
##' format.omega="%init %symbol ; %num ; %type ; %label ; %unit",
##' format.omega="%init; %symbol ; %num ; %type ; %label ; %unit",
##' field.idx="num")
##'
##' ## BLOCK() SAME are skipped
Expand Down

0 comments on commit 23f743e

Please sign in to comment.