How to install Packages in R

Hi,

I am new to Rstudio and I am using it for a stats class. My teacher has linked us to youtube videos. When I am following along with it I am getting this message instead of what the video is getting. What does this mean? Please help

install.packages("epiR")
trying URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.6/epiR_1.0-10.tgz'
Content type 'application/x-gzip' length 626359 bytes (611 KB)
==================================================
downloaded 611 KB


The downloaded binary packages are in
	/var/folders/hr/cjgfb2491xv4bwj94fh9lz580000gn/T//RtmpU52ol6/downloaded_packages

You are not showing any error message, just normal installation messages, if you can load the library with

library(epiR)

then you are good to go.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.