Skip to content

Commit d96fc85

Browse files
committed
Prepare for CRAN submission
1 parent 0f27bdb commit d96fc85

13 files changed

+176
-178
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: vtreat
22
Type: Package
33
Title: A Statistically Sound 'data.frame' Processor/Conditioner
44
Version: 0.5.32
5-
Date: 2017-04-14
5+
Date: 2017-06-13
66
Author: John Mount, Nina Zumel
77
URL: https://github.com/WinVector/vtreat
88
BugReports: https://github.com/WinVector/vtreat/issues

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
'vtreat' 0.5.32 2017/04/14
2+
'vtreat' 0.5.32 2017/06/13
33

44
Changes:
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ citation('vtreat')
120120
#
121121
# John Mount and Nina Zumel (2017). vtreat: A Statistically Sound
122122
# 'data.frame' Processor/Conditioner. R package version 0.5.31.
123-
# https://github.com/WinVector/vtreat
123+
# https://CRAN.R-project.org/package=vtreat
124124
#
125125
# A BibTeX entry for LaTeX users is
126126
#
@@ -129,7 +129,7 @@ citation('vtreat')
129129
# author = {John Mount and Nina Zumel},
130130
# year = {2017},
131131
# note = {R package version 0.5.31},
132-
# url = {https://github.com/WinVector/vtreat},
132+
# url = {https://CRAN.R-project.org/package=vtreat},
133133
# }
134134
#
135135
# ATTENTION: This citation information has been auto-generated from

cran-comments.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11

22
## Test environments
33

4-
5-
* local OS X install x86_64-apple-darwin13.4.0 (64-bit)
6-
* using R version 3.3.3 (2017-03-06)
4+
* using R version 3.4.0 (2017-04-21)
5+
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
76
* win-builder (devel and release)
87

9-
## R CMD check --as-cran vtreat_0.5.31.tar.gz
10-
8+
## R CMD check --as-cran vtreat_0.5.32.tar.gz
119

12-
* using R version 3.3.3 (2017-03-06)
13-
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
10+
* using R version 3.4.0 (2017-04-21)
11+
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
1412
* using session charset: UTF-8
1513
* using option ‘--as-cran’
1614

17-
1815
R CMD check results
1916

17+
Note_to_CRAN_maintainers
18+
Maintainer: ‘John Mount <[email protected]>
19+
2020
Status: OK
2121

22-
Note_to_CRAN_maintainers
23-
Maintainer: ‘John Mount <[email protected]>
2422

2523
## Downstream dependencies
2624

inst/doc/vtreat.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<head>
66

7-
<meta charset="utf-8">
7+
<meta charset="utf-8" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<meta name="generator" content="pandoc" />
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212

1313
<meta name="author" content="John Mount, Nina Zumel" />
1414

15-
<meta name="date" content="2017-04-14" />
15+
<meta name="date" content="2017-06-13" />
1616

1717
<title>vtreat package</title>
1818

@@ -70,7 +70,7 @@
7070

7171
<h1 class="title toc-ignore">vtreat package</h1>
7272
<h4 class="author"><em>John Mount, Nina Zumel</em></h4>
73-
<h4 class="date"><em>2017-04-14</em></h4>
73+
<h4 class="date"><em>2017-06-13</em></h4>
7474

7575

7676

