Displaying 20 results from an estimated 37951 matches for "manual".
2015 Sep 07
2
Build rpm package for R-MKL
...dora instrcutions[0] to create the package. As a base, I use
the R-3.2.2.src.rpm.
I am left with this error:
------------------------------------------
installing R info pages ...
updating '/usr/share/info/dir' ...
make[1]: Leaving directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.2/doc/manual'
+ mv doc/manual/R-exts.texi.spot doc/manual/R-exts.texi
mv: cannot stat 'doc/manual/R-exts.texi.spot': No such file or directory
---------------------------------------
There is indeed no doc/manual/R-exts.texi.spot file. This make
instruction comes form this in R.spec:
---------
%if...
2014 Jun 03
2
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...desc = "Main comm UPS"
battery_min = 11
battery_max = 13.6
This is how the things need to be specified, right?
In any event, I pulled the whole tree but its build fails as follows:
make[2]: Entering directory `/home/bruda/nut-master/docs/man'
Using existing upsclient.3 manual page, since 'asciidoc' was not found.
Using existing upscli_add_host_cert.3 manual page, since 'asciidoc' was not found.
Using existing upscli_cleanup.3 manual page, since 'asciidoc' was not found.
Using existing upscli_connect.3 manual page, since 'asciidoc' was not...
2015 Sep 09
2
Build R form source - manuals
I built R form source succesfully on my Fedora 22 box. No errors.
I can read there is an issue with some manuals at build time when
running makeinfo, especially these two:
doc/manual/R-exts.texi
cp doc/manual/R-intro.texi
Some distro have hacks about makeinfo 5 in their build script.
I wonder if some manuals are broken but couldn't see it when running make.
May someone tells me more about this issue a...
2014 Jun 03
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
...battery_min = 11
> battery_max = 13.6
>
> This is how the things need to be specified, right?
Yes.
> In any event, I pulled the whole tree but its build fails as follows:
>
> make[2]: Entering directory `/home/bruda/nut-master/docs/man'
> Using existing upsclient.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_add_host_cert.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_cleanup.3 manual page, since 'asciidoc' was not found.
> Using existing upscli_connect.3 manual page, since 'asciid...
2015 Jan 26
2
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
..., is changing
significantly for R 3.2.0, I am trying to build R-devel in
preparation. When running `make rinstaller`, I get the following
error:
cp -p ../../../etc/x64/Makeconf R-devel/etc/x64
mkdir -p R-devel/doc
cp -p ../../../doc/CRAN_mirrors.csv R-devel/doc
mkdir -p R-devel/doc/manual/images
cp -pR ../../../doc/html R-devel/doc
cp -p ../../../doc/manual/*.html ../../../doc/manual/*.pdf \
R-devel/doc/manual
cp: cannot stat '../../../doc/manual/*.html': No such file or directory
make[1]: *** [imagedir] Error 1
make[1]: Leaving directory `/cygdrive...
2009 Sep 13
2
How can I get "predict.lm" results with manual calculations ? (a floating point problem)
...?"
http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f
*My story* is this:
I wish to run many lm predictions and need to have them run fast.
Using predict.lm is relatively slow, so I tried having it run faster by
doing the prediction calculations manually.
But doing that gave me problematic results (I won't go into the details of
how I found that out).
I then discovered that the problem was that the manual calculations I used
for the lm predictions yielded different results than that of predict.lm,
*here is an example*:
predict.lm.diff.from...
2009 Aug 10
5
Example scripts for R Manual
Hi,
I am wondering if some experienced users would help put the
ready-to-run code of the examples in the manuals. It would help new
users learn R faster by putting all the examples in an ready-to-run R
script file. Can somebody help do so sometime and post the code along
with the pdf manuals?
http://cran.r-project.org/manuals.html
Regards,
Peng
2012 Nov 10
11
Seeking contributors for Lustre User Manual
In hopes of improving the quality, coverage, and currency of the Lustre
User Manual, I''m putting out a call to the Lustre community for
contributors to this important resource.
The user manual is especially important for new users to Lustre, but has
fallen into some disrepair now that there is no longer a dedicated
documentation writer for it. As well, there are many se...
2012 Nov 10
11
Seeking contributors for Lustre User Manual
In hopes of improving the quality, coverage, and currency of the Lustre
User Manual, I''m putting out a call to the Lustre community for
contributors to this important resource.
The user manual is especially important for new users to Lustre, but has
fallen into some disrepair now that there is no longer a dedicated
documentation writer for it. As well, there are many se...
2006 Aug 02
3
faster? database search or rewriting objects
I''m having an argument with my son :) I have a table with about 1500
objects called entries. I need to do something with about 100 of them
(schedule manually) I say I should just mark them with a boolean when I
have scheduled them. (manual == true) My son says I should pull them out of
the entries table and copy them to new objects (lets call them "manual"
objects, and store them in the their own table called manuals.
I argue that the dat...
2003 Jul 21
2
missing permissions in reference manual copyright page (PR#3528)
Hi,
I noticed that the R reference manual seems to be missing the license
permissions on the copyright page. Below is a patch to "refman.top"
which adds the same permissions as the @permission{} macro in
"R-defs.texi".
I'm filing this bug as I have been preparing to publish the R
Reference Manual (in several volum...
2016 Jan 21
2
html manual files nonfunctional
R help.start() opens a web browser as expected, but the ?Manual? html links
are dead (although the ?Reference? and ?Miscellaneous Materials? html links
do work). I get a similar problem from within RStudio.
I?d like to get pointy-clicky html manuals working, to help migrate users
from SAS to R.
I do see R manuals on this system from the EPEL R rpm's in...
2005 Sep 02
2
Reference manual is not available in the help menu of the rgui
Dear R list,
I have installed R 2.1.1 for Windows. In the help menu
of the Rgui I can load all manuals except the
reference manual. I downloaded the reference manual
from the cran-site separately and saved it into the
same folder as the other manuals but still it is not
available in the menu. How can I solve this problem?
Thank your for the help
2011 Mar 16
3
[LLVMdev] Long-Term ISel Design
...e times (once at legalize and again at isel).
2. Sometimes DAGs are legal in some contexts but not others and it is a
pain to deal with. A good example is VBROADCAST, where a <0,0,0,0>
shuffle is natively supported if the source vector is in memory.
Otherwise it's not legal and manual lowering is required. In this
case the legality check is doing the DAG match by hand, replicating
what TableGen-produced code already does.
These two examples are related: we're duplicating functionality manually
that's already available automatically.
As I've been thinking abo...
2006 Feb 07
7
What happens to manuals.rubyonrails.com?
Hi guys,
does anyone know what happened to the manuals site? I have not been
able to connect to http://manuals.rubyonrails.com for two days (I
started reading all about RoR yesterday and finished most of the
tutorials i could gather, and really enjoyed playing with the rails).
TIA!
-xiheng
--
Posted with http://DevLists.com. Sign up and sav...
2014 Jun 01
0
Tripp Lite SMART3000RM2U (protocol 3003) running time and charge?
On May 24, 2014, at 5:49 PM, Stefan Bruda wrote:
>> Don't worry about the battery physical properties for now - the
>> problem there is that we don't have enough information from the UPS
>> to do a proper calculation. With the V_interval[] settings, you can
>> tweak the new state-of-charge calculation to match what you see via
>> upsc when the battery is
2020 Nov 05
1
How to use mainline clang/llvm with CMake
...o use mainline LLVM in CMake?
Thanks.
Rakur.
PS:
Complete verbose compile logs are available at https://pastebin.com/p3U2EQ1h
Im adding excerpt of compile/link commands and output logs below in this mail too.
It produces the following compilation command:
/Users/user/workspace/github/clang_build/manual/llvm-project/_install/Toolchains/LLVM12.0.0git.xctoolchain/usr/bin/clang++ -isystem /Users/user/workspace/github/clang_build/manual/llvm-project/_install/Toolchains/LLVM12.0.0git.xctoolchain/usr/include/c++/v1 -g -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Deve...
2013 Jul 29
3
nut package with Riello UPS support
...ng all in clients
Making all in conf
Making all in data
Making all in html
Making all in tools
Making all in .
Making all in nut-scanner
make all-am
Regenerating the SNMP helper files.
Regenerating the USB helper files.
Making all in docs
Making all in .
Making all in man
Using existing nut.conf.5 manual page, since 'asciidoc' was not found.
Using existing ups.conf.5 manual page, since 'asciidoc' was not found.
Using existing upsd.conf.5 manual page, since 'asciidoc' was not found.
Using existing upsd.users.5 manual page, since 'asciidoc' was not found.
Using existin...
2010 Mar 29
18
please decrypt your manuals
I. most of ssh manual and all sshd manual present server and client as one machine, called host. All files mentioned are placed on one machine. This is incorrect, and makes the explanation unclear. For example, man sshd SSH_KNOWN_HOSTS FILE FORMAT suggests to copy keys from /etc/ssh/ssh_host_key.pub into /etc/ssh/ssh_kn...
2016 Jan 27
1
html manual files nonfunctional
On 01/26/2016 04:43 PM, Tom Callaway wrote:
> On 01/21/2016 10:38 AM, joe cypherpunk wrote:
>> R help.start() opens a web browser as expected, but the ?Manual? html links
>> are dead (although the ?Reference? and ?Miscellaneous Materials? html links
>> do work). I get a similar problem from within RStudio.
>>
>>
>> I?d like to get pointy-clicky html manuals working, to help migrate users
>> from SAS to R.
>>
>...