R - pbkrtest, “Error : object ‘sigma’ is not exported by 'namespace:stats'” -


i following error message when trying load pbkrtest:

error : object ‘sigma’ not exported 'namespace:stats'
in addition: warning messages: 1: package ‘pbkrtest’ built under r version 3.3.1 2: replacing previous import ‘stats::sigma’ when loading ‘pbkrtest’

error: package or namespace load failed ‘pbkrtest’

any suggestions?

what trying this:

update.packages(ask = false, repos = 'http://cran.rstudio.org') 

it works me.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -