Skip to content

Commit 3a67f02

Browse files
author
Johannes Titz
committed
add CRAN vignette url
1 parent 0292944 commit 3a67f02

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ sim4
9494

9595
If the learning rate does not drop much (i.e. *lrate_drop_perc* approaches 1), the influence of total duration (*td_dv*) on the output activation is strong, while the influence of frequency (*f_dv*) is weak. But if the learning rate drops substantially (i.e. *lrate_drop_perc* approaches 0), the opposite is true.
9696

97-
For more details please check out the vignette:
97+
For more details please check out the vignette in R:
9898

9999
```{r echo=TRUE, message=FALSE, warning=FALSE, paged.print=FALSE, eval=FALSE}
100100
vignette("passt")
101101
```
102102

103+
Or on CRAN: https://cran.r-project.org/web/packages/passt/vignettes/passt.html
104+
103105
## Issues and Support
104106
If you find any bugs, please use the issue tracker at:
105107

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,15 @@ activation is strong, while the influence of frequency (*f\_dv*) is
206206
weak. But if the learning rate drops substantially
207207
(i.e. *lrate\_drop\_perc* approaches 0), the opposite is true.
208208

209-
For more details please check out the vignette:
209+
For more details please check out the vignette in R:
210210

211211
``` r
212212
vignette("passt")
213213
```
214214

215+
Or on CRAN:
216+
<https://cran.r-project.org/web/packages/passt/vignettes/passt.html>
217+
215218
## Issues and Support
216219

217220
If you find any bugs, please use the issue tracker at:

0 commit comments

Comments
 (0)