Skip to content

Add support for character.only = TRUE in library() and require()#1350

Open
lionel- wants to merge 1 commit into
oak-nse/11-registry-reorgfrom
oak-nse/12-attach-unquote
Open

Add support for character.only = TRUE in library() and require()#1350
lionel- wants to merge 1 commit into
oak-nse/11-registry-reorgfrom
oak-nse/12-attach-unquote

Conversation

@lionel-

@lionel- lionel- commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Progress towards #1338
Branched from #1349

Mostly aspirational, because without dataflow we only support library("foo", character.only = TRUE). Once we gain data flow this will work: x <- "foo"; library(x, character.only = TRUE).

@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 357b25e to 22d1d80 Compare July 17, 2026 08:56
@lionel-
lionel- force-pushed the oak-nse/11-registry-reorg branch 2 times, most recently from 1b76add to 7b16f5f Compare July 17, 2026 11:26
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 22d1d80 to 0015c32 Compare July 17, 2026 11:26
@lionel-
lionel- force-pushed the oak-nse/11-registry-reorg branch from 7b16f5f to 4f1e5ce Compare July 17, 2026 13:55
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 0015c32 to 1deb8f0 Compare July 17, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant