e. Maybe using \url
in the vignette could fix the error?
kind regards
Enrico
[*] R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.10
> On Sat, 09 Jan 2021, Paul Gilbert writes:
I am trying to debug a problem that is appearing in the
linu
or a
long time.)
I'm not sure how to debug this when I can't reproduce the error.
Suggestions would be appreciated.
Paul Gilbert
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
ons', I've looked there and many other places. I need a section
or page reference.)
Thanks,
Paul Gilbert
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
tests from your package then it
cannot be properly checked by other people.
Paul Gilbert
On 4/16/19 2:16 PM, Dirk Eddelbuettel wrote:
On 16 April 2019 at 11:40, Will wrote:
| Some things I have considered include:
|
|1. Skipping all unit tests on CRAN (using something like
|*testtht::skip_
(I didn't see an answer to this, so ...)
I think using .NOTPARALLEL will usually get rid of the error but, in my
experience, this problem is usually caused by an incorrect or incomplete
Makefile. When not done in parallel this missing target is usually
getting done first as a side-affect of so
On 01/18/2017 08:55 AM, Dirk Eddelbuettel wrote:
On 18 January 2017 at 13:49, Thierry Onkelinx wrote:
| Another solution is to start a new package. This is what Hadley did with
| the ggplot package (https://cran.r-project.org/src/contrib/Archive/ggplot/).
| The new version (ggplot2) would brea
On 08/04/2016 11:51 AM, Dirk Eddelbuettel wrote:
On 4 August 2016 at 11:46, Paul Gilbert wrote:
| If my package has a test that needs another package, but that package is
| not needed in the /R code of my package, then I indicate it as
| "Suggests", not as "Depends" nor as
(One question from the thread Handling Not-Always-Needed Dependencies?)
I hope not to start another long tangled thread, but I have a basic
confusion which I think has a yes/no answer and I would like to know if
there is agreement on this point (or is it only me that is confused as
usual).
I
Hadley
My initial reflex reaction was svn/git too, but then I could not see how
to use either to identify the problem John had. If you have a good
svn/git command for identifying duplicate functions could you please
post it, I am curious. (BTW, John does use svn, and possibly git too.)
Thank
file's URL:
\url{http://www.rug.nl/research/portal/publications/pub\%28d7d4ea3d-af1d-487a-b9b6-c0816994ef5a\%29.html}
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Dec 14, 2015 at 4:46 PM, Paul Gilbert wrote:
I am having some trouble with a NOTE produced by an R-devel check of URL
as in the first form.
Is this a bug in the R-devel --as-cran URL check, or does anyone see
something I am missing?
Thanks,
Paul Gilbert
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
so I have to
be carefully not to run these in parallel. This is easy to check, if you
try without parallel make and don't have a problem then it is likely the
issue.
Paul Gilbert
The only commonality is that all three use testthat, but so do many other
packages that test fine.
Dirk
[
The difficulty with most workarounds suggested so far is the expanded
list of dependencies. My package and quantmod, have had a simple
dependency on download.file in utils. Picking on Dirks suggestion as an
example, it would add a system dependency on libcurl and an R package
dependency on curl
On 07/02/2015 11:52 PM, Duncan Murdoch wrote:
On 03/07/2015 5:24 AM, Paul Gilbert wrote:
On 07/02/2015 10:52 PM, Henrik Bengtsson wrote:
From R 3.2.0, check:
capabilities("libcurl")
libcurl
TRUE
TRUE means R was built such that HTTPS is supported. If you see
FALSE,
he default behaviour still does not work.
Paul
/Henrik
On Thu, Jul 2, 2015 at 7:46 PM, Paul Gilbert wrote:
(This problem with download.file() affects quantmod, and possibly several
other packages. e.g. getSymbols('M2',src='FRED') fails.)
I think the St Louis Fed has moved
(This problem with download.file() affects quantmod, and possibly
several other packages. e.g. getSymbols('M2',src='FRED') fails.)
I think the St Louis Fed has moved to using https for connections, and I
believe all the US government web sites are doing this. An http request
is automatically s
Regarding alternative places for scripts, you can add a directory (eg
inst/testLocalScripts) and then with a recently added R CMD feature you
can do
R CMD check --test-dir=inst/testLocalScripts your-package.tar.gz
This will not (automatically) be checked on CRAN. Beware that you also
need to
17 matches
Mail list logo