-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29366c6
commit 12c7908
Showing
7 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
^CODE_OF_CONDUCT.md$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ | ||
^data-raw$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#' Keywords options for R Journal | ||
#' | ||
#' Available keywords options for R Journal articles | ||
#' | ||
#' @format | ||
#' A vector of length 41 | ||
"keywords" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,3 +74,4 @@ prep_submission <- function(){ | |
cli::cli_alert_info("Article title: {.field {title}}") | ||
invisible(res) | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
## code to prepare `keywords` dataset goes here | ||
keywords <- c( | ||
"Bayesian Inference", | ||
"Chemometrics and Computational Physics", | ||
"Clinical Trial Design Monitoring and Analysis", | ||
"Cluster Analysis & Finite Mixture Models", | ||
"Databases with R", | ||
"Differential Equations", | ||
"Distributions", | ||
"Econometrics", | ||
"Ecological and Environmental analysis", | ||
"Design and Analysis of Experiments (DoE)", | ||
"Extreme Value Analysis", | ||
"Empirical Finance", | ||
"Functional Data Analysis", | ||
"Statistical Genetics", | ||
"Graphical Models", | ||
"Graphics and Visualisation", | ||
"High-Performance Computing", | ||
"Hydrological Data and Modeling", | ||
"Machine Learning & Statistical Learning", | ||
"Medical Image Analysis", | ||
"Meta-Analysis", | ||
"Missing Data", | ||
"Model Deployment", | ||
"Multivariate Statistics", | ||
"Natural Language Processing", | ||
"Numerical Mathematics", | ||
"Official Statistics & Survey Methodology", | ||
"Optimization and Mathematical Programming", | ||
"Pharmacokinetic Analysis", | ||
"Phylogenetics", | ||
"Psychometric Models and Methods", | ||
"Reproducible Research", | ||
"Robust Statistical Methods", | ||
"Social Sciences", | ||
"Spatial Analysis", | ||
"Spatio-Temporal Analysis", | ||
"Survival Analysis", | ||
"Teaching Statistics", | ||
"Time Series Analysis", | ||
"Tracking Data", | ||
"Web Technologies and Services" | ||
) | ||
|
||
usethis::use_data(keywords, overwrite = TRUE) |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.