Skip to content

Commit

Permalink
Update all the files after new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amalan-ConStat committed Jun 21, 2024
1 parent b693401 commit 308f8ea
Show file tree
Hide file tree
Showing 74 changed files with 57 additions and 78 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
^CRAN-SUBMISSION$
^doc$
^Meta$
^vignettes$
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
3 changes: 2 additions & 1 deletion R/modelMissLinSub.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#'
#' # cl <- parallel::makeCluster(4)
#' # doParallel::registerDoParallel(cl)
#'
#' \dontrun{
#' Results<-modelMissLinSub(r1 = r1, r2 = r2,
#' Y = as.matrix(Original_Data[,1]),
#' X = as.matrix(Original_Data[,-1]),
Expand All @@ -89,6 +89,7 @@
#'
#' plot_Beta(Results)
#' plot_LmAMSE(Results)
#' }
#'
#' @importFrom Rdpack reprompt
#' @import stats
Expand Down
3 changes: 2 additions & 1 deletion R/modelMissLogSub.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#'
#' # cl <- parallel::makeCluster(4)
#' # doParallel::registerDoParallel(cl)
#'
#' \dontrun{
#' Results<-modelMissLogSub(r1 = r1, r2 = r2,
#' Y = as.matrix(Original_Data[,1]),
#' X = as.matrix(Original_Data[,-1]),
Expand All @@ -85,6 +85,7 @@
#'
#' plot_Beta(Results)
#' plot_LmAMSE(Results)
#' }
#'
#' @importFrom Rdpack reprompt
#' @import stats
Expand Down
3 changes: 2 additions & 1 deletion R/modelMissPoiSub.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#'
#' # cl <- parallel::makeCluster(4)
#' # doParallel::registerDoParallel(cl)
#'
#' \dontrun{
#' Results<-modelMissPoiSub(r1 = r1, r2 = r2,
#' Y = as.matrix(Original_Data[,1]),
#' X = as.matrix(Original_Data[,-1]),
Expand All @@ -85,6 +85,7 @@
#'
#' plot_Beta(Results)
#' plot_LmAMSE(Results)
#' }
#'
#' @importFrom Rdpack reprompt
#' @import stats
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ knitr::opts_chunk$set(echo = TRUE,comment = "#>",collapse = TRUE, fig.retina=2,
library(badger)
```

# NeEDS4BigData <img src="man/figures/logo.png" align="right" alt="" width="150" />
# NeEDS4BigData <img src="man/figures/logo.png" align="right" width="150" />

<!-- badges: start -->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# NeEDS4BigData <img src="man/figures/logo.png" align="right" alt="" width="150" />
# NeEDS4BigData <img src="man/figures/logo.png" align="right" width="150" />

<!-- badges: start -->

Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ template:


development:
mode: release
mode: auto

navbar:
title: NeEDS4BigData
Expand Down
Binary file modified docs/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/Basic_Sampling_Lin_Reg.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/Basic_Sampling_Log_Reg.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/Basic_Sampling_Poi_Reg.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 4 additions & 8 deletions docs/articles/Linear_Regression.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 308f8ea

Please sign in to comment.