Skip to content

Template library config option#460

Open
Keats wants to merge 1 commit into
mainfrom
library-path-var
Open

Template library config option#460
Keats wants to merge 1 commit into
mainfrom
library-path-var

Conversation

@Keats
Copy link
Copy Markdown
Collaborator

@Keats Keats commented May 28, 2026

Closes #399

@Keats
Copy link
Copy Markdown
Collaborator Author

Keats commented May 28, 2026

The 2 placeholders:

  • r_version: expands to {major}.{minor}
  • name: project.name without any validation

With config library = "libs/{r_version}/{name}":

example_projects/custom-lib-path/libs
└── 4.5
    └── simple
        ├── R6
        │   ├── Meta
        │   ├── R
        │   ├── help
        │   │   └── figures
        │   └── html
        ├── cli

@Keats Keats force-pushed the library-path-var branch from a026099 to 64d74d2 Compare May 28, 2026 15:17
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.

library parameter should support variables

1 participant