No articles match
Short walkthrough and overview of landscapetools10 hours ago
Visualize | General raster plotting | Scaling | Binarize | Classify | Rescale | Merge
Introduction to chirps10 hours ago
Overview | Accessing raw raster products | CHIRPS v2 | CHIRPS v3 | CHIRTS-ERA5 | CHIRTS-daily | Extracting values using terra | Accessing climate time series | Point locations | ClimateSERV | Working with terra | Datasets citation | CHIRTS | Additional resources
Get started23 hours ago
Installation | Installation for DEM downloads | Functions | Elevation | Slope calculation | Plotting | Helper functions | Examples | Add elevation to linestrings or points | Calculate slope | Plot elevation profile | Working with segments | By vertex (native segments of the linestring) | By fixed length (using stplanr)
Verification of slopes4 days ago
Introduction | Case studies | Roads in the Netherlands | Comparison of DEM-derived and survey-grade Z values | DEM for eu: | Test it's installed: | Find location of aws cli from powershell (equivalent of which aws on Linux): | Get-Command aws | Select-Object -ExpandProperty Source | C:\Program Files\Amazon\AWSCLIV2\aws.exe | Now aws should work | Download DEM for Brussels 6 km from center | Calculate slopes with the slopes package: | Add elevation to cycle network segments | check the extents of both: | Calculate slopes for each segment | cycle_net_xyz$slope = slope_xyz(cycle_net_xyz, lonlat = TRUE, fun = slope_matrix_mean) | Convert to percentage: | Convert to factor with greater than 5 being "5+" | Drop z dimension | install cran version | Save with tmap | url of the file: | References
Introduction to dfms5 days ago
Determining the Structure of the Model | Estimation and Exploration | Forecasting | Estimation with Mixed Frequency | Modeling AR(1) Idiosyncratic Errors | News Decomposition | Additional Functions | Conclusion | References
Rpolyhedra6 days ago
Introduction | Usage | Get available polyhedra | Retrieve a polyhedron | A demo
Climate Normals6 days ago
Downloading Climate Normals | Downloading current normals (1991-2020) | Downloading previous normals (1981-2010 and 1971-2000) | Finding stations with specific measurements | Understanding Climate Normals
Climate Normals: Terms and Units6 days ago
General descriptions | Original names and units | 1991-2020 | 1981-2010 and 1971-2000
Flags and codes6 days ago
What are flags/codes | Flags - Weather Data | Codes | Codes - Climate Normals
Getting Started6 days ago
Stations | Weather | Climate Normals
Interpolating6 days ago
Packages | General usage | Data gaps | Multiple weather columns
Reproducibility6 days ago
Weather: Terms and Units6 days ago
aRxiv tutorial6 days ago
Installation | Basic use | Forming queries | Search terms | Subject classifications | Dates and ranges of dates | Search results | Sorting results | Technical details | Metadata limitations | Limit time between search requests | Limit number of items returned | Make requests in batches | License and bugs
BibTeX and CFF6 days ago
Citation | BibTeX and R | Conceptual differences between BibTeX and CFF | BibTeX definitions | Entries | Fields | Citation File Format | Mapping strategy | Mapping tables | Proposed crosswalk | Transformation semantics | Entry/key type crosswalk | Fields/key crosswalk | BibLaTeX | Limitations | Design decisions | Entry models | @article | @book / @inbook | @booklet | @conference / @inproceedings | @incollection | @manual | @mastersthesis / @phdthesis | @misc | @proceedings | @techreport | @unpublished | Conclusion | Appendix A: @inbook in BibTeX and BibLaTeX | Appendix B: CFF key: type values | References
cffr: Generate Citation File Format Metadata for R Packages6 days ago
Summary | Statement of need | Acknowledgements | Citation | References
From R to CFF6 days ago
Summary | Details | abstract | authors | cff-version | commit | contact | date-released | doi | identifiers | keywords | license | license-url | message | preferred-citation | references | repository | repository-artifact | repository-code | title | type | url | version | References
Manipulating Citations with cffr6 days ago
What is a CITATION.cff file? | Creating a CITATION.cff file for your R package | Modifying your CITATION.cff file | Adding new keys | Persons and references | Create your modified CITATION.cff file | References
Benchmarking slopes calculation7 days ago
Performance
goodpractice7 days ago
Why goodpractice? | Quick start | What gp() actually does | Choosing what to run | Check groups | Excluding check groups | Excluding files | Parallel preparation | Tidyverse style checks | Working with results | Custom checks
Advanced Features: EWMA, Quality Control, and Cohort Analysis9 days ago
Introduction | 1. Data Quality Control | Basic Quality Checking | Why Quality Control Matters | 2. ACWR with EWMA Method | Comparing RA vs EWMA | Adding Confidence Bands | Technical Note: Bootstrap Method | 3. Cohort Reference Analysis | Multi-Athlete Setup | Calculate Reference Percentiles | Plot Individual vs Cohort | 4. Integrated Workflow Example | 5. Methodological Notes for Research | ACWR Method Selection | Confidence Bands Limitations | Cohort Reference Interpretation | 6. FAQ for Advanced Features | Session Info
Getting Started with Athlytics9 days ago
Welcome to Athlytics | Prerequisites | Installation | Your Strava Data Export | Loading Your Data | Basic Loading | Understanding the Data Structure | Data Quality Checks | Filtering Your Data | Core Analyses | 1. Training Load (ACWR) | Basic ACWR Calculation | Visualizing ACWR | Descriptive ACWR Bands | Interpreting Your ACWR | Choosing Load Metrics | Important Caveats | 2. Efficiency Factor (EF) | Calculate EF | Visualizing EF Trends | Interpreting EF | 3. Cardiovascular Decoupling | Calculate Decoupling | Visualizing Decoupling | Practical Applications | 4. Personal Bests (PBs) | Calculate PBs | Visualize PB Progression | 5. Load Exposure Analysis | Calculate and Plot Exposure | Complete Workflow Example | Troubleshooting | Common Issues | "No data returned" or empty results | "Not enough data for chronic period" | "NA values in output" | Plots look strange or empty | Getting Help | Next Steps | Advanced Features | For Researchers | Citation | Session Info
Table Schema11 days ago
General implementation | Read | Manipulate | Write | Schema properties implementation | fields | missingValues | primaryKey | foreignKeys | Field properties implementation | name | type and format | title | description | example | constraints | rdfType | Field types implementation | string | number | integer | boolean | object | array | datetime | date | time | year | yearmonth | duration | geopoint | geojson | any
Stepping into the HYDAT Database12 days ago
Downloading HYDAT | Working with HYDAT tables
tidyhydat: An Introduction12 days ago
Package loading | tidyhydat package | HYDAT download | Combining validated and provisional data | Usage of HYDAT functions | Real-time functions | Meterological Service of Canada datamart - realtime_dd() | Real-time web service - realtime_ws() | Using the web service without HYDAT | Historical flows and levels via web service | Search functions | Using joins | License
Two examples of using tidyhydat12 days ago
Introduction | Familiarity with the tidyverse | Example 1: Basic Data Extraction and Plotting | Objective | Example 2: Distribution of Historical Data
More Examples with ernest13 days ago
Multimodal Bivariate Gaussian "Blobs" | Eggbox Distribution | Incorporating Data within Likelihood Functions
Nested Sampling with ernest13 days ago
Bayes' Theorem and Model Evidence | Estimating Evidence with Nested Sampling | Initialization | Likelihood | Prior Distributions | Likelihood-Restricted Prior Sampler | Generating Samples | Properties of Nested Sampling Runs | Robustness | Complexity | Stopping Criteria | Uncertainty | Posterior Distributions | Conclusion
How to retrieve occurrence records by exploiting the {ReLTER} get_site_speciesOccurrences() function15 days ago
What the output of the ReLTER get_site_speciesOccurrences() is? | How to trasform external service data schemas into eLTER data-reporting template? | References
Obtain information about one LTER Site using the DEIMS ID15 days ago
Get affiliation info of the LTER site: | Get boundaries info of the LTER site: | Get Contacts info of the LTER site: | Get list of parameters or related resources declared to the LTER site:
Built-In Distributions19 days ago
Built-In Distribution Families | The Empirical Distribution
An Introduction to the dataset Package21 days ago
Overview | Why extend tidy data? | Example: gradual semantic stabilisation | Example: defining semantically rich vectors | Example: creating a dataset from a metadata-enriched data frame | Exporting to RDF | Coercing back | Summary
defined: Semantically Enriched Vectors21 days ago
Purpose | Getting started | Printing and summary | Handling ambiguity | Using namespaces for coded values | Basic Usage | Subsetting and coercion | Coerce to base R types | Character coercion | Factor coercion | Numeric coercion | Logical coercion | Date coercion | POSIXct coercion | Conclusion
Handling Semantic Ambiguity with prelabelled Vectors21 days ago
Introduction | A small ambiguous dataset | Creating provisional semantic assertions | Inspecting the prelabelled vector | Semantic operationalisation | A more ambiguous dataset | Incremental semantic stabilization | Semantic workspaces | From provisional semantics to formally defined semantics
nasapower22 days ago
Introduction | Using get_power() to fetch POWER data | Example fetching daily data for a single point | Example fetching daily data for an area | Example fetching interannual data for an area | Example fetching climatology data | Interrogating the API for available parameters | A Note on API Throttling | References
Construct a Speciation-Area Relationship with ssarp22 days ago
Introduction | Generate Occurrence Data | Estimate Speciation Rates | Create Speciation-Area Relationship | Estimating Speciation Rates with BAMM and DR | Estimating Speciation Rates with BAMM | Estimating Speciation Rates with DR | Literature Cited
Construct a Species-Area Relationship with ssarp22 days ago
Introduction | Gathering Occurrence Data | Finding Land Mass Names and Areas | Create Species-Area Relationship | Using a Presence-Absence Matrix to Infer a SAR | Customizing Inputs to find_areas() | Custom Area Dataframes | Query a Shapefile for Areas
Setting Global Options for read.abares23 days ago
Download Options | User Agent String | Max Tries | Timeout Connect | Timeout | Package verbosity
Working with spatial data available through read.abares23 days ago
Working with AAGIS Regions Spatial Data | Obtaining the AAGIS Regions Spatial Data | Obtaining AAGIS Data by Region | Merging the AAGIS Regions Spatial Data with the AAGIS Regional Data | Working With AGFD Data | Description of the Australian Farm Gridded Data | Working With the Soil Thickness Map | Soil Thickness Metadata
Design Principles & Future Work Semantically Enriched, Standards-Aligned Datasets in R30 days ago
Abstract | Introduction and Motivation | Related Work | Design Principles | Semantic Early Binding | Attribute-Based, Not Schema-Based | Persistence Across Save/Load Cycles | Base Examples: Using the dataset Grammar | Creating Defined Vectors | Assembling a Dataset with Metadata | Provenance Tracking | Applied Example: Joining Data with Semantic Constraints | Step 1: Create a Eurostat-Compatible GDP Dataset | Step 2: Create a Dollar-based GDP Dataset | Step 3: Transform the Data and Document the Change | Full Interoperability | Export and Interoperability | Limitations and Future Work
getCRUCLdata1 months ago
Introduction to | Changes to original CRU CL v. 2.0 data | Using | Creating data frames for use in R | Creating terra SpatRaster objects | Reading files downloaded outside R | CRU CL v. 2.0 reference and abstract
dataset_df: Create Datasets that are Easy to Share Exchange and Extend1 months ago
Purpose | Load example data | Add metadata to your dataset | Inspecting variable-level metadata | Adding dataset-level metadata | Reviewing dataset-level metadata | Joining datasets | Coercion inside dataset_df conversion | Conclusion
Adding to the dictionary1 months ago
Outline | Making it official
Introduction to gendercoder1 months ago
Installation | Why would we do this? | Motivating example | Options within the function | dictionary | retain_unmatched | A disclaimer on handling gender responses | Contributing to this package | Acknowledgement of Country
Admin Setup2 months ago
Prerequisites | Environment variables | Postmark | AirTable | Droplet preparation | DNS | TLS certificate | Troubleshooting: HTTP-01 challenge failed | Deployment | Editor search endpoints | GET /send_search | GET /click/ | GET /list_searches | GET /deactivate_search | Notify email cache
Get started2 months ago
Installation | Data sources | medRxiv data | bioRxiv data | Performing your search | Dataset description | Export records identified by your search to a .BIB file | Download PDFs for records identified by your search | Further guidance
Introduction to the textreuse package2 months ago
TextReuse classes | TextReuseTextDocument | TextReuseCorpus | Tokenizers | Hash functions | Comparison functions | Parallelization
Minhash and locality-sensitive hashing2 months ago
Pairwise comparisons for document similarity2 months ago
Text Alignment2 months ago
package overview2 months ago
Installation | Basic workflow for obtaining nature media files | Obtaining metadata: the query functions | query_macaulay() | Interactive retrieval of metadata | Bypassing record limit | query_xenocanto() | API key | Special queries | Update metadata | Combine metadata from multiple repositories | Find and remove duplicated records | Download media files | Session information
Introduction to pvEBayes2 months ago
spontaneous reporting systems data mining | Analyzing FDA statin SRS data with pvEBayes | Fit the general-gamma model | Extracting results | Hyperparameter tuning | Visualization | References
Uniformity test on the Sphere2 months ago
Multimodal example | References
Introduction to the QuadratiK Package2 months ago
Overview | Installation | Citation | Key features and basic usage | Goodness-of-Fit Tests | Test for uniformity on the sphere | Poisson kernel-based distribution (PKBD) | Clustering Algorithm for Spherical Data | Additional Resources | References
saperlipopette2 months ago
Why this name? | Example | Multilingual! | Exercises | Recommended resources about Git
Detecting interspecific interactions2 months ago
Interspecific interactions
Geometry interface and spatial measures2 months ago
Introduction | Setup | get_geometry | Usage | Spatial measures | Distance | Direction | Centroid | Converting from other packages | Converting from | Converting from | Converting to other packages | Converting to | Converting to | Converting to
Basic Usage of NLMR2 months ago
Basic landscape generation | Merging landscapes | Classifying categories | References
awardFindR2 months ago
Load awardFindR | Simple keyword search, single source | Multiple sources and keywords, specific date range
Tips and tricks for using the package2 months ago
How can I get OSM objects by node/way id number?
Introducing osmextract2 months ago
Legal considerations | Main package functions | oe_providers(): List providers | oe_match(): Match an input place with an OSM extract | Finding zones based on geographic inputs | Matching historical OSM extracts | oe_download(): Download OSM extracts | oe_vectortranslate(): Convert to gpkg format | layer argument | osmconf_ini and extra_tags | vectortranslate_options argument | boundary and boundary_type arguments | Other notes | oe_read(): Read-in OSM data | oe_get(): Do it all in one step | osmconf_ini | vectortranslate_options + boundary and boundary_type | query and wkt_filter arguments | Other providers | More on OpenStreetMap | Contributing to OSM
Data caching and updating2 months ago
Local caching and updating for users | Data updating for developers
Creating data packages3 months ago
Introduction | Basic usage | Package contents | Schema information | Important notes | CSV format required | Metadata integration | Recursive search | Use cases | Data sharing | Data validation | Data catalogs | See also
Using the convert argument3 months ago
Introduction | Basic usage | Example: case conversion | Multiple columns | Use cases | Unsupported data type | Storage optimization | Data standardization | Important notes | Limitations
weatherOz for BOM3 months ago
Using {weatherOz} With BOM Data | Using get_precis_forecast() | Results | Example 1: Getting a Forecast | Using get_coastal_forecast() | Example 2: Getting a Coastal Forecast | Working with BOM Image Files | Using {weatherOz} to retrieve BOM satellite imagery | Working with Satellite Imagery | Using get_available_imagery() | Example 3: Checking Available Imagery | Using get_satellite_imagery() | Example 6: Fetching Satellite Imagery and Viewing It | Using {weatherOz} With BOM Radar Imagery | Using get_available_radar() | Example 7: Getting Available Radar Imagery | Using get_radar_imagery() | Example 8: Fetching Radar Imagery | References | Appendix 1 - Output From get_precis_forecast() | Appendix 2 - Output From get_coastal_forecast()
Two examples of using mbquartR3 months ago
Introduction | Example 1: Using legal land description to find the locations of archived soil samples | Scenario: | Download the data set | Search | Map | Example 2: Using coordinates to find parcels of land
Data Package3 months ago
General implementation | Read | Manipulate | Write | Properties implementation | resources | profile | name | id | licenses | title | description | homepage | image | version | created | keywords | contributors | sources
Data Resource3 months ago
General implementation | Read | Manipulate | Write | Properties implementation | name | path | data | profile | schema | dialect | title | description | format | mediatype | encoding | bytes | hash | sources | licenses | compression
Introduction to frictionless3 months ago
What is a Data Package? | Read a Data Package | Create and edit a Data Package | Write a Data Package
Table Dialect3 months ago
General implementation | Read | Manipulate | Write | Properties implementation | delimiter | lineTerminator | quoteChar | doubleQuote | escapeChar | nullSequence | skipInitialSpace | header | commentChar | caseSensitiveHeader | csvddfVersion
Accessing and mapping EMODnet data3 months ago
Introduction | Installation | Explore the EMODnet WFS services with R | More information | References | Code
Example applications3 months ago
Text searches for R packages | Using search engines | Using language models | Using 'pkgmatch' | Searches based on entire packages
API Endpoints3 months ago
1. editorcheck | 2. editorcheck_contents | 3. pkgmatch | 4. mean | 5. stats_badge | 6. log | 7. clear_cache | 8. stdlogs
weatherOz3 months ago
Introduction | A Note on API Keys | Using {weatherOz} to Fetch Daily Summary DPIRD Data | Using {weatherOz} to Fetch Patched Point SILO Data | Using {weatherOz} to Fetch 9-day forecast from METNO | Appendix 1 - Map of DPIRD Station Locations | Appendix 2 - Map of SILO Station Locations
weatherOz for DPIRD3 months ago
About DPIRD Data | A Note on API Keys | Working With DPIRD Data | Getting Extreme Weather Values | Available Values for Extreme Weather | Example 1: Get All Extremes for Northam, WA | Example 2: Get Selected Extremes for Northam, WA | Getting Minute Data | Available Values for Minute Data | Example 3: Get All Minute Data for the Past 24 Hours | Example 4: Get Specific Time and Date Data for Specific Values | Getting Summary Data | Available Values for Summary Data | What You Get Back | Example 5: Get Annual Rainfall Since 2017 | Example 6: Get Monthly Rainfall Since 2017 | Example 7: Get Daily Rainfall and Wind From Beginning of 2017 to End of 2018 | Example 8: Get Hourly Rainfall and Wind From Beginning of 2022 to Current | Getting APSIM-ready Data | Example 9: Get APSIM Formatted Data for Binnu From 2022-04-01 to 2022-11-01 | Working With DPIRD Metadata | Finding Nearby Stations | Example 10: Finding Stations Nearby a Known Station | Example 11: Finding Stations Nearby a Given Longitude and Latitude | Example 12: Finding Stations in Both the DPIRD and SILO Data Sets | Example 13: Finding Stations in the Southwest Agriculture Region of Western Australia | Checking Station Uptime or Availability | Example 14: Checking Station Availability for Current Year | Example 15: Checking Station Availability for a Set Time Period | Getting Station Metadata for the DPIRD Network Stations | Example 16: Get DPIRD Station Metadata | Example 17: Get Rich DPIRD Station Metadata and Include Closed Stations
weatherOz for the Locationforecast 2.0 (Norwegian Meteorologisk Institutt)3 months ago
About MET Weather API Forecast Data | A Note on API Keys | Working With MET Weather API Forecast Data | Getting Hourly Forecast Data | Example 1: Get Hourly Forecast for Perth | Example 2: Understanding the Metadata | Example 3: Working With Hourly Data | Getting Daily Forecast Data | Example 4: Get 7-Day Daily Forecast | Example 5: Compare Daily Aggregations | Combining Forecast with Historical Data | Example 6: Combining MET Weather API Forecast with SILO Historical Data | Example 7: Combining MET Weather API Forecast with DPIRD Historical Data | Practical Use Case: Agricultural Planning | Example 8: Heat Stress Event Planning | Advanced Usage: Helper Functions | Example 9: Custom Aggregation with metno_resample_data_table() | Example 10: Understanding Weather Symbols | Appendix: Field Descriptions | Hourly Forecast Fields | Daily Forecast Fields | Weather Symbol Codes | Metadata Structure | References
weatherOz for SILO3 months ago
About SILO Data | A Note on API Keys | Working With SILO Data | Available Values | Value Information | Data Codes | Getting Data Drill Interpolated Data | Example 1: Get Data Drill Data Using Defaults | Example 2: Get Data Drill Temperature for a Specific Date Range | Example 3: Get Data Drill APSIM-ready Data | Getting Patched Point Data | Example 4: Get Data Drill Data Using Defaults | Working With SILO Metadata | Finding Nearby Stations | Example 5: Finding Stations Nearby a Known Station | Example 6: Finding Stations Nearby a Given Longitude and Latitude | Example 7: Finding Stations in Both the DPIRD and SILO Data Sets | Example 8: Finding Stations in a Bounding Box for Melbourne | Example 9: Finding the Station Nearest the Centroid of a Bounding Box | Getting Station Metadata for the SILO Network Stations | Example 10: Get SILO Station Metadata | Using Metadata to Get Weather Data for a Whole State | References
Nowcasting revisions using the generalized Kishor-Koenig family3 months ago
Revision system | Nested models | Durbin-Koopman state-space form | Estimation in reviser | Example: Euro Area GDP revisions | Other KK-family specifications
Nowcasting revisions using the Jacobs-Van Norden model3 months ago
Revision decomposition | Durbin-Koopman state-space form | The reviser implementation | Measurement equation | Transition equation | Shock-loading matrix | Nested JVN specifications | Example: Euro Area GDP revisions | Other JVN specifications
Identifying an Efficient Release in Data Subject to Revisions3 months ago
Optimal Properties of Revisions | Initial Estimates as Truth Measured with Noise | The Challenge of Defining a Final Release | Iterative Approach for Identifying ( e ) | Importance of an Efficient Release | Example: Identifying an Efficient Release in GDP Data with reviser | References
Revision Patterns and Statistics3 months ago
Summary Statistics | Revision Size | 1. Mean Revision ("Bias (mean)") | 2. Mean Absolute Revision ("MAR") | 3. Minimum and Maximum Revisions ("Minimum", "Maximum") | 4. Percentiles of Revisions ("10Q", "Median", "90Q") | 5. Standard Deviation of Revisions ("Std. Dev.") | 6. Noise-to-Signal Ratio ("Noise/Signal") | Correlation of Revisions | 1. Correlation Between Revisions and Initial Releases ("Correlation") | 2. 1st order Autocorrelation of Revisions ("Autocorrelation (1st)") | 3. Autocorrelation of Revisions up to 1 year ("Autocorrelation up to 1yr (Ljung-Box p-value)") | Sign Switches | 1. Fraction of sign changes | 2. Fraction of sign changes in the growth rate | Hypothesis Tests | News and Noise Tests for Data Revisions | 1. The Noise Test | 2. The News Test | Test of Seasonality in Revisions | Friedman Test | Theil’s U Statistics | 1. Theil’s U1 Statistic ("Theil's U1") | 2. Theil’s U2 Statistic ("Theil's U2") | References
Introduction to reviser3 months ago
Package conventions | Convert Long to Wide Format | Convert Wide to Long Format | Handling Multiple Series with id | Extracting Releases | Visualizing Vintage Data | Analyzing Data Revisions and Releases
Understanding Data Revisions3 months ago
Introduction: Why do data revisions occur? | Incorporation of newly available or updated data | Base data revisions | Benchmark revisions (methodological changes) | Minor changes in estimation methods | Technical adjustments & error corrections | Economic events & shocks | Technological advances in data collection | Some mathematical notation | Extracting revisions with reviser | The get_revisions() function | Example usage | Example 1: Revisions Using an Interval | Example 2: Revisions Relative to a Fixed Reference Date | Example 3: Revisions to the Nth Release | Example 4: How does the growth rate of GDP change over time? | References
The pkgmatch package3 months ago
What does the package do? | Using an R package as input
Equivalence between readr and duckdb engines3 months ago
Introduction | Load the package | Equivalence test with 2024 data | Comparing record counts and fatal counts | Using waldo for deep comparison | Working with large datasets (1979-latest)
Introduction to R for road safety: an introduction to R and practical exercises3 months ago
Note | Introduction | Prerequisites | R and RStudio | Projects and scripts | Writing and running code | Viewing Objects | Autocompletion | Getting help | Commenting Code | The global environment | Debugging Code | Saving R objects | Manipulating R objects | Subsetting by index or name | Subsetting by values | Dealing with NAs and recoding | Changing class | Recoding values | Now you are ready to use R | R Packages | What are packages? | ggplot2 | dplyr and pipes | Temporal data | Spatial data | sf objects | Reading and writing spatial data | sf polygons | Spatial subsetting and sf plotting | Geographic joins | CRSs | Buffers | Attribute operations on sf objects | Matching roads to crashes | Visualising spatial datasets | Analysing point data from stats19 | Analysing crash data on road networks | Bonus exercises | References
Getting Started with gutenbergr3 months ago
Required Libraries | Exploring the Metadata | gutenberg_metadata | gutenberg_works() | gutenberg_subjects | gutenberg_authors | Downloading Books | Single Book | Multiple Books | Adding Metadata | Downloading from gutenberg_works() | What's Next? | Additional Resources
Text Mining with gutenbergr and tidytext3 months ago
Required Libraries | Download the Book | Structural Analysis: Adding Chapters | Tokenization | Word Frequency Analysis | Sentiment Analysis | Overall Sentiment | By Chapter | Sentiment Progression | TF-IDF: Finding Unique Chapter Words
Stats19 v4.0.0: Unified, Cleaned, and Faster Road Safety Data4 months ago
Why v4.0.0? The "Breaking" Changes | Key Improvements | 1. Zero-Warning, High-Precision Loading | 2. Standardized Missing Values | 3. Faster Performance with readr Edition 2 | 4. New Research Tools: Costs and Cleaning | Getting Started
nigeria-maps4 months ago
Choropleth maps | Using a data frame | Using atomic vectors | Numerical values | Mapping of point data | Conclusion
Frequently asked questions about spatsoc4 months ago
Usage | Spatial and temporal grouping | Installation | Package dependencies | Functions | group_times | DT | datetime format | threshold recommendations | Limitations of threshold | Columns returned by group_times | Warnings and messages | group_pts | <a name="group_pts DT"></a>DT | threshold | group_lines | crs | sortBy | group_polys | DT and area | hrType and hrParams | edge_dist | edge_nn | randomizations | Package design | Don't I need to reassign to save the output? | Why does a function print the result, but columns aren't added to my DT? | Summary information | Number of individuals | Temporal range | Spatial extent | spatsoc outputs
lingtypology: Glottolog functions4 months ago
1. Command name's syntax | 2. Using base functions | 3. Spell Checker: look carefully at warnings! | 4. subc.lang() function
lingtypology: introduction and installation4 months ago
What is lingtypology? | 1. Installation | 2. Citing lingtyplogy
Custom Checks4 months ago
What's happening inside of gp()? | Writing custom checks | Checks without corresponding preparation steps | Including a preparation step
The magick package: Advanced Image-Processing in R4 months ago
Installing magick | Build from source | Image IO | Read and write | Converting formats | Preview | Transformations | Cut and edit | Filters and effects | Kernel convolution | Text annotation | Combining with pipes | Image Vectors | Layers | Combining | Pages | Animation | Drawing and Graphics | Graphics device | Drawing device | Animated Graphics | Raster Images | Base R rasters | The grid package | OCR text extraction
Get started4 months ago
Render locally4 months ago
Driving OS/Browsers Local and Remote4 months ago
Introduction | RSelenium with Local Fully-fledged Browsers | Firefox | Chrome | Internet Explorer | Safari | Opera | RSelenium with Local Headless Browsers | phantomjs | HtmlUnit | RSelenium with Remote Browsers and External Sites | Setting up Sauce Labs | Basic Example | Testing Multiple OS/Browsers | RSelenium with Remote Browsers and Local Sites | Sauce Connect | Setting up Sauce Connect
Docker4 months ago
Introduction | Why Docker? | Preparing Docker on Windows | Installing Docker | Preparing Docker on Linux | Ubuntu 16.04 | Running without sudo | Using Selenium Docker Images | What's in an Image? | Pulling an Image | Windows 10 - Docker Toolbox | Start Your Servers! | Windows 10 Running an Image | Ubuntu 16.04 Running an Image | RSelenium and Running Containers | Utilising the Firefox Standalone Container in Windows 10 | Utilising the Firefox Standalone Container in Ubuntu 16.04 | Debugging Using VNC | Remote Logging/Debugging with Windows | Remote Logging/Debugging with Linux
A Complete End-to-End Walkthrough to Set Up a Project4 months ago
Introduction | Setting up Git | Setting up your environment | Using your environment | Using GitHub Actions | For a project using | For a project that doesn't use | How to update or reproduce your project
Managing Cached Build Artifacts4 months ago
Introduction | Build Logs: The Key to Your Pipeline's History | Cleaning Up Artifacts with rxp_gc() | 1. Targeted Deletion: Cleaning Up Old Builds | 2. Full Garbage Collection | Conclusion
Organising Large Projects with Sub-Pipelines4 months ago
Large Pipelines Become Unwieldy | Basic Usage | Visualising Sub-Pipelines | Switching Between Colour Modes | How It Works Internally | Best Practices | Conclusion
Installing R and Python Packages in a Nix Environment4 months ago
Introduction | A word of caution | Installing old packages archived on CRAN | Installing packages from GitHub | Installing local archives | Installing packages from private repositories | Installing Python packages | Installing Python packages not available via nixpkgs (impure) | Installing Julia packages | Converting from an renv.lock file | A complete example | Package installation issues
Setting Up and Using Nix and Rix on macOS4 months ago
Introduction | Why rix and Nix? | Installing Nix | Recommended: Using setup_cachix() | Alternative: Using the cachix client | What if you don't have R already installed? | Generating expressions | More macOS specificities | R Support for Apple Silicon in Nixpkgs | Shared libraries issue | RStudio and other development interfaces on macOS | Why do we need all these special tweaks? | Path of Nix installation not in PATH | Configuring an IDE | Other "Nix"es
osmapiR4 months ago
Setup | Map objects | Changesets | Notes | GPX data | Users
Installation4 months ago
Installation on Linux systems | Installation on macOS systems
Preparing Statistical Software with the srr package5 months ago
1. The package skeleton | 2. Enabling srr roclets for a package | 3. roxygen2 tags | 3.1 Format of srr documentation | 3.2 Locations of srrstats documentation | 3.3 Documenting standards for documentation | 3.4 @srrstatsNA tags for non-applicable standards | 4. The srr workflow
Building an Environment for Literate Programming5 months ago
Introduction | Starting with the basics (simple but not entirely reproducible) | 100% reproducible literate programming | Conclusion
Contributing to Nixpkgs5 months ago
Introduction | Setting up | Where to find packages to fix | Case 1: packages that need dependencies to build | Case 2: packages that need a home, X, or simple patching | Case 3: packages that require their attributes to be overridden | Case 4: packages that need a dependency that must be overridden | Case 5: darwin-specific fixes | Case 6: an R packages requires software not in nixpkgs (or outdated in nixpkgs) | Study! Study! Study! Study! | Broken packages | Reviewing PRs
Converting renv Projects to Nix Projects5 months ago
Introduction | Converting an historical renv project | Starting a new project | Caveats | Package versions are not exactly the same between the renv.lock and default.nix files | Don’t use the same folder for your Nix and {renv} projects | Mind the R version
Developing Packages with Rix5 months ago
Why bring {rix} into your package workflow? | Declaring your package environment | Committing the environment to your repository | Keeping the snapshot fresh | Using {rix} in GitHub Actions | Summary
Getting Started5 months ago
Non-technical intro to Nix | The Nix package manager | rix workflow | Converting from an renv.lock file | Using default.nix files
Handling Packages with Remote Dependencies5 months ago
Introduction | The {lookup} package | Caveats | Fixed commits | Duplicated packages | Authenticating to GitHub | Consider using dependencies that made it to CRAN | Custom Git hosting platforms | Conclusion
Installing System Tools and TexLive Packages in a Nix Environment5 months ago
Introduction | Adding tools to an environment | Installing TexLive packages | Installing IDEs
Packaging Your Code in R and Python with Rix5 months ago
Part 1: R Packages with | Setting up the Development Environment | Initializing the Package | Workflow Basics | Using Your Package in a Nix Environment | Part 2: Python Packages with uv | Configuring pyproject.toml | Development Workflow | Local Development Loop
Rolling Out Your Own Binary Cache5 months ago
Introduction | Using GitHub Actions to build the environment | Using your cache
Setting Up and Using Nix and Rix on Linux and Windows5 months ago
Introduction | Why rix and Nix? | Installing Nix | Windows pre-requisites | Using the Determinate Systems installer | Recommended: Using setup_cachix() | Alternative: Using the cachix client | NixOS users | Case 1: you don’t have R installed and wish to install it using Nix as well | Case 2: you have R installed through your OS's package manager | Configuring an IDE | Other "Nix"es
Understanding the rPackages Set Release Cycle and Using Bleeding Edge Packages5 months ago
Introduction | R packages available through Nix | Using bleeding and frozen edge package for your environments | Making your own cache
Using an IDE with Nix Shells5 months ago
Introduction | Our recommendation | Recommended setup on macOS | Recommended setup on Windows | Recommended setup on Linux | RStudio | RStudio on macOS | RStudio on Linux or Windows | Positron | Configuring native Positron to interact with Nix shells | Letting Nix manage Positron on any operating system | VS Code/Codium | Configuring native VS Code/Codium to interact with Nix shells | Letting Nix manage VS Code/Codium | Emacs | Configuring native Emacs to interact with Nix shells | Letting Nix manage Emacs | Making a launcher to start your editor
Using Nix Inside Docker5 months ago
Introduction | A generic Dockerfile | Dockerizing a Shiny application | NixOS
Using Rix to Build Project Specific Environments5 months ago
Project-specific Nix environments | Which r_ver should you choose? | Running old projects with | Running programs from an environment | Running single functions in a subshell | Nix environments are not completely isolated from your system
Core Rixpress Functions and Usage5 months ago
Getting data into the pipeline | Declaring build steps | Generating the pipeline | Defining a Reproducible Shell for Execution | Optional steps before building the pipeline | Graphical representation of the pipeline's DAG | Tracing the lineage of derivations | Building and inspecting outputs | No-op builds for individual derivations | Caveats | Conclusion
Polyglot Pipelines and Literate Programming5 months ago
Analysing the mtcars dataset using R and Python | Building a Quarto or R Markdown document
Setting Up a Pipeline from Scratch5 months ago
Installing the required software | Bootstrapping a project
rOPTRAM: Deriving Soil Moisture from Sentinel-2 Imagery5 months ago
Introduction | Prerequisites | Workflows | Package options | Main wrapper function | Run the full OPTRAM model procedure with a single function call | Show trapezoid plot | Step by step | The same procedure as the wrapper function, but in explicit steps | Soil Moisture Estimate | Use trapezoid coefficients, VI, and STR rasters to derive soil moisture grid | Soil moisture plot
Using Chronicler for Error-Tolerant Pipelines5 months ago
The Problem: Silent Failures | What is {chronicler}? | The Challenge with Nix Builds | The Solution: Automatic Chronicle Checking | Three-State Status System | Complete Example | Automatic Warnings | Best Practices | When to Use Chronicler | Further Reading
Basics5 months ago
Introduction | Connecting to a Selenium Server | What is a Selenium Server? | Do I Need to Run a Selenium Server? | How Do I Get the Selenium Server Standalone Binary? | How Do I Run the Selenium Server? | Docker | rsDriver | Java Binary | How Do I Connect to a Running Server? | Navigating Using RSelenium | Basic Navigation | Accessing Elements in the DOM | Search by Name | Search by ID | Highlight an Element | Search by Class | Search Using CSS Selectors | Search Using XPath | Sending Events to Elements | Sending Text to Elements | Sending Key Presses to Elements | Sending Mouse Events to Elements | Injecting JavaScript | Injecting JavaScript Synchronously | Injecting JavaScript Asynchronously | Frames and Windows | Frames in Selenium | Windows in Selenium | Appendix
Getting Started5 months ago
Overview | Use | State plane projections
Running Pipelines in CI5 months ago
Running pipelines on GitHub Actions
Effective Debugging5 months ago
Introduction | The First Response to a Failed Build: rxp_inspect() | Investigating Structural Issues with rxp_trace() | A Proactive Strategy: Isolating Derivations with noop_build | Historical Debugging: Going Back in Time | Conclusion
Encoding, Decoding, and Cross-Language Data Transfer5 months ago
Introduction | Custom Encoding and Decoding in R | Cross-Language Data Transfer: R ↔ Python | Summary
Importing Data Files5 months ago
Importing a single local file | Importing a single file from the internet | Importing many files from a directory | Importing files with dependencies (e.g., Shapefiles) | Conclusion
Introductory Concepts5 months ago
Definitions | Derivations | Dependencies of derivations | The Nix store and hermetic builds | Summary and conclusion
Polyglot Pipelines with Julia and R5 months ago
Generating waveshaders data using Julia and plotting it using R | Setting up the environment | Creating the pipeline | Helper functions | Data transfer between R and Julia | Conclusion
Scope and Roadmap5 months ago
Overview | What rixpress is | What rixpress is not | Primary audience | In-scope features (current) | Out-of-scope features (not planned) | Roadmap | Near-term (next minor releases) | Maybe later | Not planned | How to propose new features | Related projects and inspiration | Links
Using {cmdstanr} with {rixpress}5 months ago
Setting up the Environment | Setting up the pipeline | Compiling and Sampling the Model | Custom Serialisation | Summary
Control of tests5 months ago
1. .Rd files, example code, and the autotest workflow | 2. Internal structure of the autotest workflow | 3. autotest-ing the stats::cov function | 3.1 Listing tests without conducting them | 3.2 Conducting tests | 3.4 Controlling which tests are conducted | 4. autotest-ing your package | 4.2 Finer control over testing expectations
How to use autotest5 months ago
Integer input | Vector input | List-column conversion | Return results and documentation | Documentation of input parameters | General Procedure
Get started with rmangal5 months ago
Context | The Mangal project | Data structure | Authentication | How to use rmangal | Overall approach | Search functions | Search and list available datasets | Finding a specific network | Search for a specific taxon | Get networks associated with a search_* object | Integrated workflow with rmangal | Batch analysis | Geolocate Mangal networks with sf | Taxonomic analysis | Network analysis with igraph | Network manipulation and visualization with tidygraph and ggraph | Creating a list references for a set of networks | References
Advanced usage and {tic} integration5 months ago
Overview | Advanced API usage | Pipelines, workflows, and jobs | Restarting and retrying | Artifacts and logs | Environment variables | Deep integration with | Initialize CircleCI with | Customize stages | Authentication and permissions | Making vignettes robust on CI/CRAN | See also
Getting Started5 months ago
Introduction | Authentication with GitHub | First steps | Deployment | Deployment Keys | Starting a Build | See also
Using {circle} with {tic}5 months ago
Creating the Circle CI YAML configuration file | Enabling deployment from builds | Understanding the YAML file | The first build
Configuration5 months ago
General configuration | Setting up | Access methods | Additional configuration | More information | SAS On Demand for Academics configuration | Registration | Java installation | Local Windows installation configuration
nodbi - package overview5 months ago
Summary | Connect | docdb_create | Identifiers | docdb_get | docdb_query | Field names | docdb_update | docdb_delete | Disconnect and shutdown
Reproducible Analytical Pipelines with Nix5 months ago
Introduction | An example of a reproducible analytical pipeline using Nix
Running R or Shell Code in Nix from R5 months ago
Testing code in evolving software dependency environments with confidence | Two operational modes of computations in environments: 'System-to-Nix' and 'Nix-to-Nix' | Case study 1: Evolution of base R | Setting up the (R) software environment with Nix | Defining and interactively testing custom R code with function(s) | Run functioned up code and investigate results produced in pure Nix Rsoftware environments | Syntax option for specifying function in expr argument of with_nix() | Comparing as.vector.data.frame() for both R versions 4.1.3 and 4.2.0 from Nixpkgs | Case study 2: Breaking changes in {stringr} 1.5.0 | Case study 3: Using a subshell to get hard to install dependencies
Connecting data to Open Tree trees5 months ago
Combining data from OToL and other sources. | Get Open Tree IDs to match your data. | Find a tree with your taxa | Published trees | A part of the synthesis tree | Connect your data to the tips of your tree | Find external data associated with studies, trees and taxa from Open Tree | Get external data from a study | Find a OTT taxon in another taxonomic database | What next
How to use rotl?5 months ago
Demonstration of a basic workflow | Step 1: Matching taxonomy to the ott_id | Step 2: Getting the tree corresponding to our taxa | FAQ | How to change the ott ids assigned to my taxa? | How do I know that the taxa I'm asking for is the correct one? | How do I get the tree for a particular taxonomic group? | How do I find trees from studies focused on my favourite taxa? | The tree returned by the API has duplicated tip labels, how can I work around it? | How do I get the higher taxonomy for a given taxa? | Why are OTT IDs discovered with rotl missing from an induced subtree? | Removing the taxa missing from the synthetic tree | Using the full taxonomic names
Using the Open Tree synthesis in a comparative analysis5 months ago
Phylogenetic Comparative Methods | A phylogenetic meta-analysis | Gather the data | Find the species in OTT | Get a tree | Perform the meta-analysis | What other comparative methods can I use in R?
rerddap introduction5 months ago
NetCDF | Caching | ERDDAP™ servers | Install | Search | Information | griddap (gridded) data | tabledap (tabular) data
Using rerddap to Access Data from ERDDAP™ Servers5 months ago
Introduction | Installation | The main rerddap functions | Finding the Data You Want | Think about what you are going to do. | Some ERDDAP™ Basics | Subsetting griddap() | Strides | Subsetting tabledap() | tabledap() and regular expressions | Searching | griddap | MUR SST | VIIRS SST and Chlorophyll | Temperature at 70m in the north Pacific from the SODA model output | Irish Marine Institute | IFREMER | tabledap | CalCOFI data | Parquet files | CPS Trawl Surveys | NDBC Buoys | IOOS Glider Data | Animal Telemetry Network (ATN) | California Current System Integrated Ecosystem Assessment (CCSIEA) | Interactive plots | Cacheing, "last", "now", idempotency, and a gotcha | Reading data from a netCDF file.
Adding or modifying checks5 months ago
1. The check function | 2. The output function | 3. Creating new checks | 3.1 New Local Checks (for package users) | 3.2 New pkgcheck Checks (for pkgcheck developers) | 3.2a Check types | 3.2b Testing new checks
Introduction to auk5 months ago
Quick start | Background | The eBird Basic Dataset | auk vs. rebird | Data access | Example data | AWK | A note on versions | Presence data | The auk_ebd object | Defining filters | Executing filters | Reading | Saving the AWK command | Group checklists | Taxonomic rollup | Zero-filled, presence-absence data | Filtering | Reading and zero-filling | Acknowledgements | References
Developing dittodb5 months ago
Setting up databases | What we test | How to setup test databases locally | ☠️ What not to run ☠️ | Some of the tricky bits that dittodb uses | Recording | Using a mocked database
Using Skimr6 months ago
Introduction | The skim() function | Skimming data frames | Skimming vectors | Skimming matrices | Skimming without modification | Reshaping the results from skim() | Rendering the results of skim() | Customizing print options | Modifying skim() | Extending skimr | Solutions to common rendering problems
Tests Requiring Authentication6 months ago
Get an EDI User Account | Use the "staging" Environment! | Create Tests | Requiring Authentication | Requiring Data Package Evaluation or Upload | Run Tests
Unlocking DrugBank: Parsing and Visualizing Mechanistic Data6 months ago
Introduction | 1. Loading Data | The Parsing Workflow | Loading Sample Data | 2. Analysis: The Drug Landscape | 3. Analysis: Approval Status | 4. Analysis: Molecular Mechanisms | 5. Next Steps: Integrated Pharmacovigilance
Evaluate and Upload Data6 months ago
Authenticate | Reserve a Data Package ID | Evaluate | Interpreting the Evaluation Report | Report Summary | Full Report | Upload | Update
Introducing dbparser 2.2.06 months ago
The "Hub and Spoke" Architecture | Pipeline-Ready Pharmacovigilance | New Tools for Reproducibility | A Scientific Case Study | Availability
Integrated Pharmacovigilance: Linking DrugBank, OnSIDES, and TWOSIDES6 months ago
Introduction | Prerequisites | 1. Loading and Inspecting Data | 1.1 Load DrugBank (The Hub) | 1.2 Load OnSIDES (Single-Drug Labels) | 1.3 Load TWOSIDES (Drug Interactions) | 2. Merging the Databases (Chaining) | 3. Single Drug Analysis: Leuprolide (DB00007) | 3.1 Extract Baseline Adverse Events (OnSIDES) | 4. Single Drug Analysis: Calcitriol (DB00136) | 5. Polypharmacy Analysis: Drug-Drug Interactions | 5.1 Visualization of Interaction Risks | 6. Comparative Overview | 7. Conclusion
Introduction to spatsoc6 months ago
Data preparation | Temporal grouping | Spatial grouping | Edge-list generation
Using distance based edge-list generating functions, dyad_id and fusion_id6 months ago
Generate edge-lists | 1. Load packages and prepare data | 2. a) edge_dist | 2. b) edge_nn | Dyads | 3. dyad_id | Fusion events | 4. fusion_id
Using spatsoc in social network analysis6 months ago
Generate gambit of the group data | 1. Load packages and prepare data | 2. a) group_pts | 2. b) group_lines | 2. c) group_polys | Build observed network | 3. get_gbi | 4. asnipe::get_network | Data stream randomization | 5. a) type = 'step' | 5. b) type = 'daily' | 5. c) type = 'trajectory' | Build random network | 6. a) type = 'step' | 6. b) type = 'daily' | 6. c) type = 'trajectory' | Network metrics | 7. Calculate observed network metrics | 8. Calculate random network metrics | 9. Compare observed and random metrics
auk development6 months ago
Updating the eBird taxonomy | Adding new filters | 1. Update auk_ebd() | 2. Create filter function | 3. Update auk_filter() | 4. Unit tests | 5. Update vignette and README | 6. Build, test, check, and push to GitHub | CRAN submission
Adding metadata7 months ago
Introduction | Reading metadata | Updating the optional metadata
Efficiency Relative to Storage and Time7 months ago
Introduction | Data Storage | On a File System | In Git Repositories | Timings | Writing Data | Reading Data
Suggested Workflow for Storing a Variable Set of Dataframes under Version Control7 months ago
Introduction | Setup | Structuring Git2rdata Objects Within a Project | Storing Dataframes ad Hoc into a Git Repository | First Commit | Second Commit | Third Commit | Scripted Workflow for Storing Dataframes | R Package Workflow for Storing Dataframes | Analysis Workflow with Reproducible Data | Long running analysis
Real World Example7 months ago
Import data | Validation | Investigate errors | Duplicate names | Invalid column names | Fixing the data | Summary
Introduction to the smapr package7 months ago
SMAP data products | Preparing to access SMAP data | Finding data | Downloading data | Exploring data | Extracting data | Comparing surface and soil moisture
Pseudocode7 months ago
Distribution Objects | Common Distribution Families | Evaluating | Enframing
Advanced configuration7 months ago
Variables and constants definitions | Print functions | Capturing progress of model simulations | Access to intermediate results | Handling NetLogo runtime errors | Self-written NetLogo output | Temporary files management | random-seed and repetitions management | Runtime and measurements | NetLogo extensions | Parallelisation and the future concept | Parallelisation on local machine | Parallelisation on remote HPC cluster | Using the future framework | Using the clusterMQ framework
Get Started7 months ago
nlrx | Publication | Prerequirements | NetLogo | Java | Installation | Get started | Step by step application example | Step 1: Create a nl object: | Step 2: Attach an experiment | Step 3: Attach a simulation design | Step 4: Run simulations | Step 5: Attach results to nl and run analysis | Complete code example
Introduction to arkdb7 months ago
arkdb | Package rationale | Installation | Tutorial | Creating an archive of an existing database | Unarchive | Pluggable text formats | A note on compression | Distributing data
Render with CI7 months ago
Configuration7 months ago
GSODR7 months ago
Introduction | Using get_GSOD() | Find Stations in or near Toowoomba, Queensland, Australia | Download a Single Station and Year Using get_GSOD() | Using nearest_stations() to Download Multiple Stations at Once | Plot Maximum and Minimum Temperature Values | Using reformat_GSOD() | Reformat a List of Local Files | Reformat all Local Files Found in Directory | Using get_updates() | Notes | WMO Resolution 40. NOAA Policy | Appendices | Appendix 1: GSODR Final Data Format, Contents and Units | Appendix 2: Map of Current GSOD Station Locations | References
Download and plot PRISM data7 months ago
Installation | Quickstart | prism data and parameters | Downloading data | Download 30-year normal data | Download daily, monthly, and annual data | Interact with the archive and prism data | Raster plots | Single grid cell plot | leaflet map
Specifying Your Own Distribution8 months ago
User-Defined Distributions | Distribution Attributes | Example of a New Parametric Family | Network of Properties | Making your own properties | Limitations
Evaluate a Distribution8 months ago
Distributional Representations | Drawing a random sample | Properties of Distributions
Synthesize and align test sounds8 months ago
Glossary | Synthesize sounds | Create master sound file for playback | Align re-recorded sounds | Manually fixing alignment | Further aligning | References
Quantify degradation8 months ago
Required data structure | Setting reference sounds | Measuring degradation | Data format | Visual inspection | Blur ratio | Spectrum blur ratio | Excess attenuation | Envelope correlation | Spectrum correlation | Signal-to-noise ratio | Tail-to-signal ratio | Spectrogram correlation | Other measurements | Noise profiles | References
Run ReLTER in a Docker container8 months ago
rocker_ReLTER | About | Install a different branch of ReLTER package | Build the image | Usage | Preserve your work (using a Docker volume) | Precompiled image on Docker Hub
GLMMcosinor8 months ago
An brief introduction to the cosinor model | Introduction | cglmm() | A basic overview of cglmm() | Understanding the output | More advanced cglmm() model specification | Using summary() and testing for differences between estimates | Using predict() | Plotting cglmm objects | Large datasets | Assessing residual diagnostics of cglmm regression models using DHARMa | Differential rhythmicity | References
Model specification8 months ago
cglmm() | Using cglmm() | Specifying a single-component model with no grouping variable | Specifying a single-component model with a grouping variable and a shared MESOR | Specifying a single-component model with a grouping variable and an intercept (MESOR) | Specifying more complicated models using the amp_acro() function | Dispersion and zero-inflation model specification | Using summary(cglmm)
Visualizing models8 months ago
Visualizing cglmm models | Polar plots
Convert an existing project8 months ago
Preparing input data8 months ago
Determine required input datasets | Raster Data | Determine minimum data requirements | Transmission Distance | Area | Additional considerations | Temporal resolution | land cover classifiers | Example land-cover datasets | North America | Canada | Global | Reclassifying to Hazardous fuel layer | Structures/Values Datasets | Alberta | USA | References
Make and model data in STATS198 months ago
Make and model data
Plotting healthy life expectancy and life expectancy by deprivation for English local authorities8 months ago
Where to start | IndicatorID | AreaTypeID | Extracting the data | Plotting outputs | Other useful functions
stats19: a package for road safety research8 months ago
Introduction | Short history and affiliations | What is STATS19 anyway? | The road crash data in stats19 | Note | How stats19 works | Creating geographic crash data | The big picture: road safety | Conclusion | References
Custom templates8 months ago
Reproducing Reported road casualties in Great Britain: pedestrian factsheet9 months ago
1. Main findings | 2. Pedestrian traffic and reported casualties | 3. How far do pedestrians travel? | 4. Casualty rates per mile travelled | 5. Sex and age comparisons | 6. Which vehicles are involved in collisions with pedestrians? | 7. Time of day of collisions | 8. What type of road? | 9. Vehicle movement on the road
Introducing stats199 months ago
Introduction | Functions | Download STATS19 data | Read STATS19 data | Crash data | Format STATS19 data | Casualties data | Vehicles data | Creating geographic crash data | Joining tables | Time series analysis | Further work | References
datapack R Package Overview9 months ago
Overview | Create a Single Object | System Metadata | Access Policy | Create a Collection of Objects | Relationships Between DataObjects | Linking a metadata file with one or more data files using cito:documents | Asserting data provenance relationships between objects | Inserting other (arbitrary) relationships | Describing The Contents of a DataPackage | Saving DataPackage Contents to a File
Introduction to tiler9 months ago
Setup (Windows users) | Geographic map tiles | Context | Basic example | Projected maps | Missing CRS | Coloring tiles | RGB and RGBA rasters | Non-geographic map tiles | Additional arguments | Serving map tiles | Leaflet examples using remotely hosted tiles | Local preview | Details
CHAOSS metrics9 months ago
Metrics models9 months ago
The models used here | Combining metrics within models
fireexposuR9 months ago
Spatial data in R | 1. Determine scale | Landscape | Local | Understanding transmission distances | Long-range embers | Short-range embers and radiant heat | 2. Determine scope | Example: Compute exposure | Example workflow | Example: Assess directional exposure | Example: Conduct an exposure assessment for a local area | Advanced Example: Validate the exposure metric in a study area | 3. Determine required data | References
Check your post9 months ago
Best practice | URL validity
dataspice Overview9 months ago
Step 1 - Start with one or more data files | Step 2 - Fill in Templates | Metadata Files | Step 3 - Save metadata in JSON | Step 4 - Create a dataspice website
Creating bespoke reports9 months ago
Overview | Adding mantis content | Extra requirements for interactive reports
Specifying alerting rules9 months ago
Overview | Built-in rules | Custom rules | Applying different rules to different time series | Walkthrough
Using rnassqs9 months ago
API Information | A quick example | Convenience functions | Detailed usage | Step 1: Authentication | Add it to your .Renviron file | Put it in a file | Add it interactively | Step 2: Building Queries | Querying a range of values | Querying multiple values | Query Limits: Total records per query | Query Limits: Total queries per second | Step 3: Running Queries | Step 4. Putting it all together | Lists of parameters and dealing with large queries | Iterating to reduce individual query size | Iterating over lists of parameters | Under the hood
Prometheus users9 months ago
Why this occurs | Confirm issue | Fix for only the current R session | Fix for all future R sessions
resources9 months ago
Resources | Further reading and resources
Assessing Spatial Autocorrelation9 months ago
Introduction | Testing for Spatial Autocorrelation using Moran's I | References
Estimating Cure Models in High Dimensions: A Guide with hdcuremodels9 months ago
Introduction | Package description | Data examples | Assessing model assumptions for fitting a mixture cure model | Penalized mixture cure models | Fitting penalized mixture cure models using GMIFS | Fitting penalized mixture cure models using E-M algorithm | Cross-validation | Other Package Functions | Comparison to other mixture cure modeling packages | Conclusions | References
Debugging the package check API10 months ago
Debugging Procedure | Check that the API is online | Check log of recent requests | Check installation of system dependencies | Check system output and error logs | Manually running checks
Generate computational grids10 months ago
Computational grids | Types of computational grids and their generation | par_pad_grid(): standard interface | par_pad_balanced(): focusing on getting the balanced clusters | Random points in NC | Visualize computational grids | Generate regular grid computational regions | Split the points by two 1D quantiles | Merge the grids based on the number of points | Different values in merge_max | par_make_balanced() | Common grid systems
Getting started with chopin10 months ago
Introduction | chopin workflow | Example data | Generating random points in North Carolina | Creating grids | Extracting values from raster | Hierarchical processing | Multiraster processing | User-defined functions | Caveats | Why parallelization is slower than the ordinary function run? | Notes on data restrictions
Introduction to rredlist10 months ago
What rredlist is not: | Installation | Authentication | Overview of available features | Example usage | Loading the package | Search for assessments for a particular species | Search for assessments that recommend particular conservation actions | Get a list of all conservation actions | Return assessments with a particular conservation action | Advanced usage | High level vs. low level interfaces | High level interface | Low level interface | Usage best practice | Citing the IUCN Red List API | Rate Limiting | API Versioning
rredlist benchmarks10 months ago
Introduction | Head-to-head benchmarks | 1. Get species count | 2. Lookup individual assessment | 3. Taxonomic lookup with defaults | 4. Taxonomic lookup with query (one page of results) | 5. Taxonomic lookup with query (~10 pages of results) | 6. Taxonomic lookup with query (~40 pages of results) | 7. Taxonomic lookup with query (~900 pages of results) | And the winner is... | Query breakdown | Conclusion
Using rredlist within a research workflow10 months ago
Introduction | How have mollusc assessments increased through time? | What is the conservation status of Australian reptiles? | What habitats do conifers and cycads occur in? | Some recent published uses of rredlist
Google Cloud Speech-to-Text API10 months ago
Returned structure | Demo for Google Cloud Speech-to-Text API | Word transcripts | Custom configurations | Asynchronous calls
Google Cloud Text-to-Speech API10 months ago
Returned structure | Talk Languages | Support for SSML | Effect Profiles | Browser Speech player | Using with Shiny
Google Cloud Translation API10 months ago
Language Translation | HTML support | Language Detection | Translation API limits
Google Natural Language API10 months ago
Demo for Entity Analysis
Introduction to googleLanguageR10 months ago
Google Natural Language API | Google Cloud Translation API | Google Cloud Speech API | Installation | Usage | Authentication
nuts: Convert European Regional Data in R10 months ago
Key Features | NUTS Codes | Spatial interpolation in a nutshell | Usage | Workflow | Identifying NUTS version and level | Converting data between NUTS versions | Converting multiple variables simultaneously | Converting grouped data | Converting data between NUTS levels | Inconsistent versions and levels | Non-identified NUTS codes | Missing NUTS codes | Multiple NUTS levels within groups | Multiple NUTS versions within groups | Spatial interpolation in detail | Changes in administrative boundaries | Spatial interpolation and conversion tables | Conversion methods | Conversion of absolute values between versions | Conversion of relative values between versions | Conversion of absolute values between NUTS levels | Conversion of relative values between NUTS levels | Citation
weatherOz Use Case10 months ago
Introduction | Materials and Methods | Summary | References
From R to RDF10 months ago
From tidy data to RDF triples | Creating a minimal semantically defined dataset | RDF triples enable interoperability | Clean up | Scale up
Example Dataset Definitions10 months ago
Purpose | Example Dataset Definitions For RDF | obs:1 | obs:2 | obs:3 | Machine-readable form
Get started10 months ago
CRediTas | Installation | Create a template | Read a template | Generate the CRediT author statement | Do not drop authors without contributions
Modernising Citation Metadata in R: Introducing bibrecord10 months ago
Purpose | What is bibrecord | Creating a bibrecord | Printing a bibrecord | Compatibility with existing infrastructure | Future extensions | Summary
partialling_out10 months ago
Getting started | Weighted models | Fixed effects models | Interaction terms and varying slopes | AsIs and polynomial terms | Plotting the results | Adding other parameters to the model | Acknowledgements
UCSCXenaTools: an R package for Accessing Genomics Data from UCSC Xena platform, from Cancer Multi-omics to Single-cell RNA-seq10 months ago
Installation | Data Hub List | Usage | XenaData data.frame | Workflow | Browse datasets | More usages | QA | How to resume file from breakpoint | Citation | Acknowledgments
Getting Started with dittodb10 months ago
Our function mean_delays() | RMariaDB | RPostgres | RSQLite | Recording fixtures | with_mock_db() | Getting setup to use dittodb | Things to be careful about | When to call dbConnect() | Query size | Advanced uses | Specify a new path | Redacting | You, too, can write a fixture!
Introduction to stantargets10 months ago
Multiple models | Generated quantities | More information
trud11 months ago
Understanding TRUD Subscriptions | Examples | Check your current subscriptions | Browse all available items | Get metadata for a specific item | Download an item | Working with specific releases
Localization with datefixR11 months ago
Introduction | Supported Languages and Formats | Fully Supported Languages | Language Detection Features | Language-Specific Examples | English | French (Français) | German (Deutsch) | Spanish (Español) | Portuguese | Russian (Русский) | Indonesian (Bahasa Indonesia) | Handling Mixed Languages | Format Detection | Roman Numeral Support (Experimental) | Best Practices | Adding New Languages
rfema: Getting Started11 months ago
Introduction | Installation | Available Datasets | Example Workflow | More Examples | Example: Return the first 100 NFIP claims for Florida that happened between 2010 and 2020. | Example: Get data on all Hazard Mitigation Assistance Projects associated with flood mitigation in Florida. | Example: Determine how much money was awarded by FEMA for rental assistance following Hurricane Irma. | Clean one of the data sets with a nested structure
lingtypology: creating maps11 months ago
1. Base map | 2. Set features | 3. Set pop-up boxes | 4. Set labels | 5. Set coordinates | 6. Set colors | 7. Set shapes | 8. Set control box | 9. Set an additional set of features using strokes | 10. Set width and an opacity feature | 11. Customizing legends | 12. Set scale bar | 13. Set layouts | 14. Add a minimap to a map | 15. Add minicharts instead of points | 16. Add a rectangle to a map | 17. Add a density contourplot to a map | 18. Add isoglosses | 19. Add lines
Get started with mantis11 months ago
Data format | Specifying the data columns | Specifying the timepoint unit | Generating a report | Interactive plots | Static plots | Heatmap | Multipanel
comtradr11 months ago
Data availability | Package information | Install and load comtradr | Authentication 🔐 | Storing the API key | Making API calls | API search metadata | More on the lookup functions | API rate limits | Package Data | Visualize | Handling large amounts of Parameters | commodity_code | flow_direction | reporter and partner | mode_of_transport, partner_2, and customs_code | Example Usage
datefixR: Comprehensive Date Standardization Guide11 months ago
Introduction | Key Features | Core Functions | When to Use datefixR | Core Workflow | Date standardization | Advanced Topics | Localization | Date and Month Imputation | Converting Numeric Dates | Roman Numeral Months Experimental | Error & Edge-Case Handling | Common Error Examples | FAQ | Understanding Year Parsing Logic | Two-Digit vs Four-Digit Years | Automatic YMD Detection Logic | 1. Year-First Detection | 2. Month Name Detection | 3. Numeric Component Defaults | 4. Handling Ambiguous Cases | 5. Format Detection Examples | Overriding Automatic Detection | Explicit Format Specification | Data Frame Processing | Citation
Using the datefixR Shiny App11 months ago
Introduction | Installation and Setup | Prerequisites | Launching the App | Theme Options | Step-by-Step Usage Guide | 1. File Upload | 2. Column Selection | 3. Imputation Settings | Day of Month Imputation | Month Imputation | Format Assumption | 4. Processing and Review | 5. Download Results | Advanced Features | File Format Support | Error Handling | Data Privacy | Example Workflow
Creating EML11 months ago
Overview of the EML hierarchy | Our example: (re)-creating hf205.xml | Our strategy | Attribute Metadata | Data file format | Assembling the dataTable | Coverage metadata | Creating methods | Creating parties | Creating a keywordSet
Extending skimr11 months ago
Introduction | Skimming objects that are not coercible to data frames | Defining sfl's for a package | Adding new methods | Conclusion
Design Principles for lightr11 months ago
Scope | Architecture | Naming conventions
Renormalise spectral data with a custom reference11 months ago
Step 1: import un-normalised data | Step 2: find the matching white reference | Step 3: normalise the reflectance data
Getting Started11 months ago
What are C3D files? | Why use the c3dr package for R? | Install the c3dr package | Read C3D files with c3dr | Data structure of C3D objects in R | Header | Parameters | Point data | Analog data | Force platform data | Work with C3D point data | Work with C3D analog data | Further analysis of imported data | Write C3D files with c3dr
Optimizing sound event detection11 months ago
Automatic sound event detection | Signal detection theory applied to bioacoustics | Improving detection speed | Additional tips | References
Template-based detection11 months ago
Optimizing template-based detection | Detecting several templates | References
Energy-based detection11 months ago
How it works | Optimizing energy-based detection | References
Design of vcr11 months ago
How vcr works | Where vcr comes from | Principles | An easy to use interface hides complexity | Hooks into HTTP clients | Internal classes | Configuration | Cassette class | How HTTP requests are handled | Serializers
Get Occurrence Records from GBIF11 months ago
Introduction | Obtaining a Taxon Key | Downloading Occurrence Records Using occ_download() | Downloading Occurrence Records Using occ_search() | Restricting Occurrence Records Using Geometry | Curating GBIF Occurrence Records
Ensembl BioMart Examples11 months ago
Use Case #1: Functional Annotation of Genes Sharing a Common Evolutionary History | Step 1 | Enrichment Analyses
curl options 11 months ago
Discover curl options | Other ways to use curl besides R | general info | using curl options in other packages | timeout | verbose | headers | authenticate | cookies | progress | proxies | user agent
Getting started with vcr11 months ago
Testing with vcr | Cassette files | Request matching | What happens if the API changes? | Other uses: examples and vignettes | Conclusion
Mixed models11 months ago
Data with subject-level differences | A single component model with random effects | REML
Getting started12 months ago
What is concstats? | How can you install it? | Why did I build it? | How can it be used?
Introduction to concstats12 months ago
Installation | Data | Group wrapper overview | Examples | concstats_mstruct | concstats_inequ | concstats_comp | concstats_concstats | Visualization
Batch import with lr_get_spec() and lr_get_metadata()12 months ago
Import spectral data: lr_get_spec() | Import spectral metadata: lr_get_metadata() | Convert spectral data to csv: lr_convert_tocsv()
Real life example12 months ago
Comparison of outputs | Example of analysis
cassette12 months ago
crul introduction 12 months ago
Install | HttpClient - the main interface | Do some HTTP requests | write to disk | stream data
Introduction to PFW12 months ago
Background | Accessing and Importing Project FeederWatch Data | Downloading and Importing Raw Data | Filtering and Zerofilling Project FeederWatch Data | Filtering your data | Zerofilling your data | Helper functions | Acknowledgements | References
Introduction to the helminthR package12 months ago
Installation | Package functionality | loadData() | cleanData() | data(locations) | plotting host-helminth networks
Debugging vcr failures1 years ago
Logging basics | Second and subsequent requests | A match failure | Multiple requests | Common problems and their solutions | Re-used cassette name | Non-deterministic requests
rOPTRAM: Three Trapezoid Fitting Methods1 years ago
Introduction | Examples | Prepare data.frame of pixel values | Show Linear trapezoid plot | Show Exponential fitted trapezoid plot | Show Polynomial fitted trapezoid plot
osmdata 1 years ago
1. Introduction | 1.1 Bounding boxes: the getbb() function | 2. The overpass API | 2.1. osmdata queries | 2.2 Extracting OSM data from a query | 2.3. Query example | 3. The osmdata object | 3.1. The osmdata_xml() function | 3.2. The osmdata_sf() function | 3.3. The osmdata_sp() function | 4. Recursive searching | 4.1. Example | 4.2 Relation example | 5. Additional Functionality | 6. Related Packages | 7. References
Using the wmm package1 years ago
Installation | Usage | Citations
How does cryptography work?1 years ago
The XOR operator | Stream ciphers | Symmetric encryption | Public-key encryption and Diffie-Hellman
Rentrez Tutorial1 years ago
Introduction: The NCBI, entrez and rentrez. | Getting started with the rentrez | Searching databases: entrez_search() | Building search terms | Using the Filter field | Advanced counting | Finding cross-references : entrez_link(): | My god, it's full of links | Narrowing our focus | External links | Using more than one ID | Getting summary data: entrez_summary() | The summary record | Dealing with many records | Fetching full records: entrez_fetch() | Fetch DNA sequences in fasta format | Fetch a parsed XML document | Using NCBI's Web History features | Get a web_history object from entrez_search or entrez_link() | Use a web_history object | Rate-limiting and API Keys | Slowing rentrez down when you hit the rate-limit | What next ?
Elevation data and OSM: The osmdata_sc function 1 years ago
1. Introduction | 2. Elevation Data | Example usage of elevation data
Translation of OSM to Simple Features 1 years ago
1. OpenStreetMap Data Structure | 2. Simple Features Data Structure | 3. How osmdata translates OSM into Simple Features | 3.1. OSM Nodes | 3.2. OSM Ways | 3.3 OSM Relations | 3.3(a) Multipolygon Relations | 3.3(b) Multilinestring Relations | 4. GDAL Translation of OSM into Simple Features | 4.1. OSM Nodes | 4.2. OSM Ways | 4.3 OSM Relations | 4.3(a) Multipolygon Relations | 4.3(b) Multilinestring Relations | 5 Examples | 5.1 Routing | 5.1(a) Routing with sf/GDAL | 5.1(b) Routing with osmdata
Get started1 years ago
fellingdater: Estimate, report and combine felling dates of historical tree-ring series | Installation | Basic example | Main functions | sw_interval | fd_report | sw_combine | sw_example0 | sw_example2 | sw_example3 | sw_example4 | sw_example5 | sw_sum | Helper functions | sw_data_overview | sw_data_info | sw_model and sw_model_plot() | read_fh and get_header | cor_table
An introduction to slopes1 years ago
Introduction | Calculating slopes | Measures of route hilliness | Segments in a route: Cumulative slope | References
Example: gradients of a road network for a given city1 years ago
Extract the OSM network from geofabrik | Clean the road network | Filter the unconnected segments | Break the segments on vertices | Get slope values for each segment | Result: | Other examples
How to use rangr?1 years ago
About rangr | Basic workflow | Installing the package | Input maps | Initialise | Simulation | Visualisation | Virtual Ecologist | More advanced workflow | Abundances at the first time step | Carrying capacity | Initialise (using update function)
Introduction to the parzer package1 years ago
Install | Parse | Latitudes: | Longitudes: | Both longitudes and latitudes at the same time: | Both longitudes and latitudes in the same string: | Parse into degree, min, sec parts: | Get degree, minutes, or seconds separately: | Add or subtract degrees, minutes, or seconds: | Get hemisphere from lat/lon coords:
Parzer use cases1 years ago
Use case: working with spatial R packages
Data conversion1 years ago
Count formats | Conversion functions | compute_abundances() | compute_concentrations() | compute_frequencies()
Data visualization1 years ago
Setup | Spatial visualization | Creating a world map | Mapping FORCIS data | Temporal visualization | Plot data by year of sampling | Plot data by month of sampling | Plot data by season | Vertical visualization | Plot data by depth of sampling
Get started1 years ago
Installation | Download FORCIS database | Import FORCIS data | Select a FORCIS taxonomy | Use case 1: Exploration | Use case 2: Specific question | Find the species name | Species filter | Temporal filter | Spatial filter | Distribution map | To go further | References
Select, reshape, and filter data1 years ago
Setup | Selecting columns | Select a taxonomy | Select required columns | Filtering rows | Filter by month of data collection | Filter by year of data collection | Filter by bounding box | Filter by ocean | Filter by spatial polygon | Filter by species | Reshaping | Convert to long format
Protecting secrets1 years ago
Query parameters | Request and response headers | URL, headers, and body
allcontributors1 years ago
Default Grid Format | Code | Issue Authors | Issue Contributors | Section Organisation | List Format | Text Format
The 'pkgcheck' computational environment1 years ago
The pkgcheck Docker container | How to get your package to pass rOpenSci's 'pkgcheck' system
Getting Started1 years ago
Introduction | Downloading Market Data | Templates | Fetching market data | rb3.cachedir folder | Note | Accessing the data | Conclusion
How to Compute Historical Rates from B3 Future Prices1 years ago
Introduction | Fetching historical data | Querying the data | Historical nominal interest rates | Historical real interest rates | Implied inflation | Forward rates | Conclusion
Introduction to gtexr1 years ago
Shiny app | Paginated responses | Examples | Get build 37 coordinates for a variant | Convert gene symbol to versioned GENCODE ID | Convert rsID to GTEx variant ID | For a gene of interest, which tissues have significant cis-eQTLs? | Get data for non-eQTL variants
Sampling devices1 years ago
Site identifier | Profile identifier | Cast identifier | Sample identifier | Subsample identifier
Database versions1 years ago
Using the latest version | Using a specific version
Using terra with geotargets1 years ago
How to run targets examples from vignettes | tar_terra_rast(): targets with terra rasters | Raster metadata | tar_terra_vect(): targets with terra vectors | tar_terra_sprc(): targets with terra raster collections | tar_terra_sds(): targets with terra raster datasets
Multi-scale model assessment1 years ago
Overview1 years ago
Session management | Executing SAS code | Within quarto | RStudio | Positron | Data conversion | File management
Finding data1 years ago
Available data | Physical vector data | Cultural vector data | Searching for countries and continents | Finding countries | Continents
Analyzing B3 Index Data1 years ago
Introduction | Retrieving available indices | Fetching historical index data | Visualizing index performance | Analyzing index composition | Finding stocks in multiple indices | Finding which indices contain a specific stock | Analyzing index weights with the theoretical portfolio | Top constituents by weight | Comparing index concentration | Sector analysis with the current portfolio | Sector composition analysis | Creating helper functions for index analysis | Analyzing index performance metrics | Calculating summary statistics | Conclusion
Fetching B3 Yield Curves1 years ago
Introduction | Fetching the data | Selecting Reference Dates | 2. Fetching and Storing Market Data | PRE Curve (DI rates) | IPCA Curve (DIC curve) | Cupom Limpo (USD - DOC curve) | Break-even Inflation: PRE vs DIC | Conclusion
Fetching Historical Equity Data1 years ago
Introduction | Fetching historical data | Downloading yearly data | Downloading daily data | Accessing the datasets | Filtering by asset type | Equities | ETFs (Exchange Traded Funds) | REITs (FIIs - Fundos Imobiliários) | BDRs (Brazilian Depositary Receipts) | Other asset classes | Analyzing equity data | Top traded equities by volume | ETF market share analysis | Analyzing distribution IDs for price continuity | Working with BDRs | Conclusion
Simulating data from a dynamic multivariate panel model1 years ago
Developer guide1 years ago
Functions
butterfly1 years ago
Data | Examining datasets: loupe() | Additional arguments from waldo::compare() | Extracting unexpected changes: catch() | Dropping unexpected changes: release() | Checking for continuity: timeline() | Grouping distinct continuous sequences: timeline_group() | Using butterfly in a data processing pipeline | A note on controlling verbosity | Rationale | Unexpected changes in models | Unexpected changes in data acquisition | Variable measurement frequencies | In summary
refsplitr1 years ago
1. Introduction | 2. Using refsplitr | 2.1. Importing Search Results | Example | 2.2. Author address parsing and name disambiguation | 2.2.1. Accepting the results of author disambiguation without manual review | 2.2.2. Reviewing and correcting the results of disambiguation | 2.2.3. Uploading and merging the results of disambiguation | 2.3. Georeferencing author institutions | WARNINGS: | Registering with Google for an API key (NB: this is a paid service) | 2.4. Data Visualization: Productivity and Collaboration | 2.4.1. Visualization 1: Authors per country. | 2.4.2. Visualization 2: Author locations | 2.4.3. Visualization 3: Base coauthorship network | 2.4.4. Visualization 4: Mapped Coauthorships by Author Country | 2.4.5. Visualization 5: Mapped Coauthorships by Author Address | Acknowledgments | References | Appendix 1: Guide to downloading reference records from the Web of Science. | Appendix 2: Web of Science Data Field Definitions | Appendix 3: Reviewing and correcting author name assignments by authors_clean() | Appendix 4: Overview of the refsplitr author name disambiguation algorithm. | Appendix 5: Overview of the refsplitr confidence score calculation.
quadkeyr1 years ago
Introduction to rnaturalearth.1 years ago
load required packages | Maps in the package. | Downloading other Natural Earth vectors with ne_download(). | Tables of vector layers available via ne_download(type=[layer_name], scale=)
Language support in rnaturalearth1 years ago
Load required packages | Country maps with labels in other languages
What is a country ?1 years ago
Load required packages | Country types : countries, map_units and sovereignty | Country scales : small, medium and large | States, admin level 1, select by country or geounit
The Role and Importance of Revisions in Time Series Data1 years ago
Introduction | Understanding the Magnitude of Revisions | The Dynamics of Revisions and What They Reveal | The Uses of Studying Revisions in Time Series Data | Conclusion
Dynamic branching with raster tiles1 years ago
What is an extent? | Helper functions to create multiple extents of a raster | tile_n() | tile_grid() | tile_blocksize() | How to run targets examples from vignettes | Example targets pipeline
Worked-out example: Surprisal from a causal (GPT) model as a cognitive processing bottleneck in reading1 years ago
Data analysis | 0. Preprocessing | 1. Add surprisal values to the dataset | 2. Analyze the dataset with a Bayesian hierarchical model | Conclusion | References
Using a GPT2 transformer model to get word predictability1 years ago
References
Troubleshooting the use of Python in R1 years ago
Module not found error in Rstudio | HTTPSConnectionPool error
Using a Bert model to get the predictability of words in their context1 years ago
References
mbquartR1 years ago
Installation | What is a quarter section? | How do legal land descriptions for quarter section work in Manitoba? | Other land division types | Usage | Download the data set from DataMB | Search using lat/long coordinates | Search using legal land descriptions | Map quarter sections
The ImageJ Problem1 years ago
Introduction | Frames and Channels in TIFF files | The Peculiarity of ImageJ TIFF files | Reading ImageJ TIFF files | The original tiff package | The ijtiff package | Note | Advice for all ImageJ users
Working with TIFF Tags1 years ago
Introduction to TIFF Tags | Supported TIFF Tags | Reading Tags from TIFF Files | Understanding Tag Values | Tags in Multi-Frame TIFF Files | Conclusion
Reading and Writing Images1 years ago
Reading TIFF files | Reading only certain frames | More examples | Writing TIFF files | Reading text images | Writing text images
mapmetadata tutorial1 years ago
Preparing for mapping | Understanding mapping outputs | Compare mapping | Using a custom metadata input (recommended) | Using a custom domain list input (recommended) | Using a custom lookup table input (advanced) | Copying across tables
Using allodb to estimate aboveground biomass1 years ago
Installation | Load the census data | Load and modify the equation table | Subset the equation table | Add new equations | Estimate the aboveground biomass | How AGB is estimated | Attribute a weight to each equation in the equation table for each taxon/location combination | Resample equations | Calibrate a new equation for each taxon/location combination | Visualize the recalibration of equations
Getting Started1 years ago
Example | 1. create review project | review files | index.Rmd | pkgreview.md | README.md | clone of package source code | 2. Perform your review: | 3. Submit your review: | 4. Publish your report by pushing to GitHub *
pkgreviewr for editors1 years ago
index.Rmd | editor.md | request.Rmd
Publish pkgreview on GitHub1 years ago
Enable GitHub Pages
Import & Processing1 years ago
Import and processing with spiro() | Options for data processing | Use breath-by-breath data! | Supported metabolic carts | Exercise protocols | Protocol guessing | Protocol setting | Modify body mass | Work with external heart rate data
Summarizing & Plotting1 years ago
Load the data | Stepwise summary with spiro_summary() | Maximal parameter values with spiro_max() | Plotting the data
Extracting Weather/Climate Geospatial Data with chopin1 years ago
Introduction | Prepare target datasets | Hardware specification | Download and preprocess | Download | Read | TerraClimate | Preprocessing | PRISM dataset | Grid parallelization | Scaled up examples | Larger buffer sizes | Larger number of features | Finely resolved vector | Extract | Finely resolved raster | See also
Good practice of using chopin1 years ago
Assumptions | Basic workflow | Minimize errors | Raster workflow: stacked vs file-based parallelization | Raster-Vector overlay | Customization | More tips to save time and memory | Save computing costs
Advanced examples1 years ago
Initial setup | Human gene ontology | Using fuzzy values | Human pathways | Session info
Simple plotting options for radiocarbon dates in c14_date_lists1 years ago
Temporal plotting of radiocarbon ages | Ridgeplots of density distributions | Calcurve plot | Spatial mapping of radiocarbon dates | Interactive map view | Static map plot
Introduction to jsonvalidate1 years ago
Combining schemas
mapscanner1 years ago
What does this package do for me? | How do I use it? | Practical tips | Mapbox API tokens | Map generation | Map rectification | Types of map markings and types of spatial objects | Bonus Feature: Polygon Aggregation | How it works
Clustering algorithm on the Wireless data1 years ago
The Wireless Indoor Localization Data | Note | References
Random sampling from the Poisson kernel-based density1 years ago
Note | References
Introduction to mregions21 years ago
Wasn't there a package to read Marine Regions already? mregions? | Marine Regions Gazetteer | Search by free text | Search by MRGID | Search by longitude and latitude | Search by place type | Search by source document | Search geometries: Geocoding | Search by relations | RESTful services | Linked Open Data | Marine Regions Data Products | WMS viewer | Caching | OGC and CQL filtering
Customise your query1 years ago
Multiple results | Better targeted results | countrycode | bounds | proximity | Confidence | Retrieve more information from the API | language | Annotations | roadinfo | Abbreviated addresses | address_only | Vectorised arguments | Further information
Introduction to opencage1 years ago
Setup | Authentication | Rate limit | Privacy | (Don't) show API key | Altogether now | Forward geocoding | Reverse geocoding | Caching | Further information
Output options1 years ago
df_list | json_list | geojson_list | url_only | xml | Return query text
An introduction to road safety analysis with R: setup notes1 years ago
Time | 2 day course agenda | Day 1: An introduction to R and RStudio for spatial and temporal data | Day 2 road safety analysis with R
Health metadata2 years ago
What is metadata? | Sources of health metadata | Health Data Research Innovation Gateway and the connected Metadata Catalogue | British Heart Foundation Data Science Centre (BHF DSC) Dashboard | Office for National Statistics (ONS) Secure Research Service (SRS) Metadata Catalogue | Do you know of others?
Meta-Genome Retrieval2 years ago
Topics | Perform Meta-Genome Retrieval | Getting Started | Retrieve Genomic Sequences | Example NCBI RefSeq: | Example NCBI Genbank: | Example ENSEMBL | Retrieval from NCBI RefSeq | Restarting a corrupted download | Un-zipping downloaded files | Retrieval from NCBI Genbank | Retrieval from ENSEMBL | Retrieve groups or subgroups of species | Example retrieval of all Gammaproteobacteria genomes from NCBI RefSeq: | Example retrieval of all Adenoviridae genomes from NCBI RefSeq: | Meta retrieval of genome assembly quality information | Metagenome project retrieval from NCBI Genbank | Retrieve Protein Sequences | Retrieval from NCBI RefSeq: | Retrieval from NCBI Genbank: | Retrieval from ENSEMBL: | Retrieve CDS Sequences | Retrieve GFF files | Retrieve GTF files | Retrieve RNA sequences | Retrieve Repeat Masker Sequences | Retrieve Individual Genomes for all Species in the Tree of Life | Genome Retrieval | Proteome Retrieval
Sequence Retrieval2 years ago
Biological Sequence Retrieval | Topics | Getting Started with Sequence Retrieval | Example NCBI RefSeq (?is.genome.available): | Using the NCBI Taxonomy ID instead of the scientific name to screen for organism availability | Using the accession ID instead of the scientific name or taxid to screen for organism availability | A small negative example | Example NCBI Genbank (?is.genome.available): | Using is.genome.available() with ENSEMBL | Example ENSEMBL (?is.genome.available): | Example UniProt (?is.genome.available): | Listing the total number of available genomes | Retrieving kingdom, group and subgroup information | Analogous computations can be performed for groups and subgroups | Downloading Biological Sequences and Annotations | Genome Retrieval | Example NCBI RefSeq: | Use taxid id for genome retrieval | Use assembly_accession id for genome retrieval | Example NCBI Genbank: | Use taxonomy id for genome retrieval | Example ENSEMBL: | GenomeSet Retrieval | Proteome Retrieval | Example Retrieval Uniprot: | ProteomeSet Retrieval | CDS Retrieval | CDSSet Retrieval | RNA Retrieval | RNASet Retrieval | Retrieve the annotation file of a particular genome | Removing corrupt lines from downloaded GFF files | GFFSet Retrieval | Repeat Masker Retrieval | Genome Assembly Stats Retrieval | Collection Retrieval
Introduction to gigs2 years ago
Introduction | Getting started | Example data | Loading the data | Using gigs to convert growth measurements to z-scores | Single-step approach | Multi-step approach | Using gigs to obtaining growth outcomes from measurements | Size-for-GA | Small vulnerable newborns | References
Priors for dynamic multivariate panel models2 years ago
dynamite: An R Package for Dynamic Multivariate Panel Models2 years ago
Model customization and non-MCMC estimation with dynamite2 years ago
Multicomponent cosinor modeling2 years ago
Generating a two-component model | Generating a three-component model | Generating models with n-components
Researching vehicles involved in collisions with STATS19 data2 years ago
Vehicle level variables in the STATS19 datasets | Relationships between vehicle type and crash severity
Simple search and citation of occurrences2 years ago
Introduction | Setup | Performing a simple search | The basics | Simple citations | Simple Taxonomic Rectification
Creating realistic data2 years ago
Introduction | Other options for faking data | What this package does, and does not do | Examples | Fake business transactional data | Steps for creating realistic looking business transactional data | Protected health information | Plumber api | Conclusion
Introduction to the charlatan package2 years ago
Contributing | Package API | Install | high level function | locale support | generate a dataset | Data types, localized | person name | phone number | job | Data types, universal | currency | credit cards | Missing data | character strings | numeric data | logicals | Messy data
Using DataPackageR2 years ago
Purpose | Set up a new data package. | What's in the package skeleton structure? | A note about the YAML config file. | Where do I put my raw datasets? | An API to read raw data sets from within an R or Rmd processing script. | YAML header metadata for R files and Rmd files. | Build the data package. | Documenting your data set changes in NEWS. | The build. | A note about the package source directory after building. | Update the auto-generated documentation. | Why not just use R CMD build? | Installing and using the new data package. | Accessing vignettes, data sets, and data set documentation. | Using the DataVersion. | Migrating old data packages. | Create a datapackager.yml file. | Reading data sets from Rmd files. | The old way. | The new way. | Partial builds. | Multi-script pipelines. | File system artifacts. | Passing data objects to subsequent scripts. | Next steps. | Place your package under source control. | Additional Details. | Fingerprints of stored data objects. | DATADIGEST | DESCRIPTION
universe2 years ago
Installation and docs | Enable a repository | Get data from the APIs | All packages in an universe | Info on all packages in an universe | Info on a single package in an universe | Search within a single universe | Search among all universes
Accessing the OData API2 years ago
Configure ruODK | OData service document | OData metadata document | OData submission data documents | Detour: Data rectangling | DIY rectangling | Visualise data | Datatable | Map | Summarising data | Export | ruReady to ODK?
Accessing the RESTful API2 years ago
Scope | Three ways to happiness | Setup ruODK | Projects | Forms | List forms for a project | Inspect form schema | Show details of one form | Submissions | Get all submissions for one form | List submissions for one form | Get submission data | Parse submissions | Outlook
Comparison of related software packages2 years ago
Comparison of ODK related software packages (non-ODK core) | Comparison of OData related R packages
Setup2 years ago
Configure ruODK | Best practice: ru_setup | Permanent defaults: Environment variables | The hard way: Per function call | Moving across forms | Legacy support for deprecated ODK Central features
Spatial data2 years ago
Data | Map geopoints | Mapview using sf | GGplot using sf | Leaflet using sf | Leaflet using extracted coordinate components in tbl_df | Map geotraces (lines) | Leaflet using sf and extracted coordinates | Map geoshapes (polygons) | Outlook
Introduction2 years ago
About Unpaywall | Basic usage | What's returned? | Any API restrictions? | Keeping track of crawling | References
Introduction to tabulapdf2 years ago
Introduction | Basic usage | Specifying the extraction method | Extracting areas | Interactive table extraction | Use case: COVID-19 treatments in Italy | Miscellaneous functionality
Getting Started Storing Dataframes as Plain Text2 years ago
Introduction | Maintaining Variable Classes | Efficiency Relative to Storage and Time | Optimizing File Storage | Optimized for Version Control | Basic Usage | Storing Optimized | Storing Verbose | Efficiency Relative to File Storage | Reading Data | Missing Values
Optimizing Storage for Version Control2 years ago
Introduction | Setup | Assumptions | Sorting Observations | Sorting Variables | Handling Factors Optimized | Relabelling a Factor
Using Robotstxt2 years ago
Description | Robots.txt files | Fast food usage for the uninterested | Example Usage | object oriented style | functional style
Basic usage2 years ago
Introduction | Package data | Available tables | Country codes | Commodity codes | Inflation data | Package functions | Country code | Commodity code | Trade data | Bilateral trade at commodity level (Year - Reporter - Partner - Commodity Code) | Bilateral trade at aggregated level (Year - Reporter - Partner) | Reporter trade at commodity level (Year - Reporter - Commodity Code) | Reporter trade at aggregated level (Year - Reporter) | Commodity trade at aggregated level (Year - Commodity Code) | Inflation adjustment
The hunspell package: High-Performance Stemmer, Tokenizer, and Spell Checker for R2 years ago
Spell Checking | Check Individual Words | Check Documents | Check PDF files | Check Manual Pages | Morphological Analysis | Stemming Words | Analyzing Words | Tokenizing | Summarizing Text | Hunspell Dictionaries | Setting a Language | Installing Dictionaries in RStudio | Dictionaries on Linux | Custom Dictionaries
Minimal iheatmpar vignette2 years ago
Introduction to iheatmapr package | Usage documentation
targets and grid objects2 years ago
Objective | Installation | Example | Random points in NC | Grid partition of NC | Targets workflow
A tidyverse lover's intro to RDF2 years ago
It's all about the triples | Subject URIs | Predicate URIs | Datatype URIs | Triples in rdflib | Dialing back the ugly | Prefixes for URIs | URI vs URL | Blank nodes | Triple notation: nquads rdfxml, turtle, and nquads | JSON-LD | From tables to Graphs | SPARQL: A Graph Query Language | SPARQL: Getting back to Tidy Tables!
Bowerbird2 years ago
Table of contents | Overview | Installing | Usage overview | Configuration | Users: level of usage and expected knowledge | Defining data sources | Prepackaged data source definitions | Defining your own data sources | Example 1: a single data file | Example 2: multiple files via recursive download | Example 3: an Earthdata source | Example 4: an Oceandata source | Nuances | Recursive download | Other tips and tricks, including resolving recursive download issues | Choosing a data directory | Synchronizing to object storage | Post-processing | Decompressing files | Deleting unwanted files | Modifying data sources | Authentication | Reducing download sizes | Parallelized sync | Data provenance and reproducible research | Developer notes | Writing new data source handlers | Data source summary
lingtypology and other packages2 years ago
1. dplyr and pipe |> | 2. leaflet, leaflet.extras, mapview, mapedit | 3. Combining maps in a grid and facetisation with mapview | 4. Get data from OpenStreetMap with overpass | 5. Create your own atlas with rmarkdown | 6. Create .kml file using sp and rgdal
Estadísticas e índices climáticos2 years ago
Lectura de datos y metadatos | Análisis de la precipitación | Anomalía porcentual | Deciles | Índice de intensidad de sequía de Palmer | Índice Estandarizado de Precipitación | Análisis de extremos | Dia promedio de inicio y fin | Persistencia | Mapas
1 - Introducción y nociones básicas2 years ago
Algunas ideas sobre Programación | Problemas, algoritmos y lenguajes de programación | El diseño algorítmico | Codificación | Errores de programación | Procesador, ambiente y acciones | R y RStudio | Organización de RStudio | Uso de la consola | Diseño del sistema R
1 - Introduction and programming basics2 years ago
Some Ideas about Programming | Problems, algorithms, and programming languages | Algorithmic Design | Coding | Programming Errors | Processor, Environment, and Actions | R and RStudio | Organization of RStudio | Using the Console | R System Design
crul workflows 2 years ago
A simple HTTP request function | More customized function | Asynchronous requests
async with crul 2 years ago
simple async | varied request async
API package best practices 2 years ago
Importing crul | HTTP request function | Failing with fauxpas | Retrying requests | Mocking with webmockr | Testing with vcr | What else?
Choosing a HTTP request class 2 years ago
HttpRequest | More Async
mapscanner styles2 years ago
An Overview of readODS2 years ago
Update and Append | Writing multiple sheets simultaneously | Flat ODS files (.xml or .fods) | Misc. | readODS 2.0.0 | ods_sheets | get_num_sheets_in_ods and getNrOfSheetsInODS | read.ods
Acquiring Sentinel-2 Imagery2 years ago
Introduction | Acquiring Sentinel-2 Imagery using CDSE | Step 1: Install Required Packages | Step 2: Create CDSE Account and OAuth Client | Step 3: Creating OAuth Client: | Step 4: Saving Credentials: | Step 5: Acquire Sentinel-2 Imagery | Acquiring Sentinel-2 Imagery using openEO | Step 2: Connect to openEO Platform | Registration Process: | Login Process: | Step 3: Acquire Sentinel-2 Imagery | Conclusion
Introduction to mctq2 years ago
First things first | Converting your data | Workdays and work-free days variables | fd(): Number of work-free days per week | so(): Local time of sleep onset | gu(): Local time of getting out of bed | sdu(): Sleep duration | tbt(): Total time in bed | msl(): Local time of mid-sleep | Combining workdays and work-free days variables | sd_week(): Average weekly sleep duration | sloss_week(): Weekly sleep loss | le_week(): Average weekly light exposure | msf_sc(): Chronotype or sleep-corrected local time of mid-sleep on work-free days | sjl_rel(): Relative social jetlag | sjl(): Absolute social jetlag | Success! | Utilities
Dealing with missing sections2 years ago
Working around missing sections
The social jetlag computation2 years ago
The two intervals problem | Methods for computing $SJL$ | method = "difference" | method = "shorter" (default method) | method = "longer" | So, what method should I use?
Estimación de Pobreza e Indigencia2 years ago
Comparación con los resultados oficiales. | Comparación de canastas | Canasta Básica Alimentaria | Canasta Básica Total | Inversa del Coeficiente de Engel
Caching requests from the UN Comtrade API2 years ago
The basics of caching 💽 | Careful with outdated data! ⚠️
How to edit GPS traces2 years ago
melt: Multiple Empirical Likelihood Tests2 years ago
Introduction | Background | Overview of melt | Usage | Case study | Conclusion
Querying bulk files from the API2 years ago
Why use bulk files? 📦📦📦 | Accounting for HS Code changes 🏗️👷 | Getting started with bulk files 🏃 | Formatting bulk files 📝
Querying large amounts of data2 years ago
The limits | The example - Imports of the EU | 1. What are the commodity codes? | 2. Which are the countries? | Getting the data | EU imports from all countries | Data cleaning | Caveat on trade "dependencies"
opentripplanner: getting started2 years ago
Introduction | Prerequisites | Installation | Downloading OTP and the demonstration data | Creating a folder to store OTP and its data | Downloading OTP | Downloading Example Data | Building an OTP Graph | Launch OTP and load the graph | Connecting to the OTP from R | Getting a route from the OTP | Stopping the OTP | Building your own OTP Graph | Multiple Routers | Getting Data for OTP | Road Map Data | Public Transport Timetables | Elevation Data
Prerequisites2 years ago
Introduction | Why would I want to use OpenTripPlanner for R? | What is this package for, and what is a package anyway? | What are R and RStudio? | What is an R package? | Help with R | What do I need to get started? | Hardware | Software | The correct version of Java for OTP | Next Steps
OpenTripPlanner Version 22 years ago
Introduction | Major Changes from v1.5 | Correct version of Java | Checking your Java version | Building a graph and starting up OTP 2.2
Cytoscape visualization2 years ago
Required Software | Creation of networks | Networks in Cytoscape
YAML Configuration Details2 years ago
Configuring and controlling DataPackageR builds. | The datapackager.yml file. | YAML config file properties. | Editing the YAML config file. | YAML config API calls. | construct_yml_config | Example | yml_find | yml_list_objects | yml_list_files | yml_disable_compile | yml_enable_compile | yml_add_files | yml_add_objects | yml_remove_files | yml_remove_objects | yml_write
stplanr: A Package for Transport Planning2 years ago
Note | Introduction | Package structure and functionality | Core functions and classes | Accessing and processing transport data | Creating geographic desire lines | Allocating flows to the transport network | Modelling travel catchment areas | Modelling and visualisation | Modelling mode choice | Models of travel behaviour | Visualisation | Future directions of travel | References
2 - Meeting Karel2 years ago
3 - Algorithmic decomposition2 years ago
Turning right | Karel's superpowers | Filling the hole | Documentation of subalgorithms
Get started with Karel the robot2 years ago
Who is Karel? | Installation | Examples
Search 2 years ago
Search | Getting access | Profiles | Credentials management | Doing a search | Simple search | Finding data records | Filtering search results | Previewing search results | Advanced search | The rtoi | Search with an rtoi | Displaying results
Finding communities in large datasets2 years ago
Community detection in very large datasets
nycflights13 data2 years ago
Exploring | {nycflights13} test database | Adding {nycflights13} data to a database
Manipulating phonfieldwork data with tidyverse2 years ago
Introduction | .TextGrid, .eaf, .exb formats | .flextext format
Phonetic fieldwork and experiments with phonfieldwork package2 years ago
Introduction | Install the package | Philosophy of the phonfieldwork package | The phonfieldwork package in use | Make a list of your stimuli | Create a presentation based on a list of stimuli | Rename collected data | Merge all data together | Annotate your data | Extracting your data | Visualizing your data | Read linguistic files into R | Create a viewer | References
A whirlwind tour of rsi2 years ago
Downloading data | Finding spectral indices | Calculating indices | Stacking rasters
Bayesian simulation pipelines with stantargets2 years ago
Background | Example project | Interval-based model validation pipeline | Multiple models | Simulation-based calibration | References
dendrochronological data2 years ago
Dendrochronological data (or tree-ring data) | hol_rom: Roman tree-ring site chronologies from Hollstein | RING_Visser_2021: Roman tree-ring site chronologies | References
dendroNetwork: how to use it2 years ago
Usage | Visualization in Cytoscape | Citation | References
Walkthrough for the daiquiri package2 years ago
Data format | Specification of data field types | Generating a data quality report | Contents of the report | Source data | Aggregated data | Individual data fields | Creating a stratified report | Advanced usage details
2 - Conociendo a Karel2 years ago
3 - Descomposición algorítmica2 years ago
Girar a la derecha | Los superpoderes de Karel | Llenar el agujero | Documentación de los subalgoritmos
4 - Control structures2 years ago
Sequential Control Structures | Conditional Control Structures | Simple Conditional Structures | Double Conditional Structures | Multiple or Nested Conditional Structures | Iterative Control Structures | Iterative Control Structures with a Fixed Number of Iterations | Iterative Control Structures with an Indeterminate Number of Iterations
4 - Estructuras de control del código2 years ago
Estructuras de control secuenciales | Estructuras de control condicionales | Estructuras condicionales simples | Estructuras condicionales dobles | Estructuras condicionales múltiples o anidadas | Estructuras de control iterativas | Estructuras de control iterativas con un número fijo de iteraciones | Estructuras de control iterativas con un número indeterminado de iteraciones
5 - Examples2 years ago
Fixing the street again | Create other functions that make Karel even more powerful | Collect columns of beepers | The Maze | More Problems | Problem 1: Collecting the newspaper | Problem 2: Going around the house | Problem 3: Creating a line of beepers | Problem 4: Jumping over sticks | Problem 5: Cleaning the World | Problem 6: Placing beepers in the vertices of the diamond | Problem 7: Doubling the number of beepers | Problem 8: Repairing columns
5 - Varios problemas de ejemplo2 years ago
Otra vez a reparar la calle | Crear otras funciones que hagan de Karel aún más poderosa | Recoger columnas de cosos | El laberinto | Más problemas | Problema 1: juntar el periódico | Problema 2: dar vueltas a la casa | Problema 3: crear línea de cosos | Problema 4: saltar los palotes | Problema 5: limpiar el mundo | Problema 6: poner cosos en los vértices del rombo | Problema 7: duplicar el número de cosos | Problema 8: reparar columnas
Primeros pasos con la robot Karel2 years ago
¿Quién es Karel? | Instalación | Ejemplos
Introduction to the rebird package2 years ago
Installation | Usage | eBird Taxonomy | Sightings at location determined by latitude/longitude | Recent observations at a region | Recent observations at hotspots | Nearest observations of a species | Recent notable sightings | Historic Observations | Information on a given region or hotspot | Checklist Feed | View Checklist | Hotspots in a region or nearby coordinates
How to edit OpenStreetMap2 years ago
Using OSMChange format and osm_diff_upload_changeset() | Using osmapi patterns
Merging route networks2 years ago
Target network preprocessing
Model fitting2 years ago
Fitting an EL object
Performance2 years ago
Empirical likelihood computation | Increasing the number of observations | Increasing the number of parameters\
Treebase Tutorial2 years ago
Basic tree and metadata queries | Replicating results | Meta-Analysis
Introduction to rvertnet2 years ago
Installation | Loading the package | Search by term | dplyr downstream | Spatial search | Global full text search | Lots of data | Email dump of data | Messages
Out-of-bag predictions and evaluation2 years ago
Out-of-bag data | Out-of-bag predictions and error | Monitoring out-of-bag error | User-supplied out-of-bag evaluation functions | Specific instructions on user-supplied functions | Notes
PD and ICE curves with ORSF2 years ago
Partial dependence (PD) | Classification | Regression | Survival | One variable, moving horizon | Multiple variables, jointly | Find interactions using PD | Individual conditional expectations (ICE) | Visualizing ICE curves | Limitations of PD | References
Simulating data2 years ago
Simulating rhythmic data | Understanding the inputs for a simple model | Simulating grouped cosinor data | Simulating multi-component cosinor data
Tips to speed up computation2 years ago
Go faster | Don't specify a control | Use n_thread | Do less | Show progress | Don't wait. Estimate!
Piggyback Data atop your GitHub Repository!2 years ago
Why piggyback? | Authentication | Download Files | Download URLs | Reading data for R usage | Reading files | Reading from URLs | Uploading data | Write R object directly to release | Deleting Files | Listing Files | Caching | Valid file names | A Note on GitHub Releases vs Data Archiving | What will GitHub think of this?
Piggyback comparison to alternatives2 years ago
piggyback vs the alternatives | Git LFS | Amazon S3 | Scientific repositories with private storage | datastorr | Sharding on GitHub
Cloud native workflows with piggyback2 years ago
Data Too Big To Fit In Memory | nflverse play by play | DuckDB | duckdbfs
babette Tutorial2 years ago
Introduction | fasta_filename | inference_model and mcmc | site_model | clock_model | tree_prior | mrca_prior
babette: Step by Step2 years ago
Introduction | Create a 'BEAST2' input file | Display (part of) the 'BEAST2' input file | Run MCMC | Display (part of) the 'BEAST2' output files | Parse output
Nested Sampling2 years ago
Introduction | Setup | Experiment | Do the run | References
Transition from old comtradr3 years ago
Transitioning from the old API to the new API 🔄 | The basics 📊 | The time parameter | Country Names 🌍 | Previously | Now | Searching for commodity codes 🚢📦 | Previously == Now | API search metadata 📑 | Package Data 📦 | "Polished" Column Headers 🎨
Introduction to aorsf3 years ago
Background | Oblique RFs for survival, classification, and regression | Interpretation | Variable importance | Partial dependence (PD) | Individual conditional expectations (ICE) | What about the original ORSF? | aorsf and other machine learning software | Learning more
Deployment3 years ago
Introduction | Circle CI | GitHub Actions | Updating the deployment status | {pkgdown} deployment | Deploying to docs/ (default branch) or gh-pages branch | Default branch deployment | Orphaning the gh-pages branch | Committing single files
Introduction3 years ago
Basic idea | Examples
treeio: Base Classes and Functions for Phylogenetic Tree Input and Output3 years ago
Using the Tesseract OCR engine in R3 years ago
Extract Text from Images | Language Data | Preprocessing with Magick | Read from PDF files | Tesseract Control Parameters | Whitelist / Blacklist characters
bbs-data3 years ago
birdsize for the Breeding Bird Survey | Obtaining data | Cleaning data | Simulating individual-level measurements | References
birdsize3 years ago
Overview | Species-level parameters | Population (one species) simulations | Using species identity | Using a known mean and standard deviation | Using a known mean, but no standard deviation | Community (multiple populations) simulations | Simulations using AOU | Simulation given species' names | Simulation given mean size measurements | Community-wide summary statistics | Biomass total by species | Community total biomass
scaling3 years ago
References
species3 years ago
Species known to birdsize | AOU lookup | Scientific name lookup | Unknown species or AOUs | Species not known to birdsize | Manually supplying species parameters | Order of operations | References
Download 3 years ago
Download | Review | Image acquisition | Collaborative rtois
Customize 3 years ago
Customize | Review | Mosaic | Index calculation | Definition | Calculation | Cloud removal
Process 3 years ago
Processing | Filling missing data | Theoretical background | Hands-on demonstration | Data | Interpolation of Mean Anomalies
Benchmarking Sparse Matrix Market Read Operations3 years ago
Introduction | Loading Packages | Benchmarking with Fixed Sparsity | Benchmarking with Varying Sparsity | Conclusions | Session Info
Benchmarking Sparse Matrix Market Write Operations3 years ago
Introduction | Loading Packages | Benchmarking with Fixed Sparsity | Benchmarking with Varying Sparsity | Conclusions | Session Info
Getting Started3 years ago
Introduction | Unique Features | Installation | Basic Usage | Writing Matrix Market files | With Dense Vectors | With Dense Matrices | With Sparse Matrices | Reading Matrix Market files | Addenum | Alternatives | Reading Back In Python
API details3 years ago
API key | Register a key with EIA | Key storage and retrieval | API requests | Memoization | Anti-DOS measures
Package overview3 years ago
API key | Register a key with EIA | Key storage and retrieval | EIA directory | Note on output format | EIA metadata | EIA data | Data structure | Data values | EIA facets | Getting facet values | Using facet values | Frequency-, time-subsetting, and sorting
Analyst3 years ago
Analyst Features | Loading OTP with the Analyst | Creating a Pointset | Creating a Surface | Producing a travel time matrix | Producing an isochrone from a surface
Cleaning GBIF data for the use in biogeography3 years ago
Background | Identifying erroneous coordinates with CoordinateCleaner | Install CoordinateCleaner | Set up libraries and data | Visualize the data on a map | Use CoordinateCleaner to automatically flag problematic records | Option A) Using the clean_coordinates wrapper function | Option B) Using the magrittr pipe (%>%) | Temporal outliers | Improving data quality using GBIF meta-data | Improving data quality using external information | Flag records based on fixed longitude and latitude | Flag records based on species natural ranges | Identifying problematic data sets | Identify dataset with ddmm to dd.dd conversion error | Test for rasterized sampling | References
Contributing to charlatan3 years ago
Communication | Definitions | Example | R6 | Inheritance | Locale specific inheritance | Adding new providers or locales | Adding a new locale step by step | Code work: | Documentation work: | Github work: | Adding a new provider, step by step | Guidelines for providers and locales | Where should I add logic or data? | Prior work and related
Secure Shell (SSH) Client for R3 years ago
Installation | Connecting to an SSH server | Authentication | Execute Script or Command | Capturing output | Using sudo | Transfer Files via SCP | Hosting a Tunnel | Disconnecting
Assessing models with waywiser3 years ago
Yardstick Extensions | Multi-scale model assessment | Area of Applicability
Calculating residual spatial autocorrelation3 years ago
MODIStsp: A Tool for Automatic Preprocessing of MODIS Time Series - v2.0.53 years ago
Introduction | Installation | On Windows | On Linux systems | On Mac OS | Running the tool in Interactive Mode: the MODIStsp GUI | Non-Interactive Execution from within R | Specifying the processing parameters in the function call | Launching MODIStsp using a saved "Options file" | Looping over different Options files | Specifying the processing parameters using a previously saved options file and overwriting some parameters | Looping over different spatial extents | Scheduled Processing | On Linux | Outputs Format and Naming Conventions | Single-band outputs | Virtual multi-band outputs | Accessing the processed time series from R | Extracting Time Series Data on Areas of Interest | Problems and Issues | Citation | References
Anemia prevalence: an rdhs example3 years ago
Setup | Using calculated indicators from STATcompiler | Analyse DHS microdata | Identify surveys that include anemia testing | Download datasets | Identify survey variables | Extract survey data | Data tabulations | Calculate anemia prevalence | Regression analysis: relationship between education and anemia
Downloading Shape Files for DHS Surveys3 years ago
Overview
How to use rdhs?3 years ago
Overview | 0. Installation | 1. Access standard indicator data via the API | 2. Identify surveys relevant for further analysis | 3. Download survey datasets | 4. Load datasets and associated metadata into R. | 5. Extract variables and combining datasets for pooled multi-survey analyses. | Summary and further thoughts
rdhs client object and internal package design3 years ago
Overview | 0. Installation | 1. Access standard indicator data via the API | 2. Identify surveys relevant for further analysis | 3. Download survey datasets | 4. Load datasets and associated metadata into R. | 5. Extract variables and combining datasets for pooled multi-survey analyses. | Summary and further thoughts
Search and Access Data3 years ago
Search | Access
Introduction to the rglobi package3 years ago
rglobi vignette - an R interface to the aggregated biotic interaction data of GloBI (https://www.globalbioticinteractions.org) | About the package | Quick start | First, install rglobi | Find interactions involving a certain species | Find interactions in a geographic areas
Comparison of CoordinateCleaner to other tools3 years ago
Making trend graphs3 years ago
Preparing proper review graphs with epmc_hits_trend() | Use Cases | Use Case: Growth of Open Access Literature | Use Case: Cited open source software in scholarly publications | How to query Europe PMC? | Discussion and Conclusion | Conclusion | Acknowledgements
Overview3 years ago
What is searched? | How to search Europe PMC with R? | Free search | Managing search results | Search by DOIs | Output options | More advanced options to search Europe PMC | Author search | Annotations | Data integrations | Citations and reference sections | Fulltext access
Origin-destination data with stplanr3 years ago
Introduction: what is OD data? | The importance of OD data | An example OD dataset | Origin-destination pairs (long form) | Origin destination matrices | Inter and intra-zonal flows | Oneway lines | Desire lines | Non-matching IDs | A larger example: commuter trips in London | Plotting origin-destination data | Summaries by origin and destination | Further reading | Summary | References
Introducing stplanr3 years ago
Introduction | Installing stplanr | OD data to desire lines and routes | Converting OD data to desire lines with R | Motivations | Further resources | Contributing | References
Ejemplo de uso del paquete eph3 years ago
Instalación | Ejemplo de flujo de trabajo | Descarga de datos: get_microdata() | Etiquetado: organize_labels() | Tabulados ponderados: calculate_tabulates() | Armando pools de datos ("análisis de panel"): organize_panels() | Iterando en varias bases | Cálculo de pobreza: calculate_poverty()
Route networks with stplanr3 years ago
Introduction | Creating route networks from overlapping routes | Identifying route network groups | Routing on route networks | Adding new nodes | Other approaches
Managing SSH and Git Credentials in R3 years ago
Two types of remotes | Special note for Windows | Part 1: Storing HTTPS credentials | Accessing the HTTPS Credential Store from R | Setting your GITHUB_PAT | Non-interactive use | Part 2: Managing SSH Keys | Generating a key
Cleaning fossil data for the use in biogeography and palaeontology3 years ago
Background | Install CoordinateCleaner | Load required libraries | Load test dataset | Visualize the records on a map | CoordinateCleaner | Spatial issues | Temporal issues | Improving data quality using meta-data | Basic taxonomy | Spatial coordinates | Time | Conclusions
Using customized gazetteers3 years ago
Functional Annotation with biomartr3 years ago
Functional Annotation Retrieval from Ensembl Biomart | Getting Started | The old biomaRt query methodology | Extending biomaRt using the new query system of the biomartr package | Getting Started with biomartr | Retrieve marts, datasets, attributes, and filters with biomartr | Retrieve Available Marts | Retrieve Available Datasets from a Specific Mart | Retrieve Available Attributes from a Specific Dataset | Retrieve Available Filters from a Specific Dataset | Organism Specific Retrieval of Information | Construct BioMart queries with biomartr | Gene Ontology | GO Annotation Retrieval via BioMart
Approach to Correcting Misspelt Local Government Areas3 years ago
Motivation | A proposed solution | 1. Automatic fixes | 2. Interactive fixes | 3. Manual fixes
gert3 years ago
Introduce yourself to Git | Local repository basics
rsnps tutorial3 years ago
Install and load library | OpenSNP data | All Genotypes | All Phenotypes | Annotations | Download | Genotype user data | Phenotype user data | All known variations | NCBI SNP data | dbSNP
BaseSet3 years ago
Getting started | The TidySet class | Creating a TidySet | Converting to other formats | Operations with sets | Union | Intersection | Complement | Subtract | Additional information | Using dplyr verbs | Session info
Fuzzy sets3 years ago
Getting started | What are fuzzy sets and why/when use them ? | Creating a fuzzy set | Working with fuzzy sets | Union | Intersection | Complement | Subtract | Sizes | Interpretation | Session info
phylotaR Tutorial3 years ago
Introduction | Installing NCBI BLAST+ Tools | Pipeline | Setup | Running | Restarting | Changing parameters | Cluster selection | Testing output
An overview of targets3 years ago
What is targets? | How to get started | The walkthrough | Help | Debugging | Functions | Target construction | Packages | Projects | Data and files | Literate programming | Distributed computing | Performance | Dynamic branching | Static branching
Introduction to worrms3 years ago
Install | Get records | APHIA ID <--> name | Get AphiaID via an external ID | Get vernacular names from an AphiaID | Children | Classification | Synonyms | attributes (i.e., traits)
The deposits package3 years ago
The deposits client | Initialising a deposits client | Metadata | Passing metadata to a deposits client | Creating a new deposit | Retrieving deposits | Uploading files to deposits | Pre-generating frictionless metadata files prior to upload | Editing and updating deposits | Example workflow | Publishing a deposit
Publication and versioning3 years ago
Explicit version control | Services without explicit version control
frictionless workflows with deposits3 years ago
Generating "datapackage.json" files | Generation by uploading files | Local generation | Reading and editing "datapackage.json" files | Updating "datapackage.json" on deposits service
The deposits R6 client3 years ago
R6 methods | Initialising a deposits client | The R6 client structure
Installation and Setup3 years ago
Installation | Setup: API Tokens
Example deposits workflow3 years ago
Initial Metadata | Preparing data sources | Frictionless metadata | Initiating a remote deposit | Uploading files to a remote deposit | File compression | Editing and updating files | Publishing a deposit
deposits metadata3 years ago
Dublin Core Metadata | Metadata Validation | Metadata to specify connections between deposits | Metadata templates | Valid JSON Files | Metadata and the deposits frictionless workflow
Getting started with webchem3 years ago
Getting Identifiers | Retrieving Chemical Properties
predictNMB3 years ago
Introduction | What's being simulated? | Example function | do_nmb_sim() | screen_simulation_inputs() | References
Summarising results from predictNMB3 years ago
Making plots with predictNMB | Plotting the results from screen_simulation_inputs() | Choosing the x-axis variable and other constants | Choosing a y-axis variable | Selecting what to show on the plot | Other plot modifications | Plotting the results from do_nmb_sim() | autoplot() | ce_plot() | Making tables with predictNMB | References
Basic Maps3 years ago
1. Introduction | 2. Downloading Data | 2.1 osmdata | 2.2 Negation | 2.3 Additional key-value pairs | 2.4 Downloading with osm_structures and make_osm_map | 2.4.1 The london data of osmplotr | 3. Downloading connected highways | 3.1 connect_highways in detail | 4. Producing maps | 4.1 Saving Maps | 4.2 Plotting different OSM Structures | 4.3 Filling within boundary lines | 4.4 Automating map production | 4.5 Axes
Data Maps3 years ago
1. Categorical data: add_osm_groups | 1.1 Hulls around groups | 1.2 Inclusive, exclusive, and bisected polygons | 1.3 Adjusting colours with adjust_colours | 1.4 Dark-on-Light Highlights | 1.5 Visualising clustering data | 1.6 The Colour Matrix: Colouring Several Regions | 1.7 Bounding areas within named highways | 2. Continuous data: add_osm_surface | 2.1 Colourbar legends for data surfaces | 2.1 Surfaces and data perimeters | 2.3 Further control of surface appearance
Rendering Ocean3 years ago
1 Introduction | 2 Data Extraction and Conversion | 3 Plotting | Further Demonstrations
Creating NMB functions3 years ago
NMB functions | Key considerations | Making functions by hand | Making functions using get_nmb_sampler() | Tracking QALYs | Passing these functions to do_nmb_sim()
Detailed example: pressure injury model3 years ago
Detailed example | Model inputs | References
Editing DwC taxon data3 years ago
The data | Adding rows | Adding rows by vector | Adding rows by dataframe | Deleting rows | Modifying rows | Identifying rows to modify | Automatic re-mapping of synonyms | Filling columns
Validating DwC taxon data3 years ago
Setup | The data | Error on failure | Summary on failure | Checks | Controlled vocabularies | Changing the defaults
What is DwC?3 years ago
DwC is a standard for biodiversity data | Features of the DwC taxon format | Vertically oriented | Machine and human friendly | Extensible
lingtypology: Download typological databases' data3 years ago
1. WALS | 2. Grambank | 3. AUTOTYP | 4. PHOIBLE | 5. AfBo | 6. SAILS | 7. ABVD | 8. UraLex
redland: create, query and write RDF graphs3 years ago
Introduction | Examples
Implementation Details of CI Providers3 years ago
GitHub Actions | macOS toolchain | rJava | ccache | Spatial libraries (gdal, proj, geos) | macOS | Linux | Known issues | Circle CI
Simdesign examples3 years ago
Simdesign examples for the Wolf Sheep Predation model | Simple simulation using constants (simdesign_simple) | Distinct parameter combinations (simdesign_distinct) | Full-factorial simulation (simdesign_ff) | Latin Hypercube Sampling (simdesign_lhs) | Sensitivity Analyses (simdesign_sobol, _sobol2007, _soboljansen, _morris, _eFast) | Optimization techniques (simdesign_GenSA, _GenAlg) | Calibration simdesigns (Approximate Bayesian Computation (ABC))
phruta behind the scenes3 years ago
General acknowledgements
CANAPE example3 years ago
Setup | Dataset | Randomization test | Classify endemism | Classify significance | Visualize results | References
How many randomizations?3 years ago
A word about randomization algorithms | Replicates vs. iterations | Effect of n_iterations | Effect of n_reps | Conclusion | References
Parallel computing3 years ago
How to parallelize | Sequential mode | Parallel mode | When to parallelize? | Progress bars | Conclusion
Package ezknitr3 years ago
ezknitr - Avoid the typical working directory pain when using 'knitr' | Table of contents
Advanced Features3 years ago
Introduction | Recap | Batch Routing | All to All routing | Multicore Support | Distance Balancing | Elevation Profiles | Isochrones | Geo-coding | Debug Layers | Analyst | Configuring OpenTripPlanner | Running an OTP instance in Docker
Introduction to tsbox3 years ago
Convert everything to everything | Use the same functions for all time series classes | Combine multiple time series | Frequency conversion and alignment | And plot just about everything | Time series in data frames | Using tsbox in a dplyr / pipe workflow | Related packages
Applying taxlist to species lists on diversity records3 years ago
1. Getting started | 2. Extracting a species list from a vegetation table | 2.1 Example data | 2.2 From plain list to taxlist | 3. Built-in data set | 3.1 Easplist | 3.2 Access to slots | 3.3 Subsets | 3.4 Hierarchical structure | 4. Applying taxlist to syntaxonomic schemes | 4.1 Example of a phytosociological classification | 4.2 Building the taxlist object
excluder3 years ago
Usage | Preparing your data | Marking observations | Checking observations | Excluding observations | Messages and console output | Deidentifying data
Tutorial: Git data backend3 years ago
Installation | Remotes | Overall workflow | Create code | Run pipeline | Commit code | Snapshot data | Snapshot model | Repeat | View log | Check out code | Check out data | Merges | Custom data files | Performance
Customising colour palettes in visdat3 years ago
How to provide your own colour palette?
Advanced methods3 years ago
Table of Contents | Working with non-animal nor plant groups in phruta | Creating taxonomic constraints in phruta | ingroup + outgroup | Particular clades | Running PartitionFinder in phruta | Partitioned analyses in RAxML | Identifying rogue taxa
Future directions for phruta3 years ago
Future directions for phruta
Getting started with phruta3 years ago
Table of Contents | phruta en Español | What is phruta? | Functions in phruta
Phylogenetics with phruta3 years ago
Table of Contents | Installing RAxML | Installing PATHd-8 and treePL | Phylogenetic inference with phruta and RAxML | Tree dating in phruta
To export or not export phruta outputs3 years ago
Table of Contents | To export or not export from phruta | From taxonomic names to sequence alignments, exporting data
Usando el paquete de R phruta3 years ago
Table of Contents | Desde nombres taxonomicos a alineamientos | Guardando objetos intermedios
Using phruta with a defined set of target genes3 years ago
Using the phruta R package3 years ago
Table of Contents | Intro tutorial: Clade names to sequence alignments | Saving intermediate files
Introduction to the tokenizers Package4 years ago
Package overview | Character and character-shingle tokenizers | Word and word-stem tokenizers | N-gram and skip n-gram tokenizers | Sentence and paragraph tokenizers | Text chunking | Counting words, characters, sentences
Introduction to the phylocomr package4 years ago
Install | phylomatic | aot | bladj
Advanced Uses4 years ago
Note on NPI Downloadable Files | Run npi_search() on multiple search terms
Introduction to npi4 years ago
Search registry | Increasing number of records returned | Obtaining more human-readable output
Encryption and Digital Signatures using GPG4 years ago
GPG basics | Public key crypto | Web of trust | Your keyring | Generate keys | Import from keyserver | Import from file | Export a key | Delete a key | Digital Signatures | Sign a file | Verify a signature | Debian example | Anonymous Encryption | Encrypt a message | Decrypt a message | Authenticated Encryption | Sign and Encrypt | Decrypt and Verify
Add Citations to an RMarkdown Document and Print Bibliography4 years ago
Add Citations to an RMarkdown Document and Print Bibliography4 years ago
An introduction to hydroscoper4 years ago
What is Hydroscope? | What does hydroscoper? | Internal datasets | stations | timeseries | Data sources | Example
Getting Started with osfr4 years ago
What is OSF? | Accessing OSF projects | Downloading files | Pipes | Project management | Creating a project | Adding structure with components | Uploading files | Putting it all together | Updating files | Sharing | A few details about files on OSF | Additional resources
The Text Interchange Formats and the tokenizers Package4 years ago
Name Providers and schema used in taxadb4 years ago
Data Schema | Hierarchy Terms | Synonyms | Common names | Linked Data formats | Conventions | Data Processing | Data Versioning
Internet Explorer4 years ago
Introduction | Windows Registry setup | Admin rights | Edit Registry Main | Edit Registry User | Allow Window Navigation | Selenium Server | Selenium Driver | Initialization for a Selenium Driver object | Set extra capabilities | Start the driver | Initialization for more reproducible tests | Additional functionalities for testing shiny | Interacting with the page | Clicking | Entering Text in a input text field | Checking a checkbox
Basics4 years ago
Introduction | Verbosity | Check for updates | Command line output | Selenium Standalone | Running the Selenium binary | Available browsers | Chrome Driver | PhantomJS | Gecko Driver | IE Driver | Issues and problems
Basics4 years ago
Introduction | Pre-Download Function | How directories are assigned | Download Function | Post-Download Function | Application YAML file | Browser Mob Proxy example | BMP Pre-Download | BMP Download | BMP Post Download | BMP YAML
Updating4 years ago
Deviating from the templates | custom and custom-deploy templates | The # [Custom header] tag | Examples | Automating the update process
Advanced usage4 years ago
Running steps conditionally | Conditional execution: Use cases | Installation of packages | GitHub packages | CRAN packages | CI Meta-Information | Debugging: Running {tic} locally | Checking for syntax errors | Emulating a CI run locally | Debugging: Entering the CI build directly | Circle CI | What's not covered yet?
Demo4 years ago
Introduction | Getting started | Method
Current pkgcheck checks4 years ago
Estimating visual perceptions from tracking data4 years ago
Introduction | Data preparation | Add experiment information with insert_treatments() | V-shaped tunnel example | Box-shaped tunnel example | Calculating visual angles | Start by calculating distances to visual stimuli | Now get visual angles | Calculating spatial frequency | Stay tuned as additional features for image motion estimation are coming soon!
Splitting large queries 4 years ago
1. Introduction | 2. Query splitting | 3. Automatic bbox splitting
Managing frame gaps with pathviewr4 years ago
Defining trajectories with pathviewr | Inspecting the data | Visualize frame gap choice | Autodetect
Getting Started4 years ago
Examples | Fetching a single stock price | Fetching many stock prices | Fetching daily/weekly/monthly/yearly price data | Changing format to wide
Package Statistics4 years ago
Overview of Package Statistics | Lines of Code | "desc": The package "DESCRIPTION" file | 1.3 "objects": Objects in all languages | "network": Relationships between objects | "external_calls": All calls made to all R functions
hddtools: Hydrological Data Discovery Tools4 years ago
Introduction | Installation | Data sources and Functions | The Koppen Climate Classification map | The Global Runoff Data Centre | Top-Down modelling Working Group (Data60UK and MOPEX) | The Data60UK dataset | MOPEX | SEPA river level data
AIMS Weather Station time series datasets4 years ago
Discover a dataset | Query and Plot Dataset | Bibliography
Navigating dataaimsr4 years ago
How this package works | Discover a dataset | Data summary | Filter values | Download slices of datasets | Data filters | More info
Sea Water Temperature Loggers time series dataset4 years ago
Discovering the dataset | Query and Plot Dataset | Bibliography
Bayesian simulation pipelines with jagstargets4 years ago
Multiple models | References
Accessing Monoclonal Antibody Data4 years ago
Workflow overview | Browse the mAb Grid | Filter the mAb grid | Retrieve column values from the mAb grid | Create a DataSpaceMab object | View metadata concerning the mAb object | Session information
Introduction to DataSpaceR4 years ago
Configuration | Creating a netrc file with writeNetrc | Manually creating a netrc file | Initiate a connection | Fetching datasets | Creating a connection to all studies | Connect to a saved group | Access Virus Metadata | Access monoclonal antibody data | Browse and Download Publication Data | Reference Tables | DataSpaceConnection | DataSpaceStudy | DataSpaceMab | Session information
Accessing Non-Integrated Datasets4 years ago
Viewing available non-integrated data | Loading non-integrated data | Session information
Accessing Publication Data4 years ago
Browsing publications in DataSpace | Downloading Publication Data | Session information
Using The Virus Name Mapping Tables4 years ago
Purpose | Our sources | Usage caveats | Tutorial for using mapping tables | Checking the dataset for a virus name synonym | Getting standard names from virus_metadata_all | Additional notes for users processing data from the CAVIMC Neutralizing Antibody Cores | Check the harvest date | Check with the lab
Introduction to jagstargets4 years ago
Multiple models | More information
babette demo4 years ago
Introduction | Let babette run 'BEAST2' | Plot the posterior estimates | Show the effective sample sizes (ESS) | Show the summary statistics | Plot the posterior phylogenies
Examples4 years ago
Introduction | Example #1: all default | Example #2: using an MRCA prior to specify a crown age | Example #3: JC69 site model | Example #4: Relaxed clock log normal | Example #5: Birth-Death tree prior | Example #6: Yule tree prior with a normally distributed birth rate | Example #7: HKY site model with a non-zero proportion of invariants | Example #8: Strict clock with a known clock rate
Access iNaturalist data through APIs4 years ago
About | Quickstart guide | Get observations | Fuzzy search | Taxon search | Bounding box search | Other functions | Get information and observations by project | Get observation details | Get all observations by user | Stats by taxa | Stats by user | Mapping
Worked Example: Species Distribution4 years ago
Acquire data | Prepare the data | Visualise | Remove outliers
Sodium: A Modern and Easy-to-Use Crypto Library4 years ago
Using Sodium | Random data generator | Hash functions | Secret key encryption | Secret key authentication | Public key encryption | Public key authentication (signatures) | Public key authenticated encryption
Delta Cq 96-well plate qPCR analysis example4 years ago
Summary: an example 96-well qPCR experiment. | Setup knitr options and load packages | Loading, organizing, and sanity-checking data. | Load data from machine output file | Organize sample and target data on the plate | Display the plate layout | Plot unnormalized Cq data | Normalized data: delta Cq | Normalize Cq to 5S rRNA, within Sample only | Plot normalized data, all reps | Calculate a summary value for each sample-target combination | Plot delta Cq for each OD separately across genes | Plot relative abundance for each OD separately across genes | Plot relative abundance for each gene separately across ODs | Doubly normalized data: delta delta Cq | Calculate delta delta cq against a chosen reference sample | Plot delta delta Cq (log2-fold change) for each target gene | Plot fold change for each target gene | Conclusion | Notes on normalization, reference targets, and reference samples
Multifactorial multi-plate qPCR analysis example4 years ago
Summary: an example multifactorial qPCR experiment. | Pilot experiment | Setup knitr options and load packages | Label and plan plates | Load and summarize data | Plot unnormalized data | -RT controls are low | Normalize Cq to PGK1, within Sample only | Plot normalized data, all reps | Plot normalized data, summarized vs target_id | All on same axes | Faceted by drug treatment | Faceted by heat shock condition | Melt and Amplification Curves | Melt Curves, biol_rep 1 | Melt Curves, biol_rep 2 | Amp Curves, biol_rep 1
Primers and probes calibration vignette4 years ago
Summary: calibrating primer sets from a real experimental test | Setup knitr options and load packages | Set up experiment | Describe which primer set we put in which well using a row key | Combine the row key describing primer sets with column key describing on samples and dilutions. | Spot-check the plate plan | Display the plate plan | Analyse Cq (quantification cycle count) data | Load and summarize data | Visualise Cq values for each well. | Plot unnormalized data shows that -RT and NT controls are low | Dilution series is linear for all probes | Calculate primer efficiencies for all probes | Dilution series for nice probes only shows linearity clearly | Analyse amplification and melt curve data | Load raw data for amplification and melt curves. | Plot de-baseline'd raw data for single well | Plot all amplification curves | Plot melt curve for single well | Plot all melt curves | Plot zoomed melt curves | Plot only zoomed melt curves for nice probes | Conclude acceptable primer sets
Introduction to designing an experiment and setting up a plate plan in tidyqpcr4 years ago
Overview | Setup knitr options and load packages | Essential information: target_id, sample_id, prep_type | Using rows and columns to make life easier | A Minimal 48-well plate plan | Practice version, only a single technical replicate. | Replicate columns for the sample_ids and prep_types | Putting the 48-well sample together | Adding more samples and repeating targets | Adding experimental conditions | Repeating target names without repeating yourself | Recreating the column key | Combining information into a larger plate plan | Making sure sample names are present and unique | Creating plate layouts with standard designs | What information goes in the plate plan, revisited? | Hints and Tips on Plate setup
Using Collections4 years ago
Fetching collections of prices
Introduction to qualtRics4 years ago
Usage | Registering your Qualtrics credentials | A simple Qualtrics workflow | More detailed control
beastier demo4 years ago
Introduction
yfR and BatchGetSymbols4 years ago
Differences from BatchGetSymbols
Make a more complex call4 years ago
Option 1: User friendly functions | Adding a single variable | Adding multiple variables | Option 2: Manually placing the call | Caching a call
Making your first call4 years ago
See what services the API offers | A basic call | Setup | Option 1: User friendly functions | Option 2: Manually placing the call
Summary4 years ago
Option 1: User friendly functions | Option 2: Manually placing the call
beautier demo4 years ago
Introduction | Demonstration | Cleanup
Examples4 years ago
Introduction | Getting started | Example #1: all default | Example #2: JC69 site model | Example #3: Relaxed clock log normal | Example #4: Birth-Death tree prior | Example #5: Yule tree prior with a normally distributed birth rate | Example #6: HKY site model with a non-zero proportion of invariants | Example #7: Strict clock with a known clock rate | Example #8: Use MRCA prior | Example #9: Use MRCA prior to specify a close-to-fixed crown age | Cleanup
Inference Models4 years ago
Introduction | Getting started | Default inference model | Site models | Clock models | Tree prior | (optional) MRCA prior: a 'Most Recent Common Ancestor' | MCMC: the Markov Chain Monte Carlo setup | (optional) BEAUti options: version-specific options | (experimental) a tipdates filename: a filename for tip-dating
Retrieve Citation Metrics4 years ago
Get the Journal Citation Report for Specific Data Packages
Retrieve Download Metrics4 years ago
Introduction to Download reports | Set up the R environment | Get the Audit Report for Downloaded Data Entities
unifir 102 - A developer's guide4 years ago
Waivers | Scripts | Props | Action | Debug | Cloning
Importing terrainr tiles into Unity4 years ago
cde: a run through4 years ago
Introduction | Installation | Searching for sites | Retrieving quality status classification data | Plotting quality status classification data | Reasons for Not Achieving Good status | Objectives set for waterbodies | Protected Areas
unifir 103 - Using Assets4 years ago
Importing Assets | Instantiating Prefabs | Making it Easier
unifir 101 - A user's guide4 years ago
Why unifir? | How unifir? | A full example
NetCDF with tidync4 years ago
NetCDF | tidync | Data extraction | Interrogating data by dimensions | Transforms | Future improvements
Using baRcodeR with command line prompts4 years ago
Cheat Sheet | Overview | Create simple ID codes | By user prompt | By arguments | Create hierarchical ID codes | By user prompts | By argument | Create barcodes | By user prompt | By arguments | Advanced Options for pdf output | Formatting of text labels | New Lines | Tabs | When reading from file
Use baRcodeR addin4 years ago
Cheat Sheet | Using the RStudio addin | Find the addin | Generate simple ID codes | Generate Hierarchical ID codes | Create the PDF for sticker printing
Storing Large Dataframes4 years ago
Introduction | When to Split the Dataframe
Advanced search and citation of occurrences4 years ago
Advanced features | Loading data from previous GBIF searches | Performing a Multi-Species Search | occCite with a Phylogeny
Introduction to nomisr4 years ago
Introduction to the Nomis API | Querying data availability | Searching for data | Other ways to access metadata | Querying data variables | Getting concepts | Concept Values | Downloading data
NCBI Database Retrieval4 years ago
Retrieve Sequence Databases from NCBI | Getting Started | List available databases | Download NCBI databases | Example NCBI nr | Example NCBI nt | Example NCBI RefSeq | Example PDB | Example NCBI Taxonomy | Example NCBI Swissprot | Example NCBI CDD Delta
DoOR analysis tools4 years ago
Content | Loading data | Identifying the sensillum we are recording from with identify_sensillum() | using correlations | using Euclidean distances | returning data instead of plots | Finding neuron-specific odorants with private_odorant() | Mapping response data from an unknown source with map_receptor() | Changing the response unit (spikes, deltaF/F, ...) with back_project() | Quantifying tuning curves with sparse()
The Database of Odor Responses - DoOR functions package4 years ago
Content | Loading DoOR | Modifying, building and updating DoOR | Importing new data with import_new_data() | Looking up InChIKeys If you do not know the InChIKeys of the odorants in | Building the complete data base with | Updating parts of the data base with | Using the heuristic approach This is the faster way to perform a merge of | Trying all permutations The more exhaustive way to update the data base is | model_response() and model_response_seq() | Merging using the heuristic with model_response() model_response() | Merging in a specific sequence with model_response_seq() | Removing a study with remove_study(){#remove_study} remove_study() will | Updating the odor information with | Helper functions | trans_id() | reset_sfr(){#reset_sfr} reset_sfr() subtracts the values of a specified | door_default_values(){#door_default_values} door_default_values() returns | get_responses(){#get_responses} get_responses() returns the response | get_normalized_responses() | countStudies(){#countStudies} countStudies() counts the number of studies | export_door_data(){#export_door_data} export_door_data() exports all or
Visualizing DoOR4 years ago
Content | Loading data | Visualizing odorants vs responding units with dplot_response_matrix() | Visualizing ensemble responses with dplot_al_map() | Visualizing tuning curves with dplot_tuningCurve() | Responding units | Odorants | Visualizing response profiles dplot_response_profile() | Comparing response profiles dplot_compare_profiles() | Comparing original data sets | Comparing DoOR response profiles | Visualizing responses across responding units with dplot_across_ru() | Visualizing odorant responses across OSNs with dplot_across_osns()
Rending math to HTML in R using katex4 years ago
Equation 1 | Equation 2 | Equation 3 | Equation 4 | Equation 5 | Equation 6 | Equation 7 | Equation 8
Rendering SVG with CSS in R4 years ago
SVG with embedded CSS | SVG with external CSS | Bitmap rendering and magick
Getting started with plater4 years ago
How plater helps you | The example | Step 1: Put the data in plater format | Step 2: Read in the data | Step 2: Read a single plater format file with read_plate() | Step 2 (again): Combine a one-well-per-row file and a plater format file with add_plate() | Multiple plates | Viewing plate-shaped data
How to use qualR4 years ago
Context | Approach | Example to download data from Rio de Janeiro | An example using tidyverse | Compatibility with openair | Example to download data from São Paulo State stations | More information
Provenance & Reproducibility Using the rdataretriever4 years ago
References
Using the rdataretriever to quickly analyze Breeding Bird Survey data4 years ago
Introduction | Load R Packages | Install And Connect To The Breeding Bird Survey Data | Analyze The Data | Conclusion | References
Introduction to the essurvey package4 years ago
Introduction | Downloading country specific rounds | Download complete rounds | Downloading data for Stata, SPSS and SAS users | Correcting for missing values | Analyzing ESS data
test5 years ago
Title 1 | Subtitle 1 | Subtitle 2 is actually very very long wow | Title 2
Developer info: Writing custom steps5 years ago
The TicStep class | The prepare() method | The run() method | The check() method | A minimal example | Further information on the R6 class system
Intro to gbifdb5 years ago
Installation | Getting Started | Remote data access | Local data
Introduction5 years ago
Installation | Lookup postcodes and outcodes | Single postcode | Multiple postcodes | Outward code lookup | Reverse geocoding | Single outcode | Generate random entries | Postcodes | Places | Postcode validation | Autocomplete postcodes | Find nearest postcodes or outcodes | Find places | Terminated postcodes
Clarification on terminology5 years ago
Terms | Code and functions | Variables and objects | Parameter codes
Finding endpoints5 years ago
Simple listing | Using the services object
Installation5 years ago
How to install and load epair | Directly from GitHub | After downloading package files
Navigating API Services5 years ago
The services object | What service to use | Filters | Further information
Setup5 years ago
Authentication setup | Checking if the API is running
The Anatomy of an EPA API request5 years ago
Study case: the African bush elephant (Loxodonta africana)5 years ago
Introduction and setup | Retrieve the taxon id | Map the elephant's distribution | Access the legislation status | Access the elephant's Species+ reference data
Bulk analysis with rcites5 years ago
Broad taxon concept queries | Retrieving information for a set of taxon_concept ID | spp_distributions() | spp_cites_legislation() | spp_eu_legislation() | spp_references()
Get started with rcites5 years ago
Set up a connection to the Species+/CITES Checklist API | Get your personal token | Set the token | Use of key features | Retrieve a taxon identifiers with spp_taxonconcept() | Basic calls to spp_taxonconcept() | Object spp_taxonconcept | Custom calls to spp_taxonconcept() | Retrieve a taxon identifiers available data | CITES legislation data | EU legislation data | Distribution data | References
epair5 years ago
Transport routing with stplanr5 years ago
Introduction | OSRM
Additional Functions for Manipulating Data in treedata.table5 years ago
Additional functions for manipulating data
Breve Introducción al Paquete treedata.table5 years ago
Manipulando Datos
Getting Started With The treedata.table Package5 years ago
Manipulating Data | Coindexing | Running functions on treedata.table objects | Dropping and extracting taxa from treedata.table objects
Partially Matching of Trait Data and Tree(s) in treedata.table5 years ago
Partially matching trait data and tree(s)
Working With multiPhylo Objects in treedata.table5 years ago
Working with multiphylo objects
A gentle introduction to terrainr5 years ago
Time conversion and regularization5 years ago
Heuristic time conversion | Exact time conversion | Regularization
User defined ts-functions5 years ago
Writing ts-functions | Functions from external packages
exoplanets5 years ago
antanym5 years ago
Overview | Citing | Installing | Usage | Data summary | Data structure | Finding names | Basic searching | Regular expressions | Spatial searching | Resolving multiple names | Using the pipe operator | Working with sp | Selecting names for plotting | Other map examples | Future directions | Other packages
Using visdat5 years ago
vis_dat | vis_miss | vis_compare | vis_expect | vis_cor | vis_value | vis_binary | vis_guess | Interactivity | Future work
Introduction to epubr5 years ago
Read EPUB files | EPUB metadata | Additional arguments | Select fields | Drop sections | Guess chapters | Restructure parsed content | Split and recombine into new sections | Reorder sections based on pattern in text | Unzip EPUB file | Other functions | Word count | Inspection
Working with Units5 years ago
Overview | Add a custom unit to EML | Reading EML: parsing unit information, including custom unit types
Intro to codemetar, Codemeta creator for R packages5 years ago
codemetar: generate codemeta metadata for R packages | Why create a codemeta.json for your package? | Installation and usage requirements | Create a codemeta.json in one function call | Keep codemeta.json up-to-date | A brief intro to common terms we'll use: | How to improve your package's codemeta.json? | Going further
Introduction to the tinkr package5 years ago
Use Cases | Workflow | Examples | Markdown | R Markdown | Inserting new Markdown elements | Background / pre-requisites | Loss of Markdown style | General principles and solution | The special case of tables | LaTeX equations
mauricer demo5 years ago
Introduction | List all BEAST2 packages | Install the first non-installed BEAST2 package | Uninstall the BEAST2 package
tracerer versus Tracer demo5 years ago
Analyzing work loop experiments in workloopR5 years ago
Load packages and data | Visualize | Select cycles | Plot the work loop cycles | Basics of analyze_workloop() | Using the default simplify = FALSE version | Setting simpilfy = TRUE in the analyze_workloop() function | More on cycle definitions in select_cycles()
Batch processing5 years ago
Conceptual overview | Load packages and data | Necessarily-multi-trial functions | *_dir() functions | Summarizing workloop trials | Manual recursion examples | Batch import for non-ddf data | Data transformation and analysis
Importing data from non .ddf sources5 years ago
Load packages | Data | Assemble via as_muscle_stim() | Attributes | Possible attributes | Thanks for reading!
Plotting data in workloopR5 years ago
Loading packages and data | Plotting workloop objects | Working with single files | Plotting isometric objects | Working with multiple files
Working with isometric experiments in workloopR5 years ago
Load packages and data | Visualize | Basics of isometric_timing() | Tetanus trials | Computing intervals | Annotate the twitch plot
Toolkit5 years ago
Overview
Backends for taxadb5 years ago
RSQLite | MonetDBLite & duckdb | in-memory | Manual control of the backend engine | Local storage | Other backends
Basics of data import and cleaning in pathviewr5 years ago
Overview | What do movement data sets look like? | Data import via pathviewr | Motive CSV files | Flydra Matlab files | Data from other sources | Data cleaning | Relabeling axes, gathering data columns, and trimming outliers | Standardization of tunnel position and coordinates | Selecting a region of interest | Isolating each trajectory | Retain only complete trajectories | All-in-one cleaning functions
Comparing the supported OSM providers5 years ago
Geofabrik | Openstreetmap.fr | BBBike
The features of tic5 years ago
Simplified Deployment | Support for various R projects | CI-Agnostic workflows | Enhanced R package checking | Caching of packages | Easier troubleshooting
bikedata5 years ago
1. Introduction | 2. Main Functions | 3. Downloading Data | 3.1 Downloading data for specific date ranges | 3.2 Refreshing data sources | 4. Storing Data | 5. Accessing Aggregate Data | 5.1 Origin-Destination Matrices | 5.1.1. Temporal filtering of trip matrices | 5.1.2. Demographic filtering of trip matrices | 5.1.3. Standardising trip matrices by durations of operation | 5.2. Station Data | 5.3. Summary Statistics | 5.4. Time Series of Daily Trips | 6. Direct database access | 7. Visualisation of bicycle trips | 7.1 Visualisation using R Base functions | 7.2 A More Sophisticated Visualisation
Examples produced by chlorpromazineR5 years ago
Gardner 2010 | Oral route | Equivalent to olanzapine 20 mg (CPZ 600 mg) | Equivalent to chlorpromazine 100 mg | Short-acting injectables | Equivalent to haloperidol 5 mg IM | Long-acting injectables | Davis 1974 | Oral | Short acting injectable | Leucht 2016 | Woods 2003
Using chlorpromazineR to calculate chlorpromazine-equivalent doses5 years ago
Background | chlorpromazineR | Input data structure | Key data structure | Tutorial | Example for one route only | Example for data with oral and injectable routes | Participants on multiple medications | Checking for inclusion and matching of antipsychotic names | Using other keys | List of included keys | Converting to equivalents of an arbitrary antipsychotic
EndoMineR5 years ago
Aims of EndoMineR | 1. Extraction and cleaning | i. Dusting the data | ii. Spell checking | iii.Negative phrase removal | iv. Term mapping | Sv. egregating the data | What if my data is already in columns? | Can I have an example please? | 2. Data linkage | 3. Deriving new data from what you have | i) Medication | ii) Endosccopy Event extraction | iii) Histology biopsy number extraction | iv) Histology biopsy size extraction | v) Histology type and site extraction
Assertive R Programming with assertr5 years ago
concrete data errors | enter assertr | verify vs. assert | assertr's predicates | custom predicates | enter insist and predicate 'generators' | row-wise assertions and row reduction functions | success, error and defect functions | Obligatory assertions | combining chains of assertions | advanced: send email reports using custom error functions | advanced: creating your own predicate generators for insist | advanced: programming with assertion functions
Add new OpenStreetMap providers5 years ago
Adding a provider_zones object to the package | Adding the new provider to the package | Documenting the provider | Conclusion
A pixelclasser sample session5 years ago
Introduction | The procedure | Using several rules per category | Concave category shapes | The session | Loading the functions | Image loading and transforming | Pixel distributions in rgb space | Adding the pixels of the test images | Defining the rules | Creating the classifier objects | Classifying the pixels | References
FAQ5 years ago
Authentication | Q-Auth-1 | GitHub Actions | Q-GHA-1 | Other | Q-Other-1 | Q-Other-2 | Q-Other-3
coder5 years ago
Triad of objects | Triad of functions | Use case | Charlson and Elixhauser | Risk Rx V | Concrete example | Default categorization | Specified time-window | Alternative classification | Specified index | Dirty code data | Bibliography
Approximate Bayesian Computation (ABC)6 years ago
Approximate bayesian computation (ABC) with nlrx | Example 1: Approximate bayesian computation with Monte-Carlo Markov-Chain | Step 1: Create a nl object: | Step 2: Attach an experiment | Step 3: Attach a simulation design | Step 4: Run simulations | Step 5: Investigate output | Example 2: Using Latin Hypercube Sampling for Approximate bayesian computation
Optimization6 years ago
Optimization with nlrx | Example 1: NetLogo reporter as fitness criterion | Step 1: Create a nl object: | Step 2: Attach an experiment | Step 3: Attach a simulation design | Step 4: Run simulations | Step 5: Investigate output | Example 2: Evaluation function as fitness criterion
Sensitivity Analysis6 years ago
Sensitivity Analysis with nlrx | Example 1: Morris elementary effects screening | Step 1: Create a nl object: | Step 2: Attach an experiment | Step 3: Attach a simulation design | Step 4: Run simulations | Step 5: Investigate output | Example 2: Latin Hypercube Sampling
Getting started with CI for R6 years ago
Prerequisites | Initialization/Setup | Quickstart | The role of the tic.R file | Macros | do_package_checks() | do_pkgdown() | do_readme_rmd() | Blogdown | {tic} projects from the community | Still got questions?
tic & CI Client Packages - An Overview6 years ago
Introduction | CI Client Packages
Build lifecycle6 years ago
Stages | Accessing a single stage | Details of stages | The "before_install" & "install" stages | The "script" stage | The "deploy" stage | Steps | Basic | Installation | R package specific | Deployment
Introduction6 years ago
Keys and the like | Symmetric encryption | openssl | sodium | Asymmetric encryption ("key pairs") | Encrypting things | Objects | Strings | Plain raw data | Files | An even higher level interface for files | Session keys | Further reading
Known Issues6 years ago
Getting help and reporting bugs | OpenTripPlanner | OpenTripPlanner for R | Reasons for Graph building to Fail | Can't allocate memory | Ran out of memory | Bad input data | Reasons for Routing to Fail | Start or End is too far from the road network | Mode Specific Limits | Maximum walk to transit | Driving on Roads with cycleway tag | Multicore instability | Speeding up routing | GTFS Data for the UK | Elevation Data
Example data6 years ago
Patients | Diagnoses data | Medical data
Classcodes6 years ago
Motivating example | Default classcodes | classcodes object | Hierarchy | Conditions | Use classcodes objects | Explicit use of set_classcodes() | Implicit use of set_classcodes() | Bibliography
Interpret regular expressions6 years ago
visualize() | summary() | codebook() | codebooks() | Bibliography
Interactively selecting indicators6 years ago
Downloading data from Symbiota2 portals in R6 years ago
Overview | Workflow | Installation | Portal Specification | Example | Troubleshooting | (For developers) Unit tests
emld Tutorial6 years ago
emld | Installation | Motivation | Reading EML | Writing EML | Working with EML as JSON-LD | As JSON: Query with JQ | As semantic data: SPARQL queries
traits introduction6 years ago
BetyDB | NCBI sequence data | EOL's traitbank trait data | Birdlife International
BETYdb Tutorial6 years ago
Load traits | Traits | Species | Citations | Sites
Ethical Research with phonfieldwork6 years ago
Intro | Linguistic research | Bioacoustic research | Other ethical problems
Introduction to the wikitaxa package6 years ago
Low level API | High level API | Installation | wiki data | wikipedia | wikicommons | wikispecies
sofa introduction6 years ago
Install sofa | sofa package API | Create a connection client | Ping your server | Create a new database | List databases | Create a document | Changes feed | Search
Intro to outcomerate6 years ago
More Advanced Uses | Weighted Outcome Rates | By Date | Variance Estimation
Parallel routing and performance with stplanr6 years ago
With old route_cyclestreets function | With new route function | With new route function in parallel | In parallel with quietness plan | Tests
Data Encryption6 years ago
Minimal example | Details & disclosure | Limitations
A Brief Introduction to RNeXML6 years ago
Advanced annotation | Taxonomic identifiers | Working with character data | Extracting character data
Extending NeXML: an example based on simmap6 years ago
Extending the NeXML standard through metadata annotation.
SPARQL with RNeXML6 years ago
SPARQL Queries
Handling Metadata in RNeXML6 years ago
Writing NeXML metadata | Taxonomic identifiers | Custom metadata extensions | Reading NeXML metadata | Merging metadata tables
The nexml S4 Object6 years ago
Understanding the nexml S4 object
Authenticating osfr6 years ago
osfr | Creating an OSF PAT | Using your PAT | Removing a PAT
Introduction to pangaear6 years ago
Installation | Load pangaear | Search for data | Another search option | Get data | OAI-PMH metadata | Identify the service | List metadata formats | List identifiers | List sets | List records | Get a record
Skimr defaults7 years ago
Introduction | The base skimmers | Default skimmers
Introduction to workloopR7 years ago
Welcome to workloopR | Analytical pipelines | Data import | Attributes | Data from files that are not of .ddf format | Transformations and corrections to data | A particularly important transformation - select_cycles() | Data analytical functions | Thanks for reading!
Using Fonts7 years ago
Analysis7 years ago
2. Assessment of quality functions | a) Documentation Quality | b) Endoscopic Quality | Sedation Usage | 4.Patient flow functions | Sankey plots | Circos plots
Barrett's Oesophagus7 years ago
Specific diseases - Barrett's oesophagus | 1. Pre-processing Barrett's samples | a) Prague score | b) Worst pathological stage | c)Follow-up groups | 2.Quality assessment in Barrett's surveillance | Quality of perfomance of Barrett's surveillance endoscopies as just by tissue sampling
Data7 years ago
Gastroscopy | Raw datasets:
Polyps7 years ago
oai introduction7 years ago
Get oai | Identify | ListIdentifiers | Count Identifiers | ListRecords | GetRecords | List MetadataFormats | List Sets | Biodiversity Heritage Library
Introduction to rtika7 years ago
A Digital Babel Fish | Extract Plain Text | Preserve Content-Type when Downloading | Settings for Big Datasets | Get a Structured XHTML Rendition | Access Metadata in the XHTML | Get Metadata in JSON Format | Get Metadata from "Container" Documents | Extending rtika | References
Analysis with tacmagic7 years ago
Background | Vignette data | Time-activity curve operations | Data loading | Manually-created TAC objects | Radioactivity unit conversion | ROI merging | Plotting | Model calculation | Standardized uptake value (SUV) | SUV ratio (SUVR) | DVR | Find t* | Batch analysis | Batch loading | Batch example | Cut-off calculations
Using colocr7 years ago
Overview | Getting started | Detailed Example | Choosing ROIs | Calculating Correlation Statistics | Selecting a multiple regions in an image | Analyzing a collection of images at once | Reproducing the shiny app output | Description of the co-localization statistics | PCC | MOC | Colocalization Benchmark Source | Acknowledgement
bib2df - Parse a BibTeX file to a data.frame7 years ago
BibTeX | Why bib2df? | How to use | Parse the BibTeX file | Parsing multiple BibTex files | Analyze and visualize your references | Manipulate your references | Write back to BibTeX
cde: Reference list of all output columns7 years ago
Tables and Stock Summary Description7 years ago
Description of the dataframes present in the database: | Newer Versions (v4.40 onwards) also contain tables of individual most-used time series: | Stock Summary Description | Information Contained in the Stock Summary Documents | Information available for each stock: | Acronym and Abbreviation Definitions
Introduction to ramlegacy7 years ago
RAM Legacy Stock Assessment Database | About the package | Package Installation | download_ramlegacy | File Structure of Downloaded Database | Description of Tables and Stock Summary Files within the Database | load_ramlegacy | ram_dir
Introduction: Virtuoso Installation and Configuration7 years ago
Installation | Configuration | Server management
Running test suite locally7 years ago
Overview | 1. Creating an account with the DHS website | 2. Setting up your rdhs config
Country Names and Codes8 years ago
Overview
Interacting with geojson API returns8 years ago
Overview
Text Images8 years ago
What are text images | What are they good for? | You might need to read them | You might (once in a million years) want to write them
Working with CAMS solar data8 years ago
CAMS Radiation Service | Authentication | Retrieve hourly solar data | Advanced retrievals
Data provenance8 years ago
Which files were used in an analysis | Refining the list of files | The provenance of files used in an analysis | A word on digital object identifiers
phylogram: an R package for phylogenetic analysis with dendrograms8 years ago
Abstract | Introduction | The phylogram package | Importing and exporting trees | Example 1: Import and export a tree from a Newick string | Converting tree objects | Example 2: Convert a "phylo" object to a dendrogram | Tree editing/manipulation | Example 3: Building and manipulating dendrograms | Tree visualization | Summary | Acknowledgements | Author Contributions | References
Introduction to SKYNET8 years ago
SKYNET's segments | Import Data | Create networks | Create Maps | Extra Functions | Bootnet
Using hydroscoper's data8 years ago
Load libraries | Data sets | Stations location | Stations with available time series
rperseus Vignette9 years ago
Introduction | Getting a Text | Getting Multiple Texts with the tidyverse | Rendering Parallels | Parsing Excerpts
RHTML Citations Example9 years ago
Introduction to the hoardr package9 years ago
hoardr introduction | Install | initialize client | set cache path | make the directory if doesn't exist | put a file in the cache | list the files | details | delete by file name
geojson operations10 years ago
inspect the object | properties | crs | bbox | geojson in data.frame's
geojson package classes10 years ago
point | multipoint | linestring | multilinestring | polygon | multipolygon | feature | featurecollection | geometrycollection
CouchDB Queries10 years ago
CouchDB query table
Internet Archive API Client10 years ago
Basic search and browse | Advanced search | Dates | Getting item metadata and files | Downloading files
Vignette Title11 years ago
Vignette Info | Styles | Figures | More Examples
RefManageR User Manual11 years ago