Displaying 3 results from an estimated 3 matches for "l680".
Did you mean:
680
2023 Jan 09
1
Shouldn't "Loading" be "Attaching" when referring to library() calls?
...nology not so precise?
There's certainly ambiguity in the internal variable names referenced
above -- in require, we see
loaded <- paste0("package:", package) %in% search()
https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L680
Whereas in library() [via .getRequiredPackages2()] we see
attached <- paste0("package:", pkg) %in% search()
https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L931
Mike C
2023 Jan 10
1
Shouldn't "Loading" be "Attaching" when referring to library() calls?
...re's certainly ambiguity in the internal variable names referenced
> above -- in require, we see
> loaded <- paste0("package:", package) %in% search()
> https://github.com/r-devel/r-svn/blob/4198a2941b702d965bb2374c2b908f48c369f40a/src/library/base/R/library.R#L680
again, historical: require() exists for considerably longer
than namespaces.
I think we should at least change the message printed by
require() and library() you mentioned above.
Martin
> Whereas in library() [via .getRequiredPackages2()] we see
> attached <- paste0("pa...
2011 Jul 29
0
[LLVMdev] sparc assembly code generation with 2.9/final clang and llvm
...-ccc-host-triple sparc-unknown-linux -ccc-clang-archs sparc -S
-emit-llvm sample1.c -o sample1.ll
--> clang: warning: unknow platform, assuming -mfloat-abi=soft
--> error: error reading 'soft'
In order to get rid of this error, I commented
clang/lib/Driver/Tools.cpp:L680.
I wonder whether there are any significant the side-effects from
commenting "CmdArgs.push_back("soft");"
Also, can anyone explain the significance of the option
-ccc-host-triple sparc-unknown-linux?
Thanks,
Gangryung
-------------- next part --------------
An HTML...