search for: cre

Displaying 20 results from an estimated 57 matches for "cre".

Did you mean: are
2012 Nov 21
0
Lattice and a color problem
...low and shown as a matrix. cl.count indicates 3 groups (RA, OA and JT) Sadly, the colors are not in this way i like. If I look at the new[,"test"] column only the rows 1,3,7,and 12 have the value "blue" and all other rows have the value "green". But when I look at my created plot there are 12 lines with a blue color. Can anybody explain me, why it is not possible to get the blue color only in the rows where "blue" is indicated? Glad to hear from you. All the best Peter #### DATA##### Var1 Var2 Freq 208869_s_at JT 10.6802376685463 203394_s_at JT 10....
2012 Nov 22
1
ggplot2 and the legend
...504277 blue 7 203752_s_at JT 8.69193736253539 green 8 203574_at JT 8.41492571590263 blue 9 219629_at JT 8.19111292436667 blue 10 201473_at JT 8.035082989931 green 11 210592_s_at JT 8.00639829720742 green 12 200768_s_at JT 7.88012483915651 green 13 201565_s_at JT 7.89885432096935 green 14 AFFX-r2-P1-cre-3_at JT 7.86490927895639 blue 15 202014_at JT 7.69345791769434 green 16 212671_s_at JT -7.43350555284605 green 17 203395_s_at JT 7.51127977823914 blue 18 208980_s_at JT 7.52175408445448 blue 19 207783_x_at JT 7.31954223019292 blue 20 215446_s_at JT -6.28236730203077 green 21 203034_s_at JT 7.245826...
2014 May 02
1
Authors@R: and Author field
Hi to all Authors@R: c(person("fooa","foob", role = c("aut","cre"), email = "fooa.foob@fooc.de"), person("foo1","foo2", role = c("ctb"), email = "foo1.foo2@foo3.de")) Author: fooa foob, with contributions from foo1 foo2 using r CMD check --as-cran .. (R 3.1 a...
2004 Aug 06
1
clean up your cre dit report 4859UYZo9-12-11
hjhfjfhjf773 Our system lets you clean your Bad Credit ONLINE Delete your Bad Credit Online Directly from Bureaus Online Credit Repair Approved by Credit Bureaus. Credit Breakthrough Clear BAD Credit Online Fast. I cleared up my credit right from my computer Use your Computer to fix your Bad Credit. Credit scores going through roof with...
2013 Oct 15
1
discrepancy between r cmd check --as-cran and messages at submission
...n: You have VignetteBuilder: knitr but there is nothing looking like a vignette in your source package.... We also see: * checking DESCRIPTION meta-information ... NOTE Author field differs from that derived from Authors@R Author: 'Corentin M Barbu <corentin.barbu@gmail.com> [aut, cre], Sebastian Gibb <mail@sebastiangibb.de> [ctb]' Authors@R: 'Corentin M Barbu [aut, cre], Sebastian Gibb [ctb]' Maintainer field differs from that derived from Authors@R Maintainer: 'Corentin M. Barbu <corentin.barbu@gmail.com>' Authors@R: 'Corentin M Barb...
2003 May 22
0
getGroups, nested mixed model
...y. Any inputs? Thanks in advance, /Jose hongos1=read.table("c:/temp/hongos1.txt", header=T) > attach(hongos1) > Tra=factor(Tra) > Ind=factor(Ind) > Rep=factor(Rep) > names(hongos1) [1] "Esp" "Tra" "Ind" "Rep" "Are" "Cre" > hongos1$TraInd= getGroups(hongos1, form = ~1|Tra/Ind, level = 2) > model=lme(Cre~Tra,random=~1|Tra/Ind/Rep) > summary(model) Linear mixed-effects model fit by REML Data: NULL AIC BIC logLik 30.88467 41.5423 -7.442334 Random effects: Formula: ~1 | Tra (In...
2023 Jun 03
1
bug in utils:::format.person
...he simplest reproducible example I could come up with was: p <- person(".", comment = c(foo = ".....................", bar = ".....................")) writeLines(format(p, style = "R")) This can be fixed in line 1017 of utils/R/citation.R either by increasing the width.cutoff, e.g., sprintf("%s = %s", names(e), sapply(e, deparse, width.cutoff = 500L)) but, of course, this still has an arbitrary cutoff. So maybe better sprintf("%s = %s", names(e), sapply(e, function(x) paste(deparse(x), collapse = "")))...
2023 Jun 02
2
bug in utils:::format.person
...son when using style = "R" with a vector of comments. The comment section is not parsed properly. Please find below the mwe and the session info. Best regards, Thierry maintainer <- person( given = "Thierry", family = "Onkelinx", role = c("aut", "cre"), email = "thierry.onkelinx at inbo.be", comment = c( ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)" ) ) format(maintainer, style = "R") |> cat(sep = "\n") # output person(give...
2013 Sep 19
1
Vignette problem and CRAN policies
...es\2013\R_pkgs>cd sos C:\Users\sgraves\2013\R_pkgs\sos>cd pkg C:\Users\sgraves\2013\R_pkgs\sos\pkg>R CMD build sos * checking for file 'sos/DESCRIPTION' ... OK * preparing 'sos': * checking DESCRIPTION meta-information ... OK * installing the package to re-build vignettes * creating vignettes ... ERROR Loading required package: brew Attaching package: 'sos' The following object is masked from 'package:utils': ? Loading required package: WriteXLS Perl found. The following Perl modules were not found on this system: Text::CSV_XS If you have more...
2006 Oct 06
6
virtual host on latest centos 4.4
Good morning All, I have a slight issue with apache virtual hosts not working on my newly installed CentOS (4.4). I am very new to Linux, however I have experience with apache etc on 'w1nd0ws'. I've been round and round in the apache conf file and to no avail. Basically if I setup a virtual host the default then looks at it. Also, if I setup multiple virtual hosts they all look at
2012 Jul 09
6
Crontab overwritten by Puppet
Hello folks.. I suddenly found the crontab on one of my puppet clients overwritten. It had many entries, including one created by Puppet. Suddenly during one run it was overwritten, keeping only the Puppet entry and removing everything else. Nothing changed between the previous runs and the one that re-created the crontab in terms of configuration. I''m running Puppet 2.7.6. Fri Jul 06 22:00:16 +0200 2012 P...
2016 Feb 10
0
Method from package dependency is not updated due to lazy load?
Hi, not sure this is a bug or just an unavoidable undesirable side-effect -- or just me that does not do the right thing. Consider the code and output below. It creates 2 packages: * pkgA * pkgB that creates a method for a generic defined in pkgA Changes in a method for the generic in pkgA (after re-installing pkgA) are not reflected in pkgB, unless pkgB is re-installed against the new version of pkgA. I understand this may be linked to lazy-loading, whic...
2017 Sep 17
0
FW: CRAN check errors: drake 4.1.0 on r-devel-linux-x86_64-debian-clang
....org/submit.html] >> >> The following package was uploaded to CRAN: >> =========================================== >> >> Package Information: >> Package: crayon >> Version: 1.3.4 >> Title: Colored Terminal Output >> Author(s): G?bor Cs?rdi [aut, cre], Brodie Gaslam [ctb] >> Maintainer: G?bor Cs?rdi <mailto:csardi.gabor at gmail.com> >> Suggests: mockery, rstudioapi, testthat, withr >> Description: Colored terminal output on terminals that support 'ANSI' >>??? color and highlight codes. It also works in ...
2014 Jun 11
1
R CMD check and DESCRIPTION file with Authors@R only
...if Authors@R is supplied. However, R CMD check does not seem to like this. package.skeleton("foo") desc <- readLines("foo/DESCRIPTION") desc[6] <- "Authors@R: person('Mathew', 'McLean', email = 'name@example.com', role = c('aut', 'cre'))" desc <- desc[-7] writeLines(desc, "foo/DESCRIPTION") system2("R", args = c("CMD", "check", "foo")) * using log directory ‘/home/grad/mmclean/foo.Rcheck’ * using R version 3.0.3 (2014-03-06) * using platform: x86_64-unknown-linux-gnu...
2013 Oct 25
2
R CMD check problem with R 3.0.2
...ile DESCRIPTION looks like this: Package: effects Version: 2.3-0 Date: 2013/10/22 Title: Effect Displays for Linear, Generalized Linear, Multinomial-Logit, Proportional-Odds Logit Models and Mixed-Effects Models Authors@R: c(person("John", "Fox", role = c("aut", "cre"), email = " jfox@mcmaster.ca"), person("Sanford", "Weisberg", role = "aut", email = "sandy@umn.edu"), person("Michael", "Friendly", role = "aut", email = "friendly@yorku.ca "), person("J...
2020 Sep 25
1
Extra "Note" in CRAN submission
...4.0) Imports: graphics, Matrix, methods, splines, stats, utils LazyData: Yes LazyLoad: Yes ByteCompile: Yes Authors at R: c(person(c("Terry", "M"), "Therneau", email="therneau.terry at mayo.edu", role=c("aut", "cre")), person("Thomas", "Lumley", role=c("ctb", "trl"), comment="original S->R port and R maintainer until 2009"), person("Atkinson", "Elizabeth", role="ctb"), person("C...
2017 Sep 29
1
problem with rjags installation in ubuntu 14.04
...-- library(help="rjags") Description: Package:????????????? rjags Version:????????????? 4-6 Date:???????????????? 2016-02-19 Title:??????????????? Bayesian Graphical Models using MCMC Authors at R:??????????? c(person("Martyn", "Plummer", role=c("aut","cre"), email="plummerm at iarc.fr"), person("Alexey", "Stukalov", role="ctb"), ????????????????????? person("Matt", "Denwood", role="ctb")) Depends:????????????? R (>= 2.14.0), coda (>= 0.13) SystemRequirements:?? JAGS 4...
2014 Dec 06
2
sernet samba4 on Ubuntu
...om [3] > > "Everyone deserves an award!!" > > On 2014-12-06 14:23, Hector Suarez Planas wrote: > >> Hi, Donelson. >> >>> I am going to stop wasting our time today. I am not at a machine that I >>> can access the box via ssh and attach image of screens, etc. to ask >>> precise questions. Let me get to a better place and time to forum more >>> efficiently. >>> >>> More soon. >> I successfully install Sernet Samba 4 en Debian Wheezy. In Ubuntu must be the same procedure, I think, I'm not test it yet....
2012 May 31
1
anova of lme objects (model1, model2) gives different results depending on order of models
...;), person("Saikat", "DebRoy", comment = "up to 2002"), person("Deepayan", "Sarkar", comment = "up to 2005"), person("R-core", email = "R-core at R-project.org", role = c("aut", "cre"))) Author: Jose Pinheiro (S version), Douglas Bates (up to 2007), Saikat DebRoy (up to 2002), Deepayan Sarkar (up to 2005), the R Core team. Maintainer: R-core <R-core at R-project.org> Description: Fit and compare Gaussian linear and nonlinear mixed-effects models. Depend...
2008 Oct 15
3
[LLVMdev] LLVM 2.4 problem? (resend)
...an object of type T is located at an address A, a pointer of type cv T* whose value is the address A is said to point to that object, regardless of how the value was obtained. Static and automatic storage durations are associated with objects introduced by declarations (3.1) and implicitly cre- ated by the implementation (12.2). A declaration (clause 7) introduces names into a translation unit or redeclares names introduced by previous declarations. An object is a region of storage. An object is created by a definition (_basic.def_) Each declaration _creates_ an object. The wor...