Displaying 6 results from an estimated 6 matches for "strav".
Did you mean:
stray
2017 Dec 18
2
Rcpp - Linking to DLL from another package?
...Can I somehow make the package link to the library A.dll or its corresponding Linux equivalent? (Note: the files in inst/include will already be a pull request from me to the package A author, so a limited pull request for more changes is feasible, but I would like to keep it minimal.
Dr. Michael Stravs
Eawag
Umweltchemie
BU E 23
?berlandstrasse 133
8600 D?bendorf
+41 58 765 6742
[[alternative HTML version deleted]]
2017 Dec 18
1
Rcpp - Linking to DLL from another package?
On Mon, Dec 18, 2017 at 2:40 PM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> (Moderately wrong list: r-package-devel for packaging questions, rcpp-devel
> for Rcpp questions)
>
> On 18 December 2017 at 13:24, Stravs, Michael wrote:
> | I am trying to make a package B that extends another package A. Package A uses Rcpp, and I want to extend a class X used there.
Another, perhaps simpler example is the xslt package which is an
extension for the xml2 package. The xml2 package exposes its object
types (via ./...
2016 Feb 29
0
Function name exported incorrectly in DLL, strange entries in tmp.def
...16ENS2_15PreserveStorageEEE
_Z14dgCIsSymmetricN5Eigen12SparseMatrixIdLi0EiEEd
[...]
```
I cannot find this problem documented anywhere. But it seems that somehow additional exports are generated that start with ```.weak```, and the linker mangles all of them into one function name.
Help?
Michael Stravs
Eawag
Umweltchemie
BU E 23
?berlandstrasse 133
8600 D?bendorf
+41 58 765 6742
[[alternative HTML version deleted]]
2017 Dec 18
0
Rcpp - Linking to DLL from another package?
(Moderately wrong list: r-package-devel for packaging questions, rcpp-devel
for Rcpp questions)
On 18 December 2017 at 13:24, Stravs, Michael wrote:
| I am trying to make a package B that extends another package A. Package A uses Rcpp, and I want to extend a class X used there.
It doesn't really matter (for the issue at hand) if you use Rcpp or not -- R
only offers us C interfaces so C interfaces are all we got. And they d...
2009 Sep 18
1
Cannot rename/delete files from Windows client anymore
Hi,
I upgraded Samba from 3.0.26 to 3.3.2.
Now, users are unable to rename and delete files.
* Exception: Renaming/deleting works if the directory containing the
file has 777 permissions.
* Renaming/deleting does not work in directories with 775 permissions
even if the user is the owner of the directory AND the file AND is in
the respective owner groups.
* User management works via LDAP
2012 Mar 07
2
SSOAP and Chemspider: Security token?
Dear community,
has anyone managed to get SSOAP working with the ChemSpider Web APIs, using functions which need the security token?
I use SSOAP 0.9-0 from the OmegaHat repository.
In the example code from SSOAP there is a sample which uses a token function. Interestingly, it checks if(!is.character(token)) first (and proceeds if the token is NOT character.) I can't test that function since I