... | ... |
@@ -9,9 +9,6 @@ set_cellbench_cache_path(path = "./.CellBenchCache") |
9 | 9 |
\arguments{ |
10 | 10 |
\item{path}{the path to where method caches should be stored} |
11 | 11 |
} |
12 |
-\value{ |
|
13 |
-None |
|
14 |
-} |
|
15 | 12 |
\description{ |
16 | 13 |
Set CellBench cache path |
17 | 14 |
} |
... | ... |
@@ -25,5 +22,5 @@ set_cellbench_cache_path(file.path(tempdir(), ".CellBenchCache")) |
25 | 22 |
|
26 | 23 |
} |
27 | 24 |
\seealso{ |
28 |
-[cache_method()] |
|
25 |
+[cache_method()] for constructing cached methods. |
|
29 | 26 |
} |
... | ... |
@@ -17,9 +17,11 @@ Set CellBench cache path |
17 | 17 |
} |
18 | 18 |
\examples{ |
19 | 19 |
\dontrun{ |
20 |
-set_cellbench_cache_path(".CellBenchCache")) # hidden folder in local path |
|
20 |
+# hidden folder in local path |
|
21 |
+set_cellbench_cache_path(".CellBenchCache")) |
|
21 | 22 |
} |
22 |
-set_cellbench_cache_path(file.path(tempdir(), ".CellBenchCache")) # store in temp directory valid for this session |
|
23 |
+# store in temp directory valid for this session |
|
24 |
+set_cellbench_cache_path(file.path(tempdir(), ".CellBenchCache")) |
|
23 | 25 |
|
24 | 26 |
} |
25 | 27 |
\seealso{ |
... | ... |
@@ -17,9 +17,9 @@ Set CellBench cache path |
17 | 17 |
} |
18 | 18 |
\examples{ |
19 | 19 |
\dontrun{ |
20 |
-set_cellbench_cache(".CellBenchCache")) # hidden folder in local path |
|
20 |
+set_cellbench_cache_path(".CellBenchCache")) # hidden folder in local path |
|
21 | 21 |
} |
22 |
-set_cellbench_cache(file.path(tempdir(), ".CellBenchCache")) # store in temp directory valid for this session |
|
22 |
+set_cellbench_cache_path(file.path(tempdir(), ".CellBenchCache")) # store in temp directory valid for this session |
|
23 | 23 |
|
24 | 24 |
} |
25 | 25 |
\seealso{ |
... | ... |
@@ -9,13 +9,17 @@ set_cellbench_cache_path(path = "./.CellBenchCache") |
9 | 9 |
\arguments{ |
10 | 10 |
\item{path}{the path to where method caches should be stored} |
11 | 11 |
} |
12 |
+\value{ |
|
13 |
+None |
|
14 |
+} |
|
12 | 15 |
\description{ |
13 | 16 |
Set CellBench cache path |
14 | 17 |
} |
15 | 18 |
\examples{ |
16 | 19 |
\dontrun{ |
17 |
-set_cellbench_cache_path(path = ".CellBenchCache") |
|
20 |
+set_cellbench_cache(".CellBenchCache")) # hidden folder in local path |
|
18 | 21 |
} |
22 |
+set_cellbench_cache(file.path(tempdir(), ".CellBenchCache")) # store in temp directory valid for this session |
|
19 | 23 |
|
20 | 24 |
} |
21 | 25 |
\seealso{ |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/set_options.R |
|
3 |
+\name{set_cellbench_cache_path} |
|
4 |
+\alias{set_cellbench_cache_path} |
|
5 |
+\title{Set CellBench cache path} |
|
6 |
+\usage{ |
|
7 |
+set_cellbench_cache_path(path = "./.CellBenchCache") |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{path}{the path to where method caches should be stored} |
|
11 |
+} |
|
12 |
+\description{ |
|
13 |
+Set CellBench cache path |
|
14 |
+} |
|
15 |
+\examples{ |
|
16 |
+\dontrun{ |
|
17 |
+set_cellbench_cache_path(path = ".CellBenchCache") |
|
18 |
+} |
|
19 |
+ |
|
20 |
+} |
|
21 |
+\seealso{ |
|
22 |
+[cache_method()] |
|
23 |
+} |