R: warning ≠ error [🇷 for BE/BA]
❝ Yes, i heard about the BEAR Package, and also installed the same package. when i am trying to use the package, it showing the warning message "package ‘bear’ was built under R version 3.5.2". i dont know how to clear this error…
This is a warning, not an error. There is no problem using any package in a higher version of R. If a package tries to use a function which was deprecated* in your R-version, you will get a specific warning pointing to the function and generally an information which function should be used instead or how the call should be modified. Then you have two options:
- If you are an expert, modify the source code and build the package locally.
- Ask the package’s maintainer for an update. Probably the best cause sooner or later this warning will turn into an error.
.rda
) are associated with the last version you installed.❝ … and how can i call the package for using in the Bio equivalence study. Any help in this regards is highly appreciated.
It’s straightforward. Though Yung-jin can explain it better than I could.
❝ Also want to know about the PKNCA package on R. How can i use the package.
PKNCA is a nice one as well. Why don’t you consult the man-pages as usual?
library(PKNCA)
help(package=PKNCA)
❝ Does the package covers all the parameters as that of the WinNonlin. Does it gives the same result as that in the Phoenix WinNonlin Software
AFAIK, yes. Once you started the main man-pages (see above) click
- User guides, package vignettes and other documentation.
- Deprecated functions are still working in the current version of R but will be defunct (removed) in the next version. All changes back to 3.0.0 here.
Dif-tor heh smusma 🖖🏼 Довге життя Україна!
Helmut Schütz
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- R-Code for 2×2 Bioequivalence study sury 2019-08-05 12:30 [🇷 for BE/BA]
- R-Code for 2×2 Bioequivalence study yjlee168 2019-08-05 14:23
- R-Code for 2×2 Bioequivalence study sury 2019-08-06 11:35
- Why not package bear? Helmut 2019-08-05 16:23
- Why not package bear? sury 2019-08-06 11:33
- Why not package bear? ElMaestro 2019-08-06 12:10
- how to build bear yourself from source tarball yjlee168 2019-08-06 12:31
- R: warning ≠ errorHelmut 2019-08-06 12:35
- Why not package bear? sury 2019-08-06 11:33
- R-Code for 2×2 Bioequivalence study yjlee168 2019-08-05 14:23