File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* .nlogox linguist-detectable
55* .nlogox3d linguist-detectable
66* .qmd linguist-detectable
7+ * .yaml linguist-detectable
78
89* .nls linguist-language =NetLogo
910* .nlogo linguist-language =NetLogo
1011* .nlogo3d linguist-language =NetLogo
1112* .nlogox linguist-language =NetLogo
1213* .nlogox3d linguist-language =NetLogo
1314* .qmd linguist-language =R
14- * .yaml linguist-language =bash
15+ * .yaml linguist-language =Shell
1516
1617images /* linguist-documentation
1718docs /* linguist-documentation
19+ tests /* linguist-documentation
1820
1921extensions /* linguist-vendored
22+ models /* linguist-vendored
Original file line number Diff line number Diff line change 7777 run : |
7878 # Install and initialize renv
7979
80+ options(repos=c(CRAN="https://cloud.r-project.org"))
81+
8082 install.packages("renv")
8183
8284 renv::init()
Original file line number Diff line number Diff line change @@ -213,6 +213,8 @@ jobs:
213213 run: |
214214 # Install and initialize renv
215215
216+ options(repos=c(CRAN="https://cloud.r-project.org"))
217+
216218 install.packages("renv")
217219
218220 renv::init()
@@ -399,7 +401,7 @@ donation. Please mention `LogoActions` in your donation message.
399401[](https://www.gnu.org/licenses/gpl-3.0)
400402
401403` ` ` text
402- Copyright (C) 2025 Daniel Vartanian
404+ Copyright (C) 2026 Daniel Vartanian
403405
404406LogoActions is free software: you can redistribute it and/or modify it
405407under the terms of the GNU General Public License as published by the Free
You can’t perform that action at this time.
0 commit comments