@@ -137,15 +137,15 @@ <h2>A Categorical Outcome Example</h2>
137137
## 3 c 30
138138
## 4 &lt;NA&gt; NA</code></pre>
139139
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">treatmentsC &lt;-<span class="st"> </span><span class="kw">designTreatmentsC</span>(dTrainC,<span class="kw">colnames</span>(dTrainC),<span class="st">'y'</span>,<span class="ot">TRUE</span>)</code></pre></div>
140-
<pre><code>## [1] &quot;desigining treatments Fri Apr 14 09:32:24 2017&quot;
141-
## [1] &quot;designing treatments Fri Apr 14 09:32:24 2017&quot;
142-
## [1] &quot; have level statistics Fri Apr 14 09:32:24 2017&quot;
143-
## [1] &quot;design var x Fri Apr 14 09:32:24 2017&quot;
144-
## [1] &quot;design var z Fri Apr 14 09:32:24 2017&quot;
145-
## [1] &quot; scoring treatments Fri Apr 14 09:32:24 2017&quot;
146-
## [1] &quot;have treatment plan Fri Apr 14 09:32:24 2017&quot;
147-
## [1] &quot;rescoring complex variables Fri Apr 14 09:32:24 2017&quot;
148-
## [1] &quot;done rescoring complex variables Fri Apr 14 09:32:24 2017&quot;</code></pre>
140+
<pre><code>## [1] &quot;desigining treatments Tue Jun 13 17:48:02 2017&quot;
141+
## [1] &quot;designing treatments Tue Jun 13 17:48:02 2017&quot;
142+
## [1] &quot; have level statistics Tue Jun 13 17:48:02 2017&quot;
143+
## [1] &quot;design var x Tue Jun 13 17:48:02 2017&quot;
144+
## [1] &quot;design var z Tue Jun 13 17:48:02 2017&quot;
145+
## [1] &quot; scoring treatments Tue Jun 13 17:48:02 2017&quot;
146+
## [1] &quot;have treatment plan Tue Jun 13 17:48:02 2017&quot;
147+
## [1] &quot;rescoring complex variables Tue Jun 13 17:48:02 2017&quot;
148+
## [1] &quot;done rescoring complex variables Tue Jun 13 17:48:02 2017&quot;</code></pre>
149149
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">print</span>(treatmentsC)</code></pre></div>
150150
<pre><code>## $treatments
151151
## $treatments[[1]]
@@ -264,15 +264,15 @@ <h2>A Numeric Outcome Example</h2>
264264
## 3 c 30
265265
## 4 &lt;NA&gt; NA</code></pre>
266266
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">treatmentsN =<span class="st"> </span><span class="kw">designTreatmentsN</span>(dTrainN,<span class="kw">colnames</span>(dTrainN),<span class="st">'y'</span>)</code></pre></div>
267-
<pre><code>## [1] &quot;desigining treatments Fri Apr 14 09:32:24 2017&quot;
268-
## [1] &quot;designing treatments Fri Apr 14 09:32:24 2017&quot;
269-
## [1] &quot; have level statistics Fri Apr 14 09:32:24 2017&quot;
270-
## [1] &quot;design var x Fri Apr 14 09:32:24 2017&quot;
271-
## [1] &quot;design var z Fri Apr 14 09:32:24 2017&quot;
272-
## [1] &quot; scoring treatments Fri Apr 14 09:32:24 2017&quot;
273-
## [1] &quot;have treatment plan Fri Apr 14 09:32:24 2017&quot;
274-
## [1] &quot;rescoring complex variables Fri Apr 14 09:32:24 2017&quot;
275-
## [1] &quot;done rescoring complex variables Fri Apr 14 09:32:24 2017&quot;</code></pre>
267+
<pre><code>## [1] &quot;desigining treatments Tue Jun 13 17:48:02 2017&quot;
268+
## [1] &quot;designing treatments Tue Jun 13 17:48:02 2017&quot;
269+
## [1] &quot; have level statistics Tue Jun 13 17:48:02 2017&quot;
270+
## [1] &quot;design var x Tue Jun 13 17:48:02 2017&quot;
271+
## [1] &quot;design var z Tue Jun 13 17:48:02 2017&quot;
272+
## [1] &quot; scoring treatments Tue Jun 13 17:48:02 2017&quot;
273+
## [1] &quot;have treatment plan Tue Jun 13 17:48:02 2017&quot;
274+
## [1] &quot;rescoring complex variables Tue Jun 13 17:48:02 2017&quot;
275+
## [1] &quot;done rescoring complex variables Tue Jun 13 17:48:02 2017&quot;</code></pre>
276276
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">print</span>(treatmentsN)</code></pre></div>
277277
<pre><code>## $treatments
278278
## $treatments[[1]]
@@ -409,7 +409,7 @@ <h2>A Numeric Outcome Example</h2>
409409
(function () {
410410
var script = document.createElement("script");
411411
script.type = "text/javascript";
412-
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
412+
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
413413
document.getElementsByTagName("head")[0].appendChild(script);
414414
})();
415415
</script>

inst/doc/vtreatCrossFrames.html

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<head>
66

7-
<meta charset="utf-8">
7+
<meta charset="utf-8" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<meta name="generator" content="pandoc" />
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212

1313
<meta name="author" content="John Mount, Nina Zumel" />
1414

15-
<meta name="date" content="2017-04-14" />
15+
<meta name="date" content="2017-06-13" />
1616

1717
<title>vtreat cross frames</title>
1818

@@ -70,7 +70,7 @@
7070

7171
<h1 class="title toc-ignore">vtreat cross frames</h1>
7272
<h4 class="author"><em>John Mount, Nina Zumel</em></h4>
73-
<h4 class="date"><em>2017-04-14</em></h4>
73+
<h4 class="date"><em>2017-06-13</em></h4>
7474

7575

7676

