RInno
RInno copied to clipboard
Error: R version - 4.0.5 - was not found on CRAN.
Hi I got the error whenever I tried to create_app
Error: R version - 4.0.5 - was not found on CRAN. Please use R_version
to specify one that is or let us know if you think you received this message in error:
Is there any way I can fix this problem? Thank you for your support
I'm getting same error
"Error: R version - 4.2.0 - was not found on CRAN. Please use R_version
to specify one that is or let us know if you think you received this message in error: "
Any solution?
I get the same error with R version 4.1.2
"R version - 4.1.2 - was not found on CRAN. Please use R_version
to specify one that is or let us know if you think you received this message in error."
I am getting the same error with R version 4.2.2 - I believe this is a problem with any version >= 4 because the regular expression is limited to matching versions 1 - 3 as explained in issue #170
I hope someone can fix this as it should be very straight-forward?
Error: R version - 4.3.0 - was not found on CRAN. Please use R_version
to specify one that is or let us know if you think you received this message in error:
the same problem here with the R version 4.3.0
any solution please !
Same issue on 4.3.1!
I tried changing the values in latest_R_version
in trace(RInno::get_R,edit=T)
and trace(RInno::code_section,edit=T)
from 3 to 4. But, I am still getting an error
Error in if (latest_R_version == R_version) { :
the condition has length > 1
still trying to fix, no luck