RInno icon indicating copy to clipboard operation
RInno copied to clipboard

Error: R version - 4.0.5 - was not found on CRAN.

Open sueinchoi opened this issue 3 years ago • 6 comments

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

sueinchoi avatar Dec 03 '21 09:12 sueinchoi

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?

ugurdar avatar Jun 19 '22 08:06 ugurdar

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."

flxflks avatar Oct 23 '22 16:10 flxflks

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?

AmyMikhail avatar Jan 13 '23 20:01 AmyMikhail

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 !

REFKABENHAMOUDA avatar May 30 '23 12:05 REFKABENHAMOUDA

Same issue on 4.3.1!

rob-AccountMedia avatar Jan 03 '24 11:01 rob-AccountMedia

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

vekinoir avatar Jan 04 '24 10:01 vekinoir