@@ -117,18 +117,18 @@ <h2>The Wrong Way</h2>
117117
<span class="st">'y'</span>,<span class="ot">TRUE</span>,
118118
<span class="dt">rareCount=</span><span class="dv">0</span> <span class="co"># Note: usually want rareCount&gt;0, setting to zero to illustrate problem</span>
119119
)</code></pre></div>
120-
<pre><code>## [1] &quot;desigining treatments Fri Apr 14 09:32:25 2017&quot;
121-
## [1] &quot;designing treatments Fri Apr 14 09:32:25 2017&quot;
122-
## [1] &quot; have level statistics Fri Apr 14 09:32:25 2017&quot;
123-
## [1] &quot;design var xBad1 Fri Apr 14 09:32:25 2017&quot;
124-
## [1] &quot;design var xBad2 Fri Apr 14 09:32:25 2017&quot;
125-
## [1] &quot;design var xBad3 Fri Apr 14 09:32:25 2017&quot;
126-
## [1] &quot;design var xGood1 Fri Apr 14 09:32:25 2017&quot;
127-
## [1] &quot;design var xGood2 Fri Apr 14 09:32:25 2017&quot;
128-
## [1] &quot; scoring treatments Fri Apr 14 09:32:25 2017&quot;
129-
## [1] &quot;have treatment plan Fri Apr 14 09:32:25 2017&quot;
130-
## [1] &quot;rescoring complex variables Fri Apr 14 09:32:25 2017&quot;
131-
## [1] &quot;done rescoring complex variables Fri Apr 14 09:32:25 2017&quot;</code></pre>
120+
<pre><code>## [1] &quot;desigining treatments Tue Jun 13 17:48:02 2017&quot;
121+
## [1] &quot;designing treatments Tue Jun 13 17:48:02 2017&quot;
122+
## [1] &quot; have level statistics Tue Jun 13 17:48:03 2017&quot;
123+
## [1] &quot;design var xBad1 Tue Jun 13 17:48:03 2017&quot;
124+
## [1] &quot;design var xBad2 Tue Jun 13 17:48:03 2017&quot;
125+
## [1] &quot;design var xBad3 Tue Jun 13 17:48:03 2017&quot;
126+
## [1] &quot;design var xGood1 Tue Jun 13 17:48:03 2017&quot;
127+
## [1] &quot;design var xGood2 Tue Jun 13 17:48:03 2017&quot;
128+
## [1] &quot; scoring treatments Tue Jun 13 17:48:03 2017&quot;
129+
## [1] &quot;have treatment plan Tue Jun 13 17:48:03 2017&quot;
130+
## [1] &quot;rescoring complex variables Tue Jun 13 17:48:03 2017&quot;
131+
## [1] &quot;done rescoring complex variables Tue Jun 13 17:48:03 2017&quot;</code></pre>
132132
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">dTrainTreated &lt;-<span class="st"> </span>vtreat::<span class="kw">prepare</span>(treatments,dTrain,
133133
<span class="dt">pruneSig=</span><span class="kw">c</span>() <span class="co"># Note: usually want pruneSig to be a small fraction, setting to null to illustrate problems</span>
134134
)
@@ -197,18 +197,18 @@ <h2>The Right Way: A Calibration Set</h2>
197197
<span class="st">'y'</span>,<span class="ot">TRUE</span>,
198198
<span class="dt">rareCount=</span><span class="dv">0</span> <span class="co"># Note: usually want rareCount&gt;0, setting to zero to illustrate problem</span>
199199
)</code></pre></div>
200-
<pre><code>## [1] &quot;desigining treatments Fri Apr 14 09:32:25 2017&quot;
201-
## [1] &quot;designing treatments Fri Apr 14 09:32:25 2017&quot;
202-
## [1] &quot; have level statistics Fri Apr 14 09:32:25 2017&quot;
203-
## [1] &quot;design var xBad1 Fri Apr 14 09:32:25 2017&quot;
204-
## [1] &quot;design var xBad2 Fri Apr 14 09:32:25 2017&quot;
205-
## [1] &quot;design var xBad3 Fri Apr 14 09:32:25 2017&quot;
206-
## [1] &quot;design var xGood1 Fri Apr 14 09:32:25 2017&quot;
207-
## [1] &quot;design var xGood2 Fri Apr 14 09:32:25 2017&quot;
208-
## [1] &quot; scoring treatments Fri Apr 14 09:32:25 2017&quot;
209-
## [1] &quot;have treatment plan Fri Apr 14 09:32:25 2017&quot;
210-
## [1] &quot;rescoring complex variables Fri Apr 14 09:32:25 2017&quot;
211-
## [1] &quot;done rescoring complex variables Fri Apr 14 09:32:26 2017&quot;</code></pre>
200+
<pre><code>## [1] &quot;desigining treatments Tue Jun 13 17:48:03 2017&quot;
201+
## [1] &quot;designing treatments Tue Jun 13 17:48:03 2017&quot;
202+
## [1] &quot; have level statistics Tue Jun 13 17:48:03 2017&quot;
203+
## [1] &quot;design var xBad1 Tue Jun 13 17:48:03 2017&quot;
204+
## [1] &quot;design var xBad2 Tue Jun 13 17:48:03 2017&quot;
205+
## [1] &quot;design var xBad3 Tue Jun 13 17:48:03 2017&quot;
206+
## [1] &quot;design var xGood1 Tue Jun 13 17:48:03 2017&quot;
207+
## [1] &quot;design var xGood2 Tue Jun 13 17:48:03 2017&quot;
208+
## [1] &quot; scoring treatments Tue Jun 13 17:48:03 2017&quot;
209+
## [1] &quot;have treatment plan Tue Jun 13 17:48:03 2017&quot;
210+
## [1] &quot;rescoring complex variables Tue Jun 13 17:48:03 2017&quot;
211+
## [1] &quot;done rescoring complex variables Tue Jun 13 17:48:04 2017&quot;</code></pre>
212212
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">dTrainTreated &lt;-<span class="st"> </span>vtreat::<span class="kw">prepare</span>(treatments,dTrain,
213213
<span class="dt">pruneSig=</span>pruneSig)
214214
newvars &lt;-<span class="st"> </span><span class="kw">setdiff</span>(<span class="kw">colnames</span>(dTrainTreated),<span class="st">'y'</span>)
@@ -392,7 +392,7 @@ <h3>Example</h3>
392392
(function () {
393393
var script = document.createElement("script");
394394
script.type = "text/javascript";
395-
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
395+
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
396396
document.getElementsByTagName("head")[0].appendChild(script);
397397
})();
398398
</script>

