Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
v0.3.4 | 2022-04-03 | ||
src | 2022-04-03 | ||
v0.3.3 for R v4.0.x | 2020-06-09 | ||
v0.3.2 | 2019-10-01 | ||
NEWS | 2022-04-03 | 5.4 kB | |
README.md | 2021-12-06 | 2.5 kB | |
Totals: 6 Items | 7.9 kB | 24 |
How to install/upgrade ivivc for R
manually?
ivivc website: https://pkpd168.com/ivivc
Bug report or question: pkpd168 at gmail.com
Quick tips: user only need to download two files to install ivivc for R
. Place these two files in your R working directory/folder. These two files include preinst.r
and a binary file for ivivc for R. User also can install ivivc for R from its source tarball.
-
THE FIRST TIME TO INSTALL ivivc If you never install ivivc before, please download the file preinst.r from the top file list. Place the file under the working directory (use getwd() under R console/terminal to find out where it is.) The key point is for macOS users package RGtk2 must build/install for its source tarball. It will not work if it is installed from binary tgz file. You will need GTK+ Libraries to ivivc for R. For linux PC OS, please make sure that you have installed all required development tools for R packages. And then download the binary file (
ivivc_x.x.x.zip
for Windows OS,ivivc_x.x.x.tgz
for macOS, orivivc_x.x.x_R_x86_64-pc-linux-gnu.tar.gz
for linux PC OS). To use preinst.r, you need to have system administrator privilege if your platform is Windows or Linux (sudo R). It is not required for macOS. Place preinst.r and the binary file in the R working directory. Then open R as the system administrator (Windows/Linux OS), typesource("preinst.r")
and click the package button to install. Follow the instructions when runningpreinst.r
. When asked "Yes/No/Cancel?" during installation, always respond "Yes
". The source tarball file can also be used to install. Users can downloaded from the directory ofsrc
of download site. The name of source tarball file should be likeivivc_x.x.x.tar.gz
. To run ivivc for R, open R (as a general user), and typelibrary(ivivc)
->go()
. -
UPGRADE FROM THE PREVIOUS VERSION
install from the binary file Just download
ivivc_x.x.x.zip
(for Windows) orivivc_x.x.x.tgz
(for macOS) from this site. Under R console for Windows OS, user should click Packages from the top menu and then click Install packages from local zip files... Find and selectivivc_x.x.x.zip
. MacOS user should open R first from a terminal and typeinstall.packages("ivivc_x.x.x.tgz",repos=NULL)
to install it.
That's all. Thanks for using ivivc for R
. --YJ