Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
v0.6.0 | 2025-03-18 | ||
src | 2025-03-18 | ||
v0.5.9 | 2024-03-24 | ||
v0.5.8 | 2024-03-19 | ||
output files | 2016-07-26 | ||
NEWS | 2025-03-18 | 15.2 kB | |
README.md | 2022-04-03 | 2.5 kB | |
Totals: 7 Items | 17.7 kB | 9 |
How to install/upgrade stab for R
manually?
stab website: https://pkpd168.com/stab
Bug report or question: pkpd168 at gmail.com
Quick tips: user only need to download two files to install stab for R
. Place these two files in your R working directory/folder. These two files include preinst.r
and a binary file for stab for R. User also can install stab for R from its source tarball.
-
THE FIRST TIME TO INSTALL stab If you never install stab 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 package RGtk2 must build/install for its source tarball. It will not work if it is installed from binary tgz file through CRAN. For linux PC OS, please make sure that you have installed all required development tools for R packages. And then download the binary file (
stab_x.x.x.zip
for Windows OS,stab_x.x.x.tgz
for macOS, orstab_x.x.x_R_x86_64-pc-linux-gnu.tar.gz
for linux PC OS). To use prenst.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 likestab_x.x.x.tar.gz
. To run stab for R, open R (as a general user), and typelibrary(stab)
->go()
. -
UPGRADE FROM THE PREVIOUS VERSION
install from the binary file Just download
stab_x.x.x.zip
(for Windows) orstab_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 selectstab_x.x.x.zip
. MacOS user should open R first from a terminal and typeinstall.packages("stab_x.x.x.tgz",repos=NULL)
to install it.
That's all. Thanks for using stab for R
. --YJ