yonicd
yonicd
this came up when i want to list exported functions in all installed packages, but I end up chocking the `loadedNamespace` if `.libPaths()` have too many packages in them
btw this is my motivation use case: https://github.com/metrumresearchgroup/sinew/blob/master/R/pretty_namespace.R ```r txt
if you want you can use the fn i wrote in the end (fork of the `nothing` pkg), which is brute force. https://github.com/metrumresearchgroup/sinew/blob/master/R/something.R
this is also an issue that pops up in the clean up (the dll's dont unload,this is a pacman issue too) https://github.com/romainfrancois/nothing/issues/9 ```r library(ggplot2) basename(unlist(sapply(library.dynam(),'[',2))) # [1] "methods.so" "utils.so" "grDevices.so"...
solved my problem: ```r txt library(sinew) Setting sinew_opts to _sinewconfig.yml specs Current add_fields: details,examples,seealso,rdname,export,author > library.dynam() Filename Dynamic.Lookup 1 /Library/Frameworks/R.framework/Versions/3.3/Resources/library/methods/libs/methods.so FALSE 2 /Library/Frameworks/R.framework/Versions/3.3/Resources/library/utils/libs/utils.so FALSE 3 /Library/Frameworks/R.framework/Versions/3.3/Resources/library/grDevices/libs/grDevices.so FALSE 4 /Library/Frameworks/R.framework/Versions/3.3/Resources/library/graphics/libs/graphics.so FALSE...
I have used something similar to this in the past. https://github.com/cloudyr/aws.s3/blob/master/R/put_object.R
ok. thank you
Can you please attach your sessionInfo() Thanks
```r Listening on http://127.0.0.1:4114 Warning: Error in choose.dir: could not find function "choose.dir" [No stack trace available] ``` I am guessing you are on a windows machine. If i change...
Thank you for the issue. I can update that function. Can you first check if this solves the issue for you. First set `options('encoding'='UTF-8')` then run the slick with the...