lable for incoming checks,
> perhaps with some short technical delays of less than one hour.
>
>
> For winbuilder on demand checks, there may be a lag of 2 days. Requests may
> be considered.
>
> Best,
> Uwe Ligges
>
>
> On 19.05.2019 20:09, Roy Mendelssohn -
> On May 28, 2019, at 11:50 AM, Iñaki Ucar wrote:
>
> On Tue, 28 May 2019 at 20:12, Τόλης Χαλκής wrote:
>>
>> Dear all,
>>
>> we have submitted the package volesti to CRAN and it is temporarily
>> accepted, because the check in solaris and
>> window
80
e-mail: roy.mendelss...@noaa.gov www: http://www.pfeg.noaa.gov/
"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
Thanks, I was looking at the raw files, not the .Rd files. There are
\keyword arguments in those file, will have to search to see why they are
getting generated.
-Roy
> On Jul 23, 2019, at 6:02 PM, Duncan Murdoch wrote:
>
> On 23/07/2019 8:26 p.m., Roy Mendelssohn - NOAA Fede
v www: http://www.pfeg.noaa.gov/
"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__
on 'rhub' using Windows.So it
appears to be a problem with Windows, and again I am not calling these
packages directly so I should not need to Import them.
Thanks,
-Roy
> On Jul 25, 2019, at 12:38 PM, Duncan Murdoch wrote:
>
> On 25/07/2019 3:21 p.m., Roy Mendelssohn - NO
this as well, by
> figuring out what part of using_plotdap.Rmd needs rgdal, and wrapping that
> code in something like
>
> if (requireNamespace("rgdal")) {
> # code that needs it
> }
>
> I think this will mean you need to add rgdal to the Suggests list for your
they were text files I could
readily scan for UTF, is there a way once I read the data into R to do a
similar scan from within R. I just ran the most recent (Github) version of
devtools::check() and it doesn't report an error. Or is there a way I can get
more specific information from the
but still persists - like
rgdal, rerddap, crul, ncdf4).
-Roy
-
> On Aug 5, 2019, at 8:50 AM, Duncan Murdoch wrote:
>
> On 05/08/2019 10:51 a.m., Roy Mendelssohn - NOAA Federal via R-package-devel
> wrote:
>> Hi All:
>> The recent nighty CRAN checks on one of my packag
build a number
> of required packages, something I have reported but still persists - like
> rgdal, rerddap, crul, ncdf4).
>
> -Roy
> -
>> On Aug 5, 2019, at 8:50 AM, Duncan Murdoch wrote:
>>
>> On 05/08/2019 10:51 a.m., Roy Mendelssohn - NOAA Federal via R-packag
rddap, crul, ncdf4).
>>
>> -Roy
>> -
>>> On Aug 5, 2019, at 8:50 AM, Duncan Murdoch wrote:
>>>
>>> On 05/08/2019 10:51 a.m., Roy Mendelssohn - NOAA Federal via
>>> R-package-devel wrote:
>>>> Hi All:
>>>> The recent ni
www: https://www.pfeg.noaa.gov/
"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__________
R-
Thanks all. I asked because I don't want to unnecessarily overburden the CRAN
maintainers. In this case, it wasn't a minor bug.
-Roy
> On Sep 25, 2019, at 4:36 AM, Dirk Eddelbuettel wrote:
>
>
> On 24 September 2019 at 11:43, Roy Mendelssohn - NOAA Federal via
&
://cransays.itsalocke.com/articles/dashboard.html
HTH,
-Roy
> On Oct 5, 2019, at 2:52 PM, R. Mark Sharp wrote:
>
> I getting ready to submit a package to CRAN for the first time. I have run
> cran_prep <- check_for_cran() using the rhub package. I understand that as a
> n
t; Uwe Ligges
>
> On 13.10.2019 07:00, Dalgleish, James (NIH/NCI) [V] via R-package-devel wrote:
>> * using log directory 'd:/RCompile/CRANincoming/R-devel/CNVScope.Rcheck'
>> * using R Under development (unstable) (2019-10-10 r77275)
>> * using platform: x86_64-w
I have tried the upload page several times. it gives the following error
ERROR: Access to the path 'C:\Inetpub\ftproot\R-release\plotdap_0.0.4.tar.gz'
is denied.
Same for R-devel. Permission problems?
Thanks,
-Roy
> On Oct 14, 2019, at 11:41 AM, Duncan Murdoch wrote:
>
&g
e:
>
>
>
> On 14.10.2019 20:43, Roy Mendelssohn - NOAA Federal wrote:
>> I have tried the upload page several times. it gives the following error
>> ERROR: Access to the path
>> 'C:\Inetpub\ftproot\R-release\plotdap_0.0.4.tar.gz' is denied.
>
> A
be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
olicy is to write to a temp directory,
R has tempdir() and related commands for how to do this.
2. When accessing something over the internet, failure of the access must be
checked for and the program exiting gracefully. The second error appears to be
that at times on the builds the .csv fi
> [[alternative HTML version deleted]]
>
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
**
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
*
oaa.gov/
"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
Thanks. And thanks for the tip.
-Roy
> On Feb 4, 2020, at 10:20 AM, Duncan Murdoch wrote:
>
> On 04/02/2020 1:13 p.m., Roy Mendelssohn - NOAA Federal via R-package-devel
> wrote:
>> Hi All:
>> I still get a little confused on what it means if a package is liste
'll try to investigate. Thanks for the suggestion.
>
> cheers,
>
> Rolf
>
>
> --
> Honorary Research Fellow
> Department of Statistics
> University of Auckland
> Phone: +64-9-373-7599 ext. 88276
>
> __
>
t;the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
> 1610 Reynolds Street
> Laramie, WY 82072
> 307-760-4721
> www.west-inc.com
>
> Trent McDonald
> Principal Statistician
>
> Western EcoSystems Technology, Inc.
> Environmental & Statistical Consultants
> 1610 Reynolds Street
> Laramie, WY 82072
> 307-76
"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
______
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
Thanks. I had checked for that but at first didn't find the one instance where
this occurred. Got it.
-Roy
> On Oct 22, 2020, at 2:18 PM, Uwe Ligges
> wrote:
>
>
>
> On 22.10.2020 23:15, Roy Mendelssohn - NOAA Federal via R-package-devel wrote:
>> Hi All:
&
ot;the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
IW I always *think* I'm testing very carefully, and I almost always get
> something wrong ...)
>
> On 10/23/20 11:18 AM, Roy Mendelssohn - NOAA Federal via R-package-devel
> wrote:
>> I test my packages very carefully before submission. Earlier today I
>>
d skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
t; stuck in the queue, will clear that up shortly.
>
>
> Best,
> Uwe
>
> On 23.10.2020 19:17, Roy Mendelssohn - NOAA Federal via R-package-devel wrote:
>> Just out of curiousity, how is pretest order determined? I have a package
>> that was submitted yesterda
treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.
__________
R-package-devel@r-project.org mailing list
; | An alternative is that this is a confusingly worded message indicating
>>> that there are strong rev dependencies so the package needs to be further
>>> checked? (That seems unlikely as it explicitly asks me to resubmit)
>>>
>>> No. If there were any (even false positive ones) they'd b
submit a fixed version via the webform.
>
>
> Please, could you help me to solve this issue?
>
>
> Best,
>
> *-*
>
> *Aristide Elysée HOUNDETOUNGAN*
> *Ph.D. Candidate in Economics at Université Laval*
> *Personal website : *www.ahoundetoungan.com
>
>
Hi All:
r-hub has changed the way that it works. Now you need Github, plus it writes
things to your Github repo. I do not understand what it writes, I am always
loath to add anything to a repo I don't understand, and I wonder if it
conflicts in any way with existing Github actions
e 'CNVScope' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: multiple methods tables found for 'export'
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionChec
Thanks to Martin and Henrik for an in-depth discussion that really helped me
quite a bit.
Requiring R-4.1.0 made it CRAN compliant and stopped the installation issues on
both check servers.
Considering the number of packages that use rtracklayer (it’s one of the most
used packages on
5 sums checked
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck =
vI[[j]]) :
there is no package called 'Hmisc'
Calls: ... load
* using log directory 'd:/RCompile/CRANincoming/R-devel/CNVScope.Rcheck'
* using R Under development (unstable) (2019-10-10 r77275)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking whether tarball can be unpacked ... ERROR
cannot unpack '
On Solaris, I'm finding that my package, only on Solaris, is slightly above
5MB. Is there a difference in install sizes for Solaris? I don't have a Solaris
machine, so it's difficult to know what the size differences are and why.
https://www.r-project.org/nosvn/R.check/r-patc
ck Details
Version: 1.0.2
Check: whether the package can be unloaded cleanly
Result: WARN
Error: package or namespace load failed for 'NIPTeR':
.onLoad failed in loadNamespace() for 'Biostrings', details:
call: rgb(1, 1, 1)
error: could not find function "
* using log directory 'd:/RCompile/CRANincoming/R-devel/postGGIR.Rcheck'
* using R Under development (unstable) (2020-06-23 r78741)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'postGGIR/DESCRIPTION' ... OK
* che
[[alternative HTML version deleted]]
______
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel
Sent: Friday, June 26, 2020 5:23 PM
To: Zehao Xu
Cc: Bert Gunter ; Guo, Wei (NIH/NIMH) [C]
; r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] error when submit a package
On 26 June 2020 at 19:16, Zehao Xu wrote:
| Package suggested but not available for checking: 'actig
Hello,
I’m trying to include a static vignette by embedding a pdf document in latex.
The procedure is very simple and is discussed here:
http://www.markvanderloo.eu/yaRb/2019/01/11/add-a-static-pdf-vignette-to-an-r-package
It essentially boils down to creating a .Rnw file with the following
501 - 545 of 545 matches
Mail list logo