我正在尝试安装R软件包
appnn
(
link
)
基于its第2页
manual
,我尝试了,但找不到函数
appnn公司
.
> install.packages("appnn")
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://cloud.r-project.org/bin/windows/contrib/3.2/appnn_1.0-0.zip'
Content type 'application/zip' length 46576 bytes (45 KB)
downloaded 45 KB
package âappnnâ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
D:\TEMP\Rtmp61jYaT\downloaded_packages
> sequences <- c('STVIIE','KKSSTT','KYSTVI')
> predictions <- appnn(sequences)
Error: could not find function "appnn"
那么如何安装呢?