I am trying to install R package appnn
(link)
Based on Page 2 of its manual, I tried but could not find the function 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"
So how to install it?