Attaching package: 'NCStats'
The following objects are masked from 'package:FSA':

    filterD, residPlot
The following object is masked from 'package:stats':

    t.test

If the installation is successful you should get about 20 lines of results in the console. As long as none of those lines says “Error” then the install should be correct. You can further test the install by running the first line below to see if you get the results on the two lines below that.

> Summarize(1:3)
     n   mean     sd    min     Q1 median     Q3    max 
   3.0    2.0    1.0    1.0    1.5    2.0    2.5    3.0 

If your installation failed then please contact me for help.