Forum Discussion
cannot use custom visual with R.
- 9 years ago
Hi dean,
Please update the R version to supported version R 3.3.1, R 3.3.0, MRO 3.3.1, MRO 3.3.0, MRO 3.2.2 then test again.
If issue persists, please enable desktop trace log, repeat steps until error occurs, share trace log files with us.
Best Regards,
Qiuyun Yu
I figured this out with some google searches.
Navigate to the bin folder within the directory where R has been installed and click R.exe
type install.packages("XXXX") and click enter
(where XXXX is the name of the package that the error messages show as missing)
Repeat until all the packages listed in the error have been installed.
hi,
I have done the same thing to install the packages. But still I am getting the same error with htmlwidgets package. All other packages seems to be installed except this one. Is there any special guidelines that I need to follow to get rid of this error? Kindly help me on this.
Thank you,
Bharath
- duncfair8 years agoHelper IV
Open r and run the following line to see if you have successfully installed all the packeages you need.
installed.packages(lib.loc = NULL, priority = NULL, noCache = FALSE, fields = NULL, subarch = .Platform$r_arch)