inst/doc/vtreatGrouping.html

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

inst/doc/vtreatOverfit.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<head>
66

7-
<meta charset="utf-8">
7+
<meta charset="utf-8" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<meta name="generator" content="pandoc" />
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212

1313
<meta name="author" content="John Mount, Nina Zumel" />
1414

15-
<meta name="date" content="2017-04-14" />
15+
<meta name="date" content="2017-06-13" />
1616

1717
<title>vtreat overfit</title>
1818

@@ -70,7 +70,7 @@
7070

7171
<h1 class="title toc-ignore">vtreat overfit</h1>
7272
<h4 class="author"><em>John Mount, Nina Zumel</em></h4>
73-
<h4 class="date"><em>2017-04-14</em></h4>
73+
<h4 class="date"><em>2017-06-13</em></h4>
7474

7575

7676

@@ -96,14 +96,14 @@ <h2>Bad Practice: Using the same data to treat and to train</h2>
9696
treatments &lt;-<span class="st"> </span>vtreat::<span class="kw">designTreatmentsC</span>(dTrain,<span class="st">'x'</span>,<span class="st">'y'</span>,<span class="ot">TRUE</span>,
9797
<span class="dt">rareCount=</span><span class="dv">0</span> <span class="co"># Note: usually want rareCount&gt;0, setting to zero to illustrate problem</span>
9898
)</code></pre></div>
99-
<pre><code>## [1] &quot;desigining treatments Fri Apr 14 09:32:28 2017&quot;
100-
## [1] &quot;designing treatments Fri Apr 14 09:32:28 2017&quot;
101-
## [1] &quot; have level statistics Fri Apr 14 09:32:28 2017&quot;
102-
## [1] &quot;design var x Fri Apr 14 09:32:28 2017&quot;
103-
## [1] &quot; scoring treatments Fri Apr 14 09:32:28 2017&quot;
104-
## [1] &quot;have treatment plan Fri Apr 14 09:32:28 2017&quot;
105-
## [1] &quot;rescoring complex variables Fri Apr 14 09:32:28 2017&quot;
106-
## [1] &quot;done rescoring complex variables Fri Apr 14 09:32:29 2017&quot;</code></pre>
99+
<pre><code>## [1] &quot;desigining treatments Tue Jun 13 17:48:07 2017&quot;
100+
## [1] &quot;designing treatments Tue Jun 13 17:48:07 2017&quot;
101+
## [1] &quot; have level statistics Tue Jun 13 17:48:07 2017&quot;
102+
## [1] &quot;design var x Tue Jun 13 17:48:07 2017&quot;
103+
## [1] &quot; scoring treatments Tue Jun 13 17:48:08 2017&quot;
104+
## [1] &quot;have treatment plan Tue Jun 13 17:48:08 2017&quot;
105+
## [1] &quot;rescoring complex variables Tue Jun 13 17:48:08 2017&quot;
106+
## [1] &quot;done rescoring complex variables Tue Jun 13 17:48:08 2017&quot;</code></pre>
107107
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">dTrainTreated &lt;-<span class="st"> </span>vtreat::<span class="kw">prepare</span>(treatments,dTrain,
108108
<span class="dt">pruneSig=</span><span class="kw">c</span>() <span class="co"># Note: usually want pruneSig to be a small fraction, setting to null to illustrate problem</span>
109109
)
@@ -195,14 +195,14 @@ <h2>Correct Practice 1/2: Use different data to treat and train</h2>
195195
<span class="dt">rareCount=</span><span class="dv">0</span>, <span class="co"># Note set this to something larger, like 5</span>
196196
<span class="dt">rareSig=</span><span class="kw">c</span>() <span class="co"># Note set this to something like 0.3</span>
197197
)</code></pre></div>
198-
<pre><code>## [1] &quot;desigining treatments Fri Apr 14 09:32:29 2017&quot;
199-
## [1] &quot;designing treatments Fri Apr 14 09:32:29 2017&quot;
200-
## [1] &quot; have level statistics Fri Apr 14 09:32:29 2017&quot;
201-
## [1] &quot;design var x Fri Apr 14 09:32:29 2017&quot;
202-
## [1] &quot; scoring treatments Fri Apr 14 09:32:29 2017&quot;
203-
## [1] &quot;have treatment plan Fri Apr 14 09:32:29 2017&quot;
204-
## [1] &quot;rescoring complex variables Fri Apr 14 09:32:29 2017&quot;
205-
## [1] &quot;done rescoring complex variables Fri Apr 14 09:32:29 2017&quot;</code></pre>
198+
<pre><code>## [1] &quot;desigining treatments Tue Jun 13 17:48:08 2017&quot;
199+
## [1] &quot;designing treatments Tue Jun 13 17:48:08 2017&quot;
200+
## [1] &quot; have level statistics Tue Jun 13 17:48:08 2017&quot;
201+
## [1] &quot;design var x Tue Jun 13 17:48:08 2017&quot;
202+
## [1] &quot; scoring treatments Tue Jun 13 17:48:08 2017&quot;
203+
## [1] &quot;have treatment plan Tue Jun 13 17:48:08 2017&quot;
204+
## [1] &quot;rescoring complex variables Tue Jun 13 17:48:08 2017&quot;
205+
## [1] &quot;done rescoring complex variables Tue Jun 13 17:48:08 2017&quot;</code></pre>
206206
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">dTrainTreated &lt;-<span class="st"> </span>vtreat::<span class="kw">prepare</span>(treatments,dTrain,
207207
<span class="dt">pruneSig=</span><span class="kw">c</span>() <span class="co"># Note: set this to filter, like 0.05 or 1/nvars</span>
208208
)
@@ -331,7 +331,7 @@ <h2>Correct Practice 2/2: Use simulated out of sample methods (cross methods)</h
331331
(function () {
332332
var script = document.createElement("script");
333333
script.type = "text/javascript";
334-
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
334+
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
335335
document.getElementsByTagName("head")[0].appendChild(script);
336336
})();
337337
</script>

inst/doc/vtreatRareLevels.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<head>
66

7-
<meta charset="utf-8">
7+
<meta charset="utf-8" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<meta name="generator" content="pandoc" />
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212

1313
<meta name="author" content="John Mount" />
1414

15-
<meta name="date" content="2017-04-14" />
15+
<meta name="date" content="2017-06-13" />
1616

1717
<title>vtreat Rare Levels</title>
1818

@@ -70,7 +70,7 @@
7070

7171
<h1 class="title toc-ignore">vtreat Rare Levels</h1>
7272
<h4 class="author"><em>John Mount</em></h4>
73-
<h4 class="date"><em>2017-04-14</em></h4>
73+
<h4 class="date"><em>2017-06-13</em></h4>
7474

7575

7676

@@ -200,7 +200,7 @@ <h4 class="date"><em>2017-04-14</em></h4>
200200
(function () {
201201
var script = document.createElement("script");
202202
script.type = "text/javascript";
203-
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
203+
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
204204
document.getElementsByTagName("head")[0].appendChild(script);
205205
})();
206206
</script>

0 commit comments

Comments
 (0)