Re: [R-pkg-devel] CRAN cannot find libraries on Windows

2020-01-27 Thread Duncan Murdoch
On 27/01/2020 5:48 p.m., Martin Morgan wrote: what are the correct paths? The src/gnuwin32/MkRules.dist file gives the patterns. They are based on environment variables LOCAL_SOFT, R_HOME, etc. Most people should modify that file to MkRules.local when building R; the variables defined the

Re: [R-pkg-devel] CRAN cannot find libraries on Windows

2020-01-27 Thread Martin Morgan
what are the correct paths? On 1/27/20, 3:32 PM, "R-package-devel on behalf of Uwe Ligges" wrote: Thanks, one suspicious part from the log below is -LC:/extsoft/lib/i386 which is clearly not in any variable we define on CRAN. Looking close shows that > Rhtsl

Re: [R-pkg-devel] Note about "marked UTF-8 strings" when checking with R-devel

2020-01-27 Thread Dominic Comtois
Excellent! Thanks for the quick response and best wishes, Dominic On Mon, 27 Jan 2020 at 15:17, Uwe Ligges wrote: > > > On 27.01.2020 17:22, Dominic Comtois wrote: > > Checking my summarytools package before submitting an updated version to > > CRAN, I get this note when using rhub::check_wit

Re: [R-pkg-devel] CRAN cannot find libraries on Windows

2020-01-27 Thread Uwe Ligges
Thanks, one suspicious part from the log below is -LC:/extsoft/lib/i386 which is clearly not in any variable we define on CRAN. Looking close shows that > Rhtslib::pkgconfig("PKG_LIBS") gives 'D:/RCompile/CRANpkg/lib/4.0/Rhtslib/usrlib/x64/libhts.a' -LC:/extsoft/lib/x64 -lcurl -lrtmp -lssl -

Re: [R-pkg-devel] Note about "marked UTF-8 strings" when checking with R-devel

2020-01-27 Thread Uwe Ligges
On 27.01.2020 17:22, Dominic Comtois wrote: Checking my summarytools package before submitting an updated version to CRAN, I get this note when using rhub::check_with_rdevel() : checking contents of ‘data’ directory (1.4s) checking data for non-ASCII characters (1.6s) *Note: found 7

[R-pkg-devel] Note about "marked UTF-8 strings" when checking with R-devel

2020-01-27 Thread Dominic Comtois
Checking my summarytools package before submitting an updated version to CRAN, I get this note when using rhub::check_with_rdevel() : checking contents of ‘data’ directory (1.4s) checking data for non-ASCII characters (1.6s) *Note: found 78 marked UTF-8 strings* The package has been on CRA

Re: [R-pkg-devel] CRAN rules re. web scraping?

2020-01-27 Thread Adam H Sparks
Hi Spencer, To add to what Roy has already provided. If you have tests that require Internet access, you should be using skip_on_cran() for those tests and in your examples using the \donttest{} tags to prevent errors on CRAN servers when Internet is not available or the server is not responding or