Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090821/ec6f7cff/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110716/fa7c7d48/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110711/69a7176e/attachment.pl>
The following used to work in R 3.2.5 but not in 3.3.0: library(MASS) ns <-.getNamespace("MASS") unloadNamespace(ns) Calling unloadNamespace("MASS") directly still works.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120119/e875d8d0/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090606/5f778e7d/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090606/dfabeaf4/attachment.pl>
> Yes, modify the source and recompile R. That is what I am doing now, but can't expect that everyone who uses my code is willing to recompile R from src...
thank you, both solutions are really helpful! -- View this message in context: http://www.nabble.com/plotting-density-for-truncated-distribution-tp20684995p20703469.html Sent from the R help mailing list archive at Nabble.com.
On Wed, Jan 14, 2015 at 7:40 PM, Jeroen Ooms <jeroen.ooms at stat.ucla.edu> wrote: > Try 'precise' instead of 'utopic' I meant 'trusty'. The version should match the underlying ubuntu: http://www.linuxmint.com/oldreleases.php
Compiling packages with C++ code using the default r-base-dev configuration on debian:sid shows a lot of: cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++ Can this flag be removed from R CMD...
On Fri, Jan 24, 2014 at 12:03 AM, Kevin Ushey <kevinushey at gmail.com> wrote: > This behaviour is fixed in R-devel (tested with r64727) Was fixed a while ago: https://bugs.r-project.org/bugzilla/show_bug.cgi...
Rinternals.h has: #define CONS(a, b) cons((a), (b)) #define LCONS(a, b) lcons((a), (b)) However these are undefined when we compile with -DR_NO_REMAP. Maybe it's safer to define these using Rf_cons() and Rf...
Is there a way to get the status code of a pipe() command? The documentation suggests that it might be returned by close, however this does not seem to be the case. con <- pipe("cat /etc/passwd", "r") stream <- readLines...
On Fri, Apr 17, 2015 at 6:05 PM, Herv? Pag?s <hpages at fredhutch.org> wrote: > As you can see the warning message is truncated so I can't see what > happened to these packages. In this case you...
On Sun, Jul 14, 2013 at 10:24 PM, Gabor Grothendieck wrote: > Try: > out.txt <- normalizePath("./out.txt", mustWork = FALSE) Doesn't work either, neither on Win7 nor WinXP. > sessionInfo() R version 3.0.1 (2013-05-16) Platform: x86...
On Mon, Mar 9, 2015 at 3:39 PM, Hui Du <hui.du at savvyrookies.com> wrote: > > readLines(url) > Error in file(con, "r") : cannot open the connection > In addition: Warning message: > In file(con, "r") : unsupported URL scheme > Try...
Checking base R on MacOS 15 fails a test on intel (not arm64), see: https://contributor.r-project.org/svn-dashboard/ Error: running examples in ?stats-Ex.R? failed ... Error: identical(strip(qrI), strip(lmI[c("hat", "sigma")])) is not...
On Tue, Apr 24, 2018 at 9:17 PM, Avraham Adler <avraham.adler at gmail.com> wrote: > Should we add qpdf too? They?re up to 8.0.2 now. Yes I plan to add qpdf and aspell as optional...
I noticed that some of my R packages that have been repacked in fedora are quite outdated, including: - R-curl - R-openssl - R-xml2 These packages will need to be updated to work with the latest versions of libcurl, libxml2...
Can't find what you're looking for? Try searching with Google .