search for: emphasizes

Displaying 20 results from an estimated 623 matches for "emphasizes".

Did you mean: emphasize
2006 Jul 02
4
2 bugs when parsing emphasized or bold text
I''ve found 2 bugs that produce (imho) incorrect rendering results: 1) The regexp for strong (*) and bold (**) is greedy, which produces very strange results. The simplest way to show the problem is to give an example. This is the original code: ===== Strong: Lets do a little test *t* this should not be strong *u*. Bold: Lets do another test **t** this should not be bold **u**. =====
2004 Oct 17
1
FW: Plotcorr: colour the ellipses to emphasize the differences
-----Original Message----- From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca] Sent: ned 2004-10-17 15:34 To: Gorjanc Gregor Cc: r-help at stat.math.ethz.ch Subject: Re: [R] Plotcorr: colour the ellipses to emphasize the differences On Sun, 17 Oct 2004 02:51:58 +0200, "Gorjanc Gregor" <Gregor.Gorjanc at bfro.uni-lj.si> wrote: [removed old stuff] >>I would also like to
2004 Oct 17
2
Plotcorr: colour the ellipses to emphasize the differences
Hello R users! I began with R and I must say that it is really nice. I have data with a lot of variables and have a problem to extract the pattern from correlation matrix. So I tried with plotcorr and it went fine. While I was reading the help page of this function, I found that ellipse display can be even better with use of different colors (the code is bellow). However I have a problem to
2025 Jan 30
2
Suggestion to emphasize Rboolean is unrelated to LGLSXP in R-exts
Hello all, The recent change (r87656) to make Rboolean map to type 'bool', not 'int', broke some tests & made me realize I've had totally the wrong impression about what Rboolean actually is, and I suspect I'm not alone. Till now, I've assumed that like Rbyte --> RAWSXP, Rboolean is the _correct_ storage type for LGLSXP, while idioms like int *ip = LOGICAL(...)
2025 Feb 02
1
Suggestion to emphasize Rboolean is unrelated to LGLSXP in R-exts
The good news is that without a C23-enabled compiler, the problem will only happen to source files that #include <stdbool.h>. The bad news is that such a source file will technically disagree with the rest of R about the type of Rboolean, including the prototypes of the API functions that accept Rboolean: #include <stdbool.h> #include <Rinternals.h> typedef void
2011 Oct 08
1
help text for which.min
Dear R developers, I find the which.min function very handy. However, maybe you could consider a tiny addition to the example data in the the help text. By adding another zero to the vector x... x <- c(1:4, 0, 0:5,11) ...the example would more explicitly show that which.min actually 'giv[es] the index of the /first/ minimum or maximum respectively of x'. This will also more
2020 Aug 21
2
Clang is a resource hog, the installers for Windows miss quite some files, and are defect!
"David Greene" <dag at hpe.com> wrote: > Stefan Kanthak via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> "Michael Kruse" <llvmdev at meinersbur.de> wrote: >> >>> I think David is not referring to the capitalization of file names, but to >>> "DUPLICATE", "WASTING", "NOT AMUSED",
2025 Feb 01
2
[SPAM Warning!] Suggestion to emphasize Rboolean is unrelated to LGLSXP in R-exts
On Thu, 30 Jan 2025 13:07:31 -0800 Michael Chirico <michaelchirico4 at gmail.com> wrote: > There are at least dozens of other cases on CRAN [2],[3]. Some of these involve casting an int to Rboolean. Best case, the int is compared against NA_LOGICAL beforehand, avoiding any mistake (there's at least one like that). Worst case, NA_LOGICAL is not considered before the cast, so NA will
2012 Nov 22
2
Plotting specific points with type='l'
I have a dataframe (x) and I'm plotting the 5th column vs the index. I also have a vector (v) with a few select points that I want to emphasize with a dot for those points > head(x) period AP EU LA NA 1 Jan 2007 0.18 0.45 0.19 3.19 2 Feb 2007 0.14 0.48 0.36 3.55 3 Mar 2007 0.14 0.42 0.46 2.61 4 Apr 2007 0.24 0.73 0.32 4.32 5 May 2007 0.19 0.60 0.32 4.40 6 Jun 2007 0.14 0.38
2012 Aug 17
4
Spaced text
Hi eveybody! I've got a suggestion to think about. Although i think that the drawbacks are bigher than the advantages im goong to tell you abou my idea: My idea is another syntax for e m p h a s i z e d words. It uses two spaces before and after the emphasized part and alternating space and letter in between, just like in the sentence before. Pros: ? no symbol needed ? granny compatible
2017 Mar 06
3
Missing security tab samba 4.1.13
...sound of it) a Red-Hat user, will very well know >> that you cannot create an AD DC with Red-Hat packages yet, so, unless >> you configure it differently, Samba puts everything into >> /usr/local/samba > > Personally I find it an advantage of Samba living in /usr/local as it emphasizes that this Samba install is not created from packages and it represents it's own biotope because all relevant folders are in that one folder. well, there is nothing different when you use rpmbuild and chose the prefix you want besides that: * cleanup of orphan files * simpe upgarde/downgrade...
2020 Aug 02
4
Boot failed on latest CentOS 7 update
Il 02/08/20 18:54, Stephen John Smoogen ha scritto: > On a side note, you keep emphasizing you aren't expecting an SLA.. but > all your questions are what someone asks to have in a defined SLA. I > have done the same thing in the past when things have gone badly, but > couching it in 'I am not asking' just makes the people being asked > grumpy. Better to be open and say
2005 Nov 15
2
y-axis in histograms
Dear R- list, I have some data to present with histograms. Therefore I used hist(...). I have few values with almost 80% of the frequencies (totaly 800) and some other values with low frequencies ( totaly 5 -10 ) that I want to emphasize. Therefore I want to "cut" the y-axis on 100, but I don't know how to deal with this. Thanks in advance, Michael Graber
2015 Feb 18
0
CentOS 7: software RAID 5 array with 4 disks and no spares?
...ts mounted on mount points? Volumes, not partitions. So it's consistent with the UI that the size is a volume size, not a partition size. The problem here, is that users are used to being involved in details like making specific partitions in a specific order with specific sizes. The new UI de-emphasizes the need to be involved in that level of detail. It ends up making things more consistent regardless of which "device type" you use: LVM, LVM thinp, standard, or Btrfs. If you emphasize partitions, then you have to emphasize the user needing to know esoteric things. What is NOT obvious:...
2007 Feb 15
4
R book advice
I'm looking for a book for someone completely ignorant of statistics who wishes to learn both statistics and R. I've found three possibilities, one by Verzani ("Using R for Introductory Statistics"), one by Crawley ("Statistics: An Introduction using R"), and one by Dalgaard ("Introductory Statistics with R"). Do these books have different emphases,
2004 Dec 28
2
Varying x-axes ticks
Dear R Users, I have the following situations to plot. x-values (times) : range from 0 to 104 (in weeks) y-values (hazards) : range from 0 to 0.5 Now I want to make a plot of time versus hazards such that in the time axis (i.e x-axis) the values 0-24 occupies half of the axis and the values 25-104 ocupies the rest of the axis. In other words I want to emphasize on first 24
2017 Jul 05
2
Options for bridging channels in a smart bridge
Hello, I am struggling with a problem which I thought would be an easy one : bridging several channels together in a *smart* bridge. I emphasize *smart* : I want my bridge to be a native_rtp one when only two channels are involved, and switch to softmix technology when a third channel comes in. I thought I could use ConfBridge for that, but it creates a bridge that is not smart (it is of
2015 Oct 01
2
[OT} Problem with 90MB Initrd
> On 10/1/2015 6:18 AM, Patrick Masotta via Syslinux wrote: > > > -Gene<<< > > Considering any editing/buffering benefits are only marginal (AFAIK) there are not benefits with the current approach.On the other hand the list of potential problems includes: > > 1) We cannot use the ubiquitous EFI PXEbc protocol forcing us to rely on the (not always present) EFI
2020 Aug 21
3
Clang is a resource hog, the installers for Windows miss quite some files, and are defect!
"Philip Reames" <listmail at philipreames.com> wrote: > Stefan, > > I can't tell if you're intentionally trolling, or are simply oblivious, > but to this observer you have clearly crossed well over the line of > acceptable behavior. Since you seem to have some experience in taking the point of view of a third person: do you find LLVM's
2015 Nov 16
2
Samba 4.1. creates group rights for not existing group.
On 2015-11-16 at 11:14 +0000, Rowland Penny wrote: > On 16/11/15 10:11, Alex Sviridov wrote: > > I use samba 4.1 as dc with acl. I have user with uid 3000023. However, I don't have group with guid 3000023. However, when this user creates a folder samba in acl list creates permissions for group 3000023 and as result I have broken link. How to fix it? > > > > > > Hi,