单项选择题

加载R程序包的正确语句是()。

A.install.packages(party)
B.install.packages(“party")
C.library(“party”)
D.library(party)