No articles match
Modify apsimx file1 months ago
Read apsimx file | Modify existing model | Create new model | Update cultivar parameter values
Using Validators in optree3 months ago
Why Use Validators? | Built-in Validators | Scalar Validators | v_numeric_scalar() | v_logical_scalar() | v_character_scalar() | Range Validators | v_numeric_range(min = -Inf, max = Inf) | Vector Validators | v_numeric_vector(min_len = 1, finite = TRUE) | Choice Validators | v_enum(choices) | Structured Data Validators | v_xypair(min_len = 1, max_len = NULL) | Using Validators in Options Managers | Validators with Hierarchical Options | Writing Custom Validators | Combining Multiple Validators | Error Handling and Transactional Safety | Summary
Getting Started with taskqueue7 months ago
Introduction | Prerequisites | Installation | Basic Workflow | 1. Initialize Database | 2. Define a Resource | 3. Create a Project | 4. Assign Resource to Project | 5. Add Tasks | 6. Develop Your Worker Function | 7. Deploy to HPC | Task Status | Common Operations | Check Task Status | Reset Tasks | Manage Projects | Example: Complete Workflow | Tips
PostgreSQL Setup for taskqueue7 months ago
Overview | Why PostgreSQL? | Installation on Ubuntu | Create Database and User | Configure Remote Access | 1. Edit postgresql.conf | 2. Edit pg_hba.conf | 3. Restart PostgreSQL | 4. Open Firewall if Needed | R Configuration | Install R Packages | Test Connection | Initialize taskqueue | Security Notes | Clean Database
SSH Setup for taskqueue7 months ago
Overview | Prerequisites | Setup Steps | 1. Generate SSH keypair | 2. Copy the public key to the remote server | 3. Test the connection | 4. Test with R | Troubleshooting | Connection still asks for password | SSH key not found | Using SSH agent (optional, for keys with passphrases) | Security Best Practices | Additional Resources
Simple Workflow with tq_apply7 months ago
Overview | Basic Usage | Function Arguments | Required Arguments | Optional Arguments | Passing Arguments to Your Function | Complete Example | Monitoring Progress | Collecting Results | Best Practices | 1. Save Results to Files | 2. Make Functions Idempotent | 3. Specify Working Directory | 4. Set Appropriate Resources | Comparison with Manual Workflow | Troubleshooting | When to Use tq_apply()
Generate apsimx file for sensitivity analysis4 years ago
Modify Weather File5 years ago