Hello,
I am installing PatientLevelPrediction R package on a mac. I ran the following to check that the installation was successful:
library(DatabaseConnector)
connectionDetails <- createConnectionDetails(dbms = “sql_server”, user = “username”,
password = “hidden”, server = “your server”, port = “your port”) PatientLevelPrediction::checkPlpInstallation(connectionDetails = connectionDetails,
python = T)
I received Response code: 434113615.
My understanding is that a successful installation needs Response code: 1.
I ran PatientLevelPrediction::interpretInstallCode(N) to check the error and returned the following
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
Issue with createStudyPopulation()
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
NULL
I am wondering how to solve this issue as I cannot find a related thread.
Thank you for any help!