Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mfutia/model_comparison
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: edwardlavender/patter-trout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Oct 2, 2024

  1. Update gitignore

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    73fcbd0 View commit details
  2. Add renv

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    53915b7 View commit details
  3. Rename Rproj

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    8967965 View commit details
  4. Save receiver locs

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    721b228 View commit details
  5. Add Julia

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    680ffd4 View commit details
  6. Update .Rprofile

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    5af629a View commit details
  7. Add ModelObs helpers

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    bbe1141 View commit details
  8. Add comments

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    86ce0e1 View commit details
  9. Copy the full SHA
    4e88799 View commit details
  10. Add basic workflow

    edwardlavender committed Oct 2, 2024
    Copy the full SHA
    ab20d5b View commit details

Commits on Oct 4, 2024

  1. Copy the full SHA
    5e33ab9 View commit details

Commits on Oct 22, 2024

  1. Update comment

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    7111d8b View commit details
  2. Copy the full SHA
    2e1e96a View commit details
  3. Update Julia packages

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    95a0c1f View commit details
  4. Copy the full SHA
    d336f51 View commit details
  5. Copy the full SHA
    1fca6cb View commit details
  6. Start revamp

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    fb8d58d View commit details
  7. Use here_input()

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    e058c1a View commit details
  8. Fix here_*()

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    93f9a51 View commit details
  9. Fix Patter.jl update

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    4a2b563 View commit details
  10. Add exploration script

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    7e8fd94 View commit details
  11. Rename script

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    dc1805b View commit details
  12. Copy the full SHA
    081c021 View commit details
  13. Add comment

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    d878be8 View commit details
  14. Record mobility

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    660c020 View commit details
  15. Copy the full SHA
    c1fd477 View commit details
  16. Update .Rprofile

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    d9dfa31 View commit details
  17. Copy the full SHA
    3a9c4b6 View commit details
  18. Add updates

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    5e7f387 View commit details
  19. Add whiteline

    edwardlavender committed Oct 22, 2024
    Copy the full SHA
    cb3cff2 View commit details

Commits on Oct 23, 2024

  1. Check zoomed-in map

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    4ecdc22 View commit details
  2. Add CRW

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    058a7d2 View commit details
  3. Update algorithms

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    7658370 View commit details
  4. Copy the full SHA
    7bce331 View commit details
  5. Drop extra line

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    8b9861e View commit details
  6. Add dev scripts

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    4a15043 View commit details
  7. Update README

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    326f4fd View commit details
  8. Compute vmap

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    e780a40 View commit details
  9. Copy the full SHA
    6e08e4b View commit details
  10. Fix bug

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    7b328b1 View commit details
  11. Copy the full SHA
    bcff62e View commit details
  12. Save regions map

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    8b6a722 View commit details
  13. Add residency analysis

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    0047ed4 View commit details
  14. Fix directory

    edwardlavender committed Oct 23, 2024
    Copy the full SHA
    dcb3fcd View commit details
  15. Copy the full SHA
    297ecb5 View commit details

Commits on Oct 24, 2024

  1. Fix file name

    edwardlavender committed Oct 24, 2024
    Copy the full SHA
    ff8c3b6 View commit details
  2. Update .gitignore

    edwardlavender committed Oct 24, 2024
    Copy the full SHA
    50f9d54 View commit details
  3. Use here_input()

    edwardlavender committed Oct 24, 2024
    Copy the full SHA
    1d4b329 View commit details
  4. Add check for file

    edwardlavender committed Oct 24, 2024
    Copy the full SHA
    914503e View commit details
  5. Record np and nt

    edwardlavender committed Oct 24, 2024
    Copy the full SHA
    af12d5f View commit details
11 changes: 11 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source("renv/activate.R")

options(repos = c(CRAN = "https://cloud.r-project.org"))

if (!requireNamespace("here", quietly = TRUE)) {
install.packages("here")
}

Sys.setenv(JULIA_PROJ = here::here("Julia"))
Sys.setenv(JULIA_NUM_THREADS = parallel::detectCores())
Sys.setenv(OMP_NUM_THREADS = parallel::detectCores())
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
.DS_Store
._*
data
doc
R/deprecated
R/dev/
fig
Loading