thank you for your interest in the workshop!
There are no requirements for the participation at the workshop. You can just sit, listen, and relax while we present you state-of-the-art modeling and simulation approaches using R. If you, however, would like to obtain some hands-on experience, you are invited to bring a computer and make some prior preparations, listed below. The "Required preparations" take about 5-10 minutes. The others not much longer.
Note that during the workshop we will not have time to perform the setup of individual computers. But we are available via email (info@intiquan.com) to support you in the 2 weeks prior to the Workshop. You can also contact Giovanni to help you with it.
We are looking forward to a good and interactive Workshop!
Henning in behalf of The IntiQuan Team
install.packages("devtools") devtools::has_devel()The last command should return "TRUE". Note that if "TRUE" is not returned, the installation of the IQRtools below will not work. If unsure how to install it, this is how we typically install it on our Windows machines: Installation_Guide_Rtools.pdf.
source("https://iqrtools.intiquan.com/install.R") installVersion.IQRtools(forceDependencies=TRUE,attemptNLMIXRinstall=TRUE)If your operating system is Redhat 6 or Centos 6, specify the additional argument centosRedhat6=TRUE as shown below:
installVersion.IQRtools(forceDependencies=TRUE,attemptNLMIXRinstall=TRUE,centosRedhat6=TRUE)These installation commands will attempt to also install the supported version of NLMIXR. If this should fail and you are interested in running the NLMIXR examples during the workshop, ensure version 1.0.0.7 of NLMIXR is installed.
library(IQRtools) test_IQRtools()If an output resembling a data.frame is shown then IQRtools is correctly installed.
library(IQRtools) setup_IQRtools()and update lines 54 and 55 as follows: Comment out the line that does not match your NONMEM version. If you have both versions of NONMEM installed, keep both. If you have a newer or older version of NONMEM as well, you can add additional lines in a similar style. Ensure that the paths to the *.bat files do exist or change them to match the NONMEM installation on your system.
library(IQRtools) setup_IQRtools()and update lines 32 and 33 as follows: Comment out the line that does not match your NONMEM version. If you have both versions of NONMEM installed, keep both. If you have a newer or older version of NONMEM as well, you can add additional lines in a similar style. Ensure that the character strings define the correct commands for calling NONMEM on your system.
library(IQRtools) setup_IQRtools()and update lines 105-107 as follows: Comment out the line that does not match your MONOLIX version. If you have all versions of MONOLIX installed, keep all. Ensure that the paths to the monolix.bat file on your system is entered for 2016R1 and/or the path to the 2018R1/R2 installation folder for 2018R1/R2.
library(IQRtools) setup_IQRtools()and update lines 97-99 as follows: Comment out the line that does not match your MONOLIX version. If you have all versions of MONOLIX installed, keep all. Ensure that the paths to the monolix.bat file on your system is entered for 2016R1 and/or the path to the 2018R1/R2 installation folder for 2018R1/R2.
library(IQRtools) setup_IQRtools()Windows: on line 125 provide the full path to the IQReport.exe file.
library(IQRtools) setup_IQRtools()On line 133 provide the full path to the IQRsbml.exe file.