issues Search Results · repo:klmr/box language:R
Filter by
294 results
(62 ms)294 results
inklmr/box (press backspace or delete to remove)Error description
MWE
mwe.r
# @export
test1 = 1
test2 = 2
box::export(test2)
box::use(./mwe)
ls(mwe)
Expected result
[1] test1 test2
Actual result
[1] test2
Additional details
Calling ...
⚠️ bug
klmr
- Opened on Nov 12, 2024
- #375
Please describe your feature request
Following discussion https://github.com/posit-dev/positron/issues/5082 , it would be very good to have box modules
import working in Positron IDE.
For example, consider ...
✨ new feature
GitHunter0
- Opened on Oct 21, 2024
- #374
Error description
When I try to use non-standard evaluation with box the following error occurs.
R/mod.R
box::use(
blme,
rlang,
)
# @export
fit_w - function(tbl, resp, w_form) {
form - paste0(resp, ...
⚠️ bug
🙅 invalid
fg-sempre
- 2
- Opened on Oct 15, 2024
- #373
Error description
When using the box package to modularize code, breakpoints in VS Code s R Debugger do not seem to be triggered. This
issue does not occur when using source() to load files. Since box ...
⚠️ bug
spirae-nevin
- 2
- Opened on Sep 10, 2024
- #372
Please describe your feature request
Hi @klmr , I hope you don t mind us using the feature request to announce a new box-support package.
{box.lsp} was just published on CRAN.
It does not yet have full ...
✨ new feature
radbasa
- Opened on Sep 3, 2024
- #371
Error description
I am using data.table and R6 classes. I want to use data.table na.omit function on the data but I get the above error.
I suspect that it s because na.omit is an S3 that has not been ...
⚠️ bug
🙅 invalid
dereckmezquita
- 4
- Opened on Aug 9, 2024
- #370
Please describe your feature request
‘renv’ already supports box::use() declarations for dependency discovery via static analysis.
However, this misses all package dependencies declared inside modules ...
✨ new feature
klmr
- Opened on Jun 29, 2024
- #368
Error description
The folowing script box can only find the first export function. I have tested this in several ways and am only able to
get box to export one function per script
box::use( DBI, RSQLite, ...
⚠️ bug
📜 needs-reprex
mmmmtoasty19
- 2
- Opened on Jun 21, 2024
- #367
Error description
Object size increases when importing multiple modules. This is really strange, because nothing happens to the object
environment. In this example the size increases from 435kB to 26MB ...
⚠️ bug
mjakubczak
- 2
- Opened on Jun 12, 2024
- #366
Error description
When interactively developing in RStudio, I often might run selections of code by running line by line or highlighting a
section to run with cmd + enter or the Run button. This occasionally ...
⚠️ bug
caldwellst
- 1
- Opened on May 28, 2024
- #365

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.