Hi,
I always use metacran to access package sources.
https://github.com/cran/boot
Tim
On 11.08.2016 06:57, Holger Hoefling wrote:
Hi,
If you are interested in the source code of an entire package in its
original form - you can also download the .tar.gz version of the package
from CRAN. In a .t
Hi,
If you are interested in the source code of an entire package in its
original form - you can also download the .tar.gz version of the package
from CRAN. In a .tar.gz, you find the sources, unlike the .zip for windows,
which is already compiled.
If you are under windows, you can use a program
On 10 August 2016 at 22:14, Ben Bolker wrote:
|
| Easiest way:
|
| library(boot)
| boot.ci
|
| Alternatively, go to https://cran.r-project.org/package=boot ,
| download the tarball, unpack it, and look around in the R/ directory.
Uwe Ligges wrote an 'R Help Desk' piece in R News about thi
Easiest way:
library(boot)
boot.ci
Alternatively, go to https://cran.r-project.org/package=boot ,
download the tarball, unpack it, and look around in the R/ directory.
On 16-08-10 09:42 PM, Marcelo Carvalho Fernandes wrote:
> Hi all!
>
> I am interested in seeing the source code of the bo