ronkeizer / vpc

R library to create visual predictive checks (VPC)
Other
36 stars 20 forks source link

Difficulty installing vpc #35

Closed jmehta8 closed 7 years ago

jmehta8 commented 7 years ago

Hi, On an attempt to install vpc, I followed the below instructions, but end up getting error as described in

install.packages("devtools") library("devtools") install_github("ronkeizer/vpc") library(vpc)

Error

Kindly correct if I missed anything while installing.

Thank you, ~J

ronkeizer commented 7 years ago

can you try installing the missing packages e1071 and classInt?

On Jan 23 2017, at 4:56 pm, jmehta8 notifications@github.com wrote:

Hi,
On an attempt to install vpc, I followed the below instructions, but end up getting error as described in

install.packages("devtools")
library("devtools")
install_github("ronkeizer/vpc")
library(vpc)

Error

  • installing source package 'vpc' ...
    R
    data
    * moving datasets to lazyload DB
    inst
    tests
    preparing package for lazy loading
    Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
    there is no package called 'e1071'
    Error : package 'classInt' could not be loaded
    ERROR: lazy loading failed for package 'vpc'

  • removing 'C:/R-3.3.2/library/vpc'
    Error: Command failed (1)

Kindly correct if I missed anything while installing.

Thank you,
~J


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

jmehta8 commented 7 years ago

Worked. Thank you prompt response.