I have put up a github repository for the nnfor package for R: https://github.com/trnnick/nnfor
I will be putting updates and fixes there, before they are pushed on CRAN. You can also report there bugs.
You can install the current github version with:
if (!require("devtools")){install.packages("devtools")} devtools::install_github("trnnick/nnfor")