Skip to content

Commit 7671e2d

Browse files
committed
Docs: fix broken README reference URLs for CRAN/win-builder.
Use doi.org for ACM links; Goldin & Kanellakis CP95 -> Springer LNCS doi.
1 parent 71da34f commit 7671e2d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ bug was fixed), so SAX words and discord positions near a breakpoint may differ
6262
from earlier releases. See the version notes at the bottom.
6363

6464
#### Citing this work:
65-
While RRA was proposed in [8], the code was ported in R to assist for our newer development in SAX parameters optimization: [Grammarviz 3.0](https://dl.acm.org/doi/10.1145/3051126), please cite it: Senin, P., Lin, J., Wang, X., Oates, T., Gandhi, S., Boedihardjo, A.P., Chen, C., Frankenstein, S., [*GrammarViz 3.0: Interactive Discovery of Variable-Length Time Series Patterns*](https://github.com/csdl/techreports/blob/master/techreports/2017/17-04/17-04.pdf), ACM Trans. Knowl. Discov. Data, February 2018. [[Click here for Citation BibTeX]](https://raw.githubusercontent.com/jMotif/SAX/master/citation.bib)
65+
While RRA was proposed in [8], the code was ported in R to assist for our newer development in SAX parameters optimization: [Grammarviz 3.0](https://doi.org/10.1145/3051126), please cite it: Senin, P., Lin, J., Wang, X., Oates, T., Gandhi, S., Boedihardjo, A.P., Chen, C., Frankenstein, S., [*GrammarViz 3.0: Interactive Discovery of Variable-Length Time Series Patterns*](https://github.com/csdl/techreports/blob/master/techreports/2017/17-04/17-04.pdf), ACM Trans. Knowl. Discov. Data, February 2018. [[Click here for Citation BibTeX]](https://raw.githubusercontent.com/jMotif/SAX/master/citation.bib)
6666

6767
#### Notes:
6868
In order to process sets of timeseries with uneven length, pad shorter with NA within the input data frame (list). Window-based SAX discretization procedure (sliding window left to right) will detect NA within right side of sliding window and abandon any further processing for the current time series continuing to the next.
6969

7070
#### References:
7171

7272
[1] Dina Goldin and Paris Kanellakis,
73-
[*On similarity queries for time-series data: Constraint specification and implementation*](https://dl.acm.org/doi/10.1145/726176),
73+
[*On similarity queries for time-series data: Constraint specification and implementation*](https://doi.org/10.1007/3-540-60299-2_9),
7474
In Principles and Practice of Constraint Programming – CP ’95, pages 137–153. (1995)
7575

7676
[2] Keogh, E., Chakrabarti, K., Pazzani, M., & Mehrotra, S.,
@@ -80,7 +80,7 @@ Knowledge and information Systems, 3(3), 263-286. (2001)
8080
[3] Lonardi, S., Lin, J., Keogh, E., & Patel, P.,
8181
[*Finding motifs in time series*](https://scholar.google.com/scholar?cluster=9053042128452360340&hl=en&as_sdt=0,5), In Proc. of the 2nd Workshop on Temporal Data Mining (pp. 53-68). (2002)
8282

83-
[4] Salton, G., Wong, A., Yang., C., [*A vector space model for automatic indexing*](https://dl.acm.org/doi/10.1145/361219.361220), Commun. ACM 18, 11, 613–620, 1975.
83+
[4] Salton, G., Wong, A., Yang., C., [*A vector space model for automatic indexing*](https://doi.org/10.1145/361219.361220), Commun. ACM 18, 11, 613–620, 1975.
8484

8585
[5] Senin Pavel and Malinchik Sergey,
8686
[*SAX-VSM: Interpretable Time Series Classification Using SAX and Vector Space Model.*](https://scholar.google.fr/citations?view_op=view_citation&citation_for_view=pVTcEd8AAAAJ:5nxA0vEk-isC),

cran-comments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Linux may report a non-portable compiler flag (`-mno-omit-leaf-frame-pointer`)
2626
from the system R build; this is injected by the platform R configuration, not
2727
the package Makevars.
2828

29+
Win-builder (R-release 4.6.1 ucrt): 0 errors, 0 warnings, 1 NOTE — broken ACM
30+
URL in README (fixed in subsequent commit). All tests pass on Windows.
31+
2932
## Downstream dependencies
3033

3134
There are no reverse dependencies.

0 commit comments

Comments
 (0)