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: table1/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: table1/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gui
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 183 files changed
  • 2 contributors

Commits on Nov 11, 2025

  1. wip: gui tightenening

    erikwestlund committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    9aceefa View commit details
    Browse the repository at this point in the history
  2. wip

    erikwestlund committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    24a9ae1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. wip - connections

    erikwestlund committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    16e448d View commit details
    Browse the repository at this point in the history
  2. wip

    erikwestlund committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    65250a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Fix package config parsing and swap data_load→data_read

    **Package Config Parsing Fix:**
    - Added .get_package_list_from_config() helper to handle both config structures:
      * New: packages.default_packages (GUI-created projects)
      * Old: packages as flat list (legacy projects)
    - Fixed scaffold() failing with "Unsupported package specification type: logical"
    - Fixed "CRAN package requires a 'name' field" errors
    - Updated all package iteration code to use new helper
    - Files: R/packages.R, R/scaffold.R, R/renv.R, R/configure.R
    
    **Data Function Naming:**
    - Swapped data_load() and data_read() - data_read() is now canonical
    - data_load(), load_data(), read_data() are backward-compatible aliases
    - Updated all templates, docs, and examples to use data_read()
    - Files: R/data_read.R, R/configure.R, R/project_create.R, inst/templates/*, CLAUDE.md
    
    **GUI Fixes:**
    - Fixed infinite recursion in .env editor (ProjectDetailView)
    - Added suppressEnvWatch flag pattern to prevent reactive loops
    - Fixed empty .env values not being preserved during copy
    - Deployed all GUI changes to inst/gui/
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    erikwestlund and claude committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    9ccbddd View commit details
    Browse the repository at this point in the history
  2. update

    erikwestlund committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    cf05d52 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    2c3456c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. concistency

    erikwestlund committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    04eefd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1017845 View commit details
    Browse the repository at this point in the history
  3. wip

    erikwestlund committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    3452845 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. drying up

    erikwestlund committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    8df7e90 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. dry and test wip

    erikwestlund committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    aa80eba View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. wip - polishing

    erikwestlund committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    6f65b83 View commit details
    Browse the repository at this point in the history
Loading