Cannot install nay packages in R, on manjaro

I have been trying to install some packages in R through the terminal in my Manjaro machine, but i found that every time i am getting the same error no matter what package I am trying to install.

> install.packages("ggplot2")
Warning in install.packages("ggplot2") :
  'lib = "/usr/lib/R/library"' is not writable
Would you like to use a personal library instead? (yes/No/cancel) yes
Would you like to create a personal library
‘/home/"username"/R/x86_64-pc-linux-gnu-library/4.2’
to install packages into? (yes/No/cancel) yes
--- Please select a CRAN mirror for use in this session ---
Error: .onLoad failed in loadNamespace() for 'tcltk', details:
  call: dyn.load(file, DLLpath = DLLpath, ...)
  error: unable to load shared object '/usr/lib/R/library/tcltk/libs/tcltk.so':
  libtk8.6.so: cannot open shared object file: No such file or directory

Read more here: Source link