I am new in R language. Today I have install a package and it is successful.and I have checked the .libPaths() folder and the package is there. but it always show the error 'here is no package called 'backports'' although the package "backports" already in the folder
library(backports, lib.loc='C:/ProgramData/Anaconda3/envs/Renv/Lib/R/library')
Error in library(backports, lib.loc = "C:/ProgramData/Anaconda3/envs/Renv/Lib/R/library"): there is no package called 'backports' Traceback: 1. library(backports, lib.loc = "C:/ProgramData/Anaconda3/envs/Renv/Lib/R/library")