I am attempting to use the library functions library (patternize) and library (imager) in RStudio, but when I run it this is what I get:
Input:
library(colordistance)
library(patternize)
library(imager)
Output:
library(colordistance)
> library(patternize)
Warning message:
*package ‘patternize’ was built under R version 4.1.2 *
> library(imager)
Loading required package: magrittr
Attaching package: ‘imager’
The following object is masked from ‘package:magrittr’:
- add*
The following objects are masked from ‘package:stats’:
- convolve, spectrum*
The following object is masked from ‘package:graphics’:
- frame*
The following object is masked from ‘package:base’:
- save.image*
Warning message:
package ‘imager’ was built under R version 4.1.2
At this point I have uninstalled R Studio and redownloaded it several times. It is in the Applications folder, and I have tried running updates on both the packages and the RStudio app itself, so I am unsure at this time how to resolve this error code
I am very much a beginner in R Studio, and would appreciate it if anyone has a suggestion!