Re: [R-pkg-devel] issues with CRAN incoming submissions / summer break announcement

2023-07-14 Thread Uwe Ligges
I know, this has to be removed by the sysadmins in Vienna. Best, Uwe On 15.07.2023 01:05, James Lamb wrote: Thank you as always, Uwe! By the way, the warning is still up on the submission page at https://cran.r-project.org/submit.html . image.png

Re: [R-pkg-devel] issues with CRAN incoming submissions / summer break announcement

2023-07-14 Thread Uwe Ligges
On 12.07.2023 09:40, Uwe Ligges wrote: Dear developers, CRAN submissions are currently partly not possible due to some infrastructure issues. Please so NOT contact us if you see "Unpacking failed. Please make sure the tar.gz was created with R CMD build. [...]". In addition, processing th

Re: [R-pkg-devel] Package Load fails to find 3rd Party DLL

2023-07-14 Thread Ivan Krylov
On Fri, 14 Jul 2023 13:29:32 -0400 Russell Almond wrote: > So I'm confused.  Why is the Makevars -> Makefile conversion assuming > that all targets of $(SHLIB) (or all) are executable files, ignoring > the PHONY declaration? The $(SHLIB) target is defined in ${R_HOME}/share/make/winshlib.mk. In

Re: [R-pkg-devel] Package Load fails to find 3rd Party DLL

2023-07-14 Thread Russell Almond
Thanks.  I know know the problem is in the Makevars.win; however, I'm still confused. My `Makevars.win` had | .PHONY:   all NeticaDLL clean | all: $(SHLIB) | $(SHLIB): NeticaDLL | | NeticaDLL: |    mkdir -p "$(INSTALL_LIB)" |    cp "${NETICA_LIB}/Netica.dll" "${INSTALL_LIB}" |    cp "${NETICA_L

Re: [R-pkg-devel] Package Load fails to find 3rd Party DLL

2023-07-14 Thread Ivan Krylov
В Wed, 12 Jul 2023 09:41:11 -0400 Russell Almond пишет: >   C:\rtools43\x86_64-w64-mingw32.static.posix\bin\nm.exe: > 'NeticaDLL': No such file This is where the problem starts. You can retrace the steps that R takes when building and installing the package by running sh configure.win manually

Re: [R-pkg-devel] Best practices for CRAN package using Go

2023-07-14 Thread Dewey Dunnington
Simon, Thanks! I look forward to packaging the next ADBC driver release and submitting. Cheers, -dewey On 2023-07-12 20:01, Simon Urbanek wrote: Dewey, you will definitely need to include all the necessary sources for your package. You may want to have a look at the "Using Rust"[1] docume

Re: [R-pkg-devel] Feedback on "Using Rust in CRAN packages"

2023-07-14 Thread Hiroaki Yutani
I just found the policy is updated and I now understand why GitHub matters in your opinion. Thanks for the clarification, I forgot this fact. > CRAN does not regard github.com (which hosts the index of crates.io) as sufficiently reliable. The good news is that, as of Rust 1.68, Cargo supports th