Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update R versions for package #2100

Closed
essemenoff opened this issue Jan 25, 2022 · 2 comments
Closed

Update R versions for package #2100

essemenoff opened this issue Jan 25, 2022 · 2 comments

Comments

@essemenoff
Copy link

Dear Supporters,

DESCRIPTION file has entry

...
Depends:
    R (>= 3.2.3)
...

but this is not same as mentioned in R/parser.R file at #235

i1 = startsWith(code, s1)  # [start|end]sWith() requires R >= 3.3.0

There is error message in output if we use knitr package with R 3.2.4

processing file: Test.Rmd
Error in partition_chunk(engine, code) : 
  could not find function "startsWith"
Calls: <Anonymous> ... split_file -> lapply -> FUN -> parse_block -> partition_chunk
Execution halted

Could you please update R version in knitr's DESCRIPTION file?

Best wishes,
Evgenii

@yihui yihui closed this as completed in 1da8e13 Jan 26, 2022
@yihui
Copy link
Owner

yihui commented Jan 26, 2022

Sure! Done. Thanks for the reminder!

@github-actions
Copy link

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants