Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tdm_3.1.5.tar.gz | 2022-04-03 | 322.0 kB | |
tdm_3.1.4.tar.gz | 2021-01-12 | 321.7 kB | |
tdm_3.1.3.tar.gz | 2020-12-05 | 321.7 kB | |
tdm_3.1.2.tar.gz | 2020-06-09 | 316.6 kB | |
tdm_3.1.1.tar.gz | 2019-09-09 | 314.9 kB | |
tdm_3.1.0.tar.gz | 2019-07-31 | 312.1 kB | |
tdm_3.0.9.tar.gz | 2018-10-04 | 311.9 kB | |
tdm_3.0.8.tar.gz | 2018-09-16 | 310.2 kB | |
tdm_3.0.7.tar.gz | 2015-12-02 | 200.7 kB | |
tdm_3.0.6.tar.gz | 2015-11-25 | 202.4 kB | |
tdm_3.0.5.tar.gz | 2015-11-23 | 202.0 kB | |
tdm_3.0.3.tar.gz | 2015-09-03 | 187.1 kB | |
tdm_3.0.4.tar.gz | 2015-09-03 | 187.1 kB | |
Totals: 13 Items | 3.5 MB | 0 |
How to install/upgrade tdm for R
manually?
First of all, install JAGS for your OS platforms. Linux or macOS users may require to search and find how to do it. Please check with JAGS download website at Soureforge and download JAGS of v4.3.0; JAGS v4.3.1 does not work for R v4.0.x or v4.1.x. [updated on 08/27/2022]
tdm for R website: https://pkpd168.com/tdm
Bug report or question: pkpd168 at gmail.com
Quick tips: user only need to download two files to install tdm for R
. Place these two files in your R working directory/folder. These two files include preinst.r
and a binary file for tdm for R. User also can install tdm for R
from its source tarball.
-
THE FIRST TIME TO INSTALL tdm If you never install tdm 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.) One key point is for macOS users package RGtk2 must build/install for its source tarball. It will not work if it is installed from its binary
tgz
file. You will need GTK+ Libraries to run tdm 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 (tdm_x.x.x.zip
for Windows OS,tdm_x.x.x.tgz
for macOS, ortdm_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 liketdm_x.x.x.tar.gz
. To runtdm for R
, openR
(as a general user), and typelibrary(tdm)
->go()
. -
UPGRADE FROM THE PREVIOUS VERSION
install from the binary file Just download
tdm_x.x.x.zip
(for Windows) ortdm_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 selecttdm_x.x.x.zip
. MacOS user should open R first from a terminal and typeinstall.packages("tdm_x.x.x.tgz",repos=NULL)
to install it.
That's all. Thanks for using tdm for R
. --YJ