Skip to content

Commit 5d9ef43

Browse files
authored
disambiguate parallel vignette (testthat also has one) (#13)
1 parent 298e573 commit 5d9ef43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HighPerformanceComputing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Direct support in R started with release 2.14.0 which includes a new package **p
3737
incorporating (slightly revised) copies of packages multicore and `r pkg("snow", priority =
3838
"core")`. Some types of clusters are not handled directly by the base package 'parallel'. However,
3939
and as explained in the package vignette, the parts of parallel which provide `r pkg("snow")` -like
40-
functions will accept `r pkg("snow")` clusters including MPI clusters. Use `vignette("parallel")` to
40+
functions will accept `r pkg("snow")` clusters including MPI clusters. Use `vignette("parallel", package="parallel")` to
4141
view the package vignette.\ The **parallel** package also contains support for multiple RNG streams
4242
following L'Ecuyer et al (2002), with support for both mclapply and snow clusters.\ The version
4343
released for R 2.14.0 contains base functionality: higher-level convenience functions are planned

0 commit comments

Comments
 (0)