Hi Ivan,
After somme minor midficiations, I make a try on the winbuilder site.
I was able to build the archive with the static library
but I get again a Bad address error. You can have a look to
https://win-builder.r-project.org/bw47qsMX3HTd/00install.out
Thanks for your help,
Serge
Le 12/01/2
Hello Duncan,
Yes, you're right, I'll do that !
Serge
Le 12/01/2024 à 19:47, Duncan Murdoch a écrit :
I don't know if you can find out which rtkore version was installed, but your package should work
with any rtkore version if you haven't declared a dependency on a particular version. So the
Hello Ivan,
Here the output of Cxxflags on my local computer
> rtkore::CppFlags()
-DIS_RTKPP_LIB -DSTKUSELAPACK
> rtkore::CxxFlags()
-I/home/iovleff/R/x86_64-pc-linux-gnu-library/4.3/rtkore/include
-I/home/iovleff/R/x86_64-pc-linux-gnu-library/4.3/rtkore/projects
and here the code of the fun
В Fri, 12 Jan 2024 19:09:29 +0100
Serge пишет:
> I updated the package rtkore one month ago, fixing a compilation
> problem on windows devel platform.
>
> MixAll has a dependency to rtkore. Thus, I suspect that the error
> reported below is due to the presence of the old version of rtkore on
> t
I don't know if you can find out which rtkore version was installed, but
your package should work with any rtkore version if you haven't declared
a dependency on a particular version. So the simplest thing is just to
declare that you depend on "rtkore (>= x.y.z)" where x.y.z has the
recent fix
I'm the mainteneur of the package MixAll.
This package has a dependency to the package rtkore (whom I'm the mainteneur
too).
I updated the package rtkore one month ago, fixing a compilation problem on
windows devel platform.
MixAll has a dependency to rtkore. Thus, I suspect that the error rep