Displaying 1 result from an estimated 1 matches for "c240390".
2017 Sep 17
2
R-devel r73293 and the testthat package
...er interface to help.
Type 'q()' to quit R.
> library(testthat)
Error: package 'testthat' was installed by an R version with different internals; it needs to be reinstalled for use with this R version
> remove.packages("testthat")
Removing package from 'C:/Users/c240390/Documents/R/win-library/3.5'
(as 'lib' is unspecified)
> library(testthat)
Error in library(testthat) : there is no package called 'testthat'
> install.packages("testthat")
Installing package into 'C:/Users/c240390/Documents/R/win-library/3.5'
(as 'li...