单项选择题

安装R程序包的正确语句是()。

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