Skip to content

Commit 04cdda7

Browse files
committed
Add the vignette.rds file in the build/ folder
1 parent 0cb4828 commit 04cdda7

File tree

7 files changed

+10
-16
lines changed

7 files changed

+10
-16
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
^README.md
55
^\.github$
66
^CRAN-SUBMISSION$
7+
^doc$
8+
^Meta$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ vignettes/*.html
77
vignettes/*.R
88

99
inst/doc/*.html
10+
/doc/
11+
/Meta/

CRAN-SUBMISSION

Lines changed: 0 additions & 3 deletions
This file was deleted.

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ Package: SLSEdesign
22
Title: Optimal Regression Design under the Second-Order Least Squares Estimator
33
Version: 0.0.1
44
Authors@R:
5-
c(person(given = "Chi-Kuang",
6-
family = "Yeh",
5+
c(person(given = "Chi-Kuang", family = "Yeh",
76
role = c("aut", "cre"),
87
email = "[email protected]",
98
comment = c(ORCID = "0000-0001-7057-2096")),
10-
person(given = "Julie",
11-
family = "Zhou",
9+
person(given = "Julie", family = "Zhou",
1210
role = c("aut", "ctb")))
1311
Description: With given inputs that includes number of points, design space, measure skewness, models and parameter value, this package calculates the objective value, optimal designs and plot the equivalence theory under A- and D-optimal criteria under the second-order Least squares estimator. This package is based on the paper "Properties of optimal regression designs under the second-order least squares estimator" by Chi-Kuang Yeh and Julie Zhou (2021) <doi:10.1007/s00362-018-01076-6>.
1412
License: GPL-3

SLSEdesign.Rproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ StripTrailingWhitespace: Yes
1818
BuildType: Package
1919
PackageUseDevtools: Yes
2020
PackageInstallArgs: --no-multiarch --no-build-vignettes
21-
PackageBuildArgs: --no-build-vignettes
2221
PackageBuildBinaryArgs: --no-build-vignettes
23-
PackageCheckArgs: --no-build-vignettes

build/vignette.rds

199 Bytes
Binary file not shown.

vignettes/SLSEdesign.Rmd

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
---
2-
title: "Optimal Design under Second-order Least Squares Estimator"
2+
title: "SLSEdesign"
3+
subtitle: "Optimal Design under Second-order Least Squares Estimator"
34
author: |
45
| Chi-Kuang Yeh and Julie Zhou
56
| University of Waterloo and University of Victoria
67
date: "`r Sys.Date()`"
78
output:
8-
rmarkdown::html_document:
9-
toc: yes
10-
toc_float: true
11-
theme: readable
12-
highlight: tango
139
rmarkdown::html_vignette:
14-
toc: yes
10+
toc: true
11+
fig_caption: yes
1512
vignette: >
1613
%\VignetteIndexEntry{SLSEdesign}
1714
%\VignetteEncoding{UTF-8}

0 commit comments

Comments
 (0)