SOCR / TCIU

Data Science, Time Complexity and Inferential Uncertainty (TCIU)
11 stars 6 forks source link

Revised README demo command #1

Closed CommanderPho closed 3 years ago

CommanderPho commented 3 years ago

The following error occurs when running the line as written without first loading the installed TCIU package:

> # load 3d nifti data of the mask saved in the package
> dim(mask)
Error in eval(ei, envir) : object 'mask' not found

Adding the line library(TCIU) to load the library prior to running the demo command resolves the encountered error and allows the demo to run successfully. While this may be obvious to many experienced with R, incoming R novices will not know how to resolve the errors produced and might assume that there is some error in the library.