How do I resolve the problem with 'Error: '\U' used without hex digits in character string (<input>:4:36) Execution halted' while installing OmicsNetR package on Windows?

Hello guys,
I need a small help with a issue I am facing while installing the OmicsNetR package. I have tried all possible ways I know to solve this issue. I have tried different installation options, tried to build the package manually and then installed it and even checked my cwd there no problems with slashes here. This is the detailed error message:

:heavy_check_mark: checking for file ‘C:\Users\Jackson ferrao\AppData\Local\Temp\RtmpW8SGa3\remotes5b0819251d2c\xia-lab-OmicsNetR-6a7fe0a/DESCRIPTION’
─ preparing ‘OmicsNetR’: (388ms)
checking DESCRIPTION meta-information …
checking DESCRIPTION meta-information
:heavy_check_mark: checking DESCRIPTION meta-information
─ cleaning src
─ excluding invalid files
Subdirectory ‘R’ contains invalid file names:
‘_utils_convertIgraph2JSON.R’
─ checking for LF line-endings in source and make files and shell scripts
─ checking for empty or unneeded directories
─ building ‘OmicsNetR_1.0.0.tar.gz’
Error: ‘\U’ used without hex digits in character string (:4:36)
Execution halted

There is no line 4 in the installation command the installation command is only of 1 line ‘install.packages(“path/to/package/OmicsNetR_1.0.0.tar.gz”, repos = NULL, type = “source”)’