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
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
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
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 -
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
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
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