Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
loelschlaeger committed Feb 1, 2024
1 parent f776f11 commit 483cf10
Show file tree
Hide file tree
Showing 9 changed files with 255 additions and 365 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ LICENSE
^cran-comments\.md$
^sticker$
^dev_pkgs\.R$
^development_packages\.R$
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ inst/doc
/doc/
/docs/
/Meta/
CRAN-SUBMISSION
docs
.Rprofile
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Suggests:
testthat (>= 3.0.0)
Depends: R (>= 3.5.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
LazyData: true
LazyDataCompression: xz
Expand Down
3 changes: 0 additions & 3 deletions dev_pkgs.R → development_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ if (!require("DT", quietly = TRUE)) {
if (!require("markdown", quietly = TRUE)) {
renv::install("markdown", prompt = FALSE)
}
if (!require("mlogit", quietly = TRUE)) {
renv::install("mlogit", prompt = FALSE)
}
if (!require("R.utils", quietly = TRUE)) {
renv::install("R.utils", prompt = FALSE)
}
Expand Down
Loading

0 comments on commit 483cf10

Please sign in to comment.