Re: [R-pkg-devel] Invalid URLs in Description Due to Redirection

2021-07-31 Thread Dr. rer. nat. Michael Thrun
for a correct redirection from the point of view of CRAN? I have the choices 301, 302, Proxy, Frameset and URL anchor and would tend to select frameset, but then only http instead of https is possible. > On 31. Jul 2021, at 11:55, Uwe Ligges wrote: > > > > On 31.07.2021 10:31, Dr. re

[R-pkg-devel] Invalid URLs in Description Due to Redirection

2021-07-31 Thread Dr. rer. nat. Michael Thrun
Dear R developers, I have several packages on CRAN and usually I can resolve all issues without bothering others in the mailing list. However, in this case I am stuck with the following note for my package https://CRAN.R-project.org/package=FCPS which enables access to over 60 clustering

Re: [R-pkg-devel] Conditional Makevars MacOS

2020-11-25 Thread Dr. rer. nat. Michael Thrun
Dear Guido, i wrote an Makevars.win and separately an Makevars file, in the Makevars file I set the following PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) CXX_STD = CXX11 which works for me on MacOs well. Dont know if this answer helps you. Best Regards Michael Thrun

Re: [R-pkg-devel] CRAN policies with regards to runnable examples

2019-10-01 Thread Dr. rer. nat. Michael Thrun
Hello Jim, thank you for asking this question. I would also like to have a standard solution for this problem. Best Regards Michael Michael Thrun Postdoctoral Scholar Databionics AG, Mathematics and Computer Science Philipps-Universität Marburg Hans-Meerwein-Straße 6, 04A28 D-35032 Marburg

[R-pkg-devel] No protocol specified

2019-08-23 Thread Dr. rer. nat. Michael Thrun
Dear All, I updated my package DataVisualizations and get a note, only for "r-release-osx-x86_64” and “r-oldrel-osx-x86_64” Checking dependencies in R code ... NOTE No protocol specified Can anyone translate this note to me in a way that I know what the issue is? Best Regards Michael Michael

[R-pkg-devel] Explicitly Calling a Method of a specific Class in a Function

2018-05-07 Thread Dr. rer. nat. Michael Thrun
Dear Developers, I have currently one note in one of my packages I am unable to solve at my own: “ checking dependencies in R code ... NOTE Unexported object imported by a ':::' call: ‘sp:::plot.SpatialPolygons’ See the note in ?`:::` about the use of this operator. “ The goal is to explicitly