Displaying 20 results from an estimated 126 matches for "prescriptive".
2009 Nov 10
0
[LLVMdev] Prescriptions
Amber and Thomas need a refill. Will you be there at lunchtime today?
2004 Jun 01
0
Prescription Fedex Tracking Number
Checking on order number 040503131300855.
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
In case others find this of value, I wrote a patch to rsync 2.5.6 to
give rsync in --daemon mode the ability to run a pre-transfer and
post-transfer command. These options handle our need to prepare a server
to receive files and to do some processing after receiving files.
The options for /etc/rsyncd.conf are
pretransfer script = /some/command/to/run
posttransfer script =
2007 Nov 25
1
Package Building under Windows with MikTeX 2.6
...Extensions Version 2.5.1 (2007-09-04). Because of its
condensed form it *might* present a true challenge to the uninitiated. I
wish to apologize for not being able to comprehensively follow all of
your "prescriptions", as pointed out in the manual: "This section
contains a lot of prescriptive comments. They are here as a result of
bitter experience. Please do not report problems to R-help unless you
have followed all the prescriptions." Therefore, I hesitated long to
report my problems, but since I spent long hours without any progress, I
simply don't know anymore what to d...
2020 Jun 24
4
Codifying our Brace rules-
...onvinced there's any clear
> benefit to be had by changing our current policy.
>
> I agree. The discussion is also hard to follow, because there are many
> different competing suggestions and opinions. There are a couple of people
> talking about clarifying the rules to be less prescriptive, which seem like
> it is worth discussing.
"Clarifying the rules to be less prescriptive" sounds self-contradictory.
Are you in favor of talking about clarifying the existing guidelines or
changing them to be less prescriptive? Or maybe you want to change them a
little so that they...
2018 Dec 06
4
[cfe-dev] RFC: Modernizing our use of auto
...9;m probably the Nth person to ask this, but what keeps us from promoting the use of a clang-tidy-powered tool that basically emits fixits of s/auto/actual_type/?
Because the tool would need to apply judgement to when this makes sense. If we can’t write an algorithm in coding standards.html to be prescriptive about when to use auto, then I don’t think we can automate this.
-Chris
2011 Aug 11
2
UNC windows path beginning with backslashes: normalizePath bug??
Hi,
Back in June I posted the message below, but had no replies. I've made a
little progress since then so this is to update anyone interested (!) and to
ask for comments.
Brief problem statement:
Under Windows, some parts of R don't handle UNC paths beginning with
backslashes. Specifically
a) Sys.glob() fails to find some files breaking (e.g.) Rcmdr plugins
2016 Oct 24
4
improve 'package not installed' load errors?
Hi R-devel,
One of the more common issues that new R users see, and become stumped
by, is error messages during package load of the form:
> library(ggplot2)
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()),
versionCheck = vI[[j]]) :
there is no package called 'Rcpp'
Error: package or namespace load failed for 'ggplot2'
Typically, error messages of this form
2013 Nov 17
1
FactoMineR
Hola.
Como te dijo Carlos, el problema está en los nombres de las columnas y en
los nombres de las filas. Cuando hice la importación (con
dd<-read.csv('mortality.csv'), tuve problemas con las filas de nombre:
- Malignant tumour of the larynx trachea bronchus and lungs
- Malignant tumour of the lip pharynx and mouth
- Other endocrinological metabolic and nutritional conditions
2018 Jan 26
1
[PATCH] ISOLINUX: Fix checksum calculation in lzo/prepcore.c
The prescription for Boot Info Table says that checksumming begins
at byte 64 of isolinux.bin. When prepcore writes isolinux.bin it begins
copying bytes from the input file at the offset given by variable "start".
But it begins checksumming at offset 64 of the input file.
The problem exists since introduction of prepcore by release 4.00.
ISO 9660 programs usually fix it when they write
2010 Mar 01
1
How do I create a new menu category in GNOME ?
Hi,
The title says it all. My GNOME desktop is in French, so here's what my
standard Applications (same word in french) menu looks like :
Applications > Accessoires (Utilities)
> Bureautique (Office)
> Graphisme (Graphics)
> Internet (Internet)
> Son et vid?o (Sound and Video)
Now I'm currently installing a medical
2008 Mar 26
2
[LLVMdev] Order of operations
...this sum, and the
one you want can be dependent on the source language specification. In
particular, the + operation must not be considered commutative if these
are floating point values and we care about error ranges.
It is not obvious to me from the IR specification how the front end can
specify prescriptively that some particular order of operation is
required.
I'm probably missing something very obvious here.
shap
2018 Apr 03
2
Could not convert sid: NT_STATUS_NO_SUCH_USER
Il 21/02/18 16:20, L.P.H. van Belle ha scritto:
> Hai,
>
> Thank you for having trust in my packages.. :-)
> Now if you use my package, i suggest, do read the howto's also...
> All you need for a good setup on debian stretch is there.
> if anyone find/see's improvements, please tell me... Or change it on github, thats why its there.
>
> First is this an
2014 Jan 21
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
Hi,
> The current states of each of those drives seem to suggest that, with
> those particular values, they would not be ideal for booting
> purposes.
For me as half-educated user all three would look like
"normal" MS-DOS disks. So people buy pitfalls.
I cannot tell whether any of the FATs uses CHS. But the
weird H/C and S/H factors of 2 GB and 8 GB stick are
suspicious
2007 Jun 19
1
BlackBox testing
I am porting SWX (swxformat.org) to Ruby. It''s a data exchange format
that assembles data structures into native SWF bytecode.
Here''s my dilemma: The original SWX implementation (PHP) tests a lot
of methods that wouldn''t be included in the public API (if PHP
properly supported encapsulation that is). The PHP implementation
really only includes a single public
2020 Jun 23
2
Codifying our Brace rules-
I'll note that reading along I haven't found any of the proposed changes
particularly worthwhile. I'm also not strongly opposed to any of them -
I just don't care - but I certainly haven't been convinced there's any
clear benefit to be had by changing our current policy.
Philip
On 6/22/20 1:44 PM, Chris Lattner via llvm-dev wrote:
> For those who don’t like it, is
2004 Jun 18
1
Help with Building an R Package in Windows
Hello R Helpers!
I'm a windows user who is trying to compile a package that was sent to me by a Mac user. The file was of type .tar.gz, I extracted its elements and saved them to my R directory and then followed all of the steps towards building a package found in the readme.packages file of R, ie. installing the tools.
However, I get errors in the command prompt. The readme.packages
2008 Apr 14
0
(PR#11161) Incorrect @INC: Rcmd SHLIB error under Windows
...win
one. Users of 64-bit Windows can use a Win64 Perl (such as that from
ActiveState) if they prefer.
You can't expect to use tools from a different operating system (Cygwin is
effectively a guest OS) with different conventions.
You also missed
@emph{This section contains a lot of prescriptive comments. They are
here as a result of bitter experience. Please do not report problems
to R-help unless you have followed all the prescriptions.}
Do we need to say 'do not report problems to R-help, let alone as bugs
...'?
On Sun, 13 Apr 2008, wolpert at stat.duke.edu wrote:...
2013 Nov 17
0
FactoMineR
Hola,
El problema está con el nombre de las columnas y las filas del fichero que
importas.
Mira este detalle tras hacer la importación:
> names(mort)
[1] "X" "X15.24..79." "X25.34..79."
[4] "X35.44..79." "X45.54..79." "X55.64..79."
[7] "X65.74..79." "X75.84..79."
2008 May 02
2
Return code for running stories
Hi all!
Just wrote a few stories and committed code to a project of mine,
then realized I made a mistake (with the commit, not the code or
tests). It would be nice to put the script
that runs the stories as a pre-commit hook, preventing the commit
from succeeding if the stories fail.
For that, I need to set the right exit code.
In turn, I need to know he result of the tests.
Given the