Reputation: 647
I have just installed R evolution (Windows 7, 64 bit).
Immediately after loading, RStudio shows the following error:
Error : .onLoad failed in loadNamespace() for 'RevoScaleR', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: The evaluation period has expired
I checked the following:
.libPaths()
gives the correct library path"RevoScaleR" %in% names(installed.packages()[1])
#TRUE
Any insight?
Upvotes: 1
Views: 1029
Reputation: 76
RevoScaleR is now a Microsoft package. Install Microsoft R Client to use RevoScaleR. Microsoft R Client with RevoScaleR
Upvotes: 0
Reputation: 854
There last line seems to give some insight...
The evaluation period has expired.
Do you have a valid commercial license? If not, potentially there is your reason. If so, support should be your first stop.
To ensure you have either a free developer version or a paid commercial version, here are some links:
Upvotes: 1