Last updated on 2020-08-07 01:49:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 4.72 | 32.97 | 37.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.64 | 25.18 | 27.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 51.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 43.21 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 43.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 4.61 | 32.20 | 36.81 | NOTE | |
r-patched-solaris-x86 | 1.1 | 65.20 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 4.61 | 32.28 | 36.89 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 9.00 | 58.00 | 67.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 7.00 | 41.00 | 48.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
nlmeODE: no visible global function definition for 'deriv'
Undefined global functions or variables:
deriv
Consider adding
importFrom("stats", "deriv")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1
Check: Rd line widths
Result: NOTE
Rd file 'PKPDmodels.Rd':
\examples lines wider than 100 characters:
dy2dt = ~ krel * (1-Emax*(y1/Vd)**gamma/(EC50**gamma+(y1/Vd)**gamma)) * y3 - kout * y2,
PKPDpool.nlme <- nlme(log(Conc) ~ log(PKPDpoolModel(ke,Vd,Kin,kout,krel,Emax,EC50,gamma,Time,ID,Type)),
start=c(ke=log(0.05),Vd=log(10),Kin=log(5),kout=log(0.5),krel=log(2),EC50=log(5),gamma=log(3)),
strip = function(...) strip.default(..., strip.names=c(FALSE,TRUE), style=1),
col=c("red",1,1), lty=c(1,1,2),pch=16, lwd=1.4,...)},
strip = function(...) strip.default(..., strip.names=c(FALSE,TRUE), style=1),
col=c("red",1,1), lty=c(1,1,2),pch=16, lwd=1.4,...)},
time <- rep(rep(c(0,2,3,4,5,6,8,10,12,14,16,19,22,24,25,27,30,35,40,50,60,70,80,90,100,120,140,160,180),
gamma=log(0.001),h=log(65),G0=log(250),I0=log(120)),
control=list(returnObject=TRUE,msVerbose=TRUE,msMaxIter=20,pnlsMaxIter=20,pnlsTol=1),
strip = function(...) strip.default(..., strip.names=c(FALSE,TRUE), style=1),
col=c("red",1,1), lty=c(1,1,1),pch=16,cex=.5, lwd=2,...)},
strip = function(...) strip.default(..., strip.names=c(FALSE,TRUE), style=1),
col=c("red",1,1), lty=c(1,1,1),pch=16,cex=.5, lwd=2,...)},
dT <- MMData$time[MMData$id==subject & MMData$time>t][1]-rev(MMData$time[MMData$id==subject & MMData$time<=t])[1]
dInsulin <- MMData$i[MMData$id==subject & MMData$time>t][1]-rev(MMData$i[MMData$id==subject & MMData$time<=t])[1]
dInsulin/dT*(t-rev(MMData$time[MMData$id==subject & MMData$time<=t])[1])
control=list(returnObject=TRUE,msVerbose=TRUE,msMaxIter=20,pnlsMaxIter=20,pnlsTol=1),
strip = function(...) strip.default(..., strip.names=c(FALSE,TRUE), style=1),
col=c("red",1,1), lty=c(1,1,1),pch=16, cex=.5, lwd=3,...)},
These lines will be truncated in the PDF manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64