Skip to content

Commit

Permalink
Closes #2524 remove devcontainer file (#2542)
Browse files Browse the repository at this point in the history
* Remove .devcontainer and references to it

* Remove additional .devcontainer related files

* Add devcontainer, codebase to WORDLIST

* Update NEWS.md

* Update NEWS.md

* Update WORDLIST

---------

Co-authored-by: Ben Straub <[email protected]>
  • Loading branch information
jimrothstein and bms63 authored Oct 25, 2024
1 parent bf9ffdd commit f7d8bc9
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 254 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
^\.lycheeignore$
^staged_dependencies.yaml$
^inst/dev_dependencies.R$
^\.devcontainer$
^vignettes/articles$
^inst/cheatsheet$
^data-raw$
Expand Down
76 changes: 0 additions & 76 deletions .devcontainer/4.1/devcontainer.json

This file was deleted.

76 changes: 0 additions & 76 deletions .devcontainer/4.2/devcontainer.json

This file was deleted.

76 changes: 0 additions & 76 deletions .devcontainer/devcontainer.json

This file was deleted.

11 changes: 0 additions & 11 deletions .devcontainer/postCreateCommand.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .devcontainer/rstudio-prefs.json

This file was deleted.

5 changes: 0 additions & 5 deletions .devcontainer/rstudio.sh

This file was deleted.

2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
`AVALCATx` & `AVALCAxN`. (#2480)
- New function `derive_vars_crit_flag()` for deriving criterion flag variables
(`CRITy`, `CRITyFL`, `CRITyFLN`). (#2468)

- Replace use of `data("sdtm")` with `sdtm <- pharmaverse::sdtm` in templates and vignettes. (#2498)

## Updates of Existing Functions
Expand Down Expand Up @@ -43,6 +42,7 @@
<summary>Developer Notes</summary>

- Adopted `data-raw/data` R Package Convention (#2427)
- Removed `.devcontainer` file (codespace) (#2524)

</details>

Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ bds
censorings
chk
codebase
codespace
constructible
creatinine
cyclomatic
Expand Down

0 comments on commit f7d8bc9

Please sign in to comment.