search for: rc_

Displaying 16 results from an estimated 16 matches for "rc_".

Did you mean: rc
2015 Feb 16
2
[LLVMdev] [Mesa-dev] mesa-10.4.4: BROKEN TLS support in GLXwithllvm-toolchain v3.6.0rc2
...bug: > >> >>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192286 > >> >>> > >> >>> E.g., you can use these patches: > >> >>> > >> >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src_ > >> >>> _ma > >> >>> pi__entry_x86-64_tls.h?view=markup > >> >>> https://svnweb.freebsd.org/ports/head/graphics/libGL/files/patch-src_ > >> >>> _m > >> >>> api__entry_x86_tls.h?view=markup > >> >&...
2019 Jul 24
0
Compress::Raw::Zlib no longer installed with Perl on Fedora 30?
> On Jul 23, 2019, at 1:04 PM, Marc Schwartz <marc_schwartz at me.com> wrote: > > Hi, > > I had an issue report from a user of my WriteXLS CRAN package indicating that Compress::Raw::Zlib is apparently not installed by default with Perl on Fedora 30. > > Since this appears to be a new issue, I am wondering if one of the Fedor...
2019 Feb 21
1
Proposed patch for ?Extract
Hi, In follow up to the thread on R-Help yesterday: https://stat.ethz.ch/pipermail/r-help/2019-February/461725.html I am attaching a proposed patch against the trunk version of Extract.Rd, with wording added to the "Matrices and arrays" section, to note that indexing these object by factors behaves in a manner consistent with vectors. Regards, Marc Schwartz -------------- next
2020 Nov 21
0
Error in unsplit() with tibbles
> On Nov 21, 2020, at 10:55 AM, Mario Annau <mario.annau at gmail.com> wrote: > > Hello, > > using the `unsplit()` function with tibbles currently leads to the > following error: > >> mtcars_tb <- as_tibble(mtcars, rownames = NULL) >> s <- split(mtcars_tb, mtcars_tb$gear) >> unsplit(s, mtcars_tb$gear) > Error: Must subset rows with a valid
2020 Oct 29
0
FREDR and R 3.6
> On Oct 29, 2020, at 1:29 PM, H <agents at meddatainc.com> wrote: > > I tried to install the fredr package yesterday to access the data series hosted by the St. Louis Fed but my installation of R, version 3.6, tells me it is not available from a cran repository. > > I could not find any information on this on the fredr information package and was wondering if anyone here
2020 Oct 29
0
FREDR and R 3.6
> On Oct 29, 2020, at 6:35 PM, H <agents at meddatainc.com> wrote: > > On 10/29/2020 01:49 PM, Marc Schwartz wrote: >>> On Oct 29, 2020, at 1:29 PM, H <agents at meddatainc.com> wrote: >>> >>> I tried to install the fredr package yesterday to access the data series hosted by the St. Louis Fed but my installation of R, version 3.6, tells me it is
2020 Oct 06
0
Installing Perl For Use in R
Hi, What OS are you on? It has been years since I used ActiveState, but it looks like you now need to create an account with them prior to downloading the installation files. They seem to give you the option of creating an account with them, or using Github. I would opt for the former, even though I have a Github account. If you are on Windows, an alternative Perl distribution is Strawberry
2020 Jan 09
0
mean
...giving a message which, despite of his length, doesn't really explain the reason of the error. > > Why not a test on arguments like? > if (!is.numeric(x)) > stop("need numeric data") > > > -----Message d'origine----- > De : Marc Schwartz <marc_schwartz at me.com> > Envoy? : jeudi 9 janvier 2020 14:19 > ? : Lipatz Jean-Luc <jean-luc.lipatz at insee.fr> > Cc : R-Devel <r-devel at r-project.org> > Objet : Re: [Rd] mean > > >> On Jan 9, 2020, at 7:40 AM, Lipatz Jean-Luc <jean-luc.lipatz at insee.fr...
2019 Jun 03
0
Offer zip builds
> On Jun 3, 2019, at 6:31 PM, Steven Penny <svnpenn at gmail.com> wrote: > > On Mon, Jun 3, 2019 at 4:11 PM Marc Schwartz wrote: >> I have not tried it, but if that is the case here, you may be able to use the >> normal R binary installer, but adjust the default install options when >> prompted, allowing you to customize the install location and other parameters,
2019 Jul 23
2
Compress::Raw::Zlib no longer installed with Perl on Fedora 30?
Hi, I had an issue report from a user of my WriteXLS CRAN package indicating that Compress::Raw::Zlib is apparently not installed by default with Perl on Fedora 30. Since this appears to be a new issue, I am wondering if one of the Fedora maintainers on this list can confirm this and perhaps when the change may have occurred. If this is correct and not a Perl installation issue or other error,
2023 Feb 15
1
End of Support Date of Version 3 of “R”
Hi, R's software development life cycle is documented here: ??https://www.r-project.org/doc/R-SDLC.pdf This is available via the Certification link, under Documentation, on the main R Project web page: ??https://www.r-project.org Section 4.4 of the document, on page 10, covers the release cycles, and section 4.6, on page 11, covers maintenance, support and retirement. Section 4.6
2023 Apr 12
1
converting to date object...
Hi, You do not need to use third party packages for date or date/time objects in R. If you review ?as.Date, you will see that there are two default formats for Date objects that are specified in the 'tryFormats' argument: ??tryFormats = c("%Y-%m-%d", "%Y/%m/%d") If your date character vector does not conform to either one, which it does not in this case, then you
2023 Apr 03
1
Simple Stacking of Two Columns
Hi, You were on the right track using stack(), but you just pass the entire data frame as a single object, not the separate columns: > stack(NamesWide) ? values ? ind 1 ? ?Tom Name1 2 ? Dick Name1 3 ?Larry Name2 4 ?Curly Name2 Note that stack also returns the index (second column of 'ind' values), which tells you which column in the source data frame the stacked values originated
2020 Jan 14
4
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
> On Jan 14, 2020, at 3:29 PM, Abby Spurdle <spurdle.a at gmail.com> wrote: > >> I do want to entice people to have a long look beyond closed >> source OS into the world of Free Software where not only R is >> FOSS (Free and Open Source Software) but (all / almost) all the >> tools you use are of that same spirit. > > And while everyone is talking about
2019 Jun 03
3
Offer zip builds
> On Jun 3, 2019, at 4:40 PM, Abby Spurdle <spurdle.a at gmail.com> wrote: > >> If you go here: >> https://cran.cnr.berkeley.edu/bin/windows/base >> you see EXE installers for Windows. This contrasts with other programming >> languages that offer both an executable installer and ZIP files that can > be >> extracted and run > > Are you suggesting
2019 Jun 01
3
survival changes
> On Jun 1, 2019, at 12:59 PM, Peter Langfelder <peter.langfelder at gmail.com> wrote: > > On Sat, Jun 1, 2019 at 3:22 AM Therneau, Terry M., Ph.D. via R-devel > <r-devel at r-project.org> wrote: >> >> In the next version of the survival package I intend to make a non-upwardly compatable >> change to the survfit object. With over 600 dependent packages