Colin Fay

Results 235 comments of Colin Fay

Closing for lack of updates, feel free to comment if you have anything new :)

@gabrielburcea `www/` exists __in the browser__, not on the server side :)

We have a release candidate for the new version of golem which has the following dependencies: ```yaml Imports: attempt (>= 0.3.0), config, here, htmltools, rlang (>= 1.0.0), shiny (>= 1.5.0),...

Current version, in a fresh rocker/verse:latest image and just pak installed ```r > pak::pak("thinkr-open/golem@dev") ✔ Updated metadata database: 2.14 MB in 6 files. ✔ Updating metadata database ... done →...

Ok, so it's been a long, long journey but it's now in the latest version of `{golem}`. You can check https://golemverse.org/post/golem-0.4.0-release-on-cran/ for more information :)

Hey @EwokOzwok, would you be ok with adding some details on when / how you're using it? thanks

Check for any ns : ``` "ns" %in% (getParseData(parse(text = readLines("R/mod_name.R"))) |> dplyr::filter(token == "SYMBOL_FUNCTION_CALL") |> getElement("text") ) ``` Next step - Detect that a function is input or output...

What we want to verify: After each xyzInput or xyzOutput, there is a ns ![Screenshot 2023-12-18 at 09 23 48](https://github.com/ThinkR-open/golem/assets/17936236/cc24d151-0366-499c-9f76-ea81659ad58d)