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/12-attach-unquote branch from 22d1d80 to 0015c32 Compare July 17, 2026 11:26
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch 2 times, most recently from 1deb8f0 to 029748b Compare July 22, 2026 12:46
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 029748b to 4d145bc Compare July 22, 2026 15:25
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 4d145bc to 18fadd4 Compare July 28, 2026 12:27
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 18fadd4 to 71a6e54 Compare July 30, 2026 14:38
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 71a6e54 to fc9d259 Compare July 30, 2026 15:24
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from fc9d259 to 1eac3c6 Compare July 31, 2026 07:08
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 1eac3c6 to 3526a3b Compare July 31, 2026 12:28
@lionel-
lionel- force-pushed the oak-nse/12-attach-unquote branch from 3526a3b to 68cee88 Compare July 31, 2026 14:23
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