search for: unsuff

Displaying 20 results from an estimated 112 matches for "unsuff".

Did you mean: unstuff
2012 May 08
1
file 2 is not in sorted order error building unsuffered consequences
Hi All, I just downloaded the source tar ball (Revision: 59324 Last Changed Date: 2012-05-07) and tried to compile on a Win x64 system. I am using Rtools version 2.15.0.1919. The only change I make is changing MkRules.dist -> MkRules.local and setting Multi=64 I have previously compiled unsuffered consquences without issue, but on the current version, I get this error windres -F pe-x86-64 -I../include -i dllversion.rc -o dllversion.o comm: file 2 is not in sorted order make[3]: *** [R.dll] Error 1 make[2]: *** [../../bin/x64/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all]...
2012 Aug 16
2
warning in lattice key function
...hout warning messages in 2.15.1. ## I first detected the problem in ##### R Under development (unstable) (2012-07-24 r59961) ## windows ##### R Under development (unstable) (2012-08-02 r60091) ## macintosh ## The problem still exists in ## R Under development (unstable) (2012-08-13 r60245) -- "Unsuffered Consequences" ## downloaded from lib.stat.cmu.edu Wed Aug 15 2012 11PM EST > tmp <- data.frame(y=rnorm(10), g=rep(ordered(c("A","B")), 5)) > bwplot(y ~ g, data=tmp, + key=list( + text=list(c("A","B"), col=c("blue"...
2013 Aug 25
0
(no subject)
Greeting R Community, Greetings R Community, I am attempting to make sure a parent package passes all CRAN checks for the dev version (R Under development (unstable) (2013-08-24 r63687) -- "Unsuffered Consequences"). ?The parent package I'm compiling relies on another package that is purely a dataset package as recommended by ?CRAN Repository Policy for larger data sets: "Where a large amount of data is required (even after compression), consideration should be given to a sep...
2017 Sep 27
3
possible bug in R CMD Rd2pdf
...... looks like a package Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file './DESCRIPTION' does not exist This does not happen if I comment out 4 occurrences of these 4 macros in mpra-package.Rd. This is with R Under development (unstable) (2017-09-26 r73351) -- "Unsuffered Consequences" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin16.7.0 (64-bit) or R version 3.4.2 RC (2017-09-26 r73351) -- "Short Summer" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin16.7.0...
2018 Apr 16
3
strange warning: data() error?
A user asked me about this and I can't figure it out. tmt% R R Under development (unstable) (2018-04-09 r74565) -- "Unsuffered Consequences" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) > library(survival) > data(cgd0) Warning message: In data(cgd0) : data set ?cgd0? not found ---- The data set is present and can be manipulated: data() is not requi...
2015 Jan 08
4
unloadNamespace
...t usually unload something that is not loaded, but I would expect it to do nothing or give an error. I only discovered this when trying to clean up to debug another problem. R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet" and R Under development (unstable) (2015-01-02 r67308) -- "Unsuffered Consequences" ... Type 'q()' to quit R. > loadedNamespaces() [1] "base" "datasets" "graphics" "grDevices" "methods" "stats" [7] "utils" > unloadNamespace("tseries") # loads zoo ? &gt...
2020 Feb 08
4
Development version of R fails tests and is not installed
...al: Mean relative difference: 9.27902e-05 Execution halted This happens while the 32bit architecture is installed, which is a bit surprising as I get the following results for the last installed version of R's development version: R Under development (unstable) (2020-01-25 r77715) -- "Unsuffered Consequences" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu/32 (32-bit) [...] > round(10.7775, digits=3) [1] 10.778 and R Under development (unstable) (2020-01-25 r77715) -- "Unsuffered Consequences" Copyright (C) 2020 The R F...
2019 Dec 06
1
inappropriate warning in latticeExtra
...mingw32 system x86_64, mingw32 status Under development (unstable) major 4 minor 0.0 year 2019 month 12 day 03 svn rev 77513 language R version.string R Under development (unstable) (2019-12-03 r77513) nickname Unsuffered Consequences Rich On Sat, Jun 15, 2019 at 3:13 AM Deepayan Sarkar <deepayan.sarkar at gmail.com> wrote: > > On Fri, Jun 14, 2019 at 6:42 PM Richard M. Heiberger <rmh at temple.edu> wrote: > > > > This is still not repaired in > > R version 3.6.0 Patched...
2018 May 25
2
readLines function with R >= 3.5.0
...from the command line. With 'R version 3.4.4 (2018-03-15) -- "Someone to Lean On"' the script prints the inputed number as expected. With both 'R version 3.5.0 (2018-04-23) -- "Joy in Playing"' and 'R Under development (unstable) (2018-05-19 r74746) -- "Unsuffered Consequences"' the script does not continue after inputing a number. All these tests where done using docker images from the rocker project, i.e. effectively using Debian Linux. Is this an error in the script or in R? Thanks Ralf -- Ralf Stubner Senior Software Engineer / Trainer...
2019 Nov 25
1
class(<matrix>) |--> c("matrix", "arrary") -- and S3 dispatch
...ould work to test this. Quick demo below [2]. Dirk [1] This comes from 'drd == daily r-devel' but we do not build it daily. [2] Quick demo follows edd at rob:~$ docker run --rm -ti rocker/r-devel bash root at a30e4a5c89ba:/# RD R Under development (unstable) (2019-11-23 r77455) -- "Unsuffered Consequences" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for dis...
2019 Jun 14
4
inappropriate warning in latticeExtra
...ixes and push > an update to CRAN. > > Hopefully over the summer break. > > Regards, > -Deepayan > > > > This is a fresh install of R-devel (2018-03-21 r74436) > > > > > > > > > > R Under development (unstable) (2018-03-21 r74436) -- "Unsuffered Consequences" > > Copyright (C) 2018 The R Foundation for Statistical Computing > > Platform: x86_64-w64-mingw32/x64 (64-bit) > > > > R is free software and comes with ABSOLUTELY NO WARRANTY. > > You are welcome to redistribute it under certain conditions. &gt...
2017 Sep 17
2
R-devel r73293 and the testthat package
Hello, Windows R-devel no longer lets me use testthat even though the CRAN checks are pretty much clean. I have copied my session output below. Will R Under development (unstable) (2017-09-16 r73293) -- "Unsuffered Consequences" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for...
2020 May 22
1
R-devel's ...names() questions
...linux-gnu system x86_64, linux-gnu status Under development (unstable) major 4 minor 1.0 year 2020 month 05 day 19 svn rev 78492 language R version.string R Under development (unstable) (2020-05-19 r78492) nickname Unsuffered Consequences The following seems to do the right thing alt...names <- function() evalq(names(substitute(...())), envir=parent.frame()) However I wonder if it would be better to give the user a function, say ...args_unevaluated(...) to get the unevaluated ... arguments directlly without hav...
2013 Jul 28
1
Core dump with R --encoding=foo -e 1 (non-existing encoding)
...nown-linux-gnu (64-bit) [...] > <ERROR: re-encoding failure from encoding 'foo'> (not sure if the above is a core dump, but the expression is not echoed/evaluated) %R --encoding=foo -e 1 (also Rterm --encoding=foo -e 1) R Under development (unstable) (2013-07-26 r63419) -- "Unsuffered Consequences" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) [...] [crashes "R for Windows terminal front-end"] Should I file a bug report? /Henrik
2014 Sep 01
1
ggplot2/plyr interaction with latest R-devel?
...pologize in advance for not having done more homework in advance, but thought I would send this along to see if anyone else was seeing this. I am having some sort of ggplot2/plyr/very-recent-R-devel dependency issues. Just installed R Under development (unstable) (2014-09-01 r66509) -- "Unsuffered Consequences" from source. > packageVersion("ggplot2") [1] ?1.0.0? > packageVersion("plyr") [1] ?1.8.1? library(plyr) works but then I get: library(ggplot2) Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : namespace ?plyr? 1.8...
2014 Mar 05
1
Sweave provides a misleading error when vignette engine not fully specified
...in a package/vignettes directory, but not as a stand-alone document. Also for what its worth Sweave'ing still fails to produce graphics output https://stat.ethz.ch/pipermail/r-devel/2014-February/068414.html $ R --version|head -n 3 R Under development (unstable) (2014-03-05 r65124) -- "Unsuffered Consequences" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-unknown-linux-gnu (64-bit) Martin -- Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone:...
2020 Feb 08
0
Development version of R fails tests and is not installed
....27902e-05 > Execution halted > > This happens while the 32bit architecture is installed, which is a bit > surprising as I get the following results for the last installed > version of R's development version: > > R Under development (unstable) (2020-01-25 r77715) -- "Unsuffered Consequences" > Copyright (C) 2020 The R Foundation for Statistical Computing > Platform: x86_64-pc-linux-gnu/32 (32-bit) > [...] > > round(10.7775, digits=3) > [1] 10.778 > > and > > R Under development (unstable) (2020-01-25 r77715) -- "Unsuffered Conse...
2020 Feb 08
1
round(x, dig) [was "Development version of R fails tests .."]
...>> This happens while the 32bit architecture is installed, which is a bit >> surprising as I get the following results for the last installed >> version of R's development version: >> >> R Under development (unstable) (2020-01-25 r77715) -- "Unsuffered Consequences" >> Copyright (C) 2020 The R Foundation for Statistical Computing >> Platform: x86_64-pc-linux-gnu/32 (32-bit) >> [...] >> > round(10.7775, digits=3) >> [1] 10.778 >> >> and >> >> R...
2018 Mar 23
2
inappropriate warning in latticeExtra
...ning message in the last line of this email is incorrect. This is behavior which Duncan Murdoch labeled a bug in https://stat.ethz.ch/pipermail/r-help/2017-December/450494.html This is a fresh install of R-devel (2018-03-21 r74436) R Under development (unstable) (2018-03-21 r74436) -- "Unsuffered Consequences" Copyright (C) 2018 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for...
2016 Nov 27
1
Changes in error reporting in r-devel
...age seems more correct to me, although I can see how you can argue for either one. | | I'm not seeing that in R-devel r71694. Could you update and try again? I am at r71690 and I don't see it either: edd at max:~/src/debian RD R Under development (unstable) (2016-11-24 r71690) -- "Unsuffered Consequences" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for dis...