File: resources.texi

package info (click to toggle)
r-base 4.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112,924 kB
  • sloc: ansic: 291,338; fortran: 111,889; javascript: 14,798; yacc: 6,154; sh: 5,689; makefile: 5,239; tcl: 4,562; perl: 963; objc: 791; f90: 758; asm: 258; java: 31; sed: 1
file content (94 lines) | stat: -rw-r--r-- 2,138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\input texinfo
@c %**start of header
@setfilename resources.info
@settitle R Resources
@paragraphindent 0
@c %**end of header

@c NOTE:
@c This file is currently written for standalone usage only.
@c If to be included in one the manuals, we need to conditionalize some
@c nodes using @ifset/@ifclear (e.g. with flag STANDALONE), and change
@c the hierarchical section levels with @raisesections/@lowersections.
@c </NOTE>

@ifinfo
@node Top
@sp 1
@center AVAILABLE R RESOURCES
@sp 1
@end ifinfo

@ifhtml
@lowersections
@html
<h1>Other Resources
<img class="toplogo" src="Rlogo.svg" alt="[R logo]">
</h1>
<hr>
@end html
@end ifhtml


@node FAQ
@chapter FAQ

A collection of Frequently Asked Questions and their
answers is maintained by @email{Kurt.Hornik@@R-project.org, Kurt Hornik}
and can be found at the @acronym{URL}

@quotation
@uref{https://CRAN.R-project.org/doc/FAQ/R-FAQ.html}
@end quotation

@ifinfo
A text version is in file @file{FAQ} in this directory, and an
@acronym{HTML} version is available as file @file{doc/manual/R-FAQ.html} and
via the on-line help (on the index page given by @code{help.start()}).
@end ifinfo


@node Mailing lists
@chapter Mailing lists

Thanks to @email{Martin.Maechler@@R-project.org, Martin Maechler} there
are a number of mailing lists which are used by R users and developers.
See

@quotation
@uref{https://www.R-project.org/mail.html}
@end quotation

for details.


@node Archives
@chapter Archives

The Comprehensive R Archive Network (@acronym{CRAN}) is a collection of
sites which carry identical material, consisting of the R
distribution(s), the contributed extensions, documentation for R, and
binaries, with the master site at @uref{https://CRAN.R-project.org/} and
information on daily mirrors available from

@quotation
@uref{https://CRAN.R-project.org/mirrors.html}
@end quotation


@node Bug-tracking system
@chapter Bug-tracking system

R has a bug-tracking system (or perhaps a bug-filing system is a more
precise description) available on the net at

@quotation
@uref{https://bugs.R-project.org/}
@end quotation


@bye

@c Local Variables: ***
@c mode: TeXinfo ***
@c End